@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --mainColor: #268017;
  --subColor: #FCA50D;
}

.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

.mainColorDeep {
  color: #1a1a1a;
}

.bgMainColorDeep {
  background-color: #1a1a1a;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: #808080;
}

.bgMainColorLight {
  background-color: #808080;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: var(--subColor);
}

.bgSubColor {
  background-color: #FCA50D;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #ff6f00;
}

.compColor {
  color: #ecfe02;
}

.bgCompColor {
  background-color: #ecfe02;
}

.grayColor {
  color: #a9a9a9;
}

.bgGrayColor {
  background-color: #a9a9a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(255, 178, 90);
  background: linear-gradient(90deg, rgb(255, 178, 90) 0%, rgb(255, 143, 90) 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
:root {
  --fontEn: "Poppins", sans-serif;
}

.fontEn {
  font-family: var(--fontEn);
}

:root {
  --fontNum: "Inter", sans-serif;
}

.fontNum {
  font-family: var(--fontNum);
}

.fontEnSub {
  font-family: "Philosopher", sans-serif;
}

:root {
  --fontJp: "Noto Sans JP", sans-serif;
}

.fontJp {
  font-family: var(--fontJp);
}

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

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

body {
  font-family: var(--fontJp);
  color: #3A3A3A;
}

/*共通部分*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-regular {
  font-weight: 400;
}

@font-face {
  font-family: "en-bold";
  src: url(../font/AnyConv.com__CircularStd-Bold.woff) format("woff");
}
.en-bold {
  font-family: "en-bold";
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sp70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: 500;
}

.lh_xxxxl {
  line-height: 4;
}
.lh_xxxxl * {
  line-height: 3;
}

.lh_xxxl {
  line-height: 3;
}
.lh_xxxl * {
  line-height: 3;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_s2 {
  line-height: 0.9;
}
.lh_s2 * {
  line-height: 0.9;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xxxl {
  letter-spacing: 0.5em;
}

.ls_xxl {
  letter-spacing: 0.4em;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.bold {
  font-weight: 500 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.white-all {
  color: #fff;
}
.white-all * {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM15 {
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM15 {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 14px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS3 {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 9px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

.ofH {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

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

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.text-center-all {
  text-align: center;
}
.text-center-all * {
  text-align: center;
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #268017;
}
.linkA:hover {
  color: #268017;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

.gap15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
  .gap15 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.cntS2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.cntM2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cntM2.--left {
  padding-left: 15px;
}
@media only screen and (min-width: 1030px) {
  .cntM2.--left {
    margin-left: calc((100vw - 1000px) / 2);
    max-width: 100%;
    padding-left: 0;
  }
}

.cntM {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.cntM.--left {
  padding-left: 15px;
}
@media only screen and (min-width: 1030px) {
  .cntM.--left {
    margin-left: calc((100vw - 1000px) / 2);
    max-width: 100%;
    padding-left: 0;
  }
}

.cntL {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cntL2 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1310px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

.cntWide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSizeS: clamp(40px, 10vw, 80px);
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.paddingS {
  padding-top: var(--spaceSizeS);
  padding-bottom: var(--spaceSizeS);
}

.padding {
  padding-top: var(--spaceSize);
  padding-bottom: var(--spaceSize);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
}
.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

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

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radius {
  border-radius: 8px;
}
.radius.--top {
  border-radius: 8px 8px 0 0;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

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

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
  background: linear-gradient(transparent 50%, #f4d862 0%);
  display: inline;
  */
  position: relative;
  display: inline-block;
  z-index: 10;
  /*
  &.white{
      background: linear-gradient(transparent 70%, $subColorDeep 0%);
  }
  */
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #ecfe02;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #FCA50D 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}
.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #268017;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #ecfe02;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #268017;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #268017;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #268017;
  display: inline-block;
}

.bdBox {
  border: 2px solid #268017;
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overRayBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .overRayBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .menu-btn {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
  top: 19px;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 19px;
}
.menu-trigger.active {
  margin-right: 15px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-25deg);
}
.menu-trigger.active span:last-of-type {
  transform: translateY(0) rotate(25deg);
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #268017;
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}
.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid #268017;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #268017;
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #268017;
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #268017;
  color: #268017;
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
/*Q&Aここから*/
.topQaBoxUl li:nth-child(2) hr {
  border-top: 1px solid #dadada;
}

.topQaBoxUl li {
  display: inline-block;
  vertical-align: middle;
}

.topQaBoxDl {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.topQaBoxDl dd {
  display: none;
  margin-top: 3%;
}

.topQaBoxDl dt {
  font-weight: normal;
}

.topQaBoxDl dt:hover {
  background: rgba(242, 203, 149, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.topQaBoxUl li:nth-child(3) {
  width: 74%;
}

.topQaBoxUl li:nth-child(1) {
  margin-right: 2%;
}

.topQaBoxUl li:nth-child(2) {
  width: 8%;
  margin-right: 2%;
}

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #696969;
  border-radius: 6px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

.privacyCheck {
  margin: 5px 3px 3px !important;
  vertical-align: top !important;
}
.privacyCheck + span {
  width: calc(100% - 1.8em);
  line-height: 1.5 !important;
  letter-spacing: 0.1em;
}

.mwform-radio-field input {
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

.contactAlertTitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

.submit-btn input {
  border: none;
  height: 70px;
  border-radius: 1000px;
  background-color: #fff;
  padding: 0 61px;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #016AB8;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    height: 50px;
  }
}
.submit-btn input:hover {
  opacity: 0.7;
}

.contactHr {
  margin: 7% 0;
}
@media only screen and (max-width: 767px) {
  .contactHr {
    margin: 12% 0;
  }
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 22px;
  margin: 8% auto 3%;
  background-color: #268017;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  position: relative;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 22px;
  margin: 4% auto 3%;
  color: #268017;
  border-left: solid 8px #268017;
  background: #F7FAFC;
  font-weight: bold;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
    border-left: solid 4px #268017;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #268017;
  font-weight: bold;
  font-size: 22px;
  padding-left: 0.5em;
  border-left: solid 8px #268017;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 15% auto 8%;
    border-left: solid 4px #268017;
  }
}
.entry h5 {
  border-bottom: solid 1px #B8B8B8;
  position: relative;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin: 3% auto 3%;
  font-size: 22px;
}
.entry h5::before {
  content: "";
  display: block;
  position: absolute;
  width: 125px;
  height: 3px;
  background-color: #268017;
  left: 0;
  bottom: -1px;
}
.entry h6 {
  margin: 3% auto 3%;
  border-top: solid 1px #268017;
  border-bottom: solid 1px #268017;
  padding: 0.4em 0.2em;
  font-weight: 700;
  font-size: 22px;
}
.entry table {
  border: solid 1px #268017;
}
.entry table td:nth-child(1) {
  font-weight: bold;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  border: solid 1px #268017;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.entry table tr:nth-of-type(even) {
  background: #F9F9F9;
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #268017;
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/*目次*/
.toc_number {
  font-family: var(--fontNum);
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #268017;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #268017;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
.entry img {
  margin: 2% auto 5%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #268017;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #268017;
  border-radius: 10px;
  background-color: #808080;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #268017;
  font-family: var(--fontNum);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #268017;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  margin-bottom: 0.8em;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
  font-family: var(--fontNum);
  font-size: 12px;
  color: #b3b3b3;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 12px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #268017;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #268017;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #268017;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #268017;
}
.singleColumnWriterButton:hover {
  background: #268017;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #ececec;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

.cmNewsListCard {
  transition: 0.3s;
  background: #F6F6F6;
  border-radius: 8px;
}
a:hover .cmNewsListCard {
  opacity: 0.7;
}

.cmNewsTitle {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 3%;
  color: #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cmNewsListImg {
  transition: 0.3s;
  aspect-ratio: 280/205;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
}

.cmNewsListInfoUl li {
  margin-right: 0.5em;
  display: inline-block;
  font-size: 12px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

.cmNewsListTxt {
  padding: 2em 1.5em;
}

.cmNewsListDateCat {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: var(--fontEn);
  font-size: 18px;
  margin: 0 1%;
  color: #fff;
  background: #268017;
}
.pagenation li.active {
  cursor: not-allowed;
  color: #000;
  background: #f2f2f2;
  padding: 0.5em 1em;
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li a {
  display: block;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.pagenation li a:hover {
  background: #808080;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
  .pagenation li.active {
    padding: 7px 12px;
  }
  .pagenation li a {
    padding: 7px 12px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #268017;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.sidebarNewsUl .cat-item a {
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  margin-bottom: 1em;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 12px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--mainColor);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
  }
}

.sidebarRankingImg {
  width: 30%;
  padding-bottom: 30%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 65%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #268017;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #268017;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
body {
  font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.commonUl li {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #d1d1d1;
}
.commonUl li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #268017;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  .commonUl li:before {
    font-size: 18px;
  }
}
.commonUl li span {
  font-size: 18px;
  margin-left: 45px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .commonUl li span {
    font-size: 14px;
    margin-left: 30px;
  }
}
.commonUl.white li:before {
  color: #fff;
}

.bgTransBlack {
  background-color: rgba(0, 0, 0, 0.3);
}

.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  transition: 0.3s;
}
.externalLink:hover {
  color: #268017;
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .verticalPc {
    writing-mode: horizontal-tb;
  }
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  overflow-x: hidden;
  padding-top: 85px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

.cmnTtl .en {
  color: #268017;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .cmnTtl .en {
    font-size: 15px;
  }
}
.cmnTtl .ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 959px) {
  .cmnTtl .ja {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl .ja {
    font-size: 26px;
  }
}
.cmnTtl .ja.--mini {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .cmnTtl .ja.--mini {
    font-size: 26px;
  }
}
.cmnTtl .ja.ls_s {
  letter-spacing: 0.05em;
}
.cmnTtl.--center * {
  text-align: center;
}
.cmnTtl.--right * {
  text-align: right;
}
.cmnTtl.--white * {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .cmnTtl.--whiteSp * {
    color: #fff;
  }
}

.cmnBtn {
  background-color: #268017;
  color: #fff;
  min-width: 265px;
  text-align: center;
  padding: 0.5em 15px;
  display: inline-block;
  border-radius: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cmnBtn {
    font-size: 16px;
  }
}
.cmnBtn::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 8.6602540378px;
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cmnBtn:hover {
  color: #fff;
}
.cmnBtn.--white {
  background-color: #fff;
  color: #268017;
}
.cmnBtn.--white::before {
  background: #268017;
}
.cmnBtn.--white:hover {
  color: #268017;
}
.cmnBtn.--center {
  margin-left: auto;
  margin-right: auto;
}

.cntShort {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cntShort {
    width: 100%;
  }
}

.commonHead {
  font-size: 16px;
  font-weight: 500;
}
.commonHead.__m {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .commonHead.__m {
    font-size: 18px;
  }
}

.textBox.textBox__wide p {
  line-height: 2.6;
  letter-spacing: 0.2em;
}
.button {
  background-color: #fff;
  display: inline-block;
  padding: 1.7em 7em;
  border-radius: 3em;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.button span {
  line-height: 1;
  display: inline-block;
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: 16px;
  color: var(--mainColor);
  transition: 0.3s;
}
.button::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(.././img/button_arrow.svg);
  width: 18px;
  height: 11px;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.button.__text {
  padding: 1em 3em 1em 0;
  background-color: transparent;
}
.button.__text::after {
  right: 0;
}
.button:hover {
  background-color: var(--mainColor);
}
.button:hover span {
  color: #fff;
}
.button:hover::after {
  background-image: url(.././img/button_arrow_white.svg);
}
.button:hover.__text {
  background-color: transparent;
  padding-right: 4em;
}
.button:hover.__text span {
  color: var(--subColor);
}
.button:hover.__text::after {
  background-image: url(.././img/button_arrow_sub.svg);
}
@media only screen and (max-width: 767px) {
  .button {
    padding: 1.4em 5em;
  }
  .button span {
    font-size: 14px;
  }
}

.loading {
  background-color: #eff5f5;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__fade {
  width: 300px;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 80px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  header {
    height: 45px;
  }
}

.logo {
  width: 158px;
}
@media only screen and (max-width: 959px) {
  .logo {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 100px;
  }
}

.headerUnit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .headerUnit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.headerRight,
.headerMenu {
  display: flex;
  align-items: center;
}

.headerInfoCard {
  height: 50px;
}

.headerMenuUl {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .headerMenuUl {
    display: none;
  }
}
.headerMenuUl li a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  font-size: 13px;
  transition: 0.3s;
}
.headerMenuUl li a::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.headerMenuUl li a:hover::after {
  opacity: 1;
}
.headerMenuUl li.headerMail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerMenuUl li.headerMail a::after {
  content: none;
}

.overRayBox {
  background-color: #268017;
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}
.overRayMenuUl > li a span {
  color: #fff;
  transition: 0.3s;
}
.overRayMenuUl > li a span.en {
  font-family: var(--fontEn);
  font-size: 48px;
  margin-right: 0.5em;
  font-weight: 600;
  line-height: 0.7;
}
.overRayMenuUl > li a span.jp {
  font-size: 16px;
  font-weight: 500;
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl > li {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 1em;
  }
  .overRayMenuUl > li a span.en {
    font-size: 21px;
    margin-right: 0.5em;
  }
  .overRayMenuUl > li a span.jp {
    font-size: 12px;
  }
}

.overRayBlock {
  display: flex;
  height: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 959px) {
  .overRayBlock {
    flex-direction: column;
  }
}

.blockLeft {
  width: 76.4285714286%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 959px) {
  .blockLeft {
    width: 100%;
    flex-direction: column;
  }
}

.overRayLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.2056074766%;
}
@media only screen and (max-width: 959px) {
  .overRayLogo {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 45px;
    padding: 10px 30px;
  }
}
.overRayLogo img {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .overRayLogo img {
    width: 100px;
    margin-left: 0;
  }
}

.overRayMenuWrap {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .overRayMenuWrap {
    margin-left: 0;
    margin-right: auto;
    padding: 0 30px 60px;
  }
}
.overRayMenuWrap > *:last-of-type {
  margin-left: 3em;
}
.overRayMenuWrap * {
  color: #fff;
}
.overRayMenuWrap li + li {
  margin-top: 2em;
}
.overRayMenuWrap li a {
  font-size: 19px;
}
@media only screen and (max-width: 959px) {
  .overRayMenuWrap li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayMenuWrap li a {
    font-size: 14px;
  }
}

.blockRight {
  background-color: #3A3A3A;
  width: 23.5714285714%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .blockRight {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px 30px;
    justify-content: flex-start;
  }
}
.blockRight a {
  width: 72.7272727273%;
  display: block;
}
@media only screen and (max-width: 959px) {
  .blockRight a {
    width: 190px;
    margin-left: 0;
    margin-right: auto;
  }
}
.blockRight a:first-of-type {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: solid 1px #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .blockRight a:first-of-type {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.snsIcoUl {
  color: #fff;
}
.snsIcoUl li {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.snsIcoUl li a {
  display: inline-block;
}
.snsIcoUl li a i {
  font-size: 24px;
  display: inline-block;
}

/*==================================================
 * フッター
 *================================================*/
footer > * {
  max-width: 1230px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footerInner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footerInner {
    flex-direction: column;
  }
}

.footerLeft {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .footerLeft {
    width: 100%;
  }
}

.footerInfo {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    font-size: 10px;
    text-align: center;
  }
}

.footerLogo img {
  margin-left: 0;
  margin-right: auto;
  width: 232px;
}
@media only screen and (max-width: 767px) {
  .footerLogo img {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerRight {
  width: 52.5%;
}
@media only screen and (max-width: 767px) {
  .footerRight {
    width: 100%;
  }
}
.footerRight .cv {
  display: flex;
  -moz-column-gap: 2.8571428571%;
       column-gap: 2.8571428571%;
}
@media only screen and (max-width: 767px) {
  .footerRight .cv {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
}
.footerRight .cv > * {
  width: 48.5714285714%;
}
@media only screen and (max-width: 767px) {
  .footerRight .cv > * {
    width: 280px;
  }
}

.footerMenu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3em;
}
.footerMenu li {
  width: 33.3333333333%;
}
.footerMenu li a {
  position: relative;
  padding-left: 14px;
}
@media only screen and (max-width: 767px) {
  .footerMenu li a {
    font-size: 10px;
    padding-left: 10px;
  }
}
.footerMenu li a::before {
  content: "";
  display: block;
  position: absolute;
  background: #268017;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 8.6602540378px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
@media only screen and (max-width: 767px) {
  .footerMenu li a::before {
    height: 5.1961524227px;
    width: 5px;
  }
}

/*==================================================
 * トップページ
 *================================================*/
#mv {
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #mv {
    margin-bottom: 0;
  }
}
#mv video {
  display: block;
  max-width: 100%;
  width: 100%;
}

.linksBlock {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .linksBlock {
    flex-direction: column;
  }
}
.linksBlock > * {
  width: calc(50% - 1px);
}
@media only screen and (max-width: 767px) {
  .linksBlock > * {
    width: 100%;
  }
}
.linksBlock .txt {
  padding: 1em 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .linksBlock .txt {
    padding: 0.5em 15px;
  }
}
.linksBlock .txt::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 17.3205080757px;
  width: 17px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .linksBlock .txt::before {
    width: 7px;
    height: 7.7942286341px;
    right: 10px;
  }
}
.linksBlock .txt * {
  text-align: center;
  color: #fff;
}
.linksBlock .txt .txt01 {
  font-size: clamp(10px, -19.903px + 3.899vw, 30px);
}
.linksBlock .txt .txt02 {
  font-size: clamp(16px, -58.756px + 9.747vw, 66px);
  font-weight: 700;
  line-height: 1.2;
}
.linksBlock .ex {
  padding: 1em 15px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.linksBlock .--1 .txt {
  background-color: #268017;
}
.linksBlock .--2 .txt {
  background-color: #3A3A3A;
}

@media only screen and (max-width: 767px) {
  .linksBlockHead {
    flex-direction: row;
  }
}

.txtBtn {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 3em;
}

.omoiText {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.4em;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .omoiText {
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .omoiMark {
    width: 100px;
  }
}

.greenBackFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .greenBackFlex {
    flex-direction: column;
  }
}
.greenBackFlex .img {
  width: 60%;
}
@media only screen and (max-width: 959px) {
  .greenBackFlex .img {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .greenBackFlex .img {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.greenBackFlex .txt {
  width: 33%;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .greenBackFlex .txt {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .greenBackFlex .txt {
    width: 100%;
    padding: 2em 0 5em;
  }
}
.greenBackFlex .txt:not(.--notBg)::before {
  content: "";
  display: block;
  position: absolute;
  width: 180%;
  aspect-ratio: 1/0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #268017;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .greenBackFlex .txt:not(.--notBg)::before {
    width: 140%;
    aspect-ratio: 1/0.5;
  }
}
@media only screen and (max-width: 767px) {
  .greenBackFlex .txt:not(.--notBg)::before {
    width: calc(100% + 50px);
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .greenBackFlex .txt .cmnBtn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.greenBackFlex .txtInner {
  position: relative;
}
.greenBackFlex .txtInner::before {
  content: "";
  display: block;
  position: absolute;
  width: 180%;
  aspect-ratio: 1/0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #268017;
  z-index: -1;
  height: 120%;
}
@media only screen and (max-width: 959px) {
  .greenBackFlex .txtInner::before {
    width: 140%;
    aspect-ratio: 1/0.5;
  }
}
@media only screen and (max-width: 767px) {
  .greenBackFlex .txtInner::before {
    width: calc(100% + 50px);
    height: 100%;
  }
}
.greenBackFlex .txtInner .cmnBtn {
  max-width: 100%;
  width: 100%;
}

.futureTtl {
  margin-bottom: 25%;
}

@media only screen and (max-width: 767px) {
  .greenBack .cmnTtl * {
    text-align: center;
  }
}
.greenBack:nth-of-type(even) .greenBackFlex {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .greenBack:nth-of-type(even) .greenBackFlex {
    flex-direction: column;
  }
}

.newsList li + li {
  margin-top: 8px;
}
.newsList a {
  display: flex;
  align-items: center;
  padding: 1em 2.5em 1em 1em;
  background-color: #F7F8F8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newsList a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsList a::before {
  content: "";
  display: block;
  position: absolute;
  background: #268017;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 8.6602540378px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.newsList .dateCat {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.newsList .dateCat * {
  font-size: 13px;
  line-height: 1;
}
.newsList .dateCat .date {
  padding-right: 0.6em;
  margin-right: 0.6em;
  border-right: solid 1px #3A3A3A;
}

.footImg {
  aspect-ratio: 1400/635;
  background-size: cover;
}

.footImgWrap {
  position: relative;
}
.footImgWrap .footTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.pankuzu * {
  font-size: 12px;
}
.pankuzu span {
  color: #268017;
}

.home .sectionPankuzu {
  display: none;
}

#pankuzu a {
  color: #000;
  position: relative;
}
#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.3em;
  left: 0;
}
#pankuzu strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.pageFv {
  position: relative;
  background-color: #268017;
}
@media only screen and (max-width: 767px) {
  .pageFv {
    background-color: transparent;
    padding-bottom: 50px;
  }
}
.pageFv .imgFlex {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .pageFv .imgFlex {
    flex-direction: column;
  }
}
.pageFv .img {
  width: 77.1428571429%;
}
@media only screen and (max-width: 767px) {
  .pageFv .img {
    width: 100%;
    aspect-ratio: 1/0.5;
  }
  .pageFv .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pageFv .img.noBread {
  width: 100%;
}
.pageFv .pankuzu {
  width: 22.8571428571%;
  text-align: right;
  background-color: #fff;
  padding-top: 2em;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .pageFv .pankuzu {
    width: 100%;
    padding-top: 0.5em;
  }
}
.pageFv .pankuzu * {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .pageFv .pankuzu * {
    font-size: 10px;
  }
}
.pageFv video {
  display: block;
}

.titleArea {
  width: 87.8571428571%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .titleArea {
    width: calc(100% - 30px);
  }
}
.titleArea .inner {
  max-width: 650px;
  max-width: 52.8455284553%;
  text-align: right;
  background-color: #fff;
  padding: 0.5em 1.5em 0;
  color: #268017;
}
@media only screen and (max-width: 767px) {
  .titleArea .inner {
    max-width: 100%;
  }
}
.titleArea .inner .subTtl {
  font-weight: 900;
  font-size: 17px;
}
@media only screen and (max-width: 959px) {
  .titleArea .inner .subTtl {
    font-size: 15px;
  }
}
.titleArea .inner .pageTtl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 959px) {
  .titleArea .inner .pageTtl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .titleArea .inner .pageTtl {
    font-size: 26px;
  }
}
.titleArea .inner .pageTtl.ls_s {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .titleArea .inner * {
    text-align: center;
  }
}

/*==================================================
 * CSV
 *================================================*/
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.csvModalBtn {
  font-size: 19px;
  font-weight: 700;
  color: #268017;
  width: 125px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .csvModalBtn {
    font-size: 16px;
    width: 110px;
  }
}
.csvModalBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/csv/modalBtn.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 10s linear infinite;
}

.fancybox-bg {
  background: url(../img/csv/modalBg.jpg) no-repeat center/cover;
  opacity: 1 !important;
}

#csvModal {
  display: none;
  max-width: 1000px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pageHeader {
  margin-top: clamp(100px, 10vw, 128px);
  margin-bottom: clamp(40px, 5vw, 64px);
}

/*about------------------------------------*/
/*==================================================
 * Compnay
 *================================================*/
.companyMessageFlex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .companyMessageFlex {
    flex-direction: column;
    row-gap: 2em;
  }
}
.companyMessageFlex .txt img {
  margin: 0;
}
.companyMessageFlex .img {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .companyMessageFlex .img {
    width: 100%;
  }
}

.z-1 {
  z-index: 1;
}

#companyVision {
  aspect-ratio: 1400/1230;
  position: relative;
}
#companyVision::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  aspect-ratio: 1/1;
  background: url(../img/common/ic-mark.svg) no-repeat center/contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #companyVision::before {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #companyVision {
    aspect-ratio: unset;
  }
}
#companyVision .vertical {
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  #companyVision .vertical {
    color: #3A3A3A;
    font-size: 22px;
    line-height: 2.4;
  }
}
#companyVision .vertical ruby rt {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #companyVision .vertical + .en {
    margin-bottom: 10vw;
    display: block;
    color: #3A3A3A;
  }
}
@media only screen and (max-width: 767px) {
  #companyVision .ttl {
    color: #268017;
  }
}
#companyVision .companyVisionBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #companyVision .companyVisionBg {
    height: 172vw;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
  }
}
#companyVision .companyVisionBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#companyVision .visionList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  #companyVision .visionList {
    gap: 22px;
    padding: 10vw 0;
  }
}
#companyVision .visionList li {
  border: #fff 4px solid;
  border-radius: 1000px;
  text-align: center;
  min-width: 343px;
  aspect-ratio: 1/1;
  padding-top: 44px;
}
@media only screen and (max-width: 767px) {
  #companyVision .visionList li {
    min-width: auto;
    width: 74vw;
  }
}
#companyVision .visionList li h3 {
  font-size: 30px;
  margin-bottom: 12px;
  padding-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #companyVision .visionList li h3 {
    font-size: 24px;
  }
}
#companyVision .visionList li h3::after {
  content: "";
  width: 71.676300578%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#companyVision .visionList li span {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 14px;
  display: block;
}

