@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*===========================================================================

　header

============================================================================*/
header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#page-top header {
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

header .inner {
  max-width: none;
  height: 70px;
  padding-right: 0;
}

/* */
header ul li a {
  font-family: "Crimson Text", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/* */
#headerL {
  width: 350px;
}
#headerL h1 {
  width: 230px;
}

.btn_language {
  position: relative;
  width: 90px;
}
.btn_language:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 50%;
  background-color: #999999;
}
.btn_language li {
  width: 50%;
}
.btn_language li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #c80000;
  background-color: #eeeeee;
  font-weight: normal;
  height: 30px;
}
@media (any-hover: hover) {
  .btn_language li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_language li a:hover {
    color: #fff;
    background-color: #c80000;
  }
}
.btn_language li a.is-active {
  pointer-events: none;
  font-weight: 500;
}
.btn_language li a.is-active:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5px;
  width: 50%;
  height: 1.5px;
  background-color: #c80000;
}

/* */
#gNav {
  width: calc(100% - 100px - 35vw);
  max-width: 880px;
}
#gNav ul li a {
  position: relative;
  font-size: 1.1875em;
  letter-spacing: 0.05em;
}

/* */
#headerR {
  width: 180px;
}
#headerR .btn_contact {
  width: 180px;
}
#headerR .btn_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

/**/
@media screen and (min-width: 1141px) and (max-width: 1340px) {
  #headerR ul li.headerR_sub {
    height: 45px;
    padding-top: 20px;
  }
  #headerR ul li.headerR_sub + .headerR_sub {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  #gNav a:hover:before,
  .headerR_sub a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 44px;
    height: 3px;
    background-color: #ccc;
  }
  #gNav .is-current:before,
  .headerR_sub .is-current:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 44px;
    height: 3px;
    background-color: #125993;
  }
}
/*===========================================================================

　sp menu

============================================================================*/
@media all and (min-width: 1141px) {
  #gNav .sp {
    display: none;
  }
  .toggle {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  #headerL {
    width: 350px;
    width: 23.3333333333vw;
    min-width: 190px;
  }
  #headerL h1 {
    width: 68.5714285714%;
  }
  #headerL .btn_language {
    width: 22.8571428571%;
  }
  #gNav ul li a {
    font-size: 19px;
    font-size: 1.2666666667vw;
  }
  #headerR {
    width: 180px;
    width: 12vw;
  }
  #headerR .btn_contact {
    width: 180px;
    width: 12vw;
  }
}
@media screen and (max-width: 1140px) {
  header {
    position: fixed;
    top: 0;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  header .inner {
    height: 60px;
  }
  main {
    margin-top: 60px;
  }
  #headerL {
    width: 300px;
  }
  #headerR {
    display: none;
  }
  /* toggle
  --------------------------------------------------------------------------------*/
  .toggle {
    position: fixed;
    right: 15px;
    top: 9px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 31px;
    border-bottom: solid 3px rgb(18, 89, 147);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 7px;
  }
  .toggle span:nth-child(1) {
    top: 10px;
  }
  .toggle span:nth-child(2) {
    top: 20px;
  }
  .toggle span:nth-child(3) {
    top: 30px;
  }
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-bottom: solid 3px rgb(18, 89, 147);
  }
  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: solid 3px rgb(18, 89, 147);
  }
}
@media screen and (max-width: 1140px) {
  #gNav {
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(18, 89, 147, 0.9);
    color: #000;
    text-align: center;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    /*トグルボタンが押されたときに付与するクラス*/
  }
  #gNav a {
    text-decoration: none;
  }
  #gNav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  #gNav ul li {
    height: auto;
    list-style-type: none;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  #gNav ul li:nth-child(-n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  #gNav ul li a {
    font-size: 1em;
    display: block;
    color: #fff;
    padding: 15px 0px;
  }
  #gNav ul li a::before {
    content: none;
  }
  #gNav.active {
    opacity: 1;
    top: 60px;
    pointer-events: all;
  }
}
@media screen and (max-width: 640px) {
  header .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .toggle {
    right: 10px;
  }
  #headerL {
    width: 285px;
  }
  #gNav ul {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #gNav ul li:nth-child(3) {
    border-top: 0;
  }
  #gNav ul li:nth-child(-n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  #gNav ul li a.is-current {
    color: #125993;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
