@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(175, 145, 64, 0.7);
}

::selection {
  background-color: rgba(175, 145, 64, 0.7);
}

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

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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, 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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  position: fixed;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .header {
    height: 44px;
  }
}
.header .header_logo {
  width: 330px;
  margin-left: 20px;
}
@media only screen and (max-width: 1600px) {
  .header .header_logo {
    width: 250px;
  }
}
@media only screen and (max-width: 1400px) {
  .header .header_logo {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    padding-right: 16px;
    width: 160px;
  }
}
.header .header_logo a img {
  mix-blend-mode: multiply;
}
.header .header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .header .header_content {
    margin-right: 85px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content {
    margin-right: 49px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav {
    position: fixed;
    right: -100%;
    margin-top: 0;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    opacity: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_content nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.header .header_content nav .nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content nav .nav_menu {
    gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 16px 0;
    gap: 30px;
  }
}
.header .header_content nav .nav_menu li {
  margin-left: 8px;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li {
    margin-left: 0;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  > .header .header_content nav .nav_menu li:last-child a {
    border-bottom: none;
  }
}
.header .header_content nav .nav_menu li a {
  color: #222;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .nav_menu li a {
    width: 200px;
  }
}
.header .header_content nav .nav_menu li a span {
  font-size: 2rem;
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .header .header_content nav .nav_menu li a span {
    font-size: 1.8rem;
  }
}
.header .header_content nav .tel2,
.header .header_content nav .contact2 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content nav .tel2,
.header .header_content nav .contact2 {
    display: block;
    width: 280px;
    margin: auto;
  }
}
.header .header_content nav .tel2 a,
.header .header_content nav .contact2 a {
  padding: 20px;
  color: #0c184f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #f7f7f7;
  line-height: 0;
  gap: 10px;
}
.header .header_content nav .tel2 a i,
.header .header_content nav .contact2 a i {
  font-size: 24px;
}
.header .header_content nav .tel2 {
  margin-top: 20px;
}
.header .header_content nav .tel2 a {
  font-family: "Roboto", sans-serif;
}
.header .header_content nav .contact2 {
  margin-top: 10px;
}
.header .header_content .hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_content .hamburger {
    display: block;
    height: 80px;
    width: 80px;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger {
    top: 0;
    height: 44px;
    width: 44px;
  }
}
.header .header_content .hamburger span {
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span {
    left: 10px;
    width: 25px;
  }
}
.header .header_content .hamburger span:nth-child(1) {
  top: 27px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(1) {
    top: 13px;
  }
}
.header .header_content .hamburger span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(2) {
    top: 22px;
  }
}
.header .header_content .hamburger span:nth-child(3) {
  top: 53px;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger span:nth-child(3) {
    top: 31px;
  }
}
.header .header_content .hamburger.open {
  background-color: #0c184f;
}
.header .header_content .hamburger.open span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span {
    width: 30px;
    left: 8px;
  }
}
.header .header_content .hamburger.open span:nth-child(1) {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span:nth-child(1) {
    top: 22px;
  }
}
.header .header_content .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .header_content .hamburger.open span:nth-child(3) {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .header .header_content .hamburger.open span:nth-child(3) {
    top: 22px;
  }
}
.header .header_content .tel,
.header .header_content .contact {
  height: 100%;
  width: 260px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .tel,
.header .header_content .contact {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .tel,
.header .header_content .contact {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_content .tel,
.header .header_content .contact {
    width: 44px;
    height: 44px;
  }
}
.header .header_content .tel a,
.header .header_content .contact a {
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #0c184f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #f7f7f7;
  line-height: 0;
  gap: 10px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .tel a,
.header .header_content .contact a {
    font-size: 1.8rem;
  }
}
.header .header_content .tel a i,
.header .header_content .contact a i {
  font-size: 24px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .tel a i,
.header .header_content .contact a i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header_content .tel a .tel_num,
.header .header_content .tel a .contact_text,
.header .header_content .contact a .tel_num,
.header .header_content .contact a .contact_text {
    display: none;
  }
}
.header .header_content .tel {
  margin-left: 40px;
}
@media only screen and (max-width: 1600px) {
  .header .header_content .tel {
    margin-left: 20px;
  }
}
.header .header_content .tel a {
  font-family: "Roboto", sans-serif;
}
.header .header_content .contact {
  margin-left: 5px;
}

#global_header .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #0c184f;
}
@media screen and (max-width: 834px) {
  #global_header .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#global_header .main h1 {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 5.4rem;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7), 1px 1px 10px rgba(0, 0, 0, 0.6), 1px 1px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  transform: translate(0, -50%);
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 1400px) {
  #global_header .main h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  #global_header .main h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 10%;
  }
}
@media screen and (max-width: 834px) {
  #global_header .main h1 {
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, transparent), color-stop(45%, rgba(12, 24, 79, 0.631372549)), color-stop(55%, rgba(12, 24, 79, 0.631372549)), color-stop(98%, transparent));
    background: -webkit-linear-gradient(left, transparent 2%, rgba(12, 24, 79, 0.631372549) 45%, rgba(12, 24, 79, 0.631372549) 55%, transparent 98%);
    background: linear-gradient(to right, transparent 2%, rgba(12, 24, 79, 0.631372549) 45%, rgba(12, 24, 79, 0.631372549) 55%, transparent 98%);
    font-size: 2.4rem;
    padding: 20px 10px;
  }
}
#global_header .main h1 .t_1 {
  font-size: 1.4em;
}
#global_header .main .main_img {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  #global_header .main .main_img {
    width: 100%;
  }
}
#global_header .main .main_img img {
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  #global_header .main .main_img img {
    min-height: 500px;
  }
}