#companyHistory {
  background: url(../img/company/historyBg.jpg) no-repeat right bottom/30% auto;
}
@media only screen and (max-width: 767px) {
  #companyHistory {
    background-size: 130px auto;
  }
}

.historyList {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .historyList {
    flex-direction: column;
    align-items: flex-start;
  }
}
.historyList dt {
  font-size: 19px;
  width: 90px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .historyList dt {
    width: 100%;
    font-size: 12px;
  }
}
.historyList dd {
  padding-left: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: solid 1px #268017;
  position: relative;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .historyList dd {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-top: solid 1px #268017;
    border-left: none;
    margin-bottom: 1em;
    width: 100%;
  }
}
.historyList dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #268017;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .historyList dd::before {
    display: none;
  }
}
.historyList dd li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .historyList dd li {
    align-items: normal;
  }
}
.historyList dd li .date {
  width: 110px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .historyList dd li .date {
    width: 40px;
  }
}
.historyList:last-of-type dd {
  position: relative;
}
.historyList:last-of-type dd::after {
  border-bottom: 1px solid #268017;
  border-left: 1px solid #268017;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  transform: skewY(225deg) scale(-1, 1);
  width: 19px;
  left: -19px;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .historyList:last-of-type dd::after {
    display: none;
  }
}

.fit-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#companyProfile {
  background: url(../img/company/profileBg.jpg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #companyProfile {
    background-image: url(../img/company/profileBgSp.jpg);
    background-position: center top;
  }
}

