@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------
メディアクエリ（初期値はスマホ） https://haniwaman.com/breakpoint/
------------------------------------------------*/
.sect-pad {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .sect-pad {
    padding: 0 0 5rem;
  }
}

.sect-pad--y {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .sect-pad--y {
    padding: 5rem 0 5rem;
  }
}

/*------------------------------------------------
フォント関係の設定
------------------------------------------------*/
/*----------------------------------------------
使用例：
.test {
 @include font--xs(2rem,3rem);
}
------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
          box-sizing: border-box;
  outline: none !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

img {
  height: auto;
  line-height: 1;
  vertical-align: top;
  width: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms;
  color: #070304;
  text-decoration: none;
  transition: all 250ms;
}
a:hover {
  opacity: 0.7;
}
a.u-pointer-events--pc {
  color: #070304;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.u-pointer-events--pc {
    pointer-events: auto;
  }
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #070304;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.81;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 1050px) {
  body {
    min-width: 1050px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}


#privacy-policy {
  -webkit-appearance: auto;
}

.main-body {
  display: block;
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .main-body {
    padding-top: 9rem;
  }
}

.container {
  margin: 0 auto;
  width: 1050px;
}
@media screen and (max-width: 1049px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
    width: 100%;
  }
}

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

.pc-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

.l-footer__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background: #C5B943;
  border-bottom: 1px solid #1A1311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  height: 14.1rem;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__time {
    height: 9rem;
  }
}
.l-footer__time .u-font--s {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__time .u-font--s {
    font-size: 1.4rem;
  }
}
.l-footer__time .u-display--inline-block {
  display: inline-block;
}
.l-footer__flex-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14rem;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .l-footer__flex-wrapper {
    height: 9rem;
  }
}
.l-footer__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.7rem;
          flex: 0 1 41.7rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1049px) {
  .l-footer__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
            flex: 0 1 30rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__img-wrapper {
    margin: 0 auto;
  }
}
.l-footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav-lists .l-header__nav-item:nth-last-child(1) {
  border-right: 1px solid #1A1311;
}
.l-footer__nav-item {
  border-left: 1px solid #1A1311;
  font-size: 1.7rem;
  line-height: 1;
  padding: 0 4.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1049px) {
  .l-footer__nav-item {
    padding: 0 1.8rem;
  }
}
.l-footer__nav-item a {
  color: #171717;
  display: block;
  height: 100%;
  width: 100%;
}
.l-footer__nav-item .u-font--s {
  color: #171717;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item .u-font--s {
    font-size: 0.9rem;
  }
}
.l-footer__copyright {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 120rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 0 1rem;
  }
}

.l-header {
  background: #C5B943;
  height: 13rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 9rem;
  }
}
.l-header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 120rem;
}
.l-header__wrapper-sp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
          justify-content: space-between;
}
.l-header__nav-lists--sp {
  margin: 0 auto;
  width: 90%;
}
.l-header__logo-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.7rem;
          flex: 0 1 41.7rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1049px) {
  .l-header__logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
            flex: 0 1 30rem;
  }
}
.l-header__logo-wrapper--sp {
  margin-left: 2rem;
  width: 26rem;
}
.l-header__nav-wrapper {
  margin-right: 3rem;
}
.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav-lists .l-header__nav-item:nth-last-child(1) {
  border-right: 1px solid #1A1311;
}
.l-header__nav-item {
  border-left: 1px solid #1A1311;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding: 0 4.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1049px) {
  .l-header__nav-item {
    padding: 0 1.8rem;
  }
}
.l-header__nav-item a {
  color: #171717;
  display: block;
  height: 100%;
  width: 100%;
}
.l-header__nav-item .u-font--s {
  color: #171717;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item .u-font--s {
    font-size: 0.9rem;
  }
}

.back-to-top-wrapper {
  bottom: 2rem;
  position: fixed;
  right: 2rem;
  width: 10rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 6rem;
  }
}
.back-to-top-wrapper a:hover {
  opacity: 1;
}

.bread-nav__wrapper {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 110rem;
  padding: 2.5rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .bread-nav__wrapper {
    font-size: 1rem;
  }
}
.bread-nav__wrapper.u-padding--top {
  padding-top: 0;
}
.bread-nav__border-txt {
  border-bottom: 2px solid #C5B943;
  display: inline-block;
  line-height: 1.33;
}
.bread-nav__border-txt a {
  color: #242323;
}
.bread-nav.contact {
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .bread-nav.contact {
    bottom: 9rem;
  }
}

/* ========================================
■■■バーガーメニューコンポーネント■■■
======================================== */
.zdo_drawer_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .zdo_drawer_menu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* ３本線カラー */
  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #333;
  }

  .zdo_drawer_button {
    background: #fff;
    background: transparent;
    /* ボタン外枠 */
    border: 1px solid #333;
    /* ボタン文字色 */
    color: #070304;
    cursor: pointer;
    display: block;
    height: 56px;
    letter-spacing: 0.1em;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 56px;
  }

  /* リスト設定 */
  .zdo_drawer_menu .zdo_drawer_nav li {
    /* リストボーダー */
    border-bottom: 1px solid #333;
    font-weight: bold;
    line-height: 3em;
    margin-bottom: 0.5rem;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    -webkit-transition: all 0.2s;
    -webkit-transform: translate(312px);
    /* openの背景色 */
    background: #fff;
    /* リスト文字色 */
    color: #333;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
            transform: translate(312px);
    transition: all 0.2s;
    width: 312px;
    z-index: 1000;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    -webkit-transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%);
    display: block;
    height: 1.5px;
    left: 50%;
    position: absolute;
            transform: translate(-50%, -50%);
            transform-origin: 0% 0%;
    transition: all 0.2s;
    width: 37px;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 1.45rem;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 2.45rem;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 3.45rem;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    left: 8px;
    width: 36.77px;
  }

  /* バーガー横幅 */
  .zdo_drawer__nav-wrapper {
    margin: 0 auto;
    width: 90%;
  }

  /* open時トップ余白 */
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 100px 0 0;
    position: relative;
  }

  /* メニュータップ時アニメーション１ */
  .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(0.7853981634rad) translate(-50%, -50%);
    left: 50%;
    top: 40%;
            transform: rotate(0.7853981634rad) translate(-50%, -50%);
  }

  /* メニュータップ時アニメーション２ */
  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  /* メニュータップ時アニメーション３ */
  .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-0.7853981634rad) translate(-50%, -50%);
    left: 50%;
    top: 40%;
            transform: rotate(-0.7853981634rad) translate(-50%, -50%);
  }

  /* MENU/CLOSE文字の設定 */
  .zdo_drawer_text {
    bottom: 3px;
    font-size: 10px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_close {
    display: none;
    letter-spacing: 0.08em;
  }

  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
    /*+++ Hamburger Button Position +++*/
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1001;
  }

  .zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
  }

  .zdo_drawer_menu a:visited {
    color: inherit;
  }

  .zdo_drawer_menu .zdo_drawer_bg {
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
    height: 100%;
            transform: translate(0);
  }

  .zdo_drawer_menu.left .zdo_drawer_button {
    left: 32px;
    right: auto;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    -webkit-transform: translate(-312px);
    left: 0;
    right: auto;
            transform: translate(-312px);
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*1.フェードインアニメーションの指定*/
.scroll-fade {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.scroll-load {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
          animation-duration: 1500ms;
          animation-fill-mode: forwards;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    opacity: 1;
            transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
    opacity: 1;
            transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

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

nav.cp_navi a {
  text-decoration: none;
}

nav.cp_navi {
  text-align: center;
}

.cp_arrow {
  height: 1.6rem;
  width: 0.8rem;
}
.cp_arrow img {
  vertical-align: middle;
}

.cp_arrow--prev {
  margin-left: auto;
}

.prev .cp_arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cp_pagenum.next {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.cp_navi .cp_pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 2em;
  padding: 0 0.5em;
}

.cp_navi .cp_pagenum {
  -webkit-transition: 400ms ease;
  border-radius: 50%;
  color: #BDBDBD;
  display: block;
  float: left;
  font-size: 1em;
  height: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: auto 0.5em;
  transition: 400ms ease;
  width: 30px;
}

.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
  color: #282828;
  font-weight: bold;
}

.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
  background-color: transparent;
  border-radius: 50%;
  color: #EC407A;
}

@media only screen and (max-width: 960px) {
  .cp_navi .cp_pagination {
    margin-top: 30px;
    padding: 0 10px;
  }

  .cp_navi .cp_pagenum {
    border-radius: 0.3em;
    font-size: 0.8em;
    height: 25px;
    line-height: 25px;
    margin: auto 0.1em;
    width: 45px;
  }

  .cp_navi .cp_pagenum.prev,
.cp_navi .cp_pagenum.next {
    padding: 0 25px 0 0;
  }

  .cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
    border-radius: 0.3em;
  }

  .cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
    border-radius: 0.3em;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .cp_navi .cp_pagenum {
    border-radius: 0.3em;
    display: none;
  }

  .cp_navi .cp_pagenum:nth-of-type(2) {
    padding-right: 20px;
    position: relative;
  }

  .cp_navi .cp_pagenum:nth-of-type(2)::after {
    content: "...";
    font-size: 1.2em;
    left: 25px;
    position: absolute;
    top: 0;
  }

  .cp_navi .cp_pagenum:nth-child(-n+3),
.cp_navi .cp_pagenum:nth-last-child(-n+3) {
    display: block;
  }

  .cp_navi .cp_pagenum:nth-last-child(-n+4) {
    padding: 0 5px;
  }

  .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
    content: none;
  }

  .cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
    border-radius: 0.3em;
  }

  .cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
    border-radius: 0.3em;
  }
}
.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

