@charset "UTF-8";
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #FFF;
  color: #070501;
  text-decoration: none; }

mark {
  background-color: #FFF;
  color: #070501;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #070501;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  overflow-x: hidden; }

.row img {
  width: 100%;
  height: auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.linkbox {
  margin: 60px auto 20px;
  text-align: center; }
  .linkbox a {
    padding: 15px 80px;
    border: 1px solid #E0A722;
    line-height: 2rem;
    font-size: 1rem;
    color: #E0A722;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    @media screen and (max-width: 767px) {
      .linkbox a {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
    .linkbox a:hover {
      color: #070501;
      border: 1px solid #070501;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.3); }

a {
  color: #E0A722;
  text-decoration: underline; }
  a:hover {
    color: #070501;
    text-decoration: none; }

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }

.btnG {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3em;
  color: #FFF;
  border-radius: 0;
  padding: 18px 80px 20px;
  transition: all 0.7s ease-out;
  background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(223, 190, 106, 0.8), rgba(34, 34, 34, 0.8));
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 1px solid rgba(223, 190, 106, 0.8); }
  @media screen and (max-width: 767px) {
    .btnG {
      margin: 0;
      padding: 18px 30px 20px;
      letter-spacing: 0; } }

.btnG:hover {
  color: #fff;
  border: 1px solid rgba(223, 190, 106, 0);
  color: #FFF;
  background-position: 99% 50%;
  text-decoration: none; }

.linkbutton {
  margin-top: 60px; }
  .linkbutton a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    background: #E0A722;
    border: solid 1px #E0A722;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #FFF; }
    .linkbutton a:hover {
      opacity: 0.8;
      text-decoration: none;
      color: #FFF; }

.info-box {
  border-bottom: 1px solid #070501; }
  @media screen and (max-width: 767px) {
    .info-box {
      padding-bottom: 10px;
      padding-top: 10px;
      line-height: 1.5em; } }
  .info-box a {
    color: inherit; }
    .info-box a:hover {
      color: #E0A722;
      text-decoration: underline; }
  .info-box dl, .info-box dt {
    display: inline-block;
    word-spacing: normal;
    margin-bottom: 0; }
  .info-box .info-meta {
    padding: 20px;
    line-height: 2rem;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .info-box .info-meta {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
    .info-box .info-meta a {
      color: #070501; }
    .info-box .info-meta dd {
      padding-top: 10px; }

.info-box-time {
  letter-spacing: 0.1em;
  line-height: 1.2rem;
  font-size: 0.7rem;
  font-style: italic; }

.info-cat {
  color: #FFF;
  line-height: 1.2rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  vertical-align: middle; }
  .info-cat-news {
    margin: 0 10px;
    padding: 0 15px 1px;
    background: #E0A722; }
  .info-cat-media {
    margin: 0 10px;
    padding: 0 15px 1px;
    background: #E0A722; }

.simpletable {
  text-align: left; }
  .simpletable table {
    border-top: 3px solid #070501;
    border-bottom: 3px solid #070501;
    background: #FFF;
    width: 100%; }
  .simpletable tr {
    border-bottom: 1px solid #070501; }
  .simpletable tr:last-child {
    border-bottom: none; }
  .simpletable th.topth {
    padding: 10px 25px;
    display: table-cell;
    vertical-align: middle;
    background: #BCCAD8;
    text-align: center; }
  .simpletable th.topthfoj {
    padding: 10px 25px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    background: #FFF4C7;
    text-align: center; }
  .simpletable th.leftth {
    padding: 10px 25px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    width: 13%; }
  .simpletable td {
    padding: 15px 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
  @media screen and (max-width: 767px) {
    .simpletable table {
      width: 600px; }
    .simpletable th {
      padding: 10px; }
    .simpletable td {
      padding: 10px; } }

@media screen and (max-width: 767px) {
  .simpletable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }
.abouttable {
  text-align: left; }
  .abouttable table {
    border-top: 3px solid #070501;
    border-bottom: 3px solid #070501;
    background: #FFF;
    width: 100%; }
  .abouttable tr {
    border-bottom: 1px solid #070501; }
  .abouttable tr:last-child {
    border-bottom: none; }
  .abouttable th {
    width: 20%;
    padding: 30px 40px;
    font-weight: 600; }
  .abouttable td {
    padding: 15px 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }

.table-w {
  text-align: left;
  line-height: 2em; }
  .table-w table {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    width: 100%; }
  .table-w tr {
    border-bottom: 1px solid #FFF; }
  .table-w tr:last-child {
    border-bottom: none; }
  .table-w th {
    width: 20%;
    padding: 30px 40px;
    font-weight: 600; }
  .table-w td {
    padding: 30px 40px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
  @media screen and (max-width: 767px) {
    .table-w th {
      padding: 10px 5px;
      width: 20%; }
    .table-w td {
      padding: 10px 0; } }

/*-------------------------------------------
 アーカイブ　ページネーション
-------------------------------------------*/
.pagination {
  margin-top: 20px;
  clear: both;
  position: relative;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pagination {
      line-height: 1.8rem;
      font-size: 0.9rem; } }
  .pagination .pagination-box {
    display: inline-block; }
  .pagination span {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 2px 20px 0;
    text-decoration: none;
    width: auto;
    color: #FFF;
    background: #070501; }
  .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 2px 20px 0;
    text-decoration: none;
    width: auto;
    color: #FFF;
    background: #070501; }
    .pagination a:hover {
      color: #FFF;
      background: #E0A722; }
  .pagination .current {
    padding: 2px 20px 0;
    color: #FFF;
    background: #E0A722; }

/*-------------------------------------------
 シングルページ　ページネーション
-------------------------------------------*/
ul.pager {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    ul.pager {
      display: inline-block; } }
  ul.pager li {
    margin: 5px 15px 4px 0; }
    @media screen and (max-width: 767px) {
      ul.pager li {
        width: 100%;
        margin: 10px 0;
        display: inline-block;
        text-align: center; } }
  ul.pager a {
    background: #070501;
    padding: 2px 20px;
    line-height: 2rem;
    font-size: 1rem;
    color: #FFF;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      ul.pager a {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
    @media screen and (max-width: 767px) {
      ul.pager a {
        width: 100%;
        line-height: 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        font-weight: bold;
        text-align: center; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    ul.pager a {
      line-height: 1.4rem;
      font-size: 0.77rem; } }

    ul.pager a:hover {
      background: #E0A722;
      text-decoration: none; }

#page-top_div p {
  margin: 0;
  text-align: center;
  width: 100%;
  background: #070501;
  font-size: 0.9em;
  color: #fff;
  border-top: 1px solid #808791;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
#page-top_div p:hover {
  background: #808791; }
#page-top_div a:hover {
  text-decoration: none; }

ul.pankuzu {
  text-align: center;
  font-size: x-small;
  margin: 10px;
  overflow: hidden; }
  ul.pankuzu li {
    float: left;
    list-style: none; }
    ul.pankuzu li a {
      color: #070501; }
      ul.pankuzu li a:visited {
        color: #070501; }
      ul.pankuzu li a:hover {
        color: #070501;
        text-decoration: underline; }

header {
  width: 100%;
  top: 0px;
  position: fixed;
  padding: 0;
  z-index: 900;
  opacity: 0.95; }

.header-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* ヘッダーナビ文字 */ }
  @media screen and (max-width: 767px) {
    .header-inner {
      height: 60px;
      width: 100%;
      padding: 10px 5%;
      background-color: rgba(255, 255, 255, 0); } }
  .header-inner .toplogo {
    margin: 0;
    margin-top: 10px;
    line-height: 1.2rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center; }
    .header-inner .toplogo span {
      padding: 2px 15px;
      background: #E0A722; }
  .header-inner h2 {
    margin: 0;
    padding: 0 0 20px;
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #FFF;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header-inner h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .header-inner h2 {
        padding: 0 0 5px; } }
  .header-inner a {
    text-decoration: none; }
  .header-inner-logo {
    top: 35px;
    left: 70px;
    max-width: 250px;
    height: auto;
    float: left;
    position: fixed; }
    @media screen and (max-width: 767px) {
      .header-inner-logo {
        left: 25px;
        top: 25px;
        width: 35vw; } }
    .header-inner-logo img {
      width: 100%;
      height: auto; }
  .header-inner-nav {
    float: right;
    margin-right: 30px;
    margin-top: 0px; }
    @media screen and (max-width: 767px) {
      .header-inner-nav {
        display: none; } }
    .header-inner-nav #header-nav {
      position: relative;
      list-style: none;
      font-size: 0;
      display: inline-block;
      padding: 0;
      margin: 20px 0; }
      .header-inner-nav #header-nav a {
        display: block;
        padding: 5px 25px 0;
        position: relative;
        display: inline-block;
        color: #E0A722;
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        text-decoration: none; }
      .header-inner-nav #header-nav a::after {
        position: absolute;
        bottom: -1px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #E0A722;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      .header-inner-nav #header-nav a:hover::after {
        transform: scale(1, 1); }
      .header-inner-nav #header-nav li {
        margin: 0;
        display: inline-block;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        z-index: 1005;
        min-width: 50px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .header-inner-nav #header-nav li {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

/*-------------------------------------------
  スクロールに合わせて移動
-------------------------------------------*/
header.smaller {
  top: 0px;
  background: #070501;
  border-bottom: 1px solid #808791;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }
  header.smaller .toplogo {
    display: none; }
  header.smaller h2 {
    display: none; }
  header.smaller .header-inner-logo {
    width: 105px;
    height: auto;
    left: 30px;
    top: 12px;
    float: left;
    position: fixed; }
    @media screen and (max-width: 767px) {
      header.smaller .header-inner-logo {
        width: 75px;
        height: auto;
        left: 10px;
        top: 10px; } }
    header.smaller .header-inner-logo img {
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
  header.smaller .header-inner-nav {
    margin-top: 0px; }

/*-------------------------------------------
  携帯用ナビゲーション
-------------------------------------------*/
/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  padding-top: 110px;
  text-align: left;
  font-size: 1rem;
  background: #070501;
  z-index: 1001;
  opacity: 0.9;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .side-menu ul {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .side-menu li {
    margin-bottom: 0;
    padding: 20px 30px;
    border-bottom: 1px solid #808080;
    position: relative;
    font-family: adobe-devanagari, sans-serif; }
  .side-menu li:first-child {
    border-top: 1px solid #808080; }
  .side-menu li:after {
    font-size: 1.3rem;
    color: #ffffff;
    content: "＞";
    position: absolute;
    top: 18px;
    right: 25px; }
  .side-menu a {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    margin-right: 1.0em;
    display: inline-block;
    width: 100%;
    height: 100%; }
  .side-menu a:hover {
    text-decoration: none;
    color: 714990; }

.side-open .side-menu {
  transform: translateX(0); }

/* 開閉用ボタン */
.side-menu-btn {
  position: fixed;
  top: 13px;
  right: 2px;
  width: 110px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  z-index: 1004;
  background: url(../images/sp-menu.svg) no-repeat; }

.side-open .side-menu-btn {
  position: fixed;
  background: url(../images/sp-close.svg) no-repeat;
  width: 110px;
  height: 35px; }

/*-------------------------------------------
スマホ表示有無
-------------------------------------------*/
@media screen and (max-width: 640px) {
  .visible-desktop {
    display: none; }

  .logo_g {
    width: 20px;
    margin: 0 auto; } }
@media screen and (min-width: 641px) {
  .visible-phone {
    display: none; } }
.mainvisual img {
  width: 100%; }

.privatebank {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/privatebank-mainimg.jpg");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), rgba(7, 5, 1, 0)), url("http://foj.co.jp/wp-content/themes/foj/images/privatebank-mainimg.jpg");
  background-size: cover;
  border-top: 1px solid #070501; }
  .privatebank-content {
    color: #FFF;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .privatebank-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .privatebank-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .privatebank-content-text {
      background: #070501;
      background: linear-gradient(180deg, rgba(7, 5, 1, 0.8), rgba(7, 5, 1, 0.3));
      background-size: cover;
      padding: 40px;
      border: 1px solid #070501; }
      @media screen and (max-width: 767px) {
        .privatebank-content-text {
          padding: 20px; } }
      .privatebank-content-text h1 {
        line-height: 2rem;
        font-size: 1rem;
        color: #FFF; }
        @media screen and (max-width: 767px) {
          .privatebank-content-text h1 {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .privatebank-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        color: #E0A722;
        padding-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .privatebank-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .privatebank-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.5rem; } }
      .privatebank-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .privatebank-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
        .privatebank-content-text p strong {
          color: #E0A722; }

.news-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .news-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .news-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .news-content .news-content-box {
    border-top: 1px solid #070501; }
  .news-content h2 {
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 3.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .news-content h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .news-content h2 {
        line-height: 2.1rem;
        font-size: 1.5rem; } }
  .news-content p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 767px) {
      .news-content p {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
  .news-content .linkbox {
    display: inline;
    margin: 0; }

.history {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/history-mainimg.jpg");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), rgba(7, 5, 1, 0)), url("http://foj.co.jp/wp-content/themes/foj/images/history-mainimg.jpg");
  background-size: cover;
  border-top: 1px solid #070501; }
  .history-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .history-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .history-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .history-content-text {
      background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #f2eee8), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
      background-repeat: repeat;
      padding: 40px;
      border: 1px solid #FFF; }
      @media screen and (max-width: 767px) {
        .history-content-text {
          padding: 20px; } }
      .history-content-text .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem; }
        @media screen and (max-width: 767px) {
          .history-content-text .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .history-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .history-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .history-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.5rem; } }
      .history-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .history-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

.feature {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, rgba(242, 246, 248, 0.7), #f2f6f8), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat; }
  .feature-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .feature-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .feature-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .feature-content h2 {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3rem;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .feature-content h2 {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .feature-content h2 {
          line-height: 2.1rem;
          font-size: 1.4rem; } }
    .feature-content strong {
      color: #E0A722; }

.type {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, #070501, rgba(7, 5, 1, 0.9)), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat; }
  .type-content {
    color: #FFF;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .type-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .type-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .type-content-text {
      padding-top: 10px; }
      .type-content-text .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem; }
        @media screen and (max-width: 767px) {
          .type-content-text .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .type-content-text h3 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3rem;
        font-size: 2rem;
        font-weight: 600;
        color: #E0A722;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .type-content-text h3 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .type-content-text h3 {
            line-height: 2.1rem;
            font-size: 1.4rem; } }
      .type-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3rem;
        font-size: 2rem;
        font-weight: 600;
        color: #E0A722;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .type-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .type-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.4rem; } }
      .type-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .type-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .type-content-text .triangle {
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 20px solid #FFF4C7;
        margin: 20px auto; }
      .type-content-text .linetxtbox {
        padding: 25px 30px 20px;
        text-align: center;
        background: #FFF;
        background: linear-gradient(180deg, white, #fff4c7);
        background-size: cover; }
        .type-content-text .linetxtbox h4 {
          color: #070501;
          letter-spacing: 0.2rem;
          font-style: normal;
          font-family: "Noto Serif JP", serif;
          line-height: 2.2rem;
          font-size: 1.3rem;
          font-weight: 600; }
          @media screen and (max-width: 767px) {
            .type-content-text .linetxtbox h4 {
              letter-spacing: 0rem; } }
          @media screen and (max-width: 767px) {
            .type-content-text .linetxtbox h4 {
              line-height: 1.54rem;
              font-size: 0.91rem; } }
        @media screen and (max-width: 767px) {
          .type-content-text .linetxtbox {
            text-align: left;
            text-align: left;
            text-align: justify;
            text-justify: inter-ideograph; } }

.pagevisual {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/footer-mainimg.jpg");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), rgba(7, 5, 1, 0.8)), url("http://foj.co.jp/wp-content/themes/foj/images/footer-mainimg.jpg");
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .pagevisual {
      padding-top: 90px;
      padding-bottom: 50px; } }
  .pagevisual h1 {
    text-align: right;
    padding-right: 70px;
    letter-spacing: 0rem;
    font-family: adobe-devanagari, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #FFF;
    line-height: 3.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: capitalize; }
    @media screen and (max-width: 767px) {
      .pagevisual h1 {
        line-height: 2.1rem;
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .pagevisual h1 {
        padding-right: 20px; } }

.newspage-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .newspage-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .newspage-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .newspage-content-box {
    border-top: 1px solid #070501; }
    .newspage-content-box h2 {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3.5rem;
      font-size: 2.5rem;
      font-weight: 600;
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .newspage-content-box h2 {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .newspage-content-box h2 {
          line-height: 2.1rem;
          font-size: 1.5rem; } }
    .newspage-content-box p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 767px) {
        .newspage-content-box p {
          line-height: 1.8rem;
          font-size: 0.9rem; } }

.service {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/service-mainimg.jpg");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), rgba(7, 5, 1, 0)), url("http://foj.co.jp/wp-content/themes/foj/images/service-mainimg.jpg");
  background-size: cover;
  border-top: 1px solid #070501; }
  .service-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .service-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .service-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .service-content-back {
      background: #FFF;
      background: linear-gradient(180deg, white, rgba(242, 238, 232, 0.9));
      background-size: cover;
      padding: 40px;
      border: 1px solid #FFF; }
      @media screen and (max-width: 767px) {
        .service-content-back {
          padding: 20px; } }
      .service-content-back .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem;
        color: #E0A722; }
        @media screen and (max-width: 767px) {
          .service-content-back .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .service-content-back h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .service-content-back h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .service-content-back h2 {
            line-height: 2.1rem;
            font-size: 1.5rem; } }
      .service-content-back p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .service-content-back p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .service-content-back strong {
        color: #FFF4C7; }
      .service-content-back-features {
        background: #070501;
        background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), #070501);
        background-size: cover;
        padding: 30px 30px 10px; }
        .service-content-back-features p {
          padding-top: 5px;
          line-height: 1.2rem;
          font-size: 0.7rem;
          text-align: left;
          text-align: justify;
          text-justify: inter-ideograph;
          color: #FFF; }

.concept-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .concept-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .concept-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .concept-content img {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .concept-content img {
        padding-top: 0px; } }
  .concept-content .en {
    letter-spacing: 0rem;
    font-family: adobe-devanagari, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 2rem;
    font-size: 1rem; }
    @media screen and (max-width: 767px) {
      .concept-content .en {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
  .concept-content h2 {
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 3.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .concept-content h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .concept-content h2 {
        line-height: 2.1rem;
        font-size: 1.5rem; } }
  .concept-content p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 767px) {
      .concept-content p {
        line-height: 1.8rem;
        font-size: 0.9rem; } }

.task {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.6), #070501), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat; }
  .task-content {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .task-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .task-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .task-content-text {
      background: #FFF;
      background: linear-gradient(180deg, white, white);
      background-size: cover;
      padding: 0px 40px 40px; }
      @media screen and (max-width: 767px) {
        .task-content-text {
          padding: 20px; } }
      .task-content-text .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem;
        color: #E0A722; }
        @media screen and (max-width: 767px) {
          .task-content-text .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .task-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .task-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .task-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.5rem; } }
      .task-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .task-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

.works-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .works-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .works-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .works-content {
      padding-top: 20px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .works-content {
      padding-top: -10px;
      padding-bottom: -30px; } }

  .works-content-back {
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .works-content-back {
        padding: 20px 0; } }
    .works-content-back h2 {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3.5rem;
      font-size: 2.5rem;
      font-weight: 600;
      color: #FFF;
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .works-content-back h2 {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .works-content-back h2 {
          line-height: 2.1rem;
          font-size: 1.5rem; } }
    .works-content-back img {
      background-size: cover; }
    .works-content-back-text {
      background: #070501;
      background: linear-gradient(180deg, rgba(7, 5, 1, 0.9), #070501);
      background-size: cover;
      padding: 40px; }
      @media screen and (max-width: 767px) {
        .works-content-back-text {
          padding: 20px; } }
      .works-content-back-text h3 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 2.2rem;
        font-size: 1.3rem;
        font-weight: 600;
        color: #FFF4C7; }
        @media screen and (max-width: 767px) {
          .works-content-back-text h3 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .works-content-back-text h3 {
            line-height: 1.54rem;
            font-size: 0.91rem; } }
      .works-content-back-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph;
        color: #FFF; }
        @media screen and (max-width: 767px) {
          .works-content-back-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

.member {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.6), #070501), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat;
  color: #FFF; }
  .member-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1024px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .member-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .member-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .member-content h2 {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3.5rem;
      font-size: 2.5rem;
      font-weight: 600;
      padding-bottom: 40px;
      padding-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .member-content h2 {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .member-content h2 {
          line-height: 2.1rem;
          font-size: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .member-content h2 {
          padding: 20px 0 10px; } }
    .member-content p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 767px) {
        .member-content p {
          line-height: 1.8rem;
          font-size: 0.9rem; } }
    .member-content .pname {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3rem;
      font-size: 2rem;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .member-content .pname {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .member-content .pname {
          line-height: 2.1rem;
          font-size: 1.4rem; } }

.info-content {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .info-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .info-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  .info-content h2 {
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 3.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .info-content h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .info-content h2 {
        line-height: 2.1rem;
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .info-content h2 {
        padding-bottom: 20px; } }
  .info-content p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 767px) {
      .info-content p {
        line-height: 1.8rem;
        font-size: 0.9rem; } }

.network {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, rgba(7, 5, 1, 0.6), #070501), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat;
  border-top: 1px solid #070501; }
  .network-content {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .network-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .network-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .network-content-text {
      background: #FFF;
      background: linear-gradient(180deg, white, white);
      background-size: cover;
      padding: 40px;
      border: 1px solid #FFF; }
      @media screen and (max-width: 767px) {
        .network-content-text {
          padding: 20px; } }
      .network-content-text .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem;
        color: #E0A722; }
        @media screen and (max-width: 767px) {
          .network-content-text .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .network-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3.5rem;
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .network-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .network-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.5rem; } }
      .network-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .network-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

.networkmember {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/networkmember-mainimg.jpg");
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("http://foj.co.jp/wp-content/themes/foj/images/networkmember-mainimg.jpg");
  background-size: cover;
  border-top: 1px solid #070501; }
  .networkmember-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .networkmember-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .networkmember-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .networkmember-content-text {
      background: #FFF;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #f2eee8);
      background-size: cover;
      padding: 40px;
      border: 1px solid #FFF; }
      @media screen and (max-width: 767px) {
        .networkmember-content-text {
          padding: 20px; } }
      .networkmember-content-text .en {
        letter-spacing: 0rem;
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: italic;
        line-height: 2rem;
        font-size: 1rem;
        color: #E0A722; }
        @media screen and (max-width: 767px) {
          .networkmember-content-text .en {
            line-height: 1.8rem;
            font-size: 0.9rem; } }
      .networkmember-content-text h2 {
        letter-spacing: 0.2rem;
        font-style: normal;
        font-family: "Noto Serif JP", serif;
        line-height: 3rem;
        font-size: 2rem;
        font-weight: 600;
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .networkmember-content-text h2 {
            letter-spacing: 0rem; } }
        @media screen and (max-width: 767px) {
          .networkmember-content-text h2 {
            line-height: 2.1rem;
            font-size: 1.4rem; } }
      .networkmember-content-text h3 {
        line-height: 2.2rem;
        font-size: 1.3rem;
        font-weight: 600;
        font-weight: 600;
        padding: 0; }
        @media screen and (max-width: 767px) {
          .networkmember-content-text h3 {
            line-height: 1.54rem;
            font-size: 0.91rem; } }
      .networkmember-content-text p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 767px) {
          .networkmember-content-text p {
            line-height: 1.8rem;
            font-size: 0.9rem; } }

.contact {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background: linear-gradient(180deg, rgba(128, 135, 145, 0.8), rgba(128, 135, 145, 0.6)), url("http://foj.co.jp/wp-content/themes/foj/images/regal.png");
  background-repeat: repeat; }
  .contact-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1024px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .contact-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .contact-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .contact-content .en {
      letter-spacing: 0rem;
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: italic;
      line-height: 2rem;
      font-size: 1rem;
      color: #E0A722; }
      @media screen and (max-width: 767px) {
        .contact-content .en {
          line-height: 1.8rem;
          font-size: 0.9rem; } }
    .contact-content h2 {
      letter-spacing: 0.2rem;
      font-style: normal;
      font-family: "Noto Serif JP", serif;
      line-height: 3rem;
      font-size: 2rem;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .contact-content h2 {
          letter-spacing: 0rem; } }
      @media screen and (max-width: 767px) {
        .contact-content h2 {
          line-height: 2.1rem;
          font-size: 1.4rem; } }
    .contact-content img {
      padding: 0 0 15px;
      border-radius: 2px; }
    .contact-content p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 767px) {
        .contact-content p {
          line-height: 1.8rem;
          font-size: 0.9rem; } }
      .contact-content p a {
        color: #E0A722; }

.protection-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .protection-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .protection-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .protection-content .en {
    letter-spacing: 0rem;
    font-family: adobe-devanagari, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 2rem;
    font-size: 1rem;
    color: #E0A722; }
    @media screen and (max-width: 767px) {
      .protection-content .en {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
  .protection-content h2 {
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .protection-content h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .protection-content h2 {
        line-height: 2.1rem;
        font-size: 1.4rem; } }
  .protection-content h3 {
    line-height: 2.2rem;
    font-size: 1.3rem;
    font-weight: 600;
    font-weight: 600;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .protection-content h3 {
        line-height: 1.54rem;
        font-size: 0.91rem; } }
  .protection-content p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media screen and (max-width: 767px) {
      .protection-content p {
        line-height: 1.8rem;
        font-size: 0.9rem; } }

.singlepage-content {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .singlepage-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .singlepage-content {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  .singlepage-content time {
    font-family: "Sorts Mill Goudy", serif; }
  .singlepage-content h2 {
    letter-spacing: 0.2rem;
    font-style: normal;
    font-family: "Noto Serif JP", serif;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .singlepage-content h2 {
        letter-spacing: 0rem; } }
    @media screen and (max-width: 767px) {
      .singlepage-content h2 {
        line-height: 2.1rem;
        font-size: 1.4rem; } }
  .singlepage-content p {
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 5px 0; }
    @media screen and (max-width: 767px) {
      .singlepage-content p {
        line-height: 1.8rem;
        font-size: 0.9rem; } }
  .singlepage-content img {
    max-width: 100%;
    height: auto;
    padding: 10px 0; }
  .singlepage-content video {
    width: 100%; }

.footer {
  background: url("http://foj.co.jp/wp-content/themes/foj/images/footer-mainimg.jpg");
  background: linear-gradient(180deg, #070501, rgba(7, 5, 1, 0.7)), url("http://foj.co.jp/wp-content/themes/foj/images/footer-mainimg.jpg");
  background-size: cover;
  padding: 30px 0 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 10px 10px 50px; } }
  .footer-content {
    max-width: 1024px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .footer-content .logo {
      margin: 40px 0; }
      .footer-content .logo img {
        width: 200px; }
    .footer-content .copyright {
      padding-top: 20px;
      color: #FFF;
      line-height: 1.2rem;
      font-size: 0.7rem; }
      .footer-content .copyright a {
        color: #FFF; }

.wpcf7 {
  max-width: 100%;
  margin: 30px;
  padding: 0px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), white);
  background-size: cover;
  border: 1px solid #FFF; }
  .wpcf7 p {
    margin: 0;
    padding: 20px 20px 0; }
    .wpcf7 p.titlesubmit {
      font-weight: 600; }
  .wpcf7 .required {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 2px;
    background: #BD0003;
    color: #FFF;
    font-size: 7px; }
  .wpcf7 textarea {
    width: 100%;
    height: 200px;
    padding: 8px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .wpcf7 textarea:focus {
      border: 1px solid #E0A722; }
  .wpcf7 input {
    padding: 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .wpcf7 input:focus {
      border: 1px solid #E0A722; }
    .wpcf7 input::placeholder {
      color: #ccc; }
    .wpcf7 input[name="your-name"], .wpcf7 input[name="your-ruby"], .wpcf7 input[name="corporate-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-address2"] {
      width: 100%; }
    .wpcf7 input.wpcf7-confirm {
      display: block;
      width: 80%;
      height: 45px;
      margin: 0px auto;
      -moz-border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #FFF;
      font-weight: bold;
      line-height: 10px;
      background: #070501;
      cursor: pointer; }
      .wpcf7 input.wpcf7-confirm:hover {
        background: #808791; }
      .wpcf7 input.wpcf7-confirm:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
    .wpcf7 input.wpcf7-back {
      width: 40%;
      height: 45px;
      margin: 0px 10px 10px 10px;
      color: #ccc;
      font-size: 1em;
      font-weight: bold;
      background: #070501;
      cursor: pointer; }
      .wpcf7 input.wpcf7-back:hover {
        background: #808791; }
      .wpcf7 input.wpcf7-back:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
    .wpcf7 input.wpcf7-submit {
      margin: 0px 10px 10px 10px;
      cursor: pointer;
      color: #FFF;
      font-weight: bold;
      width: 80%;
      height: 45px;
      -moz-border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #070501; }
      @media screen and (max-width: 767px) {
        .wpcf7 input.wpcf7-submit {
          width: 80%;
          margin-right: -10px; } }
      .wpcf7 input.wpcf7-submit:hover {
        background: #808791; }
      .wpcf7 input.wpcf7-submit:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
  .wpcf7 .wpcf7-not-valid {
    background: #ffb6c1; }
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%; }
  .wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7; }
  .wpcf7 .wpcf7-mail-sent-ok {
    color: #FFF;
    background-color: #0E0000;
    border: 1px solid #E0A722; }
  .wpcf7 .wpcf7-captchac {
    border: 1px solid #ccc; }
  .wpcf7 .verticallist {
    display: block; }
  .wpcf7 .wpcf7-list-item {
    display: block; }
  .wpcf7 .titlestep2 {
    letter-spacing: 0.1em;
    font-weight: 800;
    z-index: 10;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    line-height: 1.4rem;
    padding: 90px 20px 10px 20px;
    color: #E0A722; }
  .wpcf7 #checkbox {
    margin: 10px 20px 20px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    font-size: 1.1em;
    background: #FFF; }
  .wpcf7 #submit {
    margin: 0 auto 50px;
    text-align: center; }
  .wpcf7 .LPlinkbn {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 880;
    transform: translate(-50%, -50%); }
    .wpcf7 .LPlinkbn img {
      width: 200px;
      -webkit-transform: rotate(15deg) scale(1);
      transform: rotate(15deg) scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6)); }
    .wpcf7 .LPlinkbn:hover {
      opacity: 0.8;
      -webkit-transform: rotate(0) scale(1.4);
      transform: rotate(0) scale(1.4); }