.cmnTable {
  width: 100%;
}
.cmnTable th, .cmnTable td {
  font-size: 19px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.cmnTable th {
  text-align: left;
  padding-right: 1em;
  border-right: solid 1px #268017;
  white-space: nowrap;
}
.cmnTable td {
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .cmnTable th, .cmnTable td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    border-right: none;
  }
  .cmnTable td {
    border-top: solid 1px #268017;
    margin-bottom: 1.5em;
  }
}

/*==================================================
 * recruit
 *================================================*/
@media only screen and (max-width: 767px) {
  .guideFlex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
  }
}

.messArea * {
  font-weight: 700;
  font-size: clamp(14px, -6.932px + 2.729vw, 28px);
  color: #268017;
}
.messArea li {
  display: block;
  position: relative;
  width: 100%;
}
.messArea li .txt {
  letter-spacing: 0;
  opacity: 0;
}
.messArea li + li {
  margin-top: 1.2em;
}
.messArea.isAnimated .letter {
  animation: 2s letterLeft forwards;
}
.messArea.isAnimated li .txt {
  animation: 2s txtFade forwards;
}
.messArea.isAnimated li:first-of-type .txt {
  animation-delay: 2s;
}
.messArea.isAnimated li:nth-of-type(2) .txt {
  animation-delay: 2.5s;
}
.messArea.isAnimated li:nth-of-type(3) .txt {
  animation-delay: 3s;
}
.messArea.isAnimated li:nth-of-type(4) .txt {
  animation-delay: 3.5s;
}
.messArea.isAnimated li:nth-of-type(5) .txt {
  animation-delay: 4s;
}
.messArea.isAnimated li:nth-of-type(6) .txt {
  animation-delay: 4.5s;
}
.messArea.isAnimated li:nth-of-type(7) .txt {
  animation-delay: 5s;
}