.main-view__pc-wrapper {
  overflow: hidden;
}
.main-view__pc-wrapper img {
  -o-object-fit: cover;
  height: 48rem;
     object-fit: cover;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .main-view__pc-wrapper img {
    height: auto;
  }
}
.main-view__sp-wrapper {
  overflow: hidden;
}
.main-view__sp-wrapper img {
  -o-object-fit: cover;
  height: 40rem;
     object-fit: cover;
  width: 100%;
}

.sub-view {
  height: 48rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-view {
    height: 40rem;
  }
}
.sub2-view {
  height: 58rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub2-view {
    height: 50rem;
  }
}
.sub-view__heading-wrapper {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  content: "";
  font-size: 2.4rem;
  font-weight: bold;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sub-view__heading-wrapper {
    font-size: 2rem;
  }
}
.sub-view__heading-wrapper .u-font--s {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sub-view__heading-wrapper .u-font--s {
    font-size: 1.2rem;
  }
}
.sub-view.bg--about {
  background: url("../images/about_bg.jpg") no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .sub-view.bg--about {
    background: url("../images/about_bg@2x.jpg") no-repeat center bottom/cover;
  }
}
.sub-view.bg--company {
  background: url("../images/company_bg.jpg") no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .sub-view.bg--company {
    background: url("../images/company_bg@2x.jpg") no-repeat center bottom/cover;
  }
}
.sub2-view.bg--crowdfunding {
  background: url("../images/crowdfunding/crowdfunding_top_image.jpg") no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .sub2-view.bg--crowdfunding {
    background: url("../images/crowdfunding/crowdfunding_top_image.jpg") no-repeat center bottom/cover;
  }
}