/*===========================================================================

　main

============================================================================*/
main {
  display: block;
}

main article section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  main article section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  main article section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*===========================================================================

　footer

============================================================================*/
footer {
  color: #125993;
  border-top: 2px solid #125993;
}

footer #copyright {
  clear: both;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.8125em;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 50px;
}

/* fNav
---------------------------------*/
#fNav {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #125993;
}

#fNav ul {
  position: relative;
  width: min(840px, 100%);
  margin-inline: auto;
}

#fNav ul li a {
  display: block;
  padding: 10px 0px;
  font-size: 1.1875em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  #fNav ul li a {
    font-size: 1.0625em;
  }
}

@media screen and (max-width: 640px) {
  footer .inner {
    padding-left: 0;
    padding-right: 0;
  }
  #fNav {
    padding-top: 0;
    padding-bottom: 0;
  }
  #fNav ul::after {
    content: "";
    width: 50%;
    border-top: 1px solid #125993;
    border-left: 1px solid #125993;
  }
  #fNav ul li {
    width: 50%;
    border-top: 1px solid #125993;
  }
  #fNav ul li a {
    text-align: center;
  }
  #fNav ul li:nth-child(even) {
    border-left: 1px solid #125993;
  }
}
/* f_logo
---------------------------------*/
#f_logo {
  width: 50%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #f_logo {
    width: 70%;
  }
}
/* f_address
---------------------------------*/
#f_address {
  text-align: center;
}
#f_address dl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#f_address dl + dl {
  margin-top: 2em;
}
#f_address dl dt {
  font-size: 1.25em;
  line-height: 0.6;
}
#f_address dl dd {
  font-size: 1.125em;
  line-height: 1.3333333333;
  margin-top: 0.7em;
  margin-inline: auto;
}

/* f_tel
---------------------------------*/
#f_tel {
  font-size: 1.625em;
  font-weight: 500;
  width: min(560px, 100%);
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #f_tel {
    font-size: 1.75em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#f_tel a {
  color: #125993;
}
@media all and (min-width: 641px) {
  #f_tel a {
    pointer-events: none;
  }
}

/* f_contact
---------------------------------*/
#f_contact {
  width: 80%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1001px) {
  #f_contact a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (any-hover: hover) {
  #f_contact a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #f_contact a:hover {
    opacity: 0.5;
  }
}

#f_contact a img {
  max-width: 145px;
  padding-top: 17px;
  padding-bottom: 17px;
}

/* pagetop
---------------------------------*/
#pagetop {
  width: 21px;
  height: 21px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  background: url(../../images/common/pagetop.png);
  text-indent: -9999px !important;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/*======================================
　common
=======================================*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

ol, ul, dl {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

caption, th {
  text-align: left;
}

strong {
  font-weight: bold;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

img {
  vertical-align: bottom;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  line-height: 1 !important;
  font-size: 1px;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* jquery動かない元になるので使用しない
  pointer-events: none;
  */
}

img[src$=".svg"] {
  width: 100%;
}

img.retina {
  width: 100%;
}

img[src*=ebis] {
  display: none;
}

/*========================================================================== common ==========================================================================*/
body {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  word-break: normal;
  overflow-wrap: break-word;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}
/*========================================================================== common class ==========================================================================*/
#wrapper {
  width: 100%;
  position: relative;
}

#wrapper,
header,
main,
article,
section,
footer {
  width: 100%;
  clear: both;
}

/*========================================================================== print ================================================================================*/
@media print {
  body {
    width: 1280px;
  }
  .fixed {
    position: relative !important;
  }
}
/* トレサビリティ用 */
.mfp-iframe-scaler iframe {
  border-radius: 0.5rem !important;
  padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 660px !important;
  height: 500px !important;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mfp-iframe-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mfp-iframe-scaler iframe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mfp-iframe-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mfp-iframe-scaler iframe {
    padding-left: 20px;
    padding-right: 10px;
  }
}
/* inner
--------------------------------------------------------------------------------*/
.inner,
.inner_in,
.inner2,
.inner2_iin {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  max-width: 1160px;
  padding-right: 30px;
  padding-left: 30px;
}

.inner_in {
  max-width: 1100px;
}

.inner2 {
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
}

.inner2_in {
  max-width: 1000px;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inner {
    padding-right: 25px;
    padding-left: 25px;
  }
  .inner2 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .inner2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*============================================================================
 text
=============================================================================*/
.mainArea_cover {
  position: relative;
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .mainArea_cover {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .mainArea_cover {
    height: 180px;
  }
}
.mainArea_cover.--lg {
  height: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .mainArea_cover.--lg {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .mainArea_cover.--lg {
    height: 180px;
  }
}

/* titleWrap
-------------------------------------------------------*/
.titleWrap {
  padding-top: 40px;
}

.titleWrap .obi_txt {
  font-family: "Crimson Text", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.07em;
}

.titleWrap .obi_txt + .copyL {
  margin-top: 35px;
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .titleWrap {
    padding-top: 35px;
  }
  .titleWrap .obi_txt + .copyL {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .titleWrap {
    padding-top: 30px;
  }
  .titleWrap .obi_txt {
    width: 100%;
    max-width: none !important;
    padding-top: 2px;
  }
  .titleWrap .obi_txt + .copyL {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
/* obi_txt
-------------------------------------------------------*/
.obi_txt {
  /* 20px */
  font-size: 1.25em;
  color: #fff;
  height: 40px;
  background-color: #125993;
  padding-left: 20px;
  letter-spacing: 0.07em;
  /**/
  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;
}

.obi_txt small {
  font-size: 12px;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .obi_txt {
    font-size: 1.1875em;
    height: 34px;
  }
}
@media screen and (max-width: 640px) {
  .obi_txt {
    font-size: 1.125em;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
  }
  .obi_txt small {
    font-size: 10px;
  }
}
/*============================================================================
 btn
=============================================================================*/
a.link_gmap {
  font-size: 11px;
  font-family: "Yu Gothic M", "游ゴシック Medium", YuGothic, Yugothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  color: #125993;
  background-color: #dbe6ef;
  letter-spacing: 0.04em;
  padding: 3px 5px;
  margin-left: 5px;
}

/* btn_more
-------------------------------------------------------*/
.btn_more {
  position: relative;
  width: 75%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.btn_more a {
  display: block;
  /* 18px */
  font-size: 1.125em;
  font-weight: 500;
  padding: 7px 10px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  letter-spacing: 0.07em;
}

.btn_more a::before {
  position: absolute;
  top: 47%;
  left: 15px;
  margin: auto;
  content: "▶";
  color: #125993;
  /* 12px */
  font-size: 0.75em;
  line-height: 1;
  -webkit-transform: scale(0.7) translateY(-50%);
  transform: scale(0.7) translateY(-50%);
}

.btn_more a:hover {
  color: #fff;
  background-color: #125993;
}

.btn_more a:hover:before {
  color: #fff;
}

@media all and (min-width: 1001px) {
  .btn_more a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_more a:hover {
    background-color: #125993;
    border: 1px solid #125993;
  }
  .btn_more a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 640px) {
  .btn_more a {
    font-size: 1em;
    padding: 5px 7px;
  }
  .btn_more a::before {
    left: 10px;
  }
}
/* btn_contact
-------------------------------------------------------*/
.btn_contact a {
  display: block;
  background-color: #125993;
  /* padding: 15px; */
}

.btn_contact a img {
  width: 80%;
  max-width: 123px;
  margin-inline: auto;
}

/*============================================================================
 video
=============================================================================*/
.video {
  position: relative;
  padding-top: 56.25%;
}

.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*============================================================================

 contents

=============================================================================*/
#contents {
  background-image: url(../../images/common/bg_wave_blue.gif);
  background-repeat: repeat;
  background-position: center top;
  background-size: 32px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

#contents .bumon {
  position: relative;
  margin-bottom: 70px;
}

#contents .bumon:last-child {
  margin-bottom: 0 !important;
}

#contents .bumon .inner {
  position: relative;
  /* 1220px */
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
}

#contents .bumon .inner::before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  width: 3000px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

/* flex */
#contents .bumon .inner.flex > div {
  position: relative;
  z-index: 10;
}

#contents .bumon .inner.flex .flexL {
  width: 52.46%;
  max-width: 640px;
}

#contents .bumon .inner.flex .flexL figure {
  -webkit-box-shadow: 20px 20px 0px #efefef;
  box-shadow: 20px 20px 0px #efefef;
}

#contents .bumon .inner.flex .flexR {
  width: 42.63%;
  max-width: 520px;
}

