@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 1.4em !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #222;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff !important;
  word-wrap: break-word;
  overflow-x: hidden;
  counter-reset: number 0;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.6em !important;
  }
}

body > div,
body .blog {
  line-height: 2.6 !important;
}

@media only screen and (max-width: 640px) {
  body > div,
  body .blog {
    line-height: 2.4 !important;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #ababab;
  color: #fff;
}

::selection {
  background-color: #ababab;
  color: #fff;
}

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

.inner2 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg100_2,
.inner_out2 {
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
}

li {
  list-style: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 30px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #ababab !important;
}

.acc-color a {
  color: #ababab !important;
}

.main-color {
  color: #0a1f65 !important;
}

.main-color a {
  color: #0a1f65 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.pcnone {
  display: none;
}

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

@media only screen and (max-width: 1024px) {
  .pctabnone {
    display: none;
  }
}

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

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

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pctabblk {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .tabblk {
    display: none;
  }
}

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

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

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

.annot {
  display: none !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #ababab !important;
  text-decoration: underline !important;
}

.link_1 a:hover {
  text-decoration: underline !important;
}

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

@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

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

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

@media only 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;
  }
}

.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

header {
  max-width: 100%;
}

.header {
  background: #fff !important;
  padding: 0 20px;
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}

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

@media only screen and (max-width: 1024px) {
  .header .col2 {
    display: none;
  }
}

.header.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-container {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .header-container {
    padding: 15px 0;
  }
}

.header-container .col1 a {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .header-container .col1 a {
    width: 200px;
  }
}

@media only screen and (max-width: 640px) {
  .header-container .col1 a {
    width: 180px;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col2 a {
  width: 240px;
  max-width: 100%;
  height: 55px;
  border: 1px solid;
  color: #0a1f65 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col2 a:hover {
  color: #fff !important;
  background: #0a1f65;
}

.col2 a span {
  position: relative;
}

.col2 a span::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.col2-tel {
  margin-right: 20px;
}

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

.col2-tel a span {
  padding-left: 1.1em;
}

.col2-tel a span::before {
  content: "\f879";
  font-size: 0.86em;
}

.col2-contact a {
  font-size: 18px;
}

.col2-contact a span {
  font-weight: 500;
  padding-left: 1.6em;
  padding-bottom: 3px;
}

.col2-contact a span::before {
  content: "\f0e0";
  font-size: 1.25em;
}

header .nav {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  header .nav {
    display: none;
  }
}

header .nav .nav-list {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  border-left: 1px solid rgba(10, 31, 101, 0.15);
}

header .nav .nav-list .nav-item:last-child {
  border-right: 1px solid rgba(10, 31, 101, 0.15);
}

header .nav .nav-list .nav-item > a {
  color: #222;
  display: block;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

header .nav .nav-list .nav-item > a:hover {
  cursor: pointer;
  color: #ababab;
}

header .nav .nav-list .nav-item > a .ja_1 {
  display: block;
  font-size: 12px;
}

.main .slider img {
  width: 100%;
  height: 70vh !important;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 1024px) {
  .main .slider img {
    height: 480px !important;
    min-height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .main .slider img {
    height: 400px !important;
  }
}

.sub_menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu a {
  display: block;
  background: rgba(10, 31, 101, 0.85);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}

.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #0a1f65 !important;
}

.sub_menu a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #ababab;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 28px;
  right: 30px;
  height: 32px;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 24px;
}

@media only screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
  margin: 0 auto;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
  font-size: 13px;
  color: #ababab;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

#nav-toggle span {
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #ababab;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0px;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  overflow: auto;
  background: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

#gloval-nav {
  padding: 40px 80px;
}

@media only screen and (max-width: 1024px) {
  #gloval-nav {
    padding: 40px;
  }
}

@media only screen and (max-width: 640px) {
  #gloval-nav {
    padding: 40px 20px;
  }
}

#gloval-nav nav {
  position: relative;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gloval-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}

#gloval-nav ul a {
  display: block;
  color: #222 !important;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  font-size: 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #gloval-nav ul a {
    font-size: 24px;
  }
}

#gloval-nav li,
#gloval-nav > div {
  width: 100%;
  opacity: 0;
  border: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#gloval-nav .col2 > div {
  max-width: 48%;
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li,
.open #gloval-nav > div {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  background: url(../images/contents/cont_main.jpg) no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

#local-keyvisual:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  text-shadow: 0 0 5px #fff;
  z-index: 1;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-size: 2.8em;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.5em;
    height: 170px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
    height: 160px;
  }
}

#local-keyvisual h1 > img,
.blog_ttl > img {
  width: 130px;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual h1 > img,
  .blog_ttl > img {
    width: 120px;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 > img,
  .blog_ttl > img {
    width: 110px;
  }
}

#local-keyvisual h1 .none,
.blog_ttl .none {
  display: none;
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-weight: 500;
  font-size: 0.44em;
  margin-top: 10px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#global_footer {
  background: none !important;
  line-height: 2.4;
  font-size: 14px;
}

#global_footer a {
  text-decoration: none !important;
}

.footer {
  background: #fff;
  padding: 60px 20px;
}

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

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer-container .col3 {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-container .col3 {
    text-align: center;
    margin-bottom: 60px;
  }
}

.footer-container .col3-logo {
  margin-bottom: 20px;
}

footer .nav {
  display: block !important;
}

footer .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}

@media only screen and (max-width: 640px) {
  footer .nav .nav-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-item:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}

footer .nav a {
  display: block;
  color: #222;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 15px 0;
  }
}

footer .nav a:hover {
  color: #ababab;
}

.copyright {
  font-size: 14px;
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #ababab;
  line-height: 60px;
}

.pagetop a i {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
}

.box_1 a {
  overflow: hidden;
  position: relative;
  color: #222 !important;
}

@media only screen and (max-width: 640px) {
  .box_1 a {
    width: 48%;
  }
  .box_1 a:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.box_1 a::before {
  content: "";
  background: url(../images/home/pattern.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.box_1 a:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.box_1 a img {
  -webkit-transition: 2s;
  transition: 2s;
}

.box_1 a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 7s;
  transition: 7s;
}

.box_1 a h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 5px #fff;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .box_1 a h2 {
    font-size: 4.6875vw;
  }
}

@media only screen and (max-width: 640px) {
  .box_1 a h2 {
    font-size: 4.6875vw;
  }
}

.box_1 a h2 .ja_1 {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .box_1 a h2 .ja_1 {
    font-size: 18px;
  }
}

.box_2 a {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.box_2 a:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 51px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
}

.box_2 a:hover:after {
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_area {
  position: relative;
}

.contact_area::before, .contact_area:after {
  content: "";
  border-top: 1px double #0a1f65;
  border-bottom: 1px double #0a1f65;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}

.contact_area::before {
  top: 0;
}

.contact_area:after {
  bottom: 0;
}

.contact_area .col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 640px) {
  .contact_area .col2 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.contact_area .col2 > div {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  .contact_area .col2 > div {
    max-width: 100%;
  }
}

.contact_area .col2 a {
  width: 400px;
  height: 80px;
}

@media only screen and (max-width: 640px) {
  .contact_area .col2-tel {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.contact_area .col2-tel a {
  font-size: 30px;
}

.contact_area .col2-contact a {
  font-size: 24px;
}

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

.btn a {
  display: block;
  max-width: 300px;
  background: #0a1f65;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only 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 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.h_blog div.blog_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 230px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: none !important;
}

@media only screen and (max-width: 1024px) {
  .h_blog div.blog_list {
    max-height: 200px;
  }
}

.h_blog div.blog_list > div {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1) !important;
  padding: 10px 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 1024px) {
  .h_blog div.blog_list > div {
    padding: 10px 0 20px;
  }
}

.h_blog .blog_photo {
  display: none !important;
}

.h_blog .blog_text {
  font-size: 1em !important;
  width: 100% !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 1024px) {
  .h_blog .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
  }
}

.h_blog .blog_date {
  width: 14%;
  margin-right: 4%;
  letter-spacing: 0.05em;
  color: #222 !important;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .h_blog .blog_date {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
}

.h_blog h3 {
  font-size: 1em !important;
  width: 82%;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .h_blog h3 {
    width: 100%;
  }
}

.h_blog h3 a {
  color: #222 !important;
  text-decoration: underline !important;
}

.h_blog h3 a:hover {
  color: #0a1f65 !important;
}

.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.blog2 a {
  text-decoration: none !important;
}

.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}

@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}

.blog .wrap {
  background: none;
  width: 1200px;
  max-width: 100%;
}

.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.blog aside nav > div {
  background: #0a1f65;
  color: #fff;
  font-size: 16px !important;
  line-height: 45px !important;
}

.blog aside ul li:first-child {
  border-top: none !important;
}

.blog .category {
  font-weight: bold;
}

.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}

.blog .category a,
.blog .category span {
  display: block;
  color: #222 !important;
}

.blog .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  position: relative;
}

.blog .category span {
  padding: 10px 0;
}

.blog .flex_images {
  position: relative;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .blog .flex_images {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.blog .flex_images a {
  max-width: 480px;
}

@media only screen and (max-width: 640px) {
  .blog .flex_images a {
    max-width: 640px;
  }
}

.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}

.blog .blog {
  padding: 0 !important;
}

.blog .pages {
  text-align: left !important;
}

.blog .pages a {
  color: #222 !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside li {
  line-height: 30px;
  text-align: left;
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #0a1f65;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .date {
  border: 1px solid #0a1f65;
  color: #0a1f65 !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  width: inherit !important;
  padding: 10px 20px 9px;
  line-height: 1em !important;
  border-radius: 30px;
}

.blog dt span {
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article {
  padding: 0 !important;
}

.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog h1 {
  font-size: 1.4em !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}

.blog h2 {
  background: #222;
  font-size: 1.2em !important;
  color: #fff !important;
  padding: 0.4em 1em 0.45em !important;
  margin-bottom: 20px;
  line-height: 40px !important;
}

@media only screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}

@media only screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}

.blog a {
  color: #ababab !important;
}

@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}

.blog dl.open label,
.blog td.open {
  background: #edf5fd !important;
}

.blog .open dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog dl.close label,
.blog td.close {
  background: rgba(171, 171, 171, 0.3) !important;
}

.blog dl.close label dd,
.blog td.close dd {
  font-size: 16px;
}

.blog #form_calendar {
  padding: 10px;
}

.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog #form_calendar table tbody tr td:hover {
  background: rgba(10, 31, 101, 0.3) !important;
}

.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  background: rgba(10, 31, 101, 0.1) !important;
}

.blog .blog_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog .blog_flex .imgL {
  margin-right: 30px !important;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

.blog .blog_flex .imgL img {
  margin: 0 !important;
}

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

.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

.insta .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta .sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 15% !important;
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div {
    width: 32% !important;
    margin-bottom: 2%;
  }
}

.insta .sns_list > div:not(:nth-child(6n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div:not(:nth-child(6n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .insta .sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.insta .sns_list .sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta .sns_list .sns_photo a {
  display: block;
  position: relative;
}

.insta .sns_list .sns_photo a:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.insta .sns_list .sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.c_insta .sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_list > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c_insta .sns_photo a {
  position: relative;
  overflow: hidden;
  display: block;
}

.c_insta .sns_photo a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.c_insta .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

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

.c_insta a {
  color: #ababab !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form_wrap dt,
.form_wrap dd {
  background: none !important;
}

@media only screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

@media only screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid !important;
  }
}

.c_contactArea {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(171, 171, 171, 0.1);
}

.c_contactArea .contact_form dt,
.c_contactArea .contact_form dd {
  background: none !important;
  border: none !important;
}

.c_contactArea .contact_form dt {
  color: #333;
  position: relative;
}

.c_contactArea .contact_form dd {
  text-align: left !important;
}

.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}

.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #0a1f65;
  border: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #ababab;
  opacity: 1 !important;
}

.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.form_wrap.message {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1000px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #222 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nf_btn a::before {
  z-index: -1;
}

.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.nf_btn a:hover {
  background: #ababab;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt {
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active {
  text-decoration: none !important;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #ababab;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.map_1 iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.scl_img_1 {
  overflow: hidden;
}

.scl_img_1,
.zoom01 img,
.zoom02 img {
  width: 100% !important;
  -webkit-transform: scale(var(--scale));
  -ms-transform: scale(var(--scale));
      transform: scale(var(--scale));
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.gyara_box .q_01,
.gyara_box .a_01 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .gyara_box .q_01,
  .gyara_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}

.gyara_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}

.gyara_box .box > div {
  padding-left: 45px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .gyara_box .box > div {
    padding-left: 35px;
  }
}

.gyara_box .box:nth-child(odd) {
  background: #0a1f65;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .gyara_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}

.gyara_box .box:nth-child(odd):after {
  content: "\f067";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .gyara_box .box:nth-child(odd):after {
    display: none;
  }
}

.gyara_box .box:nth-child(odd):hover {
  cursor: pointer;
}

.gyara_box .box:nth-child(odd).open:after {
  content: "\f068";
}

.gyara_box .box:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1024px) {
  .gyara_box .box:nth-child(even) {
    display: block;
  }
}

.gyara_box .box:nth-child(even) .a_01 {
  color: #0a1f65;
}

.acc_title:hover {
  cursor: pointer;
}

.info_1 {
  background: #fff;
}

.info_1 label {
  position: static;
}

.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

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

.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}

.info_1 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #222 !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}

.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}

.info_1 a {
  color: #ababab !important;
  text-decoration: underline !important;
}

.info_1 a:hover {
  color: #0a1f65 !important;
}

.info_2 label {
  position: static;
}

.info_2 dl:nth-child(odd) {
  background: #f5f5f5;
}

.info_2 dl:nth-child(even) {
  background: #fff;
}

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

.info_2 dt,
.info_2 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .info_2 dt,
  .info_2 dd {
    width: 100% !important;
  }
}

.info_2 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #222 !important;
  color: #0a1f65 !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .info_2 dt {
    background: #f5f5f5 !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.info_2 dd {
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .info_2 dd {
    background: #fff !important;
    text-align: left;
  }
}

.info_2 a {
  color: #222 !important;
  text-decoration: underline !important;
}

.info_2 a:hover {
  color: #ababab !important;
}

.info_3 label {
  position: static;
}

.info_3 dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 20px;
}

.info_3 dl:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  .info_3 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_3 dt {
  padding: 0 !important;
  color: #0a1f65;
  font-weight: bold !important;
  border-radius: 30px;
  text-align: center !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  background-color: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 834px) {
  .info_3 dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left !important;
  }
}

.info_3 dd {
  padding: 0 0 0 40px !important;
  border: none !important;
  background: none !important;
}

@media only screen and (max-width: 834px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
    border-bottom: none !important;
  }
}

.info_3 a {
  color: #ababab !important;
  text-decoration: underline !important;
}

.info_3 a:hover {
  color: #0a1f65 !important;
}

.info_3 img {
  margin-bottom: 10px;
}

.info_4 {
  border: 1px solid #0a1f65;
  background: rgba(10, 31, 101, 0.6);
  padding: 20px;
}

.info_4 dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .info_4 dl {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}

.info_4 dl:not(:last-child) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3) !important;
}

.info_4 dl dt,
.info_4 dl dd {
  border: none !important;
}

.info_4 dl dd {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .info_4 dl dd {
    padding-bottom: 0 !important;
  }
}

.info_4 dl dt {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.imgtxt article, .imgtxt02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .imgtxt article, .imgtxt02 article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
.imgtxt article > img,
.imgtxt02 article > img,
.imgtxt .img_1,
.imgtxt02 .img_1 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 38% !important;
  margin-left: 4%;
}

.imgtxt .scl_img_1:before, .imgtxt02 .scl_img_1:before,
.imgtxt article > img:before,
.imgtxt02 article > img:before,
.imgtxt .img_1:before,
.imgtxt02 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.imgtxt .scl_img_1 img, .imgtxt02 .scl_img_1 img,
.imgtxt article > img img,
.imgtxt02 article > img img,
.imgtxt .img_1 img,
.imgtxt02 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

@media only screen and (max-width: 834px) {
  .imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
  .imgtxt article > img,
  .imgtxt02 article > img,
  .imgtxt .img_1,
  .imgtxt02 .img_1 {
    width: 80% !important;
    margin: 0 auto 6% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
  .imgtxt article > img,
  .imgtxt02 article > img,
  .imgtxt .img_1,
  .imgtxt02 .img_1 {
    width: 100% !important;
  }
}

.imgtxt .inbox, .imgtxt02 .inbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 834px) {
  .imgtxt .inbox, .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}

.imgtxt h2, .imgtxt02 h2 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .imgtxt h2, .imgtxt02 h2 {
    font-size: 1.2em;
  }
}

.imgtxt .btn_1, .imgtxt02 .btn_1 {
  margin-top: 30px;
}

.imgtxt02 article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt02 .scl_img_1,
.imgtxt02 article > img,
.imgtxt02 .img_1 {
  margin-left: 0;
  margin-right: 4%;
}

@media only screen and (max-width: 834px) {
  .imgtxt02 .scl_img_1,
  .imgtxt02 article > img,
  .imgtxt02 .img_1 {
    margin-right: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt03 .inbox, .imgtxt04 .inbox {
  width: 52%;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .inbox, .imgtxt04 .inbox {
    width: 100%;
  }
}

.imgtxt03 .img_1, .imgtxt04 .img_1 {
  width: 44%;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 80%;
    margin: 0 auto 4%;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 100%;
  }
}

.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #ababab;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.imgtxt03.ver2 .img_1, .ver2.imgtxt04 .img_1 {
  position: relative;
  overflow: hidden;
  display: block;
}

.imgtxt03.ver2 .img_1:before, .ver2.imgtxt04 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.imgtxt03.ver2 .img_1 img, .ver2.imgtxt04 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.imgtxt03.clearfix:after, .clearfix.imgtxt04:after {
  display: none;
}

.imgtxt04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

.list_1 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 2.6em;
}

.list_1 li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .list_1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

.list_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 1.8em;
  font-weight: bold;
  color: #c00;
  top: 0;
  left: 0;
  line-height: 1.5;
}

.list_2 {
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
          box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
}

@media only screen and (max-width: 640px) {
  .list_2 {
    padding: 25px;
  }
}

.list_2 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho";
}

.list_2 li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list_2 li .num_1 {
  font-size: 2em;
  color: #0a1f65;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1em;
  font-style: italic;
}

.list_3 {
  background: #f5f5f5;
  padding: 15px 20px;
}

.list_3 li {
  padding-left: 30px;
  position: relative;
  float: none !important;
}

.list_3 li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.list_3 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.bb_1 {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.bb_2 {
  border-bottom: 2px solid #ababab;
  margin-bottom: 15px;
  display: inline-block;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box 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;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a 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;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.gallery_1.bg_none .box, .bg_none.gallery_2 .box, .bg_none.gallery_3 .box {
  background: none;
}

.gallery_1.bg_none .box div, .bg_none.gallery_2 .box div, .bg_none.gallery_3 .box div {
  padding: 0;
  padding-top: 15px;
}

.gallery_1 h3, .gallery_2 h3, .gallery_3 h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0a1f65;
}

@media only screen and (max-width: 640px) {
  .gallery_1 h3, .gallery_2 h3, .gallery_3 h3 {
    font-size: 1.1em;
  }
}

.gallery_1 .box, .gallery_2 .box, .gallery_3 .box {
  background: #f5f5f5;
  position: relative;
  width: 31.333%;
  margin-bottom: 2%;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box, .gallery_2 .box, .gallery_3 .box {
    width: 48.5%;
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box, .gallery_2 .box, .gallery_3 .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.gallery_1 .box:not(:nth-child(3n)), .gallery_2 .box:not(:nth-child(3n)), .gallery_3 .box:not(:nth-child(3n)) {
  margin-right: 3%;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)), .gallery_2 .box:not(:nth-child(3n)), .gallery_3 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)), .gallery_2 .box:not(:nth-child(2n)), .gallery_3 .box:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box:not(:nth-child(2n)), .gallery_2 .box:not(:nth-child(2n)), .gallery_3 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.gallery_1 .box article > div, .gallery_2 .box article > div, .gallery_3 .box article > div {
  padding: 15px;
  line-height: 2.2;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div, .gallery_2 .box article > div, .gallery_3 .box article > div {
    line-height: 2;
  }
}

.gallery_1 .box .imgwrap, .gallery_2 .box .imgwrap, .gallery_3 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery_1 .box .imgwrap:before, .gallery_2 .box .imgwrap:before, .gallery_3 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.gallery_1 .box .imgwrap img, .gallery_2 .box .imgwrap img, .gallery_3 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

@media screen and (min-width: 1025px) {
  .gallery_1 .box .imgwrap, .gallery_2 .box .imgwrap, .gallery_3 .box .imgwrap {
    min-height: 245px;
  }
}

.gallery_1 .box .imgwrap > div, .gallery_2 .box .imgwrap > div, .gallery_3 .box .imgwrap > div {
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box .imgwrap > div, .gallery_2 .box .imgwrap > div, .gallery_3 .box .imgwrap > div {
    font-size: 15px;
  }
}

.gallery_1._02 h3, ._02.gallery_2 h3, ._02.gallery_3 h3 {
  text-align: center;
}

.gallery_1._02 .box, ._02.gallery_2 .box, ._02.gallery_3 .box {
  background: none;
}

@media only screen and (max-width: 640px) {
  .gallery_1._02 .box, ._02.gallery_2 .box, ._02.gallery_3 .box {
    width: 48.5%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_1._02 .box:not(:nth-child(2n)), ._02.gallery_2 .box:not(:nth-child(2n)), ._02.gallery_3 .box:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}

.gallery_1._02 article > div, ._02.gallery_2 article > div, ._02.gallery_3 article > div {
  padding: 5px 0 0;
}

@media only screen and (max-width: 640px) {
  .gallery_1._02 article > div, ._02.gallery_2 article > div, ._02.gallery_3 article > div {
    padding: 0;
  }
}

.gallery_2 .box {
  width: 48.5%;
  margin-right: 0 !important;
}

@media only screen and (max-width: 640px) {
  .gallery_2 .box {
    width: 100%;
  }
}

.gallery_2 .box:not(:nth-child(2n)) {
  margin-right: 3% !important;
}

@media only screen and (max-width: 640px) {
  .gallery_2 .box:not(:nth-child(2n)) {
    margin-right: 0 !important;
  }
}

.gallery_3 .box {
  width: 22.75%;
  margin-right: 0 !important;
}

@media only screen and (max-width: 834px) {
  .gallery_3 .box {
    width: 48.5%;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_3 .box {
    width: 100%;
  }
}

.gallery_3 .box:not(:nth-child(4n)) {
  margin-right: 3% !important;
}

@media only screen and (max-width: 834px) {
  .gallery_3 .box:not(:nth-child(4n)) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_3 .box:not(:nth-child(2n)) {
    margin-right: 3% !important;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_3 .box:not(:nth-child(2n)) {
    margin-right: 0 !important;
  }
}

.anchor_btn .box {
  margin-bottom: 2%;
  width: 32%;
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor_btn .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.anchor_btn a {
  padding: 12px;
  display: block;
  text-align: center;
  color: #0a1f65 !important;
  border: 1px solid;
  position: relative;
}

.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.anchor_btn a:hover {
  background: #0a1f65;
  color: #fff !important;
}

.title_1._index h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .title_1._index h1 {
    font-size: 30px;
  }
}

.title_1._index h1 .sml-1 {
  letter-spacing: 0.1em;
}

.title_1._index h2 {
  font-size: 36px;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    font-size: 30px;
  }
}

.title_1._common h2 {
  margin-bottom: 40px;
  font-size: 1.8em;
  background: #f5f5f5;
  padding: 0.7em 1em 0.7em 1.8em;
  position: relative;
  font-weight: 500;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}

.title_1._common h2:before {
  content: "";
  background: #222;
  width: 4px;
  height: 18px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.title_1._common h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_1._common h3 {
    font-size: 1.2em;
  }
}

.title_1._common h3:before {
  content: "";
  background: #0a1f65;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.title_1._common h4 {
  font-size: 1.2em;
  border-left: 5px solid #ababab;
  padding-left: 1em;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h4 {
    font-size: 1.1em;
  }
}

.title_1._common h5 {
  font-size: 1.1em;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .title_1._common h5 {
    font-size: 1.05em;
  }
}

.title_2._index h2 {
  font-size: 40px;
  position: relative;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    font-size: 36px;
  }
}

.title_2._index h2:before {
  content: "";
  background: #0a1f65;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title_2._index h2 .ja_1 {
  font-size: 16px;
  display: block;
}

.title_2._index h3 {
  font-size: 1.6em;
  font-weight: bold;
  color: #0a1f65;
}

@media only screen and (max-width: 640px) {
  .title_2._index h3 {
    font-size: 1.4em;
  }
}

.drop_box h3 {
  cursor: pointer;
  margin: 0;
  position: relative;
}

.drop_box h3::before {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Font Awesome 5 Pro";
}

.drop_box .hidden_txt {
  margin-top: 10px;
}

.btn_1 {
  min-width: 200px;
  min-height: 50px;
  padding: 5px 10px;
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0a1f65 !important;
}

.btn_1:hover {
  opacity: 1;
  background: #0a1f65;
  color: #fff !important;
}

@media only screen and (max-width: 640px) {
  .btn_1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: calc(50px + 10px);
  }
}

@media only screen and (max-width: 640px) {
  .tbl-1 {
    padding-bottom: 60px;
    position: relative;
  }
  .tbl-1::before {
    content: "右にスクロール";
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #0a1f65;
  }
}

.tbl-1 .top_td {
  background: #0a1f65;
  color: #fff;
}

.tbl-1 .left_td {
  background: #e8f1fb;
}
/*# sourceMappingURL=assets.css.map */