.news__wrapper {
  padding: 4.5rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .news__wrapper {
    padding: 4rem 0 5rem;
  }
}
.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news__link {
    font-size: 1.4rem;
  }
}
.news__lists {
  margin: 0 auto;
  max-width: 77rem;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .news__lists {
    padding-top: 3.2rem;
  }
}
.news__lists .news__item:nth-last-child(1) {
  padding-bottom: 0;
}
.news__item {
  line-height: 1;
  padding-bottom: 1em;
}
.news__time {
  padding-right: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__time {
    min-width: 8em;
    padding-right: 0;
  }
}
.news__time::after {
  content: "＞";
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .news__time::after {
    content: "";
  }
}
.news__ttl {
  padding-left: 1em;
}

.c-heading {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2rem;
  }
}
.c-heading::before {
  -webkit-transform: translateY(-50%);
  background: url("../images/c-heading_left.jpg") no-repeat center center/cover;
  content: "";
  height: 1.9rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 1.5rem;
}
.c-heading::after {
  -webkit-transform: translateY(-50%);
  background: url("../images/c-heading_right.jpg") no-repeat center center/cover;
  content: "";
  height: 1.9rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%);
  width: 1.5rem;
}
.c-heading__wrapper {
  text-align: center;
}
.c-heading__img-wrapper {
  margin: 0 auto 1.8rem;
}
.c-heading__img-wrapper.u-icon--kamihikouki {
  background: url("../images/kamihikouki.svg") no-repeat center center/cover;
  height: 2.9rem;
  width: 6.3rem;
}
.c-heading__img-wrapper.u-icon--shika {
  background: url("../images/shika.svg") no-repeat center center/cover;
  height: 6.6rem;
  width: 5.9rem;
}