.nolink {
  cursor: pointer;
  pointer-events: none;
}

/* slide */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item {
  position: relative;
  height: 100%;
}

.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}

.slide .item .image {
  position: relative;
  overflow: hidden;
}

.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  background-color: #fff;
}

.m_top {
  margin-top: 80px;
}

#copyright {
  background: #0c184f;
}
#copyright a {
  color: #fff;
  pointer-events: none;
}

.footer_map {
  width: 100%;
}
.footer_map div {
  width: 100%;
  height: 300px;
}
.footer_map div iframe {
  width: 100%;
  height: 100%;
}

.footer_content {
  background: #0c184f;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer_content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.footer_content .wrap .footer_address {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap .footer_address {
    width: 100%;
  }
}
.footer_content .wrap .footer_address address {
  text-align: left;
  margin-top: 20px;
}
.footer_content .wrap .footer_nav {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap .footer_nav {
    width: 100%;
  }
}
.footer_content .wrap .footer_nav .nav_menu {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  gap: 5px 20px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .footer_content .wrap .footer_nav .nav_menu {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    height: auto;
  }
}
.footer_content .wrap .footer_nav .nav_menu li a {
  color: #fff;
  text-align: left;
  display: block;
  padding: 5px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer_content .wrap .footer_nav .nav_menu li a::before {
  display: inline-block;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  padding-right: 5px;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
}

#contents {
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  #contents {
    padding: 0 20px;
  }
}

#contents,
#contents_wrap {
  background: transparent;
}

@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 30px;
  }
}

#main .bg100 {
  padding: 0;
}

.imgL {
  margin: 0 !important;
}

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

#main .flex_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #main .flex_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_btn .box {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box {
    width: 100%;
  }
}
#main .flex_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#main .flex_btn .box div a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #main .flex_btn .box div a {
    width: 100%;
  }
}
#main .flex_btn .box div a i {
  padding-right: 5px;
}
#main .flex_btn .box div a.cont_tel {
  background: #b70a0a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .flex_btn .box div a.cont_tel i {
  font-size: 19px;
}
#main .flex_btn .box div a.cont_tel .hours {
  font-size: 1.2rem;
}
#main .flex_btn .box div a.cont_mail {
  background: #0c184f;
  font-size: 1.8rem;
}
#main .flex_btn .box div a.cont_mail::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn div a {
  padding: 16px 82px 16px 32px;
  background: #b70a0a;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #b70a0a;
}
.btn div a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn div a:hover {
  background: #fff;
  color: #af9140;
  border: 1px solid #af9140;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.btn div a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 5px;
}

.cont_btn a {
  width: 100%;
  max-width: 290px;
  padding: 14px 24px;
  line-height: 1.2;
  color: #0c184f;
  position: relative;
  font-size: 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0c184f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_btn a::before {
  position: absolute;
  right: 32px;
  content: "\f101";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  width: 18px;
  height: 18px;
  color: #0c184f;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .bg_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  #main .bg_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cont_title_02 article h2 {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0c184f;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .cont_title_02 article h2 {
    gap: 0;
  }
}
.cont_title_02 article h2 .title_deco {
  color: #0c184f;
  font-size: 6rem;
  font-family: "Cinzel", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cont_title_02 article h2 .title_deco {
    font-size: 4rem;
  }
}

#main .cont_01_wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7f7f7), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #f7f7f7 50%, #fff 50%);
  background: linear-gradient(to right, #f7f7f7 50%, #fff 50%);
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #main .cont_01_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#main .cont_01_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_01_wrap .wrap .cont_title_02 {
  width: 450px;
  padding: 40px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .wrap .cont_title_02 {
    width: 100%;
    padding: 0;
  }
}
#main .cont_01_wrap .wrap .cont_title_02 article h2::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #0c184f;
}
@media screen and (max-width: 640px) {
  #main .cont_01_wrap .wrap .cont_title_02 article h2::after {
    margin-top: 8px;
  }
}
#main .cont_01_wrap .wrap .news_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1000px) {
  #main .cont_01_wrap .wrap .news_list {
    margin-top: 20px;
  }
}

#main .cont_02_wrap {
  position: relative;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap {
    padding-top: 100px;
  }
}
#main .cont_02_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .cont_02_wrap .wrap .left {
  width: 70%;
  padding: 100px 150px;
}
@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .wrap .left {
    padding: 100px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .left {
    width: 100%;
    padding: 0;
  }
}
#main .cont_02_wrap .wrap .flex_img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .flex_img {
    width: 100%;
    margin-top: 40px;
  }
}
#main .cont_02_wrap .wrap .flex_img .box {
  position: absolute;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .flex_img .box {
    position: static;
  }
}
#main .cont_02_wrap .wrap .flex_img .box img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  min-height: 300px;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .flex_img .box img {
    min-height: 100%;
  }
}
#main .cont_02_wrap .wrap .flex_img .box:nth-child(1) {
  top: 0;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .flex_img .box:nth-child(1) {
    width: 50%;
  }
}
#main .cont_02_wrap .wrap .flex_img .box:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 20%;
}
@media only screen and (max-width: 1600px) {
  #main .cont_02_wrap .wrap .flex_img .box:nth-child(2) {
    left: initial;
    bottom: initial;
    top: 40%;
    right: 0;
    width: 20%;
    min-width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_02_wrap .wrap .flex_img .box:nth-child(2) {
    min-width: auto;
    width: 50%;
    height: auto;
    top: initial;
    right: initial;
  }
}

/* テキストアニメーション */
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cont_bg {
  height: 400px;
}
.cont_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont_title {
  position: relative;
}
.cont_title .title_bg {
  font-size: 18rem;
  font-family: "Cinzel", serif;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .cont_title .title_bg {
    font-size: 20vw;
  }
}
.cont_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0c184f;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .cont_title h2 {
    gap: 0;
  }
}
.cont_title h2 .title_deco {
  color: #0c184f;
  font-size: 6rem;
  font-family: "Cinzel", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .cont_title h2 .title_deco {
    font-size: 4rem;
  }
}

#main .cont_03_wrap {
  background: #f7f7f7;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 834px) {
  #main .cont_03_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#main .cont_03_wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .inner .flex_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#main .cont_03_wrap .inner .flex_menu .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .inner .flex_menu .box {
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  }
}
#main .cont_03_wrap .inner .flex_menu .box article a {
  height: 100%;
  display: block;
  position: relative;
  color: #0c184f;
}
#main .cont_03_wrap .inner .flex_menu .box article a img {
  width: 100% !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#main .cont_03_wrap .inner .flex_menu .box article a div {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
  padding: 20px;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  #main .cont_03_wrap .inner .flex_menu .box article a div {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .inner .flex_menu .box article a div {
    width: 100%;
  }
}
#main .cont_03_wrap .inner .flex_menu .box article a div::after {
  content: "";
  width: 27px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
#main .cont_03_wrap .inner .flex_menu .box article a:hover {
  opacity: 1;
}
#main .cont_03_wrap .inner .flex_menu .box article a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#main .cont_03_wrap .inner .flex_menu .box article h3 {
  display: none;
}

#main .cont_04_wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #main .cont_04_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#main .cont_04_wrap .wrap .cont_title .title_bg {
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  #main .cont_04_wrap .wrap .cont_title .title_bg {
    opacity: 0.2;
  }
}
#main .cont_04_wrap .wrap .cont_text {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  #main .cont_04_wrap .wrap .cont_text {
    font-size: 1.8rem;
    color: #fff;
  }
}

#main .recruit_menu {
  gap: 40px;
}
#main .recruit_menu .box:nth-child(1) article::before {
  content: "01";
}
#main .recruit_menu .box:nth-child(2) article::before {
  content: "02";
}
#main .recruit_menu .box:nth-child(3) article::before {
  content: "03";
}
#main .recruit_menu .box:nth-child(4) article::before {
  content: "04";
}
#main .recruit_menu .box:nth-child(5) article::before {
  content: "05";
}
#main .recruit_menu .box:nth-child(6) article::before {
  content: "06";
}
@media only screen and (max-width: 1000px) {
  #main .recruit_menu {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  #main .recruit_menu {
    gap: 40px;
  }
}
#main .recruit_menu .box {
  width: calc((100% - 80px) / 3);
  background: #fff;
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #main .recruit_menu .box {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #main .recruit_menu .box {
    width: 100%;
  }
}
#main .recruit_menu .box article {
  position: relative;
  padding: 40px 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #main .recruit_menu .box article {
    padding: 25px 10px 10px;
  }
}
#main .recruit_menu .box article::before {
  position: absolute;
  top: -3.5rem;
  left: 0;
  font-size: 7rem;
  font-family: "Cinzel", serif;
  line-height: 1;
  z-index: 1;
  color: #0c184f;
}
#main .recruit_menu .box article img {
  width: 100%;
  height: 100% !important;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
#main .recruit_menu .box article h3 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #b70a0a;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  #main .recruit_menu .box article h3 {
    font-size: 2rem;
  }
}
#main .recruit_menu .box article div {
  display: none;
}

#main .cont_04_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 100px;
  background-color: #fff;
}
@media only screen and (max-width: 1240px) {
  #main .cont_04_contact {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  #main .cont_04_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_04_contact {
    padding: 20px;
  }
}
#main .cont_04_contact .cont_title_03 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  #main .cont_04_contact .cont_title_03 {
    width: 100%;
  }
}
#main .cont_04_contact .cont_title_03 article h3 {
  padding: 0 50px;
  border-left: 1px solid #0c184f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.7rem;
  color: #0c184f;
}
@media only screen and (max-width: 1200px) {
  #main .cont_04_contact .cont_title_03 article h3 {
    border-left: none;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #0c184f;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_04_contact .cont_title_03 article h3 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#main .cont_04_contact .flex_contact {
  gap: 40px;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  #main .cont_04_contact .flex_contact {
    width: 69%;
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont_04_contact .flex_contact {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #main .cont_04_contact .flex_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_04_contact .flex_contact {
    gap: 20px;
  }
}
#main .cont_04_contact .flex_contact .box {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 834px) {
  #main .cont_04_contact .flex_contact .box {
    width: 100%;
  }
}
#main .cont_04_contact .flex_contact .box > div {
  height: 100%;
}
#main .cont_04_contact .flex_contact .box > div a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 30px 40px;
}
@media screen and (max-width: 640px) {
  #main .cont_04_contact .flex_contact .box > div a {
    padding: 20px;
  }
}
#main .cont_04_contact .flex_contact .box:first-child {
  background: #0c184f;
  color: #fff;
}
#main .cont_04_contact .flex_contact .box:first-child > div a {
  color: #fff;
  font-size: 2.7rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  #main .cont_04_contact .flex_contact .box:first-child > div a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main .cont_04_contact .flex_contact .box:first-child > div a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 27px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cont_04_contact .flex_contact .box:first-child > div a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cont_04_contact .flex_contact .box:first-child > div a:hover::after {
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .cont_04_contact .flex_contact .box:last-child > div a {
  color: #0c184f;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: #f7f7f7;
  line-height: 0;
  gap: 10px;
}
#main .cont_04_contact .flex_contact .box:last-child > div a i {
  font-size: 24px;
}