@keyframes letterLeft {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}
@keyframes txtFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intFlex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .intFlex {
    flex-direction: column-reverse;
  }
}
.intFlex .img {
  width: 60%;
  margin-right: 6%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .intFlex .img {
    width: 100%;
    margin-right: auto;
    margin-top: 20px;
  }
}

.wide {
  margin-left: -25px;
  width: calc(100% + 50px);
}

#recruitRequire address {
  font-style: normal;
}
#recruitRequire .requireItemFlex {
  justify-content: space-between;
}
#recruitRequire .requireItemFlex span {
  width: 20%;
}
#recruitRequire .requireItemFlex address {
  width: 77%;
}

/*==================================================
 * lumber
 *================================================*/
.bgAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .bgAbsolute {
    position: relative;
    aspect-ratio: 640/520;
  }
}
.bgAbsolute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#lumberSecret .txt,
#flourSupply .txt,
#catSupply .txt {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #lumberSecret .txt,
  #flourSupply .txt,
  #catSupply .txt {
    width: 100%;
    color: #3A3A3A;
  }
}

#flourSupply .bgAbsolute {
  width: 70%;
  top: 0;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #flourSupply .bgAbsolute {
    position: absolute;
    width: 70%;
  }
}
#flourSupply .bgAbsolute img {
  -o-object-position: center right;
     object-position: center right;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #flourSupply .bgAbsolute img {
    -o-object-position: center left;
       object-position: center left;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#catSupply .bgAbsolute {
  width: 50%;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #catSupply .bgAbsolute {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}
#catSupply .bgAbsolute img {
  -o-object-position: center left;
     object-position: center left;
  -o-object-fit: contain;
     object-fit: contain;
}

.lumberItemFlex {
  -moz-column-gap: 10%;
       column-gap: 10%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lumberItemFlex {
    row-gap: 30px;
    flex-direction: column;
  }
}
.lumberItemFlex > * {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .lumberItemFlex > * {
    width: 80%;
  }
}

.factoryImages {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .factoryImages {
    flex-direction: column;
    row-gap: 20px;
  }
}
.factoryImages > * {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .factoryImages > * {
    width: 100%;
  }
}
.factoryImages > *:first-of-type {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .factoryImages > *:first-of-type {
    margin-bottom: 0;
  }
}

/*==================================================
 * 新着情報
 *================================================*/
.newsArchiveList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 7%;
       column-gap: 7%;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .newsArchiveList {
    flex-direction: column;
    row-gap: 20px;
  }
}
.newsArchiveList > * {
  width: 28.6666666667%;
}
@media only screen and (max-width: 767px) {
  .newsArchiveList > * {
    width: 100%;
  }
}
.newsArchiveList .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*==================================================
 * わたしたちの想い
 *================================================*/
#future {
  background: url(../img/aboutus/featureBg.jpg) no-repeat center/cover;
  padding-top: 12%;
  padding-bottom: 12%;
}
@media only screen and (max-width: 767px) {
  #future {
    padding-bottom: 28%;
  }
}