.message__sect {
  padding: 7.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .message__sect {
    padding: 5rem 0 0;
  }
}
.message__bg-wrapper {
  background: url("../images/message_bg.png") no-repeat center center/cover;
  height: 100%;
  padding: 0rem 0 42.2rem;
}
@media screen and (max-width: 767px) {
  .message__bg-wrapper {
    padding: 0rem 0 21.1rem;
  }
}
.message__txt-wrapper {
  margin: 0 auto;
  max-width: 72.2rem;
  padding: 6.5rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__txt-wrapper {
    padding: 3.3rem 1.5rem;
  }
}
.message__txt-wrapper::before {
  background: url("../images/border01.png") no-repeat center center/cover;
  content: "";
  height: 0.48rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__txt-wrapper::before {
    -webkit-transform: translateX(-50%);
    left: 50%;
            transform: translateX(-50%);
    width: 90%;
  }
}
.message__txt-wrapper::after {
  background: url("../images/border02.png") no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 0.48rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message__txt-wrapper::after {
    -webkit-transform: translateX(-50%);
    left: 50%;
            transform: translateX(-50%);
    width: 90%;
  }
}
.message__heading {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__heading {
    font-size: 2rem;
  }
}
.message__txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .message__txt {
    font-size: 1.6rem;
  }
}
.message__img-wrapper {
  margin: 0 auto 7.4rem;
  width: 21.6rem;
}
@media screen and (max-width: 767px) {
  .message__img-wrapper {
    margin-bottom: 5rem;
  }
}

.top-about__sect {
  padding: 7.7rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .top-about__sect {
    padding: 3.85rem 0 0;
  }
}
.top-about__txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 66.7rem;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .top-about__txt {
    font-size: 1.6rem;
  }
}

.section-bg {
  background: url("../images/sect-bg.jpg") no-repeat center top/cover;
  background-attachment: fixed;
  height: 12.3rem;
  width: 100%;
}

.service__bg {
  background: url("../images/service_bg.jpg") no-repeat center center/cover;
  height: 35.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__bg {
    background: url("../images/service_bg_sp@2x.jpg") no-repeat center center/cover;
    height: 20rem;
  }
}
.service__btn-img-wrapper {
  -webkit-transition: 250ms;
  transition: 250ms;
}
.service__btn-img-wrapper:hover {
  opacity: 0.7;
}
.service__banner-groups {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .service__banner-groups {
    padding-bottom: 4rem;
  }
}
.service__banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21rem;
          justify-content: center;
  margin-bottom: 0.9rem;
}
.service__banner--01 {
  background: url("../images/btn01_bg.jpg") no-repeat center center/cover;
}
.service__banner--02 {
  background: url("../images/btn02_bg.jpg") no-repeat center center/cover;
}
.service__banner--03 {
  background: url("../images/btn03_bg.jpg") no-repeat center center/cover;
}
.service__btn {
  height: 11.4rem;
  width: 34.3rem;
}
@media screen and (max-width: 767px) {
  .service__btn {
    height: auto;
    width: 25rem;
  }
}
.service__img-wrapper {
  margin: 0 auto 10rem;
  width: 21.6rem;
}
@media screen and (max-width: 767px) {
  .service__img-wrapper {
    margin-bottom: 5rem;
  }
}

.about__logo-wrapper {
  margin: 0 auto 8.7rem;
  width: 21.6rem;
}
.about__txt-wrapper {
  border: 1px solid #1B2339;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 4.1rem 0 4.5rem;
  padding: 3.8rem 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__txt-wrapper {
    font-size: 1.6rem;
  }
}
.about__txt-wrapper::before {
  background: #fff;
  content: "";
  height: 3rem;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 4.5rem;
}
.about__txt-wrapper::after {
  background: #fff;
  bottom: -4px;
  content: "";
  height: 3rem;
  position: absolute;
  right: -4px;
  width: 4.5rem;
}
.about__bg01 {
  background: url("../images/about_bg01.jpg") no-repeat center center/cover;
  height: 47.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__bg01 {
    height: 24rem;
  }
}
.about__bg02 {
  background: url("../images/about_bg02.jpg") no-repeat center center/cover;
  height: 47.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__bg02 {
    height: 24rem;
  }
}
.about__bg03 {
  background: url("../images/about_bg03.jpg") no-repeat center center/cover;
  height: 47.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__bg03 {
    height: 24rem;
  }
}
.about__conts-groups {
  padding-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .about__conts-groups {
    padding-top: 5rem;
  }
}
.about__conts-groups .about__conts-wrapper:nth-last-child(1) .about__card {
  margin-bottom: 12.6rem;
}
@media screen and (max-width: 767px) {
  .about__conts-groups .about__conts-wrapper:nth-last-child(1) .about__card {
    margin-bottom: 10rem;
  }
}
.about__txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.6rem;
  }
}
.about__message-sect {
  background: url("../images/about_message_bg.jpg") no-repeat center center/cover;
  padding: 9rem 0 59rem;
}
@media screen and (max-width: 767px) {
  .about__message-sect {
    padding: 9rem 0 29.5rem;
  }
}
.about__message-wrapper {
  margin: 0 auto;
  max-width: 67rem;
}
.about__heading-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.about__heading {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7.1rem;
  padding-left: 10rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about__heading {
    margin-bottom: 5rem;
  }
}
.about__heading::before {
  background: url("../images/circle_icon.svg") no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 7.1rem;
  left: 0;
  position: absolute;
  width: 7.8rem;
}
.about__img-groups {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.about__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.6rem;
          flex: 0 1 35.6rem;
}
.about__card {
  margin: 4rem auto 15.8rem;
  max-width: 72rem;
}
@media screen and (max-width: 767px) {
  .about__card {
    margin-bottom: 10rem;
  }
}
.about__card-ttl {
  font-size: 6.5rem;
  font-weight: lighter;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__card-ttl {
    font-size: 3rem;
  }
}
.about__card-ttl::before {
  bottom: 0;
  content: "";
  height: 16.5rem;
  left: -8.25rem;
  position: absolute;
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .about__card-ttl::before {
    bottom: 105%;
    height: 8rem;
    left: 0;
    width: 8rem;
  }
}
.about__card-ttl--1::before {
  background: url("../images/business01.svg") no-repeat center center/cover;
}
.about__card-ttl--2::before {
  background: url("../images/business02.svg") no-repeat center center/cover;
}
.about__card-ttl--3::before {
  background: url("../images/business03.svg") no-repeat center center/cover;
}

.ceo__message-wrapper {
  border-bottom: 1px solid #1B2339;
  margin: 0 auto;
  max-width: 67rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .ceo__message-wrapper {
    border-bottom: none;
    padding: 5rem 1rem 0;
  }
}
.ceo__desc-lists {
  font-size: 2rem;
  line-height: 2;
  margin: 6rem auto 0;
  max-width: 56rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ceo__desc-lists {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ceo__desc-lists {
    margin: 5rem 1rem 0;
  }
}
.ceo__desc-lists dt {
  float: left;
  width: 7em;
}
.ceo__desc-lists dt .u-white--space {
  width: 0.5em;
}
.ceo__desc-lists dd {
  padding-left: 9em;
}
@media screen and (max-width: 767px) {
  .ceo__desc-lists dd {
    padding-left: 7em;
  }
}
.ceo__message-sect {
  padding: 5.8rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .ceo__message-sect {
    padding: 5rem 0 8rem;
  }
}
.ceo__txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ceo__txt {
    font-size: 1.6rem;
  }
}
.ceo__txt.u-txt--right {
  text-align: right;
}

.company__sect {
  padding: 6.9rem 0 12.6rem;
}
@media screen and (max-width: 767px) {
  .company__sect {
    padding: 6.9rem 0 6.3rem;
  }
}
.company__conts-bg {
  background: url("../images/company_conts_bg.jpg") no-repeat center center/cover;
  height: 37.1rem;
  margin: 0 auto 11.6rem;
  max-width: 86.6rem;
}
@media screen and (max-width: 767px) {
  .company__conts-bg {
    height: 18.5rem;
    margin-bottom: 8rem;
  }
}
.company__desc-lists {
  border-top: 1px solid #1A1311;
  font-size: 1.8rem;
  margin: 0 auto 11rem;
  max-width: 86.6rem;
}
@media screen and (max-width: 767px) {
  .company__desc-lists {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .company__desc-lists {
    margin: 0 1rem 8rem;
  }
}
.company__desc-lists dt {
  float: left;
  padding: 1em 0;
  width: 3em;
}
@media screen and (max-width: 767px) {
  .company__desc-lists dt {
    padding: 0.5em 0;
  }
}
.company__desc-lists dd {
  border-bottom: 1px solid #1A1311;
  padding: 1em 0 1em 25%;
}
@media screen and (max-width: 767px) {
  .company__desc-lists dd {
    padding: 0.5em 0 0.5em 25%;
  }
}
.company__desc-lists p {
  background-color: #4c270a;
    padding: 1rem 3rem;
    border-radius: 20px;
    color: #fff;
    font-size: 130%;
    margin: 4rem auto;
    width: 60%;
    text-align: center;
    line-height: 1.3em;
}
@media screen and (max-width: 767px) {

}

.privacy-policy__txt-wrapper {
  margin: 0 auto;
  max-width: 70.6rem;
  padding: 6.7rem 0 2.8rem;
}
.privacy-policy__ttl {
  font-size: 2.3rem;
  line-height: 1;
  padding-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-policy__ttl {
    font-size: 2rem;
  }
}
.privacy-policy__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__txt {
    font-size: 1.4rem;
  }
}
.privacy-policy__txt.u-font--l {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__txt.u-font--l {
    font-size: 1.6rem;
  }
}
.privacy-policy__txt.u-txt--right {
  text-align: right;
}
.privacy-policy__heading {
  font-size: 2rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__heading {
    font-size: 1.7rem;
  }
}
.privacy-policy__txt-inner {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy__txt-inner {
    padding-bottom: 3rem;
  }
}
.privacy-policy__txt-inner.u-padding--bottom-none {
  padding-bottom: 0;
}

.contact__heading-wrapper {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 6.6rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__heading-wrapper {
    font-size: 2rem;
  }
}
.contact__heading-wrapper .u-font--s {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .contact__heading-wrapper .u-font--s {
    font-size: 1.2rem;
  }
}
.contact__tel-txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__tel-txt {
    font-size: 1.4rem;
  }
}
.contact__form-wrapper {
  margin: 0 auto;
  max-width: 85.5rem;
}

#formWrap {
    margin: 50px 0;
}

.formTable dl {
    display: flex;
    font-family: sans-serif;
    justify-content: space-between;
    padding: 15px 10px;
}
.formTable * + dl {
    border-top: 1px solid;
}
@media screen and (max-width:767px){
.formTable dl {
    flex-direction: column;
    gap: 5px;
}
}

.formTable dt {
    flex-shrink: 0;
    font-size: 2rem;
    width: 40%;
}
@media screen and (max-width:767px){
.formTable dt {
    font-size: 16px;
    width: 100%;
}
}

.formTable dd {
    flex-grow: 1;
}

.formTable a {
    color: #03A9F4;
    text-decoration: underline;
}

.formTable p:last-child {
    border-top: 1px solid;
    font-family: sans-serif;
    font-size: 15px;
    padding: 10px;
}

.form_btn {
    margin-top: 50px;
    text-align: center;
}

.form_attention {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 10rem;
    text-align: center;
}

input[type="text"],
textarea {
    border: 1px solid #989898;
    padding: 3px;
    width: 100%;
}

input,
textarea,
label {
    font-size: 16px;
}

label {
    cursor: pointer;
}

input[type="submit"],
input[type="reset"] {
    background: none;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    transition: .4s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #989898;
    border: none;
    color: #fff;
}



/*——————————————————————
お知らせ詳細
——————————————————————*/
.news-content {
    margin: 10rem auto;
    max-width: 98rem;
    text-align: justify;
}
@media screen and (max-width:979px){
.news-content {
    padding: 0 20px;
}
}


/*——————————————————————
追加クラウドファンディング
——————————————————————*/
.crowdfunding {
    background-color: #ab9559;
    padding: 6rem 0 3rem;
}
.crowdfunding p {
    font-size: 200%;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
.crowdfunding .kanji {
    margin: auto;
    width: 45%;
}

@media screen and (max-width:979px){
.crowdfunding p {
    font-size: 150%;
}
.crowdfunding .kanji {
    width: 80%;
}
}


/*.crowdfunding__sect*/
.crowdfunding__sect {
  padding: 6.9rem 0;
    text-align: center;
}
.crowdfunding__sect .musubi_title img  {
    width: 90px;
    margin-bottom: 2rem;
}
.crowdfunding__sect .musubi_title .kuwashiku  {
    margin: auto;
}
.crowdfunding__sect .musubi_title .kuwashiku img  {
    width: 180px;
}
.crowdfunding__sect .musubi_title p.title  {
    margin-bottom: 3.5rem;
    font-size: 140%;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 1.6em;
}
.crowdfunding__sect .musubi_title p.marunaka  {
    font-size: 140%;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.8em;
}
.crowdfunding__sect .musubi_title p.honbun  {
    width: 50%;
    margin: 0 auto 1.5rem;
    text-align: justify;
    font-size: 100%;
    line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .crowdfunding__sect {
    padding: 6.9rem 0 6.3rem;
  }
.crowdfunding__sect .musubi_title p.honbun  {
    width: 80%;
}
}


/*.crowdfunding__hajimari*/
.crowdfunding__hajimari  {
    padding-bottom: 30rem;
	background-image: url("../images/crowdfunding/crowdfunding_back-image01.jpg");
	background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;    
}

.crowdfunding__hajimari .hajimari-setsumei  {
    padding: 4rem 4rem;
}

.crowdfunding__hajimari .hajimari-setsumei .hajimari-title  {
    text-align: center;
    font-size: 160%;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 4rem;
}

.crowdfunding__hajimari .hajimari-setsumei .hajimari-honbun  {
    text-align: justify;
    font-size: 120%;
    letter-spacing: 0;
    margin-bottom: 2rem;
}

/*.crowdfunding__igaini*/
.crowdfunding__igaini  {
    padding-bottom: 30rem;
    margin-top: 15rem;
	background-image: url("../images/crowdfunding/crowdfunding_back-image02.jpg");
	background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;    
}

.crowdfunding__igaini .hajimari-setsumei  {
    padding: 4rem 4rem;
}

.crowdfunding__igaini .hajimari-setsumei .hajimari-title  {
    text-align: center;
    font-size: 160%;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 4rem;
}

.crowdfunding__igaini .hajimari-setsumei .hajimari-honbun  {
    text-align: justify;
    font-size: 120%;
    letter-spacing: 0;
    margin-bottom: 2rem;
}


/*.crowdfunding__access*/
.crowdfunding__access  {
    background-color: #ab9559;  
}

.crowdfunding__access p {
    color: #fff;
    padding: 2rem;
    font-size: 200%;
    letter-spacing: 5px;
    text-align: center;
}

/*.crowdfunding__access-map*/
.crowdfunding__access-map {
    text-align: center;
}

.crowdfunding__access-map img.map  {
    margin: 10rem 0 5rem;
    width: 70%;
}

.crowdfunding__access-map table {
    margin: auto;
}

.crowdfunding__access-map table td  {
    text-align: justify;
    font-size: 120%;
    line-height: 1.8em;
    padding-bottom: 2rem;
}

.crowdfunding__access-map table img  {
    width: 40px;
    margin-right: 2rem;
}

/*crowdfunding__rogo*/
.crowdfunding__rogo  {
    text-align: center;
    margin: 20rem 0 5rem;
}

.crowdfunding__rogo img  {
    width: 150px;
}


/*======共通=======*/

/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*フレックスコンテナ*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 400px;
    padding-top: 12rem;
	margin-bottom: 1rem;
	text-align: center;
	background-image: url("../images/crowdfunding/crowdfunding_back-gurumaru.svg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
}

.flexContainer .itemCol2:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}
}