#contents .bumon .inner.flex .flexR h3 {
  margin-top: 30px;
  margin-bottom: 22px;
}

#contents .bumon .inner.flex .flexR .btn_more {
  margin-top: 35px;
}

/* 奇数 */
#contents .bumon:nth-child(odd) .inner {
  left: 3%;
}

#contents .bumon:nth-child(odd) .inner:before {
  left: 0;
}

#contents .bumon:nth-child(odd) .inner .flexL {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* 偶数 */
#contents .bumon:nth-child(even) .inner {
  right: 3%;
}

#contents .bumon:nth-child(even) .inner:before {
  right: 0;
}

#contents .bumon:nth-child(even) .inner .flexR .obi_txt {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  #contents .bumon .inner.flex .flexR h3 + p br {
    display: inline !important;
    content: "";
  }
  #contents .bumon .inner.flex .flexR h3 + p br.hide_tb:after {
    margin-right: -0.333em;
    content: "";
  }
  /* flex */
  #contents .bumon .inner.flex .flexL,
  #contents .bumon .inner.flex .flexR {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  #contents {
    background-size: 32px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #contents .bumon {
    margin-bottom: 70px;
  }
  #contents .bumon .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }
  #contents .bumon .inner.flex .flexL figure {
    -webkit-box-shadow: 15px 15px 0px #efefef;
    box-shadow: 15px 15px 0px #efefef;
    margin-bottom: 40px;
  }
  #contents .bumon .inner.flex .flexR h3 {
    margin-top: 30px;
    margin-bottom: 22px;
  }
  #contents .bumon .inner.flex .flexR .btn_more {
    margin-top: 35px;
  }
  /* 奇数 */
  #contents .bumon:nth-child(odd) .inner {
    left: 3%;
    padding-left: 0;
  }
  #contents .bumon:nth-child(odd) .inner:before {
    left: 0;
  }
  #contents .bumon:nth-child(odd) .inner .flexL {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  /* 偶数 */
  #contents .bumon:nth-child(even) .inner {
    right: 3%;
    padding-right: 20px;
  }
  #contents .bumon:nth-child(even) .inner:before {
    right: 0;
  }
  #contents .bumon:nth-child(even) .inner .flexR .obi_txt {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contents .bumon {
    margin-bottom: 40px;
  }
  #contents .bumon .inner {
    width: 100% !important;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  #contents .bumon:nth-child(odd) .inner {
    padding-right: 40px;
  }
  #contents .bumon:nth-child(even) .inner {
    padding-left: 40px;
  }
  #contents .bumon .inner.flex .flexL {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #contents .bumon .inner.flex .flexL figure {
    -webkit-box-shadow: 10px 10px 0px #efefef;
    box-shadow: 10px 10px 0px #efefef;
    margin-bottom: 30px;
  }
  #contents .bumon .inner.flex .flexR .obi_txt {
    max-width: 100%;
  }
  #contents .bumon .inner.flex .flexR h3 {
    margin-top: 20px;
    margin-bottom: 17px;
  }
  #contents .bumon .inner.flex .flexR .btn_more {
    margin-top: 20px;
  }
}
/* font */
.font--serif {
  font-family: "Crimson Text", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font--sans {
  font-family: "Roboto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

@media print, screen and (min-width: 1001px) {
  .hide_pc {
    display: none;
  }
  /**/
  .visible_tb {
    display: none;
  }
  .visible_sp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .hide_tb {
    display: none !important;
  }
  /**/
  .visible_pc {
    display: none;
  }
  .visible_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hide_sp {
    display: none !important;
  }
  /**/
  .visible_pc {
    display: none;
  }
  .visible_tb {
    display: none;
  }
}
/* br
--------------------------------------------------------------------------------*/
@media print {
  body {
    background-color: transparent;
    background-image: none;
  }
}
/*===================================== title =====================================*/
.titleL {
  /* 32px */
  font-size: 2em;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  text-align: center;
}

.titleM {
  /* 24px */
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
}

.titleS {
  /* 20px */
  font-size: 1.25em;
  letter-spacing: 0.25em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .titleL {
    /* 32px */
    font-size: 2em;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    text-align: center;
  }
  .titleM {
    /* 24px */
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }
  .titleS {
    /* 20px */
    font-size: 1.25em;
    letter-spacing: 0.25em;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  /**/
}
@media screen and (max-width: 640px) {
  /**/
  .sp_br br {
    content: "";
  }
  .sp_br br:after {
    margin-right: -0.333em;
    content: "";
  }
}
/* copy
--------------------------------------------------------------------------------*/
.copyL {
  font-size: 2.375em;
  font-weight: bold;
  line-height: 1.3684210526;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 767.98px) {
  .copyL {
    font-size: 1.875em;
    letter-spacing: 0.06em;
  }
}

.copyM {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767.98px) {
  .copyM {
    font-size: 1.5625em;
  }
}

.copyS {
  font-size: 1.4375em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767.98px) {
  .copyS {
    font-size: 1.3125em;
  }
}

/* text
--------------------------------------------------------------------------------*/
.txt20 {
  font-size: 1.25em;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .txt20 {
    font-size: 1.125em;
    line-height: 1.9;
  }
}
.txt20.--bold {
  font-weight: 500;
}
.txt20.--indent {
  text-indent: 0.75em;
}

.txt18 {
  font-size: 1.125em;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .txt18 {
    font-size: 1em;
    line-height: 1.8;
  }
}
.txt18.--bold {
  font-weight: 500;
}
.txt18.--indent {
  text-indent: 0.55em;
}
.txt18.--lineheight_sm {
  line-height: 1.5555555556;
}

.txt16 {
  font-size: 1em;
  line-height: 1.625;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .txt16 {
    font-size: 0.875em;
  }
}
.txt16.--bold {
  font-weight: 500;
}
.txt16.--indent {
  text-indent: 0.75em;
}

/* option
--------------------------------------------------------------------------------*/
.txtShadowBk {
  color: #333;
  text-shadow: 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
}

.txtShadowWh {
  color: #fff;
  text-shadow: 0px 0px 3px #333, 0px 0px 5px #333, 0px 0px 10px #333;
}

p.txt_indent1,
p.txt_indent2,
p.capt,
p.capt2,
p.capt_indent,
p.capt_indent2,
p.capt_right,
p.capt_red {
  clear: both;
}

.txt_indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (max-width: 640px) {
  .capt,
  .capt2,
  .capt_indent,
  .capt_indent2 {
    line-height: 1.4;
  }
}
/* capt
--------------------------------------------------------------------------------*/
.capt {
  /* 12px */
  font-size: 0.75em;
}

.capt2 {
  /* 13px */
  font-size: 0.8125em;
}

.capt_indent {
  font-size: 0.75em;
  padding-left: 1em;
  text-indent: -1em;
}

.capt_indent2 {
  font-size: 0.8125em;
  padding-left: 1em;
  text-indent: -1em;
}

.capt_right {
  font-size: 0.75em;
  text-align: right;
  clear: both;
}

.capt_red {
  font-size: 0.75em;
  color: #d00;
}

/* common
--------------------------------------------------------------------------------*/
.ie_none {
  display: none\9 ;
}

.none {
  display: none;
}

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

/* flex
--------------------------------------------------------------------------------*/
.flex {
  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;
}

.flex.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 要素の高さを揃えない */
}

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

.flex.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
.flex::after, .flex::before {
 content: "";
 display: block;
 width: 21%;
 height: 0;
}
.flex::before {
 order: 1;
}
*/
/* section
--------------------------------------------------------------------------------*/
.section {
  margin-bottom: 20px;
}

.section2 {
  margin-bottom: 40px;
}

.section3 {
  margin-bottom: 60px;
}

.section4 {
  margin-bottom: 80px;
}

.section5 {
  margin-bottom: 100px;
}

.section6 {
  margin-bottom: 120px;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .section {
    margin-bottom: 15px;
  }
  .section2 {
    margin-bottom: 30px;
  }
  .section3 {
    margin-bottom: 45px;
  }
  .section4 {
    margin-bottom: 60px;
  }
  .section5 {
    margin-bottom: 75px;
  }
  .section6 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 640px) {
  .section {
    margin-bottom: 10px;
  }
  .section2 {
    margin-bottom: 20px;
  }
  .section3 {
    margin-bottom: 30px;
  }
  .section4 {
    margin-bottom: 40px;
  }
  .section5 {
    margin-bottom: 50px;
  }
  .section6 {
    margin-bottom: 60px;
  }
}
/* align
--------------------------------------------------------------------------------*/
.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

/* margin
---------------------------------*/
.u0 {
  margin-bottom: 0px !important;
}

.u0 img {
  vertical-align: bottom;
}

.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u-10 {
  margin-bottom: -10px;
  position: relative;
}

.u-20 {
  margin-bottom: -20px;
  position: relative;
}

.u-30 {
  margin-bottom: -30px;
  position: relative;
}

.u-40 {
  margin-bottom: -40px;
  position: relative;
}

.u-50 {
  margin-bottom: -50px;
  position: relative;
}

.u-60 {
  margin-bottom: -60px;
  position: relative;
}

.t0 {
  margin-top: 0px !important;
}

.t5 {
  margin-top: 5px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t45 {
  margin-top: 45px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

.r0 {
  margin-right: 0px !important;
}

.l0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 640px) {
  .u0 {
    margin-bottom: 0vw !important;
  }
  .u0 img {
    vertical-align: bottom;
  }
  .u3 {
    margin-bottom: 0.5vw;
  }
  .u5 {
    margin-bottom: 1vw;
  }
  .u7 {
    margin-bottom: 1.4vw;
  }
  .u10 {
    margin-bottom: 2vw;
  }
  .u15 {
    margin-bottom: 3vw;
  }
  .u20 {
    margin-bottom: 4vw;
  }
  .u25 {
    margin-bottom: 5vw;
  }
  .u30 {
    margin-bottom: 6vw;
  }
  .u35 {
    margin-bottom: 7vw;
  }
  .u40 {
    margin-bottom: 8vw;
  }
  .u45 {
    margin-bottom: 9vw;
  }
  .u50 {
    margin-bottom: 10vw;
  }
  .u55 {
    margin-bottom: 11vw;
  }
  .u60 {
    margin-bottom: 12vw;
  }
  .u70 {
    margin-bottom: 14vw;
  }
  .u80 {
    margin-bottom: 16vw;
  }
  .u90 {
    margin-bottom: 18vw;
  }
  .u100 {
    margin-bottom: 20vw;
  }
  .u110 {
    margin-bottom: 22vw;
  }
  .u120 {
    margin-bottom: 24vw;
  }
  .u-10 {
    margin-bottom: -2vw;
    position: relative;
  }
  .u-20 {
    margin-bottom: -4vw;
    position: relative;
  }
  .u-30 {
    margin-bottom: -6vw;
    position: relative;
  }
  .u-40 {
    margin-bottom: -8vw;
    position: relative;
  }
  .u-50 {
    margin-bottom: -10vw;
    position: relative;
  }
  .u-60 {
    margin-bottom: -12vw;
    position: relative;
  }
  .t5 {
    margin-top: 1vw;
  }
  .t10 {
    margin-top: 2vw;
  }
  .t15 {
    margin-top: 3vw;
  }
  .t20 {
    margin-top: 4vw;
  }
  .t25 {
    margin-top: 5vw;
  }
  .t30 {
    margin-top: 6vw;
  }
  .t40 {
    margin-top: 8vw;
  }
  .t45 {
    margin-top: 9vw;
  }
  .t50 {
    margin-top: 10vw;
  }
  .t60 {
    margin-top: 12vw;
  }
  .t70 {
    margin-top: 14vw;
  }
  .t-5,
  .t-10,
  .t-15,
  .t-20,
  .t-25,
  .t-30 {
    position: relative;
  }
  .t-5 {
    margin-top: -1vw;
  }
  .t-10 {
    margin-top: -2vw;
  }
  .t-15 {
    margin-top: -3vw;
  }
  .t-20 {
    margin-top: -4vw;
  }
  .t-25 {
    margin-top: -5vw;
  }
  .t-30 {
    margin-top: -6vw;
  }
  .r0 {
    margin-right: 0vw !important;
  }
  .l0 {
    margin-left: 0vw !important;
  }
}
/* clear
--------------------------------------------------------------------------------*/
.clear {
  clear: both;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* float
--------------------------------------------------------------------------------*/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/* font size　ベースは16px
--------------------------------------------------------------------------------*/
.fz24 {
  font-size: 1.5em;
}

.fz22 {
  font-size: 1.375em;
}

.fz20 {
  font-size: 1.25em;
}

.fz18 {
  font-size: 1.125em;
}

.fz16 {
  font-size: 1em;
}

.fz15 {
  font-size: 0.9375em;
}

.fz14 {
  font-size: 0.875em;
}

.fz13 {
  font-size: 0.8125em;
}

.fz12 {
  font-size: 0.75em;
}

.fz11 {
  font-size: 0.6875em;
}

.fz10 {
  font-size: 0.625em;
}

/**/
.txt_red {
  color: #d00 !important;
}

.txt_green {
  color: #0c0 !important;
}

.txt_blue {
  color: #06c !important;
}

.txt_white {
  color: #fff !important;
}

.txt_black {
  color: #333 !important;
}

/* line
---------------------------------*/
.hr_gray {
  background: #d2ccc5;
  margin: 15px auto;
  height: 1px;
  border-style: none;
}

.underline {
  border-bottom: 1px solid #ccc;
}

.underline2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px !important;
  padding-bottom: 8px;
}

/*============================================================================
　effect
=============================================================================*/
/* zoomLink
---------------------------------*/
.zoomLink {
  position: relative;
  display: block;
  overflow: hidden;
}

.zoomLink img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.zoomLink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* フラッシュエフェクト
---------------------------------*/
.shine {
  overflow: hidden;
  position: relative;
}

.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(250, 245, 230, 0.4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(250, 245, 230, 0.4) 100%);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
}

/* 光のスピード調整 */
.d05::before {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.d1::before {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.d2::before {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.d3::before {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=style.css.map */