.text_s {
  font-size: 0.6em;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex1._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex1._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex2._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex2._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex3._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex3._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex4._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex4._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 150px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 100px 30px;
  }
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#main .news_list {
  max-height: 200px;
  overflow-y: scroll;
}
#main .news_list::-webkit-scrollbar {
  width: 7px;
}
#main .news_list::-webkit-scrollbar-thumb {
  background: #0c184f;
  border-radius: 3px;
}
#main .news_list::-webkit-scrollbar-track {
  background: #f9f7f2;
}
#main .news_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  #main .news_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#main .news_list dl dt {
  padding: 10px 0;
  background: transparent;
  border: none;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 834px) {
  #main .news_list dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#main .news_list dl dd {
  padding: 10px 0;
  width: 100%;
  border: none;
  background: transparent;
}

#main .dl_list dl {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .dl_list dl:first-child dt {
  padding-top: 0;
}
#main .dl_list dl dt {
  font-weight: bold;
  text-align: center;
  background: none;
  color: #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-bottom: 1px solid #b70a0a;
  padding: 1em 5px;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl dt {
    padding: 10px;
    width: 100%;
    border: 0;
    text-align: left;
    display: block;
    background: #f7f7f7;
  }
}
#main .dl_list dl dd {
  padding: 30px;
  border: 0px;
  background: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #main .dl_list dl dd {
    padding: 10px;
    width: 100%;
    border: 0;
  }
}

.img_1-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_4-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.img_16-9 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.title_01 {
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgb(0, 37, 112);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}
.title_02 article h2 {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0c184f;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .title_02 article h2 {
    gap: 0;
  }
}
.title_02 article h2::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #0c184f;
}
@media screen and (max-width: 640px) {
  .title_02 article h2::after {
    margin-top: 8px;
  }
}
.title_02 article h2 .title_deco {
  color: #0c184f;
  font-size: 6rem;
  font-family: "Cinzel", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .title_02 article h2 .title_deco {
    font-size: 4rem;
  }
}
.title_02 article > div {
  margin-top: 20px;
}
.title_02_center article h2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
.title_02_center article h2::after {
  display: block;
  content: "";
  height: 1px;
  width: 100px;
  background: #0c184f;
}
@media screen and (max-width: 640px) {
  .title_02_center article h2::after {
    margin-top: 8px;
  }
}
.title_02_01 article h2 {
  color: #222;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  padding: 1rem 2rem;
  border-left: 5px solid #0c184f;
  background: #f4f4f4;
}
.title_03 h3 {
  font-size: 2.4rem;
  color: #0c184f;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 8px;
  border-bottom: 1px solid #0c184f;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "■";
  color: #0c184f;
}
.title_03 div {
  margin-top: 24px;
}

.anc_title h3 {
  font-size: 2.4rem;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #ccc;
}
.anc_title h3::before {
  display: inline-block;
  content: "◆";
  color: #0c184f;
  padding-right: 5px;
  padding-bottom: 5px;
}

.line {
  padding: 0 0 1px 0;
  background-color: #b70a0a;
}

.map {
  width: 100%;
}
.map div {
  aspect-ratio: 16/9;
}
.map div iframe {
  width: 100%;
  height: 100%;
}

.f_noto {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #222;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #222;
  pointer-events: none;
}
.pan ul li a {
  color: #0c184f;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pan ul li a i::before {
  padding: 0 5px;
}
.pan ul div {
  display: inline-block;
}
.pan ul div i::before {
  padding: 0 5px;
}

#main .flex_cont_btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flex_cont_btn .box {
  width: calc((100% - 48px) / 4);
}
@media only screen and (max-width: 1200px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 834px) {
  #main .flex_cont_btn .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box {
    width: 100%;
  }
}
#main .flex_cont_btn .box div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
#main .flex_cont_btn .box div a {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 100%;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #222;
}
@media screen and (max-width: 640px) {
  #main .flex_cont_btn .box div a {
    width: 100%;
  }
}
#main .flex_cont_btn .box div a::before {
  content: "";
  position: absolute;
  top: calc(63% - 1px);
  right: 1em;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 10px;
  height: 2px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a::after {
  content: "";
  position: absolute;
  top: 63%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main .flex_cont_btn .box div a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #0c184f;
}
#main .flex_cont_btn .box div a:hover::before, #main .flex_cont_btn .box div a:hover::after {
  right: 0.5em;
}

/* -------ページ記述ここから------- */
#main .about_01_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #f7f7f7), color-stop(70%, transparent));
  background: -webkit-linear-gradient(right, #f7f7f7 70%, transparent 70%);
  background: linear-gradient(to left, #f7f7f7 70%, transparent 70%);
}
#main .about_01_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  #main .about_01_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .about_01_wrap .wrap .title_02 {
  width: 60%;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1000px) {
  #main .about_01_wrap .wrap .title_02 {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  #main .about_01_wrap .wrap .title_02 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #main .about_01_wrap .wrap .title_02 {
    padding: 20px;
  }
}
#main .about_01_wrap .wrap .cont_img {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  #main .about_01_wrap .wrap .cont_img {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  #main .about_01_wrap .wrap .cont_img {
    width: 100%;
  }
}

#main .about_02_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7f7f7;
}
#main .about_02_wrap .wrap .about_flex {
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .about_02_wrap .wrap .about_flex .box {
  width: calc((100% - 40px) / 3);
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  #main .about_02_wrap .wrap .about_flex .box {
    width: 100%;
  }
}
#main .about_02_wrap .wrap .about_flex .box article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .about_02_wrap .wrap .about_flex .box article img {
  max-width: 200px;
  max-width: 200px;
}
#main .about_02_wrap .wrap .about_flex .box article h3 {
  font-size: 2.4rem;
}
#main .about_02_wrap .wrap .about_flex .box article > div {
  margin-top: 16px;
}

#main .about_03_wrap {
  max-width: 2000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(50vw - 50%) 0rem 0;
}
@media only screen and (max-width: 1000px) {
  #main .about_03_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0;
  }
}
#main .about_03_wrap .cont_img {
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  #main .about_03_wrap .cont_img {
    width: 100%;
  }
}
#main .about_03_wrap .cont_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .about_03_wrap .dl_list {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  #main .about_03_wrap .dl_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  #main .about_03_wrap .dl_list {
    width: 100%;
  }
}

#main .staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #main .staff_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main .staff_list > .box {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #main .staff_list > .box {
    width: 100%;
  }
}
#main .staff_list > .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 300px;
  max-height: 300px;
  min-width: 200px;
  min-height: 200px;
}
#main .staff_list > .box > div {
  padding: 8px 32px;
  color: #fff;
  background-color: #005210;
  border-radius: 50px;
}
#main .staff_list .list_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-left: 30px;
  border-left: 1px dashed #ccc;
}
@media screen and (max-width: 640px) {
  #main .staff_list .list_wrap {
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none;
    border-top: 1px dashed #ccc;
  }
}
#main .staff_list .list_wrap .box h3 {
  font-weight: 600;
  color: #0c184f;
  padding: 5px 0px;
  font-size: 1.2em;
}
#main .staff_list .list_wrap .box h3::before {
  display: inline-block;
  padding-right: 5px;
  content: "・";
  color: #ffbb00;
}

#main .enkaku_box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
#main .enkaku_box:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  content: "";
  background: #0c184f;
}
#main .enkaku_box dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
#main .enkaku_box dl dt, #main .enkaku_box dl dd {
  background: transparent;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .enkaku_box dl dt {
  min-width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #0c184f;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#main .enkaku_box dl dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -52px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: #0c184f;
}
#main .enkaku_box dl dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: "";
  background: #666;
}
@media screen and (max-width: 640px) {
  #main .enkaku_box dl dt {
    min-width: 90px;
  }
}

@media screen and (max-width: 640px) {
  #main .flex_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#main .flex_menu .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #main .flex_menu .box {
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  }
}
#main .flex_menu .box article a {
  height: 100%;
  display: block;
  position: relative;
  color: #0c184f;
}
#main .flex_menu .box article a img {
  width: 100% !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#main .flex_menu .box article a div {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff;
  padding: 20px;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  #main .flex_menu .box article a div {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  #main .flex_menu .box article a div {
    width: 100%;
  }
}
#main .flex_menu .box article a div::after {
  content: "";
  width: 27px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
#main .flex_menu .box article a:hover {
  opacity: 1;
}
#main .flex_menu .box article a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#main .flex_menu .box article h3 {
  display: none;
}

/* -------ページ記述ここまで------- */
.fancybox-stage {
  background: rgba(253, 253, 253, 0.8);
}

.fancybox-bg {
  background: none;
}

.fancybox-navigation button:before {
  background: rgb(30, 30, 30);
}

.fancybox-button {
  background: rgb(30, 30, 30);
}

#main .contact_01 dl:first-child dt {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl:last-child dd {
    border: none;
  }
}
#main .contact_01 dl dt,
#main .contact_01 dl dd {
  padding: 32px 8px;
  border: none;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt,
#main .contact_01 dl dd {
    padding: 0;
  }
}
#main .contact_01 dl dt {
  text-align: center;
  font-weight: 700;
  background: transparent;
  border-bottom: 1px solid #0c184f;
}
@media screen and (max-width: 834px) {
  #main .contact_01 dl dt {
    padding-right: 40px;
    min-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt {
    padding-top: 32px;
    border-bottom: none;
    display: block;
    text-align: left;
  }
  #main .contact_01 dl dt label {
    padding-left: 5px;
  }
}
#main .contact_01 dl dd {
  border-bottom: 1px solid rgb(171, 173, 180);
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dd {
    padding: 16px 0 32px 0;
  }
}

#main .policy_01 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .policy_01 dl:first-child dt {
  padding-top: 0;
}
#main .policy_01 dl dt {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #b70a0a;
  font-size: 2rem;
  font-weight: 500;
  color: #0c184f;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

.cont_shadow .box {
  -webkit-box-shadow: -2px 5px 7px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 5px 7px 3px rgba(0, 0, 0, 0.1);
}

.work_img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work_img .box {
  max-width: 1000px;
}

.works_ttl article {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.works_ttl article h2 {
  padding: 10px 20px;
  font-size: 24px;
  color: #0c184f;
  border-left: 6px solid #0c184f;
  border-bottom: 1px solid rgba(12, 24, 79, 0.3529411765);
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .works_ttl article h2 {
    font-size: 18px;
  }
}
.works_ttl article div {
  margin-top: 16px;
}

#main .work_list dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .work_list dl dt, #main .work_list dl dd {
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .work_list dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #253370;
  color: #fff;
  border-radius: 50px;
  padding: 8px;
  font-size: 1.4rem;
}
#main .work_list dl dd {
  padding: 0;
  margin-top: 10px;
}

.villa-list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.villa-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.villa-list ul li:first-child {
  width: 100%;
}
.villa-list ul li:first-child img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.villa-list ul li:nth-of-type(n + 2) {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.villa-list ul li:nth-of-type(n + 2) img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.villa-list ul li:nth-of-type(n + 2) div {
  display: none;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */