@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #0e558a;
  color: #fff;
}

::selection {
  background-color: #0e558a;
  color: #fff;
}

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

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

li {
  list-style: none;
}

html {
  font-size: 65.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: 1.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #242423;
  word-wrap: break-word;
  overflow: hidden !important;
  font-size: 1.6rem;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
    overflow: inherit !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1300px;
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #FFF;
}

#contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  background-color: #FFF;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 20px 0px 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px 0px 10px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

.tdpd10 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: #0e558a !important;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

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

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

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ 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;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.h_logo {
  width: 100%;
  z-index: 5;
  text-align: left;
  padding: 5%;
}
@media screen and (max-width: 834px) {
  .h_logo {
    z-index: 9999;
    display: inline-block;
  }
}
.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  display: flex;
  justify-content: space-between;
  opacity: 10 !important;
  width: 30%;
}
.col_01 .h_logo img {
  opacity: 10 !important;
}
@media screen and (max-width: 834px) {
  .col_01 {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .col_01 {
    width: 60%;
    margin-top: 0px;
  }
}

.col_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list {
  display: flex;
  flex-wrap: wrap; /*スマホ表示折り返し用なのでPCのみなら不要*/
  list-style: none;
}

.nav-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.laugn {
  height: 100px;
  width: 150px;
  font-family: "Cormorant", serif;
  font-size: 0.7em;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  background-size: 180% auto;
}
.laugn:hover {
  background-position: right center;
}
.laugn .line {
  border-right: 1px solid #92b6ff;
}
@media screen and (max-width: 834px) {
  .laugn {
    width: 100% !important;
    height: 70px;
    padding: 2%;
    display: flex !important;
  }
  .laugn a {
    display: inline-block !important;
  }
}

.nav {
  margin-right: 0;
  margin-left: auto;
  border-radius: 50px;
  padding: 1% 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .nav {
    background-color: transparent;
  }
}
.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1000px) {
  .nav-list {
    display: none;
  }
}
.nav-list li {
  flex-grow: 1;
  position: relative;
  text-align: center;
}
.nav-list li:nth-child(2) a:after {
  content: "HOME";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-list li:nth-child(3) span:after {
  content: "COMPANY";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-list li:nth-child(4) span:after {
  content: "BUSINESS";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-list li:nth-child(5) a:after {
  content: "RECRUIT";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-list li:nth-child(6) a:after {
  content: "DATA";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-list li:nth-child(7) a:after {
  content: "CONTACT US";
  display: block;
  font-size: 0.7em;
  letter-spacing: 1px;
  font-family: "Cormorant", serif;
  z-index: 10;
}
.nav-item {
  flex-grow: 1;
  line-height: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .nav-item {
    flex-direction: column !important;
    display: block !important;
  }
}
.nav-item a,
.nav-item > span {
  color: #fff !important;
  line-height: 1.4;
  padding: 0px 18px;
  text-align: center;
  display: block;
  transition: 0.3s;
  font-size: 0.9em;
  letter-spacing: 3px;
  font-weight: 600;
  opacity: 10;
  position: relative;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1400px) {
  .nav-item a,
  .nav-item > span {
    padding: 15px 15px !important;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-item a,
  .nav-item > span {
    font-size: 1.2rem;
    padding: 15px 8px !important;
  }
}
.nav-item a span,
.nav-item > span span {
  font-size: 1.1rem;
  display: block;
}
.nav-item a:hover,
.nav-item > span:hover {
  color: #fff !important;
}
.nav-item p {
  font-size: 1.1rem;
  display: block;
  color: #fff;
}
.nav-item p:hover {
  color: #000;
}
.nav-item .ddmenu {
  position: absolute;
  padding: 0;
  width: 180px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #0e558a;
  color: #fff;
}
.nav-item .ddmenu a {
  color: #fff;
  padding: 15px 5px;
  font-size: 0.8em;
}
.nav-item .ddmenu a:hover {
  background-color: #053f6b;
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .nav-item .ddmenu a {
    font-size: 0.5em !important;
  }
}
.nav-item .ddmenu li {
  border-bottom: 1px solid #2b74ab;
}
.nav-item .ddmenu li a:after {
  display: none;
}
.nav-item .ddmenu li span:after {
  display: none;
}
.nav-item .ddmenu li:last-child {
  border-bottom: none;
}
.nav-item .ddmenu02 {
  position: absolute;
  padding: 0;
  width: 180px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #4484b3;
  color: #fff;
}
.nav-item .ddmenu02 a {
  color: #fff;
  padding: 15px 5px;
  font-size: 0.8em;
}
.nav-item .ddmenu02 a:hover {
  background-color: #053f6b;
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .nav-item .ddmenu02 a {
    font-size: 0.5em !important;
  }
}
.nav-item .ddmenu02 li {
  border-bottom: 1px solid #2b74ab;
}
.nav-item .ddmenu02 li a:after {
  display: none;
}
.nav-item .ddmenu02 li:last-child {
  border-bottom: none;
}

.tel {
  font-size: 1.2em;
}
.tel i {
  padding-right: 2px;
}

.sub {
  width: 100%;
  padding: 13.5px 0 !important;
}

nav ul > li > ul > li > ul {
  top: 0 !important;
  left: 100% !important;
  transform: inherit !important;
  border-left: 1px solid #2b74ab !important;
}
@media screen and (max-width: 640px) {
  nav ul > li > ul > li > ul {
    left: 0% !important;
  }
}

#header {
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 10 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  display: flex !important;
  position: relative;
  position: fixed;
}
@media screen and (max-width: 834px) {
  #header {
    border-top: none;
    transition: all 0s;
    background-color: #fcf3e4 !important;
    z-index: 999;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
#header .inner {
  width: 100%;
}

#mainArea {
  position: relative;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}
.main_imgBox {
  height: 750px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .main_imgBox {
    height: 600px;
  }
}
@media only screen and (max-width: 1100px) {
  .main_imgBox {
    height: 580px;
  }
}
@media only screen and (max-width: 990px) {
  .main_imgBox {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .main_imgBox {
    height: 630px;
  }
}

.main_img {
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: anime 24s 0s infinite;
}

.main_img:nth-of-type(1) {
  animation-delay: 0s;
}

.main_img:nth-of-type(2) {
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  animation-delay: 18s;
}

@keyframes anime {
  0% {
    opacity: 0;
    z-index: 0;
  }
  26% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 3;
  }
  100% {
    opacity: 0;
  }
}
.catch {
  position: absolute;
  right: 7%;
  bottom: 18%;
  color: #fff;
  z-index: 10 !important;
}
@media only screen and (max-width: 1200px) {
  .catch {
    bottom: 25%;
  }
}
@media only screen and (max-width: 1100px) {
  .catch {
    bottom: 30%;
  }
}
@media only screen and (max-width: 990px) {
  .catch {
    bottom: 40%;
  }
}
@media screen and (max-width: 640px) {
  .catch {
    right: 2%;
    bottom: 36%;
  }
}
.catch .jp {
  font-size: 1.3em;
  display: block;
  text-align: left;
  font-weight: 100;
  letter-spacing: 5px;
  margin-top: 30px !important;
}
@media only screen and (max-width: 1200px) {
  .catch .jp {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .catch .jp {
    margin-top: 15px !important;
    font-size: 1em;
  }
}
.catch .eachTextAnime {
  font-family: "Cormorant", serif;
  font-size: 3.8em;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 8px;
  width: 50%;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .catch .eachTextAnime {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .catch .eachTextAnime {
    font-size: 2.3em;
    line-height: 1.3em;
    letter-spacing: 4px;
  }
}

.eachTextAnime span {
  opacity: 0;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header {
  display: flex;
  padding: 0px;
  position: fixed;
  justify-content: space-between;
  transition: 0.5s;
  width: 100%;
  top: 0px;
  z-index: 10 !important;
  height: 100px;
}
@media screen and (max-width: 834px) {
  .site-header {
    height: 65px;
  }
}
.site-header .second {
  display: none;
}

.site-header.transform {
  padding: 0px;
  background-color: #fff;
  top: -5px;
  z-index: 10 !important;
}
.site-header.transform .first {
  display: none;
}
.site-header.transform .second {
  display: block;
}
@media screen and (max-width: 834px) {
  .site-header.transform {
    top: 0px;
  }
}
.site-header.transform a,
.site-header.transform > span {
  color: #333 !important;
}
.site-header.transform a:hover,
.site-header.transform > span:hover {
  color: #0e558a !important;
}
.site-header.transform .nav-item span {
  color: #333 !important;
}
.site-header.transform .ddmenu a {
  color: #fff !important;
}
.site-header.transform .ddmenu .sub {
  color: #fff !important;
}
.site-header.transform .laugn a {
  color: #333 !important;
}

/*========= 光りながら出現させるためのCSS ===============*/
.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 4s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
/*========= 画面遷移のためのCSS ===============*/
body.appear {
  background: #fff; /*画面を開いた後の背景色を指定*/
}

/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}

/*右に消えるエリア*/
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: #333; /*伸びる背景色の設定*/
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*左に消えるエリア*/
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background-color: #333; /*伸びる背景色の設定*/
}

@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
  position: relative;
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  #splash {
    display: none;
  }
  .splashbg1,
  .splashbg2 {
    display: none;
  }
}
#global_footer {
  position: relative;
  bottom: 0 !important;
  background-repeat: repeat;
  background-color: #fff !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    padding: 0;
    margin-top: 0px !important;
  }
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #0e558a;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  #page_top {
    width: 70px;
    height: 50px;
    bottom: 0px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  color: #fff !important;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #page_top a {
    width: 70px;
    height: 50px;
  }
}

#footer {
  bottom: 0 !important;
  padding: 3% 0 0 0;
  background-color: #fff;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 20px 0 0 0;
  }
}
#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 1%;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  padding: 3% 0;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
@media screen and (max-width: 834px) {
  .col_2 {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .col_2 {
    margin-top: 40px;
    flex-direction: row;
  }
}
.col_2 a {
  color: #000 !important;
}
.col_2 a:hover {
  color: #0e558a !important;
}
.col_2 i {
  padding-right: 5px;
}
.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
}
.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.8em;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  font-weight: 600;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: left;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
    align-items: center;
  }
}
.col_001 .add {
  text-align: left;
  color: #333;
  font-size: 0.9em;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}
.col_001 .add a {
  color: #333 !important;
}

@media screen and (max-width: 834px) {
  .f_logo {
    width: 50%;
    border-right: none;
  }
}
.f_logo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .f_logo img {
    width: 50%;
  }
}

#copy {
  background-color: #0e558a;
  color: #fff;
  z-index: 3;
  padding: 1%;
}
#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
@media screen and (max-width: 834px) {
  .scroll-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu {
  width: 50%;
  position: relative;
}
.menu h2 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  font-size: 2.3em;
  color: #fff;
  text-align: right;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 10px;
  background-color: #0e558a;
}
.menu h2 span {
  font-size: 0.6em;
}
.menu img {
  width: 100% !important;
}

div.colorbox {
  position: relative !important;
  width: 50%;
  z-index: 0 !important;
  height: 100%;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(-45deg, rgb(109, 132, 254) 0%, rgb(131, 175, 251) 100%);
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgap,
.bgRLT {
  display: inline-block;
  opacity: 0;
}

.cont_1 {
  padding: 8% 0;
  background-repeat: no-repeat;
  margin-top: -200px;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_1 {
    margin-bottom: 50px;
  }
}
.cont_1 .h2title_01 {
  background: rgb(131, 175, 251);
  background: linear-gradient(-45deg, rgb(109, 132, 254) 0%, rgb(131, 175, 251) 100%);
  width: 450px;
  height: 250px;
  z-index: 10;
  color: #fff;
  padding: 5%;
  font-family: "Cormorant", serif;
  font-size: 1.5em;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1450px) {
  .cont_1 .h2title_01 {
    width: 350px;
    height: 150px;
    padding: 3%;
  }
}
@media only screen and (max-width: 1110px) {
  .cont_1 .h2title_01 {
    width: 300px;
    height: 180px;
    padding: 3%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .h2title_01 {
    height: 100px;
    width: 70%;
  }
}
.cont_1 .h2title_01 span {
  font-size: 0.7em;
}

.blogbox {
  background-color: #f7f7f7;
  width: 80%;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: -48%;
  z-index: -1;
}
@media only screen and (max-width: 1450px) {
  .blogbox {
    bottom: -120%;
  }
}
@media only screen and (max-width: 930px) {
  .blogbox {
    top: 45%;
    width: 86%;
    height: 420px;
  }
}

.btn01 a {
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  background: #0e558a;
  color: #fff !important;
  width: 300px;
  border: 1px solid #0e558a;
  margin-top: 40px;
  opacity: 10 !important;
}
@media only screen and (max-width: 1320px) {
  .btn01 a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn01 a {
    width: 100%;
    font-size: 1em;
    padding: 15px 0;
    margin-top: 20px;
  }
}
.btn01 a:hover {
  background-color: #fff;
  color: #0e558a !important;
}

.btn02 a {
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  background: #0e558a;
  color: #fff !important;
  width: 350px !important;
  border: 1px solid #0e558a;
  margin-top: 40px;
  opacity: 10 !important;
}
@media only screen and (max-width: 1320px) {
  .btn02 a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn02 a {
    width: 100% !important;
    font-size: 1em;
    padding: 15px 0;
    margin-top: 20px;
  }
}
.btn02 a:hover {
  background-color: #fff;
  color: #0e558a !important;
}

.cont_2 {
  margin-top: 400px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media only screen and (max-width: 1100px) {
  .cont_2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 {
    margin-top: 310px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 {
    margin-top: 400px;
    flex-direction: column;
  }
}
.cont_2 .h2title_02 {
  margin-left: 10%;
  width: 48%;
}
@media only screen and (max-width: 1100px) {
  .cont_2 .h2title_02 {
    width: 88%;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .h2title_02 {
    width: 88%;
  }
}
.cont_2 .h2title_02 h2 {
  font-size: 3.5em;
  color: #0e558a;
  line-height: 1.2em;
  letter-spacing: 3px;
  margin-top: 0px !important;
}
.cont_2 .h2title_02 div {
  margin-top: 20px;
  width: 90%;
}
.cont_2 .imgbox {
  width: 70%;
}
.cont_2 .imgbox img {
  width: 100% !important;
}
@media only screen and (max-width: 1100px) {
  .cont_2 .imgbox {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .imgbox {
    width: 90%;
    margin: 0 auto;
  }
}

.h2title_03 h2 .eachTextAnime {
  font-size: 3.5em;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 0.8em;
}
.h2title_03 h2 .jp {
  font-size: 1.3em;
  margin-top: -20px !important;
  display: block;
}

.menuflex .box {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  .menuflex .box {
    width: 100%;
    margin: 0 2%;
  }
}
.menuflex .box img {
  width: 100% !important;
  transition: 1s all;
}
.menuflex .box img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.menuflex .box h3 {
  display: none;
}
.menuflex .box div h3 {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 55%;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 2em;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .menuflex .box div h3 {
    top: 27%;
    width: 100%;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .menuflex .box div h3 {
    top: 35%;
    font-size: 1.8em;
  }
}
.menuflex .box div h3 span {
  font-size: 0.7em;
}

.cont_3 {
  padding: 10% 0;
}
.cont_3 .banner {
  justify-content: center;
}
.cont_3 .banner .box {
  width: 30%;
  transition: 0.3s;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .cont_3 .banner .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_3 .banner .box a {
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 10px;
  padding: 8% 0;
  display: inline-block;
  color: #333 !important;
  opacity: 10 !important;
}
@media screen and (max-width: 640px) {
  .cont_3 .banner .box a {
    width: 95%;
  }
}
.cont_3 .banner .box a:hover {
  background-color: #333;
  color: #fff !important;
}
.cont_3 .banner .box a:hover {
  transform: scale(1.1);
}
.cont_3 i {
  display: block;
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 20px;
}

.contact {
  position: relative;
  padding: 20% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .contact {
    padding: 50% 0;
  }
}
.contact article {
  position: absolute;
  right: 5%;
  color: #fff;
  top: 20%;
}
@media screen and (max-width: 640px) {
  .contact article {
    width: 90%;
    right: 5%;
  }
}
.contact article h2 {
  border-bottom: 1px solid #fff;
  line-height: 1em;
  padding-bottom: 20px;
}
.contact article .eachTextAnime {
  font-size: 3.5em;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 0.8em;
}
.contact article .jp {
  font-size: 1em;
}
.contact article div {
  margin-top: 30px;
}

.fisrt {
  margin-top: 400px;
  margin-bottom: -200px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 834px) {
  .fisrt {
    margin-top: 310px;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .fisrt {
    margin-top: 400px;
    margin-bottom: -300px;
  }
}
.fisrt .schedulelist {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .fisrt .schedulelist {
    width: 100%;
  }
}
.fisrt .schedulelist ul {
  display: flex;
  flex-direction: column;
}
.fisrt .schedulelist li {
  border-bottom: 1px solid #eee;
  padding: 3%;
  font-size: 0.9em;
}
.fisrt .schedulelist li i {
  padding-left: 10px;
}
.fisrt .schedulelist li:first-child {
  background-color: #68aafd;
  color: #fff;
  text-align: center !important;
  padding: 6%;
  border-bottom: none;
}
@media screen and (max-width: 834px) {
  .fisrt .schedulelist li:first-child {
    padding: 3%;
  }
}

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

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

.pager {
  margin-bottom: 100px;
}

div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 31%;
}
@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 28%;
  }
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: 44%;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 40%;
  }
}
div.items > article a {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  div.items > article a {
    width: 100%;
  }
}

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: #e87a5a;
}

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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.item01 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .item01 div.items > article a.photo {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .item01 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}
.item01 .items {
  flex-flow: row wrap;
}
.item01 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}
@media only screen and (max-width: 1100px) {
  .item01 .items > article {
    width: 30% !important;
  }
}
@media screen and (max-width: 834px) {
  .item01 .items > article {
    width: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  .item01 .items > article {
    width: 45% !important;
  }
}

.item02 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .item02 div.items > article a.photo {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .item02 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}
.item02 .items {
  flex-flow: row wrap;
}
.item02 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}
@media only screen and (max-width: 1300px) {
  .item02 .items > article {
    width: 29% !important;
  }
}
@media only screen and (max-width: 950px) {
  .item02 .items > article {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .item02 .items > article {
    width: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  .item02 .items > article {
    width: 45% !important;
  }
}

div.items > article a.photo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  div.items > article a.photo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 180px;
    height: 150px;
  }
}

div.items > article a.photo img {
  width: 100%;
}

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: 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;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}
@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #0e558a;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  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(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  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(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  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(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  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(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 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;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media 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: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    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: 1300px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media 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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1300px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100%;
}
.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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1300px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .flex4cl .box {
    width: 22.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    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;
}

.blog a {
  color: #0e558a !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #f7f7f7;
  margin-left: 13%;
}
@media screen and (max-width: 640px) {
  .blog_list {
    padding: 10px;
  }
}

.blog_list div.blog_date {
  color: #333 !important;
  width: 20%;
  font-size: 1.3em;
}
@media screen and (max-width: 834px) {
  .blog_list div.blog_date {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .blog_list div.blog_date {
    width: 100%;
  }
}

.blog_text {
  width: 100% !important;
  display: flex;
  font-size: 0.7em !important;
  padding: 3% 0 !important;
}
@media screen and (max-width: 640px) {
  .blog_text {
    flex-direction: column;
  }
}
.blog_text h3 {
  display: inline-block;
  margin-right: 20px;
}
.blog_text h3 a {
  color: #333 !important;
  font-size: 1em !important;
}
.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo {
  display: none;
}
div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #f3f4f5;
  box-sizing: border-box;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-top: 80px;
  margin-bottom: 50px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  flex-flow: row wrap !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 31.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  flex-flow: row wrap;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  flex-direction: column !important;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: block;
  width: 100% !important;
  color: #fff;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 260px !important;
  height: 260px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
  margin-left: 20%;
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 44%;
    margin: 0 auto;
  }
}
.event_Instagram11 div.sns_list div.sns_date {
  color: #fff;
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #eee;
}

div::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 10px;
  box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 310px;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: transparent;
  margin-bottom: 50px;
  margin-top: 80px;
  z-index: 9 !important;
}
.scroll a {
  color: #3ab483 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
  }
}
.scroll .form_wrap {
  margin-bottom: -100px;
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: none !important;
  font-size: 0.8em;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}
.scroll .form_wrap a {
  color: #0e558a !important;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.scroll .form_wrap dl {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #d6d6d6 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: baseline !important;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.8em;
  text-align: center !important;
  background-color: transparent;
  display: inline-block;
  width: 150px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #0e558a;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

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

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

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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 {
  display: block;
  font-size: 14px;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}
.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #0e558a;
  color: #fff;
  padding: 1%;
}
.blog .pages {
  margin-top: 40px;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}
.blog .pages a {
  color: #0e558a !important;
  background-color: #eee;
  font-size: 0.9em;
}
.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.bnone td {
  border: none !important;
}

.bnone02 dl dt {
  border: none !important;
  background-color: #ffffff !important;
}
.bnone02 dl dd {
  border: none !important;
}

.hyo01 {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hyo01 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 1px solid #e6d8d8 !important;
}
@media screen and (max-width: 834px) {
  .hyo01 td {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}
.hyo01 .left {
  width: 25%;
  background-color: #eff3f7;
  text-align: center !important;
  color: #333;
}
@media screen and (max-width: 834px) {
  .hyo01 .left {
    width: 20%;
  }
}
.hyo01 .left > div {
  font-weight: bold;
}

.hyo02 {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .hyo02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hyo02 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 12px;
  }
}
.hyo02 .left {
  width: 20%;
  background-color: #0e558a;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 35%;
  }
}
.hyo02 .left > div {
  font-weight: bold;
}

.hyo03 {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .hyo03 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hyo03 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo03 td > div {
    font-size: 12px;
  }
}
.hyo03 .left {
  width: 20%;
  background-color: #000;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 35%;
  }
}
.hyo03 .left > div {
  font-weight: bold;
}

.txtimg {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .txtimg {
    flex-direction: column !important;
  }
}
.txtimg div {
  margin-right: 30px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .txtimg div {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
.txtimg img {
  margin: 0 auto;
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  .txtimg img {
    width: 100% !important;
  }
}
.txtimg span {
  font-size: 2em;
  border-bottom: 2px solid #0e558a;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .googlemap {
    width: 100%;
  }
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}
.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #1b89c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f5722c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

.rev {
  flex-direction: row-reverse !important;
}
.rev img {
  margin-right: 20px;
}
.rev div {
  width: 100% !important;
}

.link a {
  color: #0e558a;
}

section div.form_wrap.error {
  background: #ff0000;
  color: #0e558a;
  margin-bottom: 10px;
  margin-top: 150px;
}

.h1title_02 {
  padding: 20% 0;
  background-size: cover;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (max-width: 834px) {
  .h1title_02 {
    padding: 25% 0 20% 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  .h1title_02 {
    padding: 30% 0 15% 0;
  }
}
.h1title_02 h1 {
  font-size: 2.5em;
  letter-spacing: 5px;
  font-family: "Crimson Text", serif;
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 640px) {
  .h1title_02 h1 {
    line-height: 1em;
    font-size: 2em;
  }
}
.h1title_02 h1 span {
  font-size: 0.5em;
  display: block;
}

.h1title_03 {
  padding: 15% 0;
  background-size: cover;
  animation: fadeIn 1.5s ease 0s 1 normal;
  background-image: url(../images/home/main01_pc.jpg);
  font-size: 2.5em;
  letter-spacing: 5px;
  font-family: "Crimson Text", serif;
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 834px) {
  .h1title_03 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .h1title_03 {
    padding: 40% 0 15% 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  .h1title_03 {
    line-height: 1em;
    font-size: 2em;
  }
}
.h1title_03 span {
  font-size: 0.5em;
  display: block;
}

.h3title_01 {
  margin-top: 100px;
}
.h3title_01 h3 {
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .h3title_01 h3 {
    margin: 20px 0;
  }
}
.h3title_01 div {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .h3title_01 div {
    width: 100%;
  }
}
.h3title_01 img {
  width: 48% !important;
  height: 400px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .h3title_01 img {
    height: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  .h3title_01 img {
    width: 100% !important;
  }
}

.h3title_02 {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .h3title_02 {
    margin-top: 40px;
  }
}
.h3title_02 h3 {
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .h3title_02 h3 {
    margin: 20px 0;
  }
}
.h3title_02 div {
  width: 70%;
}
@media screen and (max-width: 640px) {
  .h3title_02 div {
    width: 100%;
  }
}

.flex01 {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .flex01 {
    flex-direction: column;
    margin-top: 20px;
  }
}
.flex01 .office01 {
  width: 48%;
  margin: 0 10px;
}
.flex01 .office01 td {
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .flex01 .office01 {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
}
.flex01 .imgbox02 img {
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.flex01 .map01 div {
  height: 200px;
}

.h4title_01 h4 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #cacaca !important;
}

.h2title_02 h2 {
  font-size: 2em;
  margin: 100px 0 50px 0;
}
.h2title_02 h2 span {
  font-size: 0.7em;
}
@media screen and (max-width: 640px) {
  .h2title_02 div {
    text-align: left !important;
  }
}

.banner02 {
  justify-content: center;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.banner02 .box {
  background-color: #fff;
  width: 45%;
  margin: 0 20px 20px 20px;
  padding: 2%;
}
@media screen and (max-width: 834px) {
  .banner02 .box {
    width: 43%;
  }
}
@media screen and (max-width: 640px) {
  .banner02 .box {
    width: 100%;
  }
}

.schedulelist {
  width: 30%;
}
.schedulelist ul {
  display: flex;
  flex-direction: column;
}
.schedulelist li {
  border-bottom: 1px solid #eee;
  padding: 3%;
  font-size: 0.9em;
}
.schedulelist li i {
  padding-left: 10px;
}
.schedulelist li:first-child {
  background-color: #68aafd;
  color: #fff;
  text-align: center !important;
  padding: 6%;
  border-bottom: none;
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}
@media screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}
.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.anchor_btn a {
  padding: 15px;
  display: block;
  text-align: center;
  color: #0e558a !important;
  border: 1px solid;
  position: relative;
}
.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.anchor_btn a:hover {
  background: #0e558a;
  color: #fff !important;
  opacity: 1 !important;
}

.tbl_scroll table {
  table-layout: auto;
}

.fix-heading-border h2,
.fix-heading-border h3 {
  font-family: "Charm", "Noto Serif JP", cursive;
}
.fix-heading-border h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2b86f5;
  font-size: 36px;
  border-top: 1px solid #2b86f5;
  border-bottom: 1px solid #2b86f5;
}
@media screen and (max-width: 834px) {
  .fix-heading-border h2 {
    font-size: 30px;
  }
}
.fix-heading-border h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .fix-heading-border h3 {
    font-size: 18px;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background-color: #0e558a !important;
}
@media only screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: #326fc7;
  position: fixed;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_sp .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}
#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  align-items: flex-start;
  text-align: left;
  font-size: 1.5rem !important;
  color: #fff !important;
}
#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 7.5s ease, opacity 0.2s ease;
  list-style: none;
  flex-grow: inherit;
  color: #fff !important;
}
#nav_sp .nav_wrap li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  transition-delay: 0.3s;
}
#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  transition-delay: 0.45s;
}
#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  transition-delay: 0.6s;
}
#nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: 0.75s;
}
#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  flex-direction: column;
  background-color: #0e558a !important;
}
#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
  border-bottom: 1px solid #6590ce;
}
#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
}
#nav_sp .nav_wrap .ddmenu li:last-child {
  border-bottom: none;
}
#nav_sp .nav_wrap .ddmenu02 {
  position: relative;
  top: 0;
  flex-direction: column;
  background-color: #0e558a !important;
}
#nav_sp .nav_wrap .ddmenu02 li {
  width: 100%;
  border-bottom: 1px solid #6590ce;
}
#nav_sp .nav_wrap .ddmenu02 li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
}
#nav_sp .nav_wrap .ddmenu02 li:last-child {
  border-bottom: none;
}

.nav-info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .nav-info {
    display: block;
  }
}
.nav-info .logo {
  width: 200px !important;
  margin: 0 auto 50px auto;
}
.nav-info .logo img {
  width: 100%;
}
.nav-info .contact {
  width: 100%;
  margin-top: 30px;
}
.nav-info .contact a {
  padding: 10px;
}
.nav-info .sub_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.nav-info .sub_nav a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #242423;
  position: relative;
  transition: 0.3s;
  flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .nav-info .sub_nav a {
    flex-grow: inherit;
    width: 50%;
  }
}
.nav-info .sub_nav a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #242423;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}
.open #nav-toggle {
  position: fixed;
}
.open #nav-toggle span {
  background: #fff !important;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  width: 100%;
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  transform: rotate(-45deg);
  width: 100%;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}
.open .nav-item > span {
  position: relative;
  display: block;
}
.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
.open .plus {
  position: relative;
}
.open .plus > span {
  position: relative;
  display: block;
}
.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}/*# sourceMappingURL=common_style.css.map */