.future-ttl {
  padding-top: 34%;
}

.futureTtlSp {
  display: none;
}

.aboutus-green {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .aboutus-green .greenBackFlex .img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
  }
  .aboutus-green .greenBackFlex .img p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .aboutus-green .greenBackFlex .img p .futureTtlSp {
    width: 38%;
    display: block;
  }
  .aboutus-green .greenBackFlex .txt {
    padding-top: 0;
  }
  .aboutus-green .greenBackFlex .txt .futureTtl {
    display: none;
  }
  .aboutus-green .greenBackFlex .txt .txtInner {
    background-color: #268017;
    padding: 40px 20px;
  }
  .aboutus-green .greenBackFlex .txt .txtInner::before {
    content: none;
  }
}
.contactTel {
  display: flex;
  justify-content: center;
  border-top: solid 1px #d4d5d8;
  border-bottom: solid 1px #d4d5d8;
  margin-top: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .contactTel {
    padding-top: 1.5em;
    padding-bottom: 2em;
    flex-direction: column;
  }
}
.contactTel a {
  width: 400px;
  display: block;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .contactTel a {
    max-width: 90%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
}

.formBlock table {
  width: 100%;
}
.formBlock table th, .formBlock table td {
  border-top: solid 1px #d4d5d8;
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  vertical-align: middle;
}
.formBlock table th {
  width: 230px;
}
.formBlock table th .thFlex {
  display: flex;
  align-items: center;
}
.formBlock table th .hissu {
  background-color: #268017;
  color: #fff;
  font-size: 13px;
  padding: 0 0.3em;
  margin-left: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .formBlock table th .hissu {
    font-size: 10px;
  }
}
.formBlock table input, .formBlock table select {
  height: 30px;
}
.formBlock table input, .formBlock table textarea, .formBlock table select, .formBlock table option {
  border: solid 1px #d4d5d8;
  border-radius: 0;
  padding: 0.2em 0.5em;
}
.formBlock table textarea {
  padding: 0.5em;
}
.formBlock table textarea {
  width: 100%;
}
.formBlock table .inputMax > * {
  display: block;
}
.formBlock table .inputMax > * + * {
  margin-top: 1em;
}
.formBlock table .inputMax input {
  width: 100%;
}
.formBlock table .add {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.formBlock table .add .addBtn {
  font-size: 12px;
  border-radius: 100px;
  background-color: #3a3a3a;
  color: #fff;
  padding: 0.2em 1em;
}
@media only screen and (max-width: 767px) {
  .formBlock table .add .addBtn {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .formBlock table .add input {
    width: 50%;
  }
}
.formBlock table .inputFlex {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .formBlock table .inputFlex {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.formBlock table .inputFlex input {
  width: 50%;
}
.formBlock table tr:first-of-type th, .formBlock table tr:first-of-type td {
  border-top: none;
}
.formBlock table tr:last-of-type {
  border-bottom: solid 1px #d4d5d8;
}
@media only screen and (max-width: 767px) {
  .formBlock table th, .formBlock table td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .formBlock table th {
    padding-bottom: 0;
  }
  .formBlock table td {
    padding-top: 0.5em;
    border-top: none;
  }
}
.formBlock .contact-btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 3em;
}
.formBlock .contact-btns button {
  cursor: pointer;
}
.formBlock .contact-btns button {
  border: none;
}

#autozip {
  display: none !important;
}

.mw_wp_form_confirm .hissu {
  display: none !important;
}
.mw_wp_form_confirm .conf-none {
  display: none !important;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * {
  font-weight: 700;
  color: #3a3a3a;
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
  line-height: 1;
}
.wp-pagenavi > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  aspect-ratio: 1/1;
  background-color: #3a3a3a;
  border-radius: 100px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.wp-pagenavi > *:first-of-type:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.wp-pagenavi > *:first-of-type:last-of-type::before {
  content: none;
}
.wp-pagenavi .current {
  color: #268017;
}

/*==================================================
 * インタビュー＆ボイス
 *================================================*/
.iv_block {
  margin-bottom: 40px;
}
.iv_block.typeB .iv_photo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.iv_block.typeB .iv_photo img {
  width: 48%;
  margin: 0;
}

/*==================================================
 * shigle__pagination__wrap
 *================================================*/
.shigle__pagination__wrap {
  margin-top: 10%;
}
.shigle__pagination__wrap ul {
  display: flex;
  justify-content: space-between;
  width: 263px;
  max-width: 80%;
  margin: 0 auto;
}
.shigle__pagination__wrap ul li.next_post {
  text-align: right;
}
.shigle__pagination__wrap ul li.prev_post {
  text-align: left;
}
.shigle__pagination__wrap ul li.prev_post img {
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .shigle__pagination__wrap ul li img {
    width: 20%;
  }
}
.shigle__pagination__wrap .post-null a {
  pointer-events: none;
  opacity: 0.3;
}

/*   .shigle__pagination__wrap li:first-child::before,
  .shigle__pagination__wrap li:last-child::after {
    width: 121px;
    height: 11px;
    display: block;
    margin-top: -10px;
    transition: .6s;
  } */
/*   .shigle__pagination__wrap a {
    font-size: clamp(14px,20 / 1420 * 100vw,20px);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shigle__pagination__wrap li:first-child a {
    justify-content: left;
  }
  .shigle__pagination__wrap li:last-child a {
    justify-content: right;
  } */
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */