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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.mainColor {
  color: #1e9b39;
}

.mainColorSub {
  color: #3e3a39;
}

.mainColorSub2 {
  color: #ea5b15;
}

.mainColorNavy {
  color: #171C61;
}

.mainColorSub3 {
  color: #1383D1;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: rgba(30, 155, 57, 0.1098039216);
}

.mainColorSubLight {
  background-color: #FFFFE4;
}

.bgMainColorLight {
  background-color: rgba(30, 155, 57, 0.1098039216);
}

.mainColorExLight {
  color: #a48046;
}

.bgMainColorExLight {
  background-color: #a48046;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.baseBlack {
  color: #231815;
}

.bg_baseBlack {
  background-color: #231815;
}

.subColor {
  color: #596166;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #99999b;
}

.bgGrayColor {
  background-color: #99999b;
}

.grayColorLight {
  color: #f8f8f8;
}

.bgGrayColorLight {
  background-color: #f8f8f8;
}

.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(128, 198, 220);
  background: linear-gradient(90deg, rgb(128, 198, 220) 0%, rgb(65, 175, 179) 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

/*フォント系*/
/*フォント系*/
.Noto_base {
  font-family: "Noto Sans JP", sans-serif;
}

.fontEn {
  font-family: "Raleway", sans-serif;
}

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

.fontNumSub {
  font-family: "Cinzel", serif;
}

.fontNumSubA {
  font-family: "Didact Gothic", sans-serif;
}

.fontNum {
  font-family: "Inter", sans-serif;
}

.fontJP {
  font-family: "Kaisei Opti", serif;
}

.notoSansSC {
  font-family: "Noto Sans SC", sans-serif;
}

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

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
/*==================================================
 * リセット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;
  color: #231815;
}

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,
body {
  font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  line-height: 1.8;
  font-weight: 600;
}

p,
span,
div {
  line-height: 1.8;
  font-weight: 500;
}

.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_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.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: 700 !important;
}

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

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

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

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

.fsL35 {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsL35 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .fsL35 {
    font-size: 30px;
  }
}

.fsL45 {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsL45 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .fsL45 {
    font-size: 27px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .fsL4 {
    font-size: 22px;
  }
}

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

.fsML {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .fsML {
    font-size: 20px;
  }
}

.fsMM {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsMM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .fsMM {
    font-size: 22px;
  }
}

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

.fsM3 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM3 {
    font-size: 18px;
  }
}

.fsM26 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM26 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM26 {
    font-size: 17px;
  }
}

.fsM25 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM25 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM25 {
    font-size: 17px;
  }
}

.fsM25s {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM25s {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM25s {
    font-size: 17px;
  }
}

.fsM36 {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM36 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM36 {
    font-size: 17px;
  }
}

.fsM36m {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM36m {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM36m {
    font-size: 18px;
  }
}

.fsM36s {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM36s {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM36s {
    font-size: 18px;
  }
}

.fsM36 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM36 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM36 {
    font-size: 20px;
  }
}

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

.fsM45 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsM45 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .fsM45 {
    font-size: 15px;
  }
}

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

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

.fsS1 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsS1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .fsS1 {
    font-size: 13px;
    line-height: 1.7;
  }
}

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

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

.fsS4 {
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .fsS4 {
    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;
}

@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 {
  transition: 0.3s;
  opacity: 0.7;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 600;
}

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

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

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

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

.writting-rl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

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

@media screen and (min-width: 1024px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1368px) {
  .pc_2 {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .note {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media (max-width: 1366px) {
  .note {
    white-space: pre-wrap;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

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

.mbS4 {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 768px) {
  .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%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

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

@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%;
  }
}
@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%;
  max-width: 1040px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cntInnerWide {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1201px) {
  .cntInnerWide {
    margin-left: calc((100vw - 1200px) / -2 - 15px);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .cntS {
    width: 90%;
  }
}

.cntM {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .cntM {
    width: 95%;
  }
}

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntinnerS {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .cntinnerS {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .cntinnerS {
    width: 94%;
  }
}

.cntinner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .cntinner {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .cntinner {
    width: 94%;
  }
}

.cntXl {
  max-width: 1381px;
  margin-right: auto;
  margin-left: auto;
}

.cntWide {
  max-width: 1920px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.cntWideX {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cntWides {
  max-width: 1640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

:root {
  --spaceSize: clamp(40px, 2vw, 150px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

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

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

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

.padding-left2m {
  padding-left: 2em;
}

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

.margin-top {
  margin-top: var(--spaceSize);
}

.margin-bottom {
  margin-bottom: var(--spaceSize);
}

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

.margin-right1m {
  margin-right: 1em;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

.bgGray {
  background-color: #f8f8f8;
}

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

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

/*角丸*/
.radiusS {
  border-radius: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowXS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 19px;
}
@media only screen and (max-width: 768px) {
  .shadowXS {
    box-shadow: rgba(0, 0, 0, 0.1) 6px 3px 17px;
  }
}

.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.5) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 30px -30px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .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;
  }
}
/*==================================================
 * 文字の縁取り
 *================================================*/
.fuchidori {
  color: #000;
  text-shadow: 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px -0.5px 0 #fff, 0px 0.5px 0 #fff, 0 -0.5px 0 #fff, -0.5px 0 0 #fff, 0.5px 0 0 #fff;
}

.fuchidori {
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

/*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: #a9a8a9;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #596166 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: #1e9b39;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #a9a8a9;
}
.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: 768px) {
  .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: #1e9b39;
  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: #1e9b39;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

.bdBox {
  border: 2px solid #1e9b39;
}

/*ボタン*/
a.btn_black {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 300px;
  padding: 2rem 4rem 2rem 3rem;
  font-weight: 600;
  background: #000;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  a.btn_black {
    margin: 0 auto;
  }
}
a.btn_black::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
a.btn_black:hover {
  background: #3e3a39;
  color: #fff;
}

a.btn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 188px;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 600;
  background: #3e3a39;
  color: #fff;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  a.btn_more {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
a.btn_more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
a.btn_more:hover {
  background: #3e3a39;
  color: #fff;
}

.btn_prev,
.btn_next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 188px;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 600;
  background: #1e9b39;
  color: #fff;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .btn_prev,
  .btn_next {
    width: 48%;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.btn_prev:hover,
.btn_next:hover {
  background: #3e3a39;
  color: #fff;
}

.btn_prev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(225deg);
}

.btn_next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn_exBig {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 824px;
  padding: 5rem 4rem 5rem 3rem;
  font-weight: bold;
  color: #fff;
  border: 4px solid #000;
  position: relative;
  transition: 0.5s;
  background: transparent linear-gradient(150deg, #ff7900 0%, #d14600 25%, #da2300 100%) 0% 0% no-repeat padding-box;
  font-size: clamp(16px, 4.3vw, 25px);
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .btn_exBig {
    padding: 2rem 2rem 2rem 2.5rem;
    border: 2px solid #000;
  }
}
.btn_exBig::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn_exBig::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  content: "";
  transition: all 0.3s;
  border: 1px solid #fff;
}
.btn_exBig span {
  flex: 10 10 100%;
  margin: auto;
}
.btn_exBig:hover {
  color: #fff;
}

.btn_white {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 4rem 1.75rem 3rem;
  font-weight: bold;
  background: #fff;
  color: #909091;
  border: 1px solid #909091;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.btn_white::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #99999b;
  border-right: 2px solid #99999b;
  transform: rotate(45deg);
}
.btn_white span {
  flex: 10 10 100%;
  margin: auto;
}
.btn_white:hover {
  background: #99999b;
  color: #fff;
}
.btn_white:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_left {
  /* 左寄せボタン */
  margin: 30px 0;
}

.btn_right {
  /* 右寄せボタン */
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .btn_right {
    margin: 20px 0 30px 0;
  }
}

.btn_center {
  /* 中寄せボタン */
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #333;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-shadow: 4px 4px 0px 0 #596166;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #596166;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  box-shadow: 4px 4px 0px 0 #c4c4c4;
}

.button-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-bottom: solid 5px #c5c5c5;
  border-radius: 5px;
  background-color: #1e9b39;
  color: #FFF;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .button-4 {
    width: 90%;
  }
}
.button-4.wide {
  width: auto;
  min-width: 400px;
}
@media only screen and (max-width: 768px) {
  .button-4.wide {
    min-width: 250px;
  }
}
.button-4::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
}
.button-4:hover {
  transform: translateY(2px);
  border-bottom-width: 4px;
}

.button-dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-bottom: solid 5px #ba2b00;
  border-radius: 5px;
  background-color: #e5e5e5;
  color: #1e9b39;
  font-weight: 600;
  font-size: 1.2em;
  transition: 0.5s ease;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .button-dl {
    padding: 0.9em 0.5em;
    text-align: center;
  }
}
.button-dl img.pdf_mark {
  width: 20%;
  max-width: 60px;
}
.button-dl span {
  width: 80%;
  font-size: 1.3em;
  font-weight: bold;
  color: #ba2b00;
}
.button-dl::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-top: 2px solid #ba2b00;
  border-right: 2px solid #ba2b00;
  content: "";
}
.button-dl:hover {
  transform: translateY(2px);
  border-bottom-width: 4px;
  color: #fff;
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  opacity: 0;
  z-index: 1001;
}
.overRayBox > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  visibility: visible;
  opacity: 1;
  transform: translateX(70%);
}
.open .overRayBox dt {
  display: none;
}
@media only screen and (max-width: 768px) {
  .open .overRayBox {
    transform: translateX(0%);
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 1005;
  right: 15px;
  top: 26px;
  background: #fff;
  border: none;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media print, screen and (min-width: 770px) {
  .menu-btn {
    right: 7px;
    top: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-btn {
    top: 0px;
    right: 0;
    background: #000;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-btn {
    top: 0px;
    right: 0;
    background: #000;
    width: 60px;
    height: 60px;
  }
}

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

.menu-trigger {
  position: relative;
  width: 34px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger span:nth-of-type(3)::after {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 5px;
  left: 2px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
.menu-trigger.active span:nth-of-type(3)::after {
  content: "";
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.menu-btn.scroll-nav .menu-trigger span {
  background-color: #fff;
}
.menu-btn.scroll-nav .menu-trigger span:nth-of-type(3)::after {
  color: #fff;
}

/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * 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: #1e9b39;
}
.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 #1e9b39;
}

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

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

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

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

/*==================================================
 * ページTOPに戻る(spは非表示）
 *================================================*/
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  text-align: center;
  font-weight: bold;
  z-index: 9999;
}
#pagetop a {
  width: 60px;
  height: 38px;
  background: #1e9b39;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #fff;
  padding: 42px 20px 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #pagetop a {
    display: none;
  }
}
#pagetop a:after {
  font-family: FontAwesome;
  content: "\f077";
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 26px;
  font-weight: bold;
}
#pagetop a:hover {
  text-decoration: none;
  background: #1e9b39;
  color: #fff;
  transition: 0.3s;
}

/*==================================================
 * リキャプチャ消す
 *================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recapcha {
  margin: 20px auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.8em;
}

.recapcha a {
  text-decoration: underline;
}

/*==================================================
* フォームにはこの文言を追加
<div class="recapcha">
This site is protected by reCAPTCHA and the Google<br>
このWEBサイトはGoogleリキャプチャで保護されています。<br>
    <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">Terms of Service</a> apply.
</div>
*================================================*/
/*==================================================
 * 見出し
 *================================================*/
h2.h2_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 3.054368932rem + 0.3883495146vw, 3.8rem);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #1e9b39;
}
h2.h2_ttl span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #595757;
}
h2.h2_ttl img {
  width: 163px;
}

h2.h2_ttl_big {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(120px, 8.8vw, 164px);
}
h2.h2_ttl_big::first-letter {
  color: #3e3a39;
}
h2.h2_ttl_big span {
  display: block;
  font-size: clamp(20px, 1.4vw, 25px);
  margin-top: -25px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  h2.h2_ttl_big span {
    font-size: clamp(16px, 4.3vw, 20px);
  }
}
@media only screen and (max-width: 1024px) {
  h2.h2_ttl_big {
    font-size: clamp(64px, 17.1vw, 120px);
  }
}

h2.h2_ttl_02 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.1em 0.4em;
  margin: 0 0 1em;
  border-bottom: solid 0.05em #231815;
  font-size: 48px;
  font-weight: 500;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  h2.h2_ttl_02 {
    padding: 0.1em 0em;
  }
}
h2.h2_ttl_02::first-letter {
  color: #3e3a39;
}
h2.h2_ttl_02::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -0.125em;
  border-bottom: 0.125em solid #a48046;
  top: 4px;
  width: 25%;
  height: 100%;
}
h2.h2_ttl_02 span {
  margin-left: 50px;
  font-size: 16px;
  position: relative;
  bottom: 13px;
}
@media only screen and (max-width: 768px) {
  h2.h2_ttl_02 span {
    margin-left: 30px;
  }
}

.h2_ttl_top span {
  display: block;
  font-size: 18px !important;
  margin-top: 30px;
  font-weight: 600;
  color: #595757;
}
@media only screen and (max-width: 768px) {
  .h2_ttl_top span {
    margin-bottom: 18px;
  }
}

.h2_ttl_line {
  border-bottom: solid 2px #a5a5a6; /*[1]線の太さと地の色を指定*/
  position: relative;
  font-size: clamp(3rem, 2.8058252427rem + 0.5177993528vw, 3.8rem);
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  text-indent: 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .h2_ttl_line {
    font-size: clamp(2.5rem, 2.427184466rem + 0.1941747573vw, 2.8rem);
  }
}
@media only screen and (max-width: 768px) {
  .h2_ttl_line {
    font-size: clamp(2.8rem, 2.7514563107rem + 0.1294498382vw, 3rem);
    align-items: flex-start;
    flex-direction: column;
    text-indent: 0;
  }
}
.h2_ttl_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #1e9b39; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
  bottom: -3px;
  width: 18%;
}
.h2_ttl_line span {
  font-size: 18px;
  margin-left: 37px;
  text-indent: 0em;
  color: #595757;
}
.h2_ttl_line span.white {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .h2_ttl_line span {
    margin-left: 0;
  }
}
.sec_05 .h2_ttl_line span {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .sec_05 .h2_ttl_line span {
    margin-left: 0;
  }
}
.h2_ttl_line.white {
  border-bottom: solid 1px #fff; /*[1]線の太さと地の色を指定*/
}
.h2_ttl_line.white:after {
  border-bottom: solid 4px #fff; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
  color: #fff;
}
.sec_contact .h2_ttl_line.white {
  text-shadow: 5px 5px 5px #232323;
}
.sec_contact .h2_ttl_line.white:after {
  text-shadow: 5px 5px 5px #232323;
}

/*==================================================
 * 下層見出し
 *================================================*/
.midashi_01 {
  border-left: 7px solid;
  -o-border-image: linear-gradient(0deg, #babbbc 70%, #1e9b39 30%);
  border-image: linear-gradient(0deg, #babbbc 70%, #1e9b39 30%);
  border-image-slice: 1;
  text-indent: 20px;
  padding: 5px 0;
  font-weight: 700;
}

.midashi_02 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #1e9b39;
  text-align: center;
  font-weight: 600;
}
.midashi_02:before {
  position: absolute;
  bottom: -14px;
  left: 49%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #1e9b39 transparent transparent;
}
@media only screen and (max-width: 768px) {
  .midashi_02:before {
    left: 47%;
  }
}
.midashi_02:after {
  position: absolute;
  bottom: -10px;
  left: 49%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
@media only screen and (max-width: 768px) {
  .midashi_02:after {
    left: 47%;
  }
}

.midashi_03 {
  padding: 1rem 2rem;
  background: #1e9b39;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.3em;
  text-align: left;
}

.mincho_big {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(120px, 8.8vw, 164px);
}
.mincho_big::first-letter {
  color: #3e3a39;
}
.mincho_big span {
  display: block;
  font-size: clamp(20px, 1.4vw, 25px);
  margin-top: -25px;
  margin-bottom: clamp(5px, 5%, 50px);
  font-weight: 500;
  color: #1e9b39;
}
@media only screen and (max-width: 1024px) {
  .mincho_big span {
    font-size: clamp(16px, 4.3vw, 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .mincho_big {
    font-size: clamp(64px, 17.1vw, 120px);
  }
}

/*==================================================
 * トップページ
 *================================================*/
/*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: 768px) {
  .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: 768px) {
  .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%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  font-family: "Noto Sans JP", sans-serif;
}

.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;
  text-align: left;
  display: block;
  width: 100%;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform tr td.flex_area {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .cform tr td.flex_area {
    display: block;
  }
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=tel]::-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 select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=text].area_S {
  width: 20%;
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .cform input[type=text].area_S {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform input[type=text].area_M {
  width: 47%;
  margin-right: 2%;
}
@media only screen and (max-width: 768px) {
  .cform input[type=text].area_M {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform input[type=text].area_L {
  width: 78%;
}
@media only screen and (max-width: 768px) {
  .cform input[type=text].area_L {
    width: 100%;
  }
}
.cform .title {
  font-weight: bold;
  font-size: 1.1em;
  border-left: 8px solid #1e9b39;
  padding: 2px 0 2px 8px;
}
.cform .title_hosoku {
  font-size: 0.8em;
  color: #555;
  margin-left: 10px;
}
.cform .area_M {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .cform .area_M {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform .area_M > span {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

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

.required-srt {
  color: #a40000;
  margin-left: 0.7em;
  border: 1px solid #a40000;
  padding: 2px 8px;
  font-size: 0.9em;
  font-weight: 700;
}

.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: 3% 5%;
  margin: 1% 0;
}
@media only screen and (max-width: 768px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

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

.submit-btn {
  text-align: center;
}
.submit-btn input {
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  background-color: #2c2c2c;
  color: #fff;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .submit-btn input {
    font-size: 15px;
  }
}

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

/*進捗矢印*/
.arrowWorp {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.arrow-round1 {
  margin-right: 3em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 140px;
  background-color: #a40000;
  position: relative;
  top: 40px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .arrow-round1 {
    width: 70px;
  }
}
.arrow-round1::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #a40000;
  left: 140px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .arrow-round1::before {
    left: 70px;
  }
}

.arrow-round2 {
  margin-right: 3em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 140px;
  background-color: #e5e5e5;
  position: relative;
  top: 40px;
  color: #7d7d7d;
}
@media only screen and (max-width: 768px) {
  .arrow-round2 {
    width: 70px;
  }
}
.arrow-round2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #e5e5e5;
  left: 140px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .arrow-round2::before {
    left: 70px;
  }
}
.arrow-round2.redC::before {
  border-left: 30px solid #a40000;
}

.arrow-round3 {
  margin-right: 0em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 160px;
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .arrow-round3 {
    width: 70px;
  }
}

.redC {
  background: #a40000;
  color: #fff;
}

.GrayW {
  background: #e5e5e5;
}

.Gray {
  color: #7d7d7d;
}

.arrow-round1 p,
.arrow-round2 p,
.arrow-round3 p {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.marker-yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*資料請求------------------------------------*/
.page-id-45 .confirm-none {
  display: none; /* 資料請求の確認画面では非表示 */
}

/* 非表示のチェックボックス */
.catalog_area input[type=checkbox] {
  display: none;
}

/* 画像の周りに隙間をあける */
.catalog_area label img {
  margin: 3px;
  padding: 5px;
}

.flex.catalog_area {
  flex-wrap: wrap;
  padding: 2em;
  /*justify-content: space-between; カタログ複数になったらこれ*/
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flex.catalog_area {
    padding: 0em;
  }
}

.flex.catalog_area .cat_list {
  width: 49%;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .flex.catalog_area .cat_list {
    width: 45%;
    padding: 0em;
  }
}
@media only screen and (max-width: 599px) {
  .flex.catalog_area .cat_list {
    width: 100%;
  }
}

.flex.catalog_area .cat_list:hover {
  opacity: 0.5;
}

.cat_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .cat_title {
    font-size: 1.1em;
  }
}

.cat_detail {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .cat_detail {
    font-size: 0.9em;
  }
}

/*投稿詳細ページ------------------------------------*/
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: 600;
  text-decoration: none;
}

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

.entry-books p {
  font-size: 12px;
  line-height: 1.8;
}
.entry-books h5 {
  padding-top: 10px;
  border-top: solid 1px #dddddd;
  margin-bottom: 7%;
  color: #596166;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .entry-books h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .entry-books h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10%;
  }
}

.post-content {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.post-content figcaption {
  font-size: 13px;
  color: gray;
}
.post-content a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.post-content blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.post-content blockquote p {
  font-size: 14px;
}
.post-content strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.post-content p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .post-content p {
    font-size: 14px;
  }
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.post-content h2 span,
.post-content h3 span,
.post-content h4 span,
.post-content h5 span {
  font-weight: bold;
}
.post-content h2 {
  border-left: 7px solid;
  -o-border-image: linear-gradient(0deg, #1e9b39 70%, #3e3a39 30%);
  border-image: linear-gradient(0deg, #1e9b39 70%, #3e3a39 30%);
  border-image-slice: 1;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 26px;
  margin: 8% auto 3%;
}
@media only screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-content h2 {
    font-size: 20px;
  }
}
.post-content h3 {
  font-size: 26px;
  margin: 8% auto 3%;
  background-color: #1e9b39;
  padding: 0.2em 1em;
  font-weight: bold;
  padding-left: 0.7em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .post-content h3 {
    font-size: 20px;
    margin: 6% auto 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .post-content h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.post-content h4 {
  margin: 3% auto 3%;
  border-bottom: 4px solid #3e3a39;
  padding-bottom: 0.4em;
  color: #1e9b39;
  font-size: 26px;
  padding-left: 0.7em;
}
@media only screen and (max-width: 768px) {
  .post-content h4 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-content h4 {
    font-size: 20px;
  }
}
.post-content h5 {
  font-size: 26px;
  margin: 4% auto 3%;
  line-height: 1.3;
  border-left: 9px solid #3e3a39;
  padding-left: 0.7em;
}
@media only screen and (max-width: 768px) {
  .post-content h5 {
    font-size: 18px;
    margin: 6% auto 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-content h5 {
    font-size: 20px;
  }
}
.post-content h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: rgba(30, 155, 57, 0.1098039216);
  font-size: 20px;
}
.post-content table td {
  border-right: 1px solid #1e9b39;
  border-bottom: 1px solid #1e9b39;
}
.post-content table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  color: #1e9b39;
  font-weight: bold;
  border-left: 1px solid #1e9b39;
}
.post-content table td:last-child {
  width: auto;
  border-right: 1px solid #1e9b39;
}
.post-content table th,
.post-content table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.post-content table tr:first-child td,
.post-content table tr:first-child th {
  border-top: 1px solid #1e9b39;
}
.post-content table tr:last-child td {
  border-bottom: 1px solid #1e9b39;
}
@media only screen and (max-width: 768px) {
  .post-content table th,
  .post-content table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.post-content ul {
  margin-bottom: 2%;
}
.post-content 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;
}
.post-content li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #1e9b39;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.post-content figure {
  width: min(100%, 700px);
  margin-right: auto;
  margin-left: auto;
}

/*目次*/
.toc_number {
  font-family: "Inter", sans-serif;
  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: #1e9b39;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #1e9b39;
  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%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #1e9b39;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .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 #1e9b39;
  border-radius: 10px;
  background-color: rgba(30, 155, 57, 0.1098039216);
}

.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: #1e9b39;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #1e9b39;
  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: 768px) {
  .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: 6.5%;
}

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
}

.singleColumnTitle {
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .singleColumnTitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .singleColumnTitle {
    font-size: 26px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .staff {
  margin-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.singleColumnInfoUl .staff a:hover {
  color: #a48046;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  background-color: #1e9b39;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 768px) {
  .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: 1024px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .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: 1024px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

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

@media only screen and (max-width: 768px) {
  .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 #1e9b39;
}
@media only screen and (max-width: 768px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

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

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #1e9b39;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #1e9b39;
}
.singleColumnWriterButton:hover {
  background: #1e9b39;
  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: 0.3em 1em;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  display: inline-block;
  background-color: #666666;
  border-radius: 7px;
}
.singleColumnPreNextBox:not(:last-child) {
  margin-right: 40px;
}
.singleColumnPreNextBox:hover {
  opacity: 0.7;
}

.singleClumnPreNextDescri {
  font-family: "Inter", sans-serif;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}
.singleClumnPreNextDescri:hover {
  opacity: 0.7;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
  margin-right: 5%;
  margin-bottom: 7%;
}
.cmNewsListUl > li {
  width: 100%;
  margin: 0 2%;
  padding-left: 0.5em;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.cmNewsListUl > li:hover::after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .cmNewsListUl > li {
    width: 45%;
    margin: 0 2%;
    margin-bottom: 10%;
    flex-direction: row;
  }
}

.cmNewsListCard.flex {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .cmNewsListCard.flex {
    flex-direction: column;
  }
}

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

.news_left {
  width: 30%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .news_left {
    width: 100%;
  }
}

.news_right {
  width: 65%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .news_right {
    width: 100%;
  }
}

.cmNewsTitle {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.3em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.cmNewsTitle .staff {
  font-family: "Noto Sans JP", sans-serif;
}
.cmNewsTitle .staff a:hover {
  color: #a48046;
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 2%;
  color: #9d9d9d;
  padding-right: 10%;
}
@media only screen and (max-width: 768px) {
  .cmNewsDescri {
    font-size: 13px;
    line-height: 1.5;
    padding-right: 12%;
  }
}

.cmNewsListImg {
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .cmNewsListImgWrap {
    border-radius: 15px;
  }
}

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 12px;
  background: #1e9b39;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
  line-height: 0.7;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  margin: 0 0.7%;
  border-radius: 50px;
  border: solid 1px #707070;
  color: #707070;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  position: relative;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #b9bec3;
  border: solid 1px #b9bec3;
}
.pagenation li.active span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #1e9b39;
  border: solid 1px bold;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  opacity: 0.7;
  border-radius: 50px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pagenation li {
    width: 50px;
    height: 50px;
  }
}

/*wp-pagenaviプラグイン base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #a48046;
  border-color: #a48046;
  font-weight: bold;
}

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

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

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

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

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

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

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

.sidebarTitle {
  font-size: 16px;
  line-height: 1;
  border-bottom: 2px solid #1e9b39;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

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

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

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

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

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

/* ==========================================================================
Author's custom styles
========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #f8f8f8;
}
#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: 768px) {
  #pankuzu {
    font-size: 12px;
  }
}

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

/*パンくず終わり*/
.telA span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.telA i {
  margin-right: 0.15em;
  color: #333;
}
.telA.white:hover {
  color: #fff;
}

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

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

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

.topFvMsgBannerLink {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
  width: 50%;
  text-align: center;
  padding: 0.7em 0;
}
.topFvMsgBannerLink:not(:last-child) {
  border-right: 1px solid #fff;
}
.topFvMsgBannerLink i {
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
}
a:hover .topFvMsgBannerLink i {
  opacity: 0.7;
}
.topFvMsgBannerLink:hover {
  background-color: rgb(100, 100, 100);
  color: #fff;
}
.topFvMsgBannerLink img {
  width: 25px;
}

.spFooterLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  z-index: 1005;
}

.InstaLink img {
  width: 30px;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
body {
  font-size: 16px;
  color: #000000;
}

main {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1366px) {
  main {
    padding-top: 0px;
  }
}
body main {
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  body main {
    padding-top: 12px;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.2em 4.9em;
  background: #231815;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 600;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #3e3a39;
}
@media only screen and (max-width: 1024px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 14px;
  }
}

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

.commonBtn {
  display: inline-block;
  transition: 0.3s;
  background-color: #fff;
  width: 400px;
  position: relative;
  text-align: center;
}
.commonBtn span {
  width: 400px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  mix-blend-mode: multiply;
  display: inline-block;
  padding: 0.9em 0;
  position: relative;
  z-index: 9;
}
.commonBtn span::after, .commonBtn span::before {
  position: absolute;
  display: block;
  content: "";
  width: 400px;
  height: 100%;
}
.commonBtn span::before {
  border: solid 1px #000000;
  top: 0;
  left: 0;
}
.commonBtn span::after {
  background-color: #ffff66;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.commonBtn:hover {
  box-shadow: 10px 7px 7px #919191;
}
a:hover .commonBtn {
  box-shadow: 10px 7px 7px #919191;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 250px;
  }
  .commonBtn span {
    font-size: 18px;
    width: 250px;
  }
  .commonBtn span::after, .commonBtn span::before {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .commonBtn {
    width: 300px;
  }
  .commonBtn span {
    font-size: 20px;
    width: 300px;
  }
  .commonBtn span::after, .commonBtn span::before {
    width: 300px;
  }
}

.commonTitleEn {
  font-size: 100px;
  letter-spacing: 0.2em;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 2px #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.commonTitleEn.__large {
  font-size: clamp(79px, 7.3vw, 141px);
}
.commonTitleEn.__small {
  font-size: 69px;
}
.commonTitleEn.__number {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .commonTitleEn {
    font-size: 40px;
  }
  .commonTitleEn.__number {
    margin-left: 2px;
  }
  .commonTitleEn.__large {
    font-size: 60px;
  }
  .commonTitleEn.__small {
    font-size: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .commonTitleEn {
    font-size: 75px;
  }
}

.commonTitleJp {
  font-size: clamp(23px, 1.5vw, 34px);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .commonTitleJp {
    font-size: 26px;
  }
  .commonTitleJp.__fsp {
    text-shadow: 1px 4px 6px #666565;
    font-size: 20px;
    line-height: 1.3;
  }
}

.commonHeadJp {
  font-size: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .commonHeadJp {
    font-size: 30px;
  }
}

.commonHeadEn {
  font-size: 1em;
  font-weight: bold;
  padding-top: 1em;
  color: #fff;
}

.commonSubTitleEn {
  white-space: nowrap;
  font-size: clamp(1px, 4.7vw, 90px);
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 9;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .commonSubTitleEn {
    font-size: 30px;
  }
}
.commonSubTitleEn::first-letter {
  color: #a48046;
}

.commonSubTitleJp {
  font-size: 34px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.commonSubTitleJp.__small {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .commonSubTitleJp {
    font-size: 25px;
  }
  .commonSubTitleJp.__small {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .commonSubTitleJp.__small {
    font-size: 24px;
    margin-bottom: 10%;
  }
}

.title_Line {
  position: relative;
}
.title_Line::after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #3e3a39;
}
@media only screen and (max-width: 768px) {
  .title_Line::after {
    bottom: -15px;
  }
}

.commonPory {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .commonPory {
    font-size: 16px;
  }
}

.commonText {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .commonText {
    font-size: 15px;
    line-height: 1.6;
  }
}

.titleWrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.titleWrap::after, .titleWrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50);
}
.titleWrap::before {
  left: 10%;
}
.titleWrap::after {
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .titleWrap::after, .titleWrap::before {
    width: 20px;
  }
  .titleWrap::before {
    left: 14%;
  }
  .titleWrap::after {
    right: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .titleWrap::after, .titleWrap::before {
    width: 80px;
  }
  .titleWrap::before {
    left: 10%;
  }
  .titleWrap::after {
    right: 10%;
  }
}

.back_band {
  position: relative;
}
.back_band::after {
  position: absolute;
  display: block;
  content: "";
  width: 169px;
  height: 100%;
  background: #a48046;
  z-index: -1;
}
.back_band.__right::after {
  top: 0;
  right: 0;
  height: calc(100% + 150px);
}
@media only screen and (max-width: 1366px) {
  .back_band::after {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .back_band::after {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .back_band::after {
    width: 25px;
  }
}

.back_line {
  position: relative;
}
.back_line::after {
  position: absolute;
  content: "";
  display: block;
  top: 13px;
  left: 13px;
  width: 100%;
  height: 100%;
  background-image: url(.././img/pat_diag.gif);
  opacity: 0.7;
  background-repeat: repeat;
  background-size: 10px;
  z-index: -1;
}
.back_line.__top::after {
  top: -13px;
}
@media only screen and (max-width: 768px) {
  .back_line::after {
    background-size: 6px;
    top: 10px;
    left: 10px;
  }
}

.cntworks {
  max-width: 1725px;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 1004;
  width: 100%;
  transition: 0.2s;
  color: #fff;
  background: #fff;
}
.open header {
  z-index: 999;
}
@media only screen and (max-width: 1366px) {
  header {
    padding: 10px 0% 8px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 10px 0% 6px 0;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 30px 0;
    z-index: 1004;
  }
  .open header {
    z-index: 1004;
  }
}

.headerLogoBlock {
  position: absolute;
  left: 13px;
  top: 7px;
  z-index: 1003;
}
@media only screen and (max-width: 768px) {
  .headerLogoBlock {
    top: 9px;
    left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerLogoBlock {
    top: 13px;
    left: 10px;
  }
}

.menueSubBlock {
  display: none;
}
.open .menueSubBlock {
  display: block;
}

.logo,
.logo_white {
  width: 309px;
  transition: 0.3s;
  margin-top: 12px;
  margin-left: 2em;
}
@media only screen and (max-width: 1366px) {
  .logo,
  .logo_white {
    width: 250px;
    margin-top: 5px;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .logo,
  .logo_white {
    width: 200px;
    margin-top: 0px;
    margin-left: 0em;
  }
}
@media only screen and (max-width: 768px) {
  .logo,
  .logo_white {
    width: 225px;
    margin-left: 1em;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .logo,
  .logo_white {
    width: 225px;
    margin-left: 0;
    margin-top: -3px;
  }
}

.topFvlogoImg .logo_white {
  display: block;
}
.scroll-nav .topFvlogoImg .logo_white {
  display: none;
}
.topFvlogoImg .logo {
  display: none;
}
.scroll-nav .topFvlogoImg .logo {
  display: block;
}

.headerMenueCard_Main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  margin: 0 3% 0 0;
}
.headerMenueCard_Main > li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.headerMenueCard_Main > li > a {
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.8em 0;
}
.headerMenueCard_Main > li > a:hover {
  opacity: 0.7;
}
.headerMenueCard_Main > li > a.head_01_btn {
  width: 275px;
  margin-right: 38px;
}
@media only screen and (max-width: 1366px) {
  .headerMenueCard_Main > li > a.head_01_btn {
    width: 200px;
    margin-right: 10px;
  }
}
.headerMenueCard_Main > li > a.head_01_btn img {
  width: 100%;
}
.headerMenueCard_Main > li > a.head_02_btn {
  width: 240px;
  margin-right: 16px;
}
@media only screen and (max-width: 1366px) {
  .headerMenueCard_Main > li > a.head_02_btn {
    width: 200px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerMenueCard_Main > li > a.head_02_btn {
    width: 170px;
  }
}
.headerMenueCard_Main > li > a.head_02_btn.lastBtn {
  margin-right: 0;
}
.headerMenueCard_Main > li._close {
  display: none;
}
.open .headerMenueCard_Main {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerMenueCard_Main {
    margin-right: 0px;
  }
  .headerMenueCard_Main > li > a {
    padding: 0.3em;
  }
}
@media only screen and (max-width: 1366px) {
  .headerMenueCard_Main {
    margin-right: 0px;
  }
  .headerMenueCard_Main > li > a {
    padding: 0.3em;
  }
}

nav.pc_nav {
  padding-top: 90px;
}
@media only screen and (max-width: 1366px) {
  nav.pc_nav {
    padding-top: 79px;
  }
}
@media only screen and (max-width: 1024px) {
  nav.pc_nav {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  nav.pc_nav {
    display: none;
  }
}

.headerTxtBlock {
  background: #3e3a39;
  text-align: center;
  padding: 7px;
  font-weight: bold;
  font-size: 0.842vw;
  margin-top: 6px;
  letter-spacing: 0.15rem;
  color: #FFF;
}
@media only screen and (max-width: 1366px) {
  .headerTxtBlock {
    font-size: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .headerTxtBlock {
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 1.4em;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .headerTxtBlock {
    font-size: 12.5px;
    letter-spacing: 0.05rem;
    line-height: 1.4em;
    padding-bottom: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 429px) {
  .headerTxtBlock {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }
}
.headerNavListBlock {
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 3px #afafaf;
}
.headerNavListBlock ul {
  display: flex;
  width: 95%;
  max-width: 1387px;
  margin: 0 auto;
  align-items: center;
}
.headerNavListBlock ul ul {
  display: block;
}
.headerNavListBlock ul ul li li {
  width: 100%;
}
.headerNavListBlock ul ul li li a {
  padding: 10px 35px;
}
.headerNavListBlock ul > li {
  border-left: 1.4px dashed #231815;
  text-align: center;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  color: #231815;
  width: 20%;
  padding: 0.6em 0;
  margin: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .headerNavListBlock ul > li {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.headerNavListBlock ul > li:first-child {
  border-left: none;
}
.headerNavListBlock ul > li a {
  display: flex;
  justify-content: center;
  position: relative;
  border: none;
  line-height: 1.2em;
  align-items: center;
  height: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerNavListBlock ul > li a {
    height: auto;
  }
}
.headerNavListBlock ul > li a::after {
  position: absolute;
  bottom: -1em;
  left: 0;
  transform: scaleX(0);
  transform-origin: center left;
  width: 100%;
  margin: 0 auto;
  height: 3px;
  background-color: #1e9b39;
  content: "";
  transition: transform 0.3s ease;
}
.headerNavListBlock ul > li li a::after {
  height: 0;
  transform: none;
}
.headerNavListBlock ul > li a:hover::after {
  transform: scaleX(1);
}
.headerNavListBlock ul > li li a:hover::after {
  transform: none;
}

/*2階層目を持つliの矢印の設定*/
.headerNavListBlock ul li.has-child {
  /*hoverしたら表示*/
}
.headerNavListBlock ul li.has-child::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 39%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #1e9b39;
  border-right: 3px solid #1e9b39;
  transform: rotate(135deg);
}
.headerNavListBlock ul li.has-child:hover > ul, .headerNavListBlock ul li.has-child ul li:hover > ul, .headerNavListBlock ul li.has-child:active > ul, .headerNavListBlock ul li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.headerNavListBlock li.has-child ul {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 4;
  background: #3e3a39;
  width: 300px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  /*ナビゲーションaタグの形状*/
}
.headerNavListBlock li.has-child ul > li {
  width: 100%;
  padding: 0.3em;
  margin: 0;
  border-left: none;
}
.headerNavListBlock li.has-child ul > li a {
  color: #fff;
  padding-bottom: 0.7em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.headerNavListBlock li.has-child ul > li:last-child > a {
  border-bottom: none;
}
.headerNavListBlock li.has-child ul > li a:hover, .headerNavListBlock li.has-child ul > li a:active {
  color: yellow;
  opacity: 1;
}

.overRayMenuUl {
  color: #1e9b39;
  font-family: "Noto Sans JP", sans-serif;
}
.overRayMenuUl dd,
.overRayMenuUl dt {
  font-weight: bold;
  line-height: 1.4;
}
.overRayMenuUl > li {
  position: relative;
  padding: 2rem 3rem;
}
.overRayMenuUl > li a {
  display: block;
  transition: 0.3s;
  position: relative;
}
.overRayMenuUl > li a::before, .overRayMenuUl > li a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 600;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li a.hasMegaMenuA::before {
  content: "\f13a";
}
.overRayMenuUl > li a.hasMegaMenuA.on {
  padding-bottom: 5%;
}
.overRayMenuUl > li a.hasMegaMenuA.on::after {
  content: "\f139";
}
.overRayMenuUl > li a.hasMegaMenuA.on::before {
  opacity: 0;
}
.overRayMenuUl > li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .overRayMenuUl {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .overRayMenuUl > li {
    padding: 1.5rem 3rem;
  }
  .overRayMenuUl dd,
  .overRayMenuUl dt {
    font-size: 14px;
  }
}

.open .spContact {
  padding-left: 28px;
}
.open .spContact::before {
  position: absolute;
  content: "\f0e0";
  font-weight: 600;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  top: 50%;
  left: 0;
  line-height: 1.2;
  transform: translateY(-50%);
}

.overRayBlock {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
}

.overRayImgCard {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .overRayImgCard {
    width: 30%;
  }
}

.overRayTextCard {
  width: 30%;
  padding: 70px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .overRayTextCard {
    width: 100%;
    padding: 0px;
  }
}

.splist {
  display: none;
  width: 110%;
  margin-left: -5%;
  padding: 0 15%;
}
.splist > li {
  position: relative;
  padding: 0.6em 0;
}

.overRaySnsIcoUl {
  margin-top: 20px;
  margin-left: 3rem;
}
.overRaySnsIcoUl li {
  display: inline-block;
  margin-right: 0.5em;
}
.overRaySnsIcoUl li a i {
  font-size: 28px;
}

.BtnBlock {
  padding: 0 2em 0 1.3em;
}
.BtnBlock > li {
  width: 35px;
}
.BtnBlock > li:not(:first-child) {
  display: none;
}
.open .BtnBlock {
  margin-top: 20px;
}
.open .BtnBlock > li:not(:first-child) {
  display: block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .BtnBlock {
    padding: 0 2em 0 0.6em;
  }
  .BtnBlock > li:first-child {
    display: none;
  }
  .open .BtnBlock > li:first-child {
    display: block;
  }
}

.header_btn_sp {
  margin-top: 63px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
  padding: 0 5px;
}
.header_btn_sp > li img {
  width: 100%;
}
.overRayTextCard .header_btn_sp {
  margin-top: 70px;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header.scroll-nav .headerMenueCard_Main {
  color: #000;
}
header.scroll-nav a.head_btn.btn-flat {
  border: 1px solid #000;
  background-image: url(../img/btn_mark_black.svg);
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding: 2% 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 0;
  }
}

.footerInner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footerInner {
    flex-direction: column;
    padding: 2rem 0;
    width: 89%;
    margin: 0 auto;
  }
}

.footer_logo_area {
  width: 37%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin-top: 1.5rem;
}
.footer_logo_area .footer_logo {
  max-width: 320px;
  width: 100%;
}
.footer_logo_area a.googleMap_link {
  color: #036ea9;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1366px) {
  .footer_logo_area {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_logo_area {
    width: 98%;
    gap: 3.5rem;
  }
}

.footerNav_ul {
  width: 100%;
}
.footerNav_ul > li {
  line-height: 2.6;
  list-style-image: url("../img/energy/footer_list.svg");
  list-style-position: inside;
}
.footerNav_ul > li a {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.footerNav_ul > li a:hover {
  color: #3e3a39;
}
@media only screen and (max-width: 1366px) {
  .footerNav_ul > li a {
    font-size: 14px;
  }
}
.footerNav_ul > li.f_sub_list {
  margin-left: 25px;
  list-style: url(../img/energy/footer_list_sub.svg);
  list-style-position: inside;
}
@media only screen and (max-width: 768px) {
  .footerNav_ul {
    width: 100%;
    margin-left: 0;
  }
}

.footerNav {
  margin-right: 3%;
}

@media print, screen and (min-width: 770px) {
  .footerInfo {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footerInfo {
    margin-top: 0;
    margin-bottom: 0;
    width: 80%;
  }
}

.footerNavBlock {
  width: 62%;
  display: grid;
  grid-template-columns: 1.7fr 1.7fr 1fr;
  gap: 4%;
}
@media only screen and (max-width: 1366px) {
  .footerNavBlock {
    grid-template-columns: 1.6fr 1.5fr 1fr;
    gap: 2%;
    width: 73%;
  }
}
@media only screen and (max-width: 1024px) {
  .footerNavBlock {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerNavBlock {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 5%;
    gap: 0%;
  }
}

.spInfo {
  display: none;
  margin-top: 25px;
}
.open .spInfo {
  display: block;
  padding-left: 2rem;
}
.spInfo figure {
  width: 80%;
  margin: 20px auto;
}

.footerDetail {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .footerDetail {
    margin-bottom: 9%;
    margin-left: 0rem;
  }
}

.footerContact {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .footerContact {
    width: 100%;
    margin-bottom: 5%;
  }
}

.footerContact > ul > li {
  max-width: 330px;
  width: 100%;
  margin: 10px;
  padding: 1.2em 1em;
  border: 1px solid #fff;
  border-radius: 0px;
  background-image: url(../img/btn_mark_white.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 24px;
  text-align: center;
  font-size: 20px;
}
.footerContact > ul > li:hover {
  background: #a48046;
  transition: 0.7s;
}
.footerContact > ul > li a.footerBtn {
  display: block;
}
@media only screen and (max-width: 768px) {
  .footerContact > ul > li {
    width: 100%;
    margin: 10px auto;
  }
}

.footerCopy {
  margin: 2% auto 0;
  padding: 1em 0;
  background: #1e9b39;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .footerCopy {
    margin: 36px auto 0;
  }
}

/*==================================================
 * トップページ
 *================================================*/
.loading {
  background: #333;
  /*heightとwidth、fixedによって画面固定+全画面表示できる*/
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  /*flexを使って上下左右中央配置する*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__fade {
  width: 15%;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 768px) {
  .loading__fade {
    width: 40%;
  }
}

/*==================================================
 * pagenation*/
:root {
  --swiper-theme-color: #fff;
}

/* zoomup========================================*/
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}

.sliderContainerWrap {
  opacity: 1;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*header
*================================================*/
.topFv {
  margin-top: 223px;
}

/* ▼スライダー */
.carousel-cell {
  width: 1260px;
  max-width: 70%;
  background: #000;
}

.carousel-cell img {
  opacity: 0.8;
  transition: 0.2s;
}

.carousel-cell.is-selected img {
  opacity: 1;
}

.flickity-page-dots {
  bottom: -2vw;
}

.flickity-page-dots .dot {
  width: 0.7vw;
  height: 0.7vw;
  margin: 0 0.5vw;
}

.flickity-page-dots .dot {
  background: #231815;
  opacity: 0.5;
}

.flickity-button {
  background: none !important;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.flickity-button.next {
  transform: rotate(180deg) translate(-630px, 50%);
}

.flickity-prev-next-button {
  width: 2.6vw;
  height: 2.6vw;
}

.flickity-prev-next-button.next {
  right: 50%;
}

.flickity-prev-next-button.previous {
  left: 50%;
  transform: translate(-630px, -50%);
}

.flickity-button:hover {
  opacity: 0.5;
}

.flickity-prev-next-button .flickity-button-icon {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
.flickity-button-icon {
    background: url(images/icon_arrow.png) center center / contain no-repeat;
}
*/
.flickity-button-icon path {
  display: none;
}

@media screen and (max-width: 1550px) {
  .flickity-button.next {
    transform: rotate(180deg) translate(-41vw, 50%);
  }
  .flickity-prev-next-button.previous {
    transform: translate(-41vw, -50%);
  }
}
.sliderContainerWrap {
  opacity: 1;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

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

.scrollBlock {
  position: absolute;
  z-index: 9;
  bottom: 89px;
  left: 50%;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  transform: translateX(-50%);
}
.scrollBlock::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 10px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  animation: arrowmove 1s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  .scrollBlock {
    bottom: 44px;
  }
  .scrollBlock::after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scrollBlock {
    bottom: 55px;
  }
}
@keyframes arrowmove {
  0% {
    top: 20%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 20%;
  }
}
@media only screen and (max-width: 768px) {
  @keyframes arrowmove {
    0% {
      top: 60%;
    }
    50% {
      top: 70%;
    }
    100% {
      top: 60%;
    }
  }
}
.swiperNews {
  position: relative;
}
.swiperNews .swiper-button-prev {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.swiperNews .swiper-button-prev:after {
  position: absolute;
  font-weight: 100;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  content: "\f0a8";
}
@media only screen and (max-width: 768px) {
  .swiperNews .swiper-button-prev:after {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiperNews .swiper-button-prev:after {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .swiperNews .swiper-button-prev:after {
    font-size: 40px;
  }
}
.swiperNews .swiper-button-next {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.swiperNews .swiper-button-next:after {
  position: absolute;
  font-weight: 100;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  content: "\f0a9";
}
@media only screen and (max-width: 768px) {
  .swiperNews .swiper-button-next:after {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiperNews .swiper-button-next:after {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .swiperNews .swiper-button-next:after {
    font-size: 40px;
  }
}

.swiperNews .swiper-button-prev {
  top: 35%;
  left: 4%;
}
@media only screen and (max-width: 768px) {
  .swiperNews .swiper-button-prev {
    left: -8%;
    top: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiperNews .swiper-button-prev {
    top: 30%;
  }
}
@media only screen and (max-width: 1366px) {
  .swiperNews .swiper-button-prev {
    top: 30%;
  }
}

.swiperNews .swiper-button-next {
  right: 4%;
  top: 35%;
}
@media only screen and (max-width: 768px) {
  .swiperNews .swiper-button-next {
    right: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .swiperNews .swiper-button-next {
    top: 30%;
  }
}
@media only screen and (max-width: 1366px) {
  .swiperNews .swiper-button-next {
    top: 30%;
  }
}

.CommonSwiperWrap {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .CommonSwiperWrap {
    width: 90%;
    margin: auto;
    margin-bottom: 10%;
  }
}

/*==================================================
 * top
 *================================================*/
/*バナースライダー*/
.bnr_slider {
  width: 100%;
  margin: 0 auto;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}
.bnr_slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
.bnr_slider a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.bnr_slider .slick-slide {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .bnr_slider .slick-slide {
    margin: 0;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.Top_bannar {
  padding-bottom: 3em;
  /*ドットナビゲーションの設定*/
}
@media only screen and (max-width: 768px) {
  .Top_bannar {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }
}
.Top_bannar .slick-prev, .Top_bannar .slick-next {
  display: none;
}
.Top_bannar .slick-prev {
  /*戻る矢印の位置と形状*/
}
.Top_bannar .slick-next {
  /*次へ矢印の位置と形状*/
}
.Top_bannar .slick-dots {
  text-align: right;
  margin: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .Top_bannar .slick-dots {
    margin: 15px 15px 0 0;
  }
}
.Top_bannar .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.Top_bannar .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px !important;
  height: 12px;
  display: block;
  background: #ccc; /*ドットボタンの色*/
  border: none;
  border-radius: 50%; /* 丸くする */
}
@media only screen and (max-width: 768px) {
  .Top_bannar .slick-dots button {
    width: 10px;
    height: 12px;
  }
}
.Top_bannar .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
  border: none;
}
.Top_bannar .buttons {
  display: grid;
  width: 90px;
  margin: 0.5em auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.Top_bannar .play_button {
  cursor: pointer;
}
.Top_bannar .play_button img {
  width: 32px;
  height: 32px;
}

.Top_bannar .slick-dots {
  position: relative;
  z-index: 9;
  margin-top: -3em;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .Top_bannar .slick-dots {
    margin-top: -2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .Top_bannar .slick-dots {
    margin-top: -2.4em;
  }
}

section.sec_01 {
  padding-bottom: 7rem;
  background-image: url("../img/energy/sec_01_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.sec_01 {
    padding-bottom: 6rem;
  }
}
section.sec_01 .sec_01_ttl {
  margin: 0 auto;
  padding: 5rem 3rem 3rem 0;
  max-width: 1257px;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  section.sec_01 .sec_01_ttl {
    padding: 3rem 0rem 1rem 0;
  }
}
section.sec_01 .bnr_area_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  section.sec_01 .bnr_area_grid {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_01 .bnr_area_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
}

section.sec_02 {
  padding: 2em 0 3.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.sec_02 {
    padding: 1.5em 0 2.2em;
  }
}

.top_catalog_slider {
  margin-top: 3.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_catalog_slider {
    margin-top: 0.8em;
  }
}
.top_catalog_slider .slick-list .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

/*戻る、次へ矢印の位置*/
.top_catalog_slider {
  /*ドットナビゲーションの設定*/
}
.top_catalog_slider .slick-prev, .top_catalog_slider .slick-next {
  position: absolute;
  top: 31%;
  cursor: pointer;
  border: none;
  background: none;
}
.top_catalog_slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -6%;
  font-size: 0;
}
@media only screen and (max-width: 1366px) {
  .top_catalog_slider .slick-prev {
    left: -5%;
    z-index: 1000;
  }
}
.top_catalog_slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: -7%;
  font-size: 0;
}
@media only screen and (max-width: 1366px) {
  .top_catalog_slider .slick-next {
    right: -5%;
    z-index: 1000;
  }
}
.top_catalog_slider .slick-prev::before {
  content: url(../img/energy/prev.svg);
}
.top_catalog_slider .slick-next::before {
  content: url(../img/energy/next.svg);
}
.top_catalog_slider .slick-dots {
  display: none;
  text-align: center;
  margin: 20px auto 10px;
}
.top_catalog_slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.top_catalog_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 15px;
  height: 15px;
  display: block;
  background: #ccc; /*ドットボタンの色*/
  border: none;
  border-radius: 50%; /* 丸くする */
}
.top_catalog_slider .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
  border: none;
}

@media screen and (min-width: 769px) and (max-width: 1563px) {
  .top_catalog_slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top_catalog_slider .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -2%;
    z-index: 1000;
  }
  .top_catalog_slider .slick-next {
    /*戻る矢印の位置と形状*/
    right: -2%;
    z-index: 1000;
  }
}
.sec_02 .buttons {
  display: grid;
  width: 90px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sec_02 .play_button {
  cursor: pointer;
}
.sec_02 .play_button img {
  width: 32px;
  height: 32px;
}

section#app {
  background-image: url("../img/energy/sec_03_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 57px;
  padding-bottom: 41rem;
  z-index: 0;
  transition: background-image 0.3s;
}
section#app.bg1 {
  background-image: url("../img/energy/sec_03_bg.jpg");
}
section#app.bg2 {
  background-image: url("../img/energy/sec_03_02_bg.jpg");
}
section#app.bg3 {
  background-image: url("../img/energy/sec_03_03_bg.jpg");
}
section#app.bg4 {
  background-image: url("../img/energy/sec_03_04_bg.jpg");
}
section#app.bg5 {
  background-image: url("../img/energy/sec_03_05_bg.jpg");
}
@media only screen and (max-width: 1366px) {
  section#app {
    padding-bottom: 38rem;
  }
}
@media only screen and (max-width: 768px) {
  section#app {
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 3.5rem;
    background-position: 30% center;
  }
}
section#app .sec_03_catch {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  font-weight: bold;
  margin-top: 1.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  section#app .sec_03_catch {
    line-height: 1.5em;
  }
}
section#app .lineup_area {
  width: 95%;
  max-width: 1295px;
  margin: 77px auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section#app .lineup_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  section#app .lineup_area a img {
    margin-top: 1.8rem;
    width: 90%;
  }
}
section#app .lineup_area li.lineup_01 a, section#app .lineup_area li.lineup_02 a, section#app .lineup_area li.lineup_03 a, section#app .lineup_area li.lineup_04 a, section#app .lineup_area li.lineup_05 a {
  width: 21.31%;
  height: 276px;
  background-size: contain;
  margin: 7px;
  font-size: clamp(2.3rem, 2.154368932rem + 0.3883495146vw, 2.9rem);
  font-weight: 900;
  text-align: center;
  padding: 11.5% 3% 0 3%;
  line-height: 1.1em;
  z-index: 99999;
}
@media only screen and (max-width: 1366px) {
  section#app .lineup_area li.lineup_01 a, section#app .lineup_area li.lineup_02 a, section#app .lineup_area li.lineup_03 a, section#app .lineup_area li.lineup_04 a, section#app .lineup_area li.lineup_05 a {
    height: 300px;
    font-size: clamp(1.9rem, 1.8029126214rem + 0.2588996764vw, 2.3rem);
  }
}
section#app .lineup_area li.lineup_02 a, section#app .lineup_area li.lineup_04 a {
  padding-top: 13%;
}
section#app .lineup_area li.lineup_01 a {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/energy/lineup_1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section#app .lineup_area li.lineup_01 a:hover {
  background-image: url("../img/energy/lineup_1_on.png");
  opacity: 1;
}
section#app .lineup_area li.lineup_02 a {
  position: absolute;
  left: 33%;
  top: 0%;
  transform: translate(-33%, 0%);
  background-image: url("../img/energy/lineup_2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section#app .lineup_area li.lineup_02 a:hover {
  background-image: url("../img/energy/lineup_2_on.png");
  opacity: 1;
}
section#app .lineup_area li.lineup_03 a {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  background-image: url("../img/energy/lineup_3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section#app .lineup_area li.lineup_03 a:hover {
  background-image: url("../img/energy/lineup_3_on.png");
  opacity: 1;
}
section#app .lineup_area li.lineup_04 a {
  position: absolute;
  left: 66%;
  top: 0%;
  transform: translate(-66%, 0%);
  background-image: url("../img/energy/lineup_4.png");
  background-repeat: no-repeat;
  background-size: contain;
  letter-spacing: 0;
}
section#app .lineup_area li.lineup_04 a:hover {
  background-image: url("../img/energy/lineup_4_on.png");
  opacity: 1;
}
section#app .lineup_area li.lineup_05 a {
  position: absolute;
  left: 100%;
  top: 0%;
  transform: translate(-100%, 0%);
  background-image: url("../img/energy/lineup_5.png");
  background-repeat: no-repeat;
  background-size: contain;
}
section#app .lineup_area li.lineup_05 a:hover {
  background-image: url("../img/energy/lineup_5_on.png");
  opacity: 1;
}

section.sec_05 {
  background: #e8f5eb 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  section.sec_05 {
    padding-top: 65px;
    padding-bottom: 0.2em;
  }
}
section.sec_05 .sec_05_catch {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  font-weight: bold;
  margin-top: 1.5em;
  letter-spacing: 0.1em;
}
section.sec_05 .reason_area {
  width: 95%;
  max-width: 1300px;
  margin: 9rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4.1%;
       column-gap: 4.1%;
  padding-left: 1.5em;
}
@media only screen and (max-width: 1024px) {
  section.sec_05 .reason_area {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area {
    width: 90%;
    margin: 60px auto;
    display: block;
    row-gap: 2em;
    padding-left: 0.5em;
  }
}
section.sec_05 .reason_area .reason_item {
  margin: 1em auto;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  section.sec_05 .reason_area .reason_item {
    margin: 0.5em auto 5.5em;
  }
}
section.sec_05 .reason_area .reason_item.r-2 {
  margin: 5em auto 6em;
}
@media only screen and (max-width: 1024px) {
  section.sec_05 .reason_area .reason_item.r-2 {
    margin: 0.5em auto 5.5em;
  }
}
section.sec_05 .reason_area .reason_item.r-3 {
  margin: 8em auto 0em;
}
@media only screen and (max-width: 1024px) {
  section.sec_05 .reason_area .reason_item.r-3 {
    margin: 0.5em auto 5.5em;
  }
}
section.sec_05 .reason_area .right_item {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .right_item {
    margin-top: 2rem;
  }
}
section.sec_05 .reason_area .right_item img.reason_ttl_img {
  position: absolute;
  left: -3.7%;
  top: -11%;
  width: 66.44%;
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .right_item img.reason_ttl_img {
    left: -2.7%;
    top: -10%;
  }
}
section.sec_05 .reason_area .right_item img.reason_img {
  aspect-ratio: 5/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.sec_05 .reason_area .ttl {
  text-align: center;
  background: rgba(30, 155, 57, 0.1098039216);
  font-size: 1.2em;
  padding: 0.2em;
}
section.sec_05 .reason_area .txt {
  width: 100%;
  margin: 0 auto;
  padding: 0.8em 1.2em 3em 1.2em;
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #fff;
  border-bottom: 3px solid #1e9b39;
}
section.sec_05 .reason_area .txt > span {
  color: #dd1800;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: bold;
}
@media only screen and (max-width: 1366px) {
  section.sec_05 .reason_area .txt > span {
    font-size: clamp(1.6rem, 1.5757281553rem + 0.0647249191vw, 1.7rem);
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .txt > span {
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 1366px) {
  section.sec_05 .reason_area .txt {
    font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .txt {
    width: 100%;
  }
}
section.sec_05 .reason_area.feature_reason .txt {
  height: 250px;
}
@media only screen and (max-width: 1024px) {
  section.sec_05 .reason_area.feature_reason .txt {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area.feature_reason .txt {
    height: auto;
  }
}
section.sec_05 .reason_area .reason02 .right_item {
  max-width: 680px;
  width: 47%;
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .reason02 .right_item {
    width: 100%;
  }
}
section.sec_05 .reason_area .reason02 .left_item {
  margin-left: -5.5em !important;
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .reason02 .left_item {
    margin-left: 0 !important;
  }
}
section.sec_05 .reason_area .reason02 .left_item .ttl {
  text-align: left;
  padding-left: 1em;
  padding-bottom: 0.8em;
  line-height: 0.5em !important;
  width: auto;
  letter-spacing: 0.12em;
  margin-top: 0.3em;
}
@media only screen and (max-width: 1366px) {
  section.sec_05 .reason_area .reason02 .left_item .ttl {
    margin: 0.3em 0 0 auto;
    width: 86%;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .reason02 .left_item .ttl {
    width: 93%;
    margin: 0em auto;
    padding: 1.5rem 1rem 1.5rem 2.5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 1366px) {
  section.sec_05 .reason_area .reason02 .left_item .txt {
    width: 80%;
    margin: 0.3em 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  section.sec_05 .reason_area .reason02 .left_item .txt {
    margin: 0 auto;
    width: 94%;
  }
}
section.sec_05 .ttl::before {
  position: absolute;
  left: -6%;
  top: -30%;
  width: 305px;
  height: 118px;
  transform: skewX(10deg);
}
@media only screen and (max-width: 768px) {
  section.sec_05 .ttl::before {
    left: -1%;
  }
}

.sec_05_last {
  width: 100%;
}
.sec_05_last img {
  width: 100%;
}

section.sec_06 {
  margin-top: 1.8em;
}

.Top_Works {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top_works_area {
  background-image: url("../img/energy/sec_06_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  padding-top: 5rem;
  margin-top: 3.5rem;
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .top_works_area {
    padding-top: 3rem;
    margin-top: 3rem;
    padding-bottom: 3em;
  }
}

/*施工実績スライダー*/
.top_works_slider {
  width: 100%;
  margin: 0 auto;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  /*戻る、次へ矢印の位置*/
}
.top_works_slider li {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
.top_works_slider li:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.top_works_slider li.works_item a {
  border: 1px solid #231815;
  padding: 10px;
  background: #e9e9e9;
  display: grid;
  grid-template-columns: 65% 35%;
}
@media only screen and (max-width: 1366px) {
  .top_works_slider li.works_item a {
    grid-template-columns: 1fr;
    padding: 1.4rem 2rem;
  }
}
.top_works_slider li.works_item a:hover {
  opacity: 0.99;
  background-color: #3e3a39;
}
.top_works_slider li.works_item a .works_txt {
  background: #bbeaab;
  color: #231815;
  padding: 2.5em 1.2em 1em 1.2em;
}
@media only screen and (max-width: 768px) {
  .top_works_slider li.works_item a .works_txt {
    padding: 1.4em 2em 1.8em 2em;
  }
}
.top_works_slider li.works_item a .works_type {
  font-size: 18px;
  border: 1px solid #231815;
  padding: 0.4em 0.2em;
  text-align: center;
  margin-bottom: 20px;
}
.top_works_slider li.works_item a .works_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 530/435;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .top_works_slider li.works_item a .works_img {
    aspect-ratio: 310/257;
  }
}
.top_works_slider li.works_item a .works_img img {
  aspect-ratio: 530/435;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  filter: brightness(105%);
}

.top_works_slider {
  margin-top: 2em;
  position: relative;
  /*ドットナビゲーションの設定*/
}
@media only screen and (max-width: 768px) {
  .top_works_slider {
    margin-top: 0.8em;
  }
}
.top_works_slider .slick-list .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
.top_works_slider .slick-prev, .top_works_slider .slick-next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  border: none;
  background: none;
}
.top_works_slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 24.5%;
  font-size: 0;
  z-index: 999;
}
.top_works_slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: 24.5%;
  font-size: 0;
  z-index: 999;
}
.top_works_slider .slick-prev::before {
  content: url(../img/energy/prev.svg);
}
.top_works_slider .slick-next::before {
  content: url(../img/energy/next.svg);
}
.top_works_slider .slick-dots {
  text-align: center;
  margin: 20px auto;
  width: 200px;
  display: flex;
  justify-content: center;
}
.top_works_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.top_works_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 15px;
  height: 15px;
  display: block;
  background: #ccc; /*ドットボタンの色*/
  border: none;
  border-radius: 50%; /* 丸くする */
}
.top_works_slider .slick-dots .slick-active button {
  background: #231815; /*ドットボタンの現在地表示の色*/
  border: none;
}

.sec_06 .buttons {
  display: grid;
  width: 90px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sec_06 .play_button {
  cursor: pointer;
}
.sec_06 .play_button img {
  width: 32px;
  height: 32px;
}

.sec_contact {
  background-image: url("../img/energy/sec_contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 7rem;
  margin-top: 2rem;
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact {
    padding-top: 3rem;
    padding-bottom: 8.5rem;
  }
}
.sec_contact .contact_right {
  position: relative;
}
.sec_contact .contact_right img {
  position: absolute;
  right: 0px;
  top: 44px;
  width: 36%;
  max-width: 918px;
}
@media only screen and (min-width: 1899px) {
  .sec_contact .contact_right img {
    width: 47.3%;
    max-width: 918px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_right_img {
    margin: 3rem auto 0;
    width: 97%;
  }
}
.sec_contact .contact_left {
  width: 90%;
  max-width: 1008px;
  margin: 4rem auto 0rem;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_left {
    width: 94%;
    margin: 3rem auto 4rem;
    text-align: center;
    padding: 2.5rem 1rem 1.3rem;
    border-radius: 10px;
  }
}
.sec_contact .contact_left .ttl {
  font-size: clamp(2.6rem, 2.5029126214rem + 0.2588996764vw, 3rem);
  font-weight: 900;
  transform: skewY(-2deg);
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_left .ttl {
    text-align: center;
    padding: 0 3rem;
  }
}
.sec_contact .contact_left .ttl > span {
  font-size: clamp(3.4rem, 3.2786407767rem + 0.3236245955vw, 3.9rem);
  font-weight: 900;
  color: #1e9b39;
  background: linear-gradient(transparent 60%, #ff6 60%);
  letter-spacing: 0.12em;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_left .ttl > span {
    line-height: 1.2em;
  }
}
.sec_contact .contact_left .contact_catch {
  width: 100%;
  max-width: 760px;
  margin: 1rem auto 4rem;
}
.sec_contact .contact_left .contact_catch img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_left .contact_catch {
    margin: 1rem auto 2rem;
  }
}
.sec_contact .contact_left .contact_bnr_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 53px;
  width: 98%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec_contact .contact_left .contact_bnr_area {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.sec_contact .contact_left .contact_tel_area {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.sec_contact .contact_left .contact_tel_area:hover {
  top: -3px;
  opacity: 1;
}
.sec_contact .contact_left .contact_mail_area {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.sec_contact .contact_left .contact_mail_area:hover {
  top: -3px;
  opacity: 1;
}

.taiou_area {
  display: flex;
  width: 100%;
  max-width: 1150px;
  margin: 2em auto 0;
  border: 2px solid #40210f;
  border-radius: 6px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .taiou_area {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .taiou_area {
    width: 100%;
    margin: 1.5em auto 0;
  }
}
.sec_contact .taiou_area {
  margin: 1.7em auto 0;
}
@media only screen and (max-width: 768px) {
  .sec_contact .taiou_area {
    width: 94%;
    margin: 1.5em auto 0;
  }
}
.taiou_area .naiyou {
  display: grid;
  grid-template-columns: 31% 66%;
  gap: 3%;
  padding: 1em 1em 1em 1em;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou {
    grid-template-columns: 1fr;
    padding: 1em 1em 2em 1em;
  }
}
.taiou_area .naiyou .area_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media only screen and (max-width: 620px) {
  .taiou_area .naiyou .area_flex {
    flex-direction: column;
  }
}
.taiou_area .naiyou .area_flex .area_icon {
  width: 17%;
}
@media only screen and (max-width: 620px) {
  .taiou_area .naiyou .area_flex .area_icon {
    display: none;
  }
}
@media only screen and (min-width: 621px) {
  .taiou_area .naiyou .area_flex .area_sub_sp {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .taiou_area .naiyou .area_flex .area_sub_sp {
    background-color: #ffeb28;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    min-width: 250px;
    margin-right: auto;
  }
  .taiou_area .naiyou .area_flex .area_sub_sp::first-line {
    color: #d40000;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: 2px 2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px -2px 0 #ffffff;
  }
  .taiou_area .naiyou .area_flex .area_sub_sp span {
    font-size: 0.7em;
    color: #231815;
    font-weight: bold;
  }
}
.taiou_area .naiyou .naiyou_txt {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .naiyou_txt {
    padding: 0;
    row-gap: 10px;
  }
}
.taiou_area .naiyou .naiyou_txt .area_txt {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  word-break: keep-all;
  width: 78%;
  line-break: strict;
  letter-spacing: 0.09em;
  word-spacing: 0.25em;
  text-align: justify;
}
@media only screen and (max-width: 1366px) {
  .taiou_area .naiyou .naiyou_txt .area_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .naiyou_txt .area_txt {
    width: 100%;
    margin-left: 0;
    margin-top: -0.5em;
    line-height: 1.6em;
    margin-bottom: 1.6em;
    word-break: normal;
  }
}
@media only screen and (max-width: 620px) {
  .taiou_area .naiyou .naiyou_txt .area_txt {
    margin-bottom: 0;
  }
}
.taiou_area .naiyou .area_catch {
  color: #1e9b39;
  font-size: clamp(3rem, 2.854368932rem + 0.3883495146vw, 3.6rem);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  margin-left: 1.5%;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .area_catch {
    padding-left: 3rem;
    align-items: normal;
  }
}
.taiou_area .naiyou .area_catch::before {
  content: url("../img/energy/area_ttl_img.svg");
  display: block;
  margin-right: 18px;
  width: 54px;
  height: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .area_catch::before {
    margin-top: 8px;
  }
}
.taiou_area .naiyou .area_sub_catch, .taiou_area .naiyou .area_sub_catch span {
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  font-weight: bold;
  letter-spacing: 0.16em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .area_sub_catch, .taiou_area .naiyou .area_sub_catch span {
    margin-top: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .area_sub_catch.sp_big, .taiou_area .naiyou .area_sub_catch span.sp_big {
    font-size: 19px;
  }
}
.taiou_area .naiyou .area_sub_catch span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  margin-left: 0;
}
.taiou_area .naiyou .map {
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .taiou_area .naiyou .map {
    padding-top: 0em;
    align-items: center;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.taiou_area .naiyou .balloon {
  position: relative;
  display: inline-block;
  background-color: #ffeb3b; /* 黄色 */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-family: sans-serif;
}
.taiou_area .naiyou .balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ffeb3b; /* 吹き出しの三角 */
}
.taiou_area .naiyou .balloon .main-text {
  font-size: 20px;
  font-weight: bold;
  color: red;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; /* 白の縁取り */
}
.taiou_area .naiyou .balloon .sub-text {
  font-size: 12px;
  color: black;
  margin-top: 5px;
}

.sec_bnr {
  width: 100%;
  margin-top: 1.5em;
}
.mt-0 .sec_bnr {
  margin-top: 0em;
}
.sec_bnr.pcb {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 768px) {
  .sec_bnr {
    width: 94%;
    margin: 4.5rem auto;
  }
}
.sec_bnr .bnr_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .sec_bnr .bnr_area {
    grid-template-columns: 1fr;
  }
}
.sec_bnr .bnr_area.pcb {
  grid-template-columns: 1fr;
  width: 95%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.sec_bnr .bnr_area .bnr_item {
  text-align: center;
  padding: 1.6em 1.6em 2.8em 1.6em;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
@media only screen and (max-width: 768px) {
  .sec_bnr .bnr_area .bnr_item {
    padding: 2.1em 1.6em 3em 1.6em;
  }
}
.sec_bnr .bnr_area .bnr_item.bnr_catalog {
  background-image: url(../img/energy/bnr_catalog_bg.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.sec_bnr .bnr_area .bnr_item.bnr_pcb {
  background-image: url(../img/energy/bg_pcb.jpg);
  color: #fff;
}
.sec_bnr .bnr_area .bnr_item.bnr_research {
  background-image: url(../img/energy/bnr_research_bg.jpg);
  color: #231815;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.sec_bnr .bnr_area .bnr_item .bnr_ttl {
  text-shadow: 2px 2px 2px #0f0f0f;
  font-size: clamp(2.3rem, 2.1300970874rem + 0.4530744337vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.12em;
}
.sec_bnr .bnr_area .bnr_item.bnr_research .bnr_ttl {
  text-shadow: none;
  color: #fff;
}
.sec_bnr .bnr_area .bnr_item .bnr_catch {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.sec_bnr .bnr_area .bnr_item .bnr_txt {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #0f0f0f;
}
.sec_bnr .bnr_area .bnr_item .bnr_txt_bg_white {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #231815;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.sec_bnr .bnr_area .bnr_item.bnr_research .bnr_txt {
  text-shadow: none;
  color: #fff;
}
.sec_bnr .bnr_area .bnr_item .bnr_link_btn {
  width: 80%;
  max-width: 310px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  text-shadow: 2px 2px 2px #0f0f0f;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sec_bnr .bnr_area .bnr_item .bnr_link_btn {
    width: 100%;
  }
}
.sec_bnr .bnr_area .bnr_item .bnr_link_btn a {
  display: block;
  padding: 1em 0.5em;
}
.sec_bnr .bnr_area .bnr_item .bnr_link_btn:hover {
  background-color: #1e9b39;
  color: #fff;
  text-shadow: none;
  transition: 0.2s ease;
}
.sec_bnr .bnr_area .bnr_item.bnr_research .bnr_link_btn {
  border: 1px solid #fff;
  text-shadow: none;
  color: #fff;
}

.topFlow {
  background: #f8f8f8;
  padding: 100px 0 168px 0;
}
@media only screen and (max-width: 768px) {
  .topFlow {
    padding: 24px 0 90px 0;
  }
}

.topFlow_area {
  background: url(../img/top_flow_bg.jpg);
  margin-top: 50px;
  display: flex;
  color: #fff;
  padding: 80px 110px;
  justify-content: space-between;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .topFlow_area {
    padding: 50px 0 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .topFlow_area {
    flex-direction: column;
    padding: 20px 20px 58px 20px;
  }
}

.topFlow_left,
.topFlow_Right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .topFlow_left,
  .topFlow_Right {
    width: 100%;
  }
}

.topFlow_ttl {
  display: flex;
  align-items: center;
}
.topFlow_ttl .Flow_no {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #a48046;
  font-size: clamp(30px, 1vw, 36px);
  margin: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .topFlow_ttl .Flow_no {
    margin: 15px 15px 15px 0;
  }
}
.topFlow_ttl .Flow_ttl {
  font-size: clamp(19px, 1.2vw, 35px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .topFlow_ttl .Flow_ttl {
    width: 80%;
    letter-spacing: -0.05em;
  }
}
.topFlow_ttl .Flow_no span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.topFlow_comment {
  display: flex;
  justify-content: flex-start;
  margin-left: 51px;
}

.Flow_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 2.5em;
  background: currentColor;
}
.Flow_arrow::before {
  content: "";
  width: 0.65em;
  /* height: 0.65em; */
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(225deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 0.05em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .Flow_arrow {
    margin-left: 31px;
  }
}

.Flow_txt {
  width: 74%;
  margin-left: 12%;
  font-size: 15px;
  margin-top: -15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .Flow_txt {
    width: 100%;
    margin-left: 10%;
    margin-top: -10px;
    letter-spacing: -0.03em;
  }
}

.topix_area {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .topix_area {
    flex-direction: column;
  }
}

.top_blog,
.top_culumn {
  width: 50%;
  margin: 15px 15px 0 15px;
  padding: 15px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top_blog,
  .top_culumn {
    width: 90%;
  }
}

.topix_list {
  display: flex;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #909090;
}
@media only screen and (max-width: 768px) {
  .topix_list {
    flex-direction: column;
    padding: 15px;
  }
}
.topix_list figure {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .topix_list figure {
    width: 48%;
  }
}
.topix_list figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
a .topix_list:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.topix_txt_area {
  width: 70%;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .topix_txt_area {
    width: 100%;
    padding: 10px 0;
  }
}

.topix_txt {
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .topix_txt {
    padding: 0px;
  }
}

.topix_date {
  padding: 0 0 0 10px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .topix_date {
    padding: 0px;
  }
}

.topNewsWrap {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .topNewsWrap {
    padding: 63px 0;
  }
}

.topNewsTitleWrap {
  position: absolute;
  display: inline-block;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .topNewsTitleWrap {
    top: -29px;
  }
}

.topNewsImg {
  padding-bottom: 73%;
}

.topNewsDay {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

.topNewsTitle {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .topNewsTitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topNewsTitle {
    font-size: 20px;
  }
}

.more_iconImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}

.topServiceCard {
  padding: 59px 0 137px;
  position: relative;
}
.topServiceCard::after {
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1367px) {
  .topServiceCard::after {
    right: 179px;
  }
}
@media only screen and (max-width: 768px) {
  .topServiceCard {
    padding: 59px 0 23%;
  }
}

.topServiceTitle {
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .topServiceTitle {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topServiceTitle {
    font-size: 32px;
  }
}

.topServiceImgBlock {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .topServiceImgBlock {
    width: 100%;
  }
}

.topServiceTextBlock {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .topServiceTextBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topServiceTextBlock {
    margin-right: 3%;
    width: 32%;
  }
}

.topServiceImg {
  position: relative;
  margin-top: -153px;
  padding-bottom: 59%;
  margin-left: -12%;
}
.topServiceImg::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
a:hover .topServiceImg::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .topServiceImg {
    margin-top: -50px;
    margin-bottom: 5%;
    padding-bottom: 53%;
    margin-left: 0%;
  }
}

.topServiceWrap {
  padding: 3.8em 1em 1em 2em;
  border: solid 1px #000000;
  background: #fff;
  justify-content: flex-end;
}
.topServiceWrap.reaWrap {
  padding: 0.5em 1em 1em 2em;
}
@media only screen and (max-width: 1024px) {
  .topServiceWrap {
    padding: 5em 0.5em 2.3em 1em;
  }
  .topServiceWrap.reaWrap {
    padding: 0.5em 1em 2em;
  }
}
@media only screen and (max-width: 1366px) {
  .topServiceWrap {
    padding: 3.8em 1em 2em 2em;
  }
}

.topServiceList {
  margin-right: auto;
  margin-left: auto;
  padding-top: 124px;
  max-width: 1220px;
}
.topServiceList.__realList > li:not(:last-child) {
  margin-bottom: 15%;
}
.topServiceList > li:not(:last-child) {
  margin-bottom: 13%;
}
@media only screen and (max-width: 768px) {
  .topServiceList {
    padding-top: 30px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 25%;
  }
  .topServiceList.__realList > li:not(:last-child) {
    margin-bottom: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topServiceList {
    padding-top: 50px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 20%;
  }
  .topServiceList.__realList > li:not(:last-child) {
    margin-bottom: 23%;
  }
}
@media only screen and (max-width: 1366px) {
  .topServiceList {
    padding-top: 60px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 20%;
  }
}

.topServiceText {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 2px #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .topServiceText {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topServiceText {
    font-size: 28px;
    line-height: 1.5;
  }
}

.topServiceNm {
  position: absolute;
  top: -59px;
  left: 17px;
  font-size: 123px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .topServiceNm {
    top: -40px;
    font-size: 90px;
    left: 0;
  }
}

.topServiceComment {
  font-size: 15px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 1024px) {
  .topServiceComment {
    margin-bottom: 15px;
  }
}

.topContactCard > a {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  display: block;
  padding: 6em 0;
  background: #3e3a39;
  transition: 0.3s;
}
.topContactCard > a:hover {
  box-shadow: 10px 7px 7px #919191;
}
@media only screen and (max-width: 768px) {
  .topContactCard > a {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topContactCard > a {
    padding: 4em 0;
  }
}

.topContactText {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .topContactText {
    font-size: 20px;
    line-height: 1.4;
  }
}

.topContactIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #000000;
  margin-right: 6em;
  position: relative;
}
.topContactIcon::after {
  position: absolute;
  content: "\f0e0";
  font-weight: 400;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .topContactIcon {
    width: 25px;
    height: 25px;
    margin-right: 7spx;
    letter-spacing: 0.1em;
  }
  .topContactIcon::after {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topContactIcon {
    margin-right: 2em;
  }
}

.topAboutCard {
  padding: 194px 0;
}
.topAboutCard::after {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .topAboutCard {
    padding: 25% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutCard {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutCard {
    padding: 15% 0;
  }
}

.topAboutImg {
  padding-bottom: clamp(10px, 48%, 919px);
}
@media only screen and (max-width: 768px) {
  .topAboutImg {
    padding-bottom: 72%;
    position: relative;
  }
  .topAboutImg::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutImg {
    margin-bottom: 5%;
  }
}

.topAboutTitleWrap {
  position: absolute;
  top: 5%;
  left: 9%;
}
@media only screen and (max-width: 768px) {
  .topAboutTitleWrap {
    top: 28%;
    z-index: 9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutTitleWrap {
    top: 9%;
  }
}

.topAboutBlock {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .topAboutBlock {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutBlock {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutBlock {
    align-items: flex-start;
  }
}

.topAboutTitleCard {
  width: 35%;
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  .topAboutTitleCard {
    width: 100%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutTitleCard {
    width: 42%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutTitleCard {
    width: 42%;
    margin-right: 2%;
  }
}

.topAboutTextCard {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .topAboutTextCard {
    width: 100%;
  }
}

.topAboutTitle {
  font-size: clamp(27px, 2.7vw, 50px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
}
@media only screen and (max-width: 768px) {
  .topAboutTitle {
    font-size: 24px;
  }
}

.topAboutText {
  font-size: 22px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .topAboutText {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topAboutText {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutText {
    font-size: 20px;
    line-height: 1.9;
  }
}

.contactTextWrap {
  position: relative;
  padding: 45px 0 90px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contactTextWrap {
    padding: 48px 0;
  }
}

.contactImg {
  position: relative;
  transition: 0.3s;
}
.contactImg::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
a:hover .contactImg::after {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .contactImg {
    background-position: center left 73%;
  }
}

/*==================================================
 * commonFv
 *================================================*/
.commonTextWrap {
  padding: clamp(55px, 4.5%, 197px);
}
@media only screen and (max-width: 768px) {
  .commonTextWrap {
    padding-top: clamp(66px, 10.6%, 203px);
    padding-bottom: clamp(35px, 10.6%, 203px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumbBlock {
  background-color: #3e3a39;
  color: #fff;
}

#breadcrumbs {
  padding: 0.9em 1em 0.9em 7.2em;
}
#breadcrumbs span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}
#breadcrumbs span:not(:last-child):hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs {
    padding: 0.9em 1em 0.9em 0;
  }
  #breadcrumbs span {
    font-size: 14px;
  }
}

.title_band {
  position: relative;
  margin-bottom: 18px;
}
.title_band::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -5px;
  background: #3e3a39;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .title_band {
    margin-bottom: 15px;
  }
  .title_band::after {
    height: 30px;
    bottom: 0;
  }
}

/*==================================================
 * realestate
 *================================================*/
.realesList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 175px;
  -moz-column-gap: 175px;
  row-gap: 90px;
}
@media only screen and (max-width: 768px) {
  .realesList {
    display: block;
  }
  .realesList > li:not(:last-child) {
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .realesList {
    -moz-column-gap: 175px;
    column-gap: 40px;
  }
}

.realesInfoImg {
  padding-bottom: 70%;
}

.realesInfoTitle span {
  font-size: 34px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .realesInfoTitle span {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .realesInfoTitle span {
    font-size: 28px;
  }
}

.realesInfoText {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .realesInfoText {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .realesInfoText {
    font-size: 17px;
    line-height: 1.4;
  }
}

.worksImg {
  padding-top: clamp(1px, 10%, 167.5px);
  padding-bottom: clamp(1px, 10%, 167.5px);
}
@media only screen and (max-width: 768px) {
  .worksImg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.reaAddText {
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .reaAddText {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .reaCate {
    margin-bottom: 5%;
  }
}

.reaCateText {
  margin-left: -32px;
  letter-spacing: 0.2em;
  padding: 0.6em 1.1em;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #000;
}
.__worksCate .reaCateText {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .reaCateText {
    font-size: 15px;
    padding: 0.4em 1.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .__worksCate .reaCateText {
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .worksTitleBlock {
    margin-bottom: 8%;
  }
}

.realImg {
  position: relative;
  margin-top: -100px;
  padding-bottom: 59%;
  margin-left: -12%;
}
.realImg::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
a:hover .realImg::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .realImg {
    margin-top: -50px;
    margin-bottom: 3%;
    padding-bottom: 53%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .realImg {
    padding-bottom: 72%;
    margin-left: 0%;
  }
}

.contactText {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .contactText {
    font-size: 16px;
  }
}

/*==================================================
 * works
 *================================================*/
.worksTitle {
  font-size: 37px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .worksTitle {
    font-size: 28px;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .worksTitle {
    font-size: 30px;
  }
}

.worksAdress {
  font-size: 20px;
  line-height: 1.8;
}
.worksAdress i {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .worksAdress {
    font-size: 18px;
  }
}

.reaworksImg {
  padding-bottom: 66%;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .reaworksImg {
    padding-bottom: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .reaworksImg {
    padding-bottom: 67%;
  }
}

.worksList > li {
  width: 52%;
}
.worksList > li:nth-child(odd) {
  margin-left: auto;
}
.worksList > li:not(:last-child) {
  margin-bottom: 6%;
}
@media only screen and (max-width: 768px) {
  .worksList > li {
    width: 100%;
  }
  .worksList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}

.cafeImg {
  padding-bottom: 66%;
  filter: brightness(105%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .cafeImg {
    padding-bottom: 66%;
  }
}

.swiperCafe .swiper_thumbnail .swiper-slide {
  padding-right: 6px;
  padding-left: 6px;
  cursor: pointer;
  transition: 0.3;
}
.swiperCafe .swiper_thumbnail .swiper-slide:first-child {
  padding-left: 0;
}
.swiperCafe .swiper_thumbnail .swiper-slide:last-child {
  padding-right: 0;
}
.swiperCafe .swiper_thumbnail .swiper-slide:hover {
  opacity: 0.7;
}

.swiper_thumbnail .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.cafeText {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .cafeText {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cafeText {
    font-size: 18px;
  }
}

/*==================================================
 * culture
 *================================================*/
.commonpdding-top {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .commonpadding-right {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .commonpadding-right {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .commonpadding-right {
    padding-right: 9%;
  }
}
@media only screen and (min-width: 1367px) {
  .commonpadding-right {
    padding-right: 9%;
  }
}

.common-padding-bottom {
  padding-top: 30px;
}

.cultureImg {
  padding-bottom: 65%;
}

.cultureText {
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .cultureText {
    font-size: 16px;
    line-height: 1.7;
  }
}

.snsList {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 90px;
}
@media only screen and (max-width: 768px) {
  .snsList {
    width: 55%;
    -moz-column-gap: 50px;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .snsList {
    width: 55%;
    -moz-column-gap: 50px;
    column-gap: 45px;
  }
}

.cultureTable {
  width: 100%;
}
.cultureTable dl {
  padding: 1em 0;
  border-bottom: solid 1px #b1b1b1;
}
.cultureTable dt,
.cultureTable dd {
  font-size: 17px;
}
.cultureTable dt {
  width: 14%;
  font-weight: bold;
}
.cultureTable dd {
  width: 86%;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .cultureTable dl {
    display: block;
  }
  .cultureTable dt,
  .cultureTable dd {
    font-size: 15px;
    line-height: 1.4;
    width: 100%;
  }
  .cultureTable dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cultureTable dt {
    width: 20%;
  }
  .cultureTable dd {
    width: 80%;
  }
}

/*==================================================
 * immiguration
 *================================================*/
.immflowCard {
  padding-bottom: 82px;
}

.immImg {
  padding-bottom: 65%;
}

.immText {
  font-size: 20px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .immText {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .immText {
    font-size: 18px;
    line-height: 2;
  }
}

.immflowCard {
  background-color: #f0f0f0;
  position: relative;
  z-index: 0;
}

.immflowblock {
  counter-reset: number 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.immflowinfoText {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .immflowinfoText {
    font-size: 15px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .immflowinfoText {
    font-size: 18px;
    line-height: 2.5;
  }
}

.immstapText {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .immstapText {
    font-size: 10px;
  }
}

.immNmText {
  position: relative;
}
.immNmText::after {
  position: absolute;
  display: block;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 22px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .immNmText::after {
    font-size: 16px;
  }
}

.immflowNmBlock {
  width: 6%;
  margin-right: 5%;
  margin-bottom: 10spx;
}
@media only screen and (max-width: 768px) {
  .immflowNmBlock {
    margin-right: 6%;
  }
}

.immflowinfoBlock {
  width: 89%;
}

.immflowInfoCard {
  position: relative;
}
.immflowInfoCard:not(:last-child) {
  padding-bottom: 20px;
}
.immflowInfoCard::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  background: #000;
  height: 100%;
  top: 17px;
  left: 18px;
  z-index: -1;
}
.immflowInfoCard:last-child::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .immflowInfoCard:not(:last-child) {
    padding-bottom: 8px;
  }
  .immflowInfoCard::after {
    left: 16px;
  }
}

.immflowNmWrap {
  position: relative;
  display: inline-block;
}
.immflowNmWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .immflowNmWrap::after {
    top: -11px;
    width: 40px;
    height: 40px;
  }
}

.immContactBlock {
  max-width: 1200px;
  background: #fff;
  padding: 3em 2em;
}
@media only screen and (max-width: 768px) {
  .immContactBlock {
    padding: 1.5em 2em;
  }
}

.immContactText {
  font-size: 27px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .immContactText {
    font-size: 18px;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .immContactText {
    font-size: 22px;
    margin-bottom: 5%;
  }
}

/*==================================================
 * abroad
 *================================================*/
.abroadCade {
  padding-bottom: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadCade {
    padding-bottom: 0;
  }
}

.abroadImg {
  margin-top: -9%;
  padding-bottom: 65%;
  margin-right: -20%;
  margin-left: -2%;
}
@media only screen and (max-width: 768px) {
  .abroadImg {
    margin-bottom: 10%;
  }
}

.abroadText {
  font-size: 22px;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .abroadText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadText {
    font-size: 18px;
  }
}

.abroadSupTitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
  position: relative;
  text-shadow: 1px 4px 6px #fff;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .abroadSupTitle {
    font-size: 24px;
    margin-bottom: 5%;
  }
}

.abroadSupCard {
  padding-bottom: 5%;
}

.abroadSupText {
  font-size: 24px;
  line-height: 2;
  text-shadow: 1px 4px 6px #fff;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .abroadSupText {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadSupText {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8%;
  }
}

.abroadSupImgBlock {
  width: 64%;
}
@media only screen and (max-width: 768px) {
  .abroadSupImgBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadSupImgBlock {
    width: 66%;
  }
}

.abroadSupTextBlock {
  width: 26%;
}
@media only screen and (max-width: 768px) {
  .abroadSupTextBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadSupTextBlock {
    width: 34%;
  }
}

.abroadPtnList {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.abroadPtnList > li {
  font-size: 22px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .abroadPtnList {
    width: 100%;
  }
  .abroadPtnList > li {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .abroadPtnList {
    width: 100%;
    margin-top: 5%;
  }
  .abroadPtnList > li {
    font-size: 18px;
    line-height: 2;
  }
}

/*==================================================
 * company
 *================================================*/
.greetingArea {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 2em;
  justify-items: center;
}
@media only screen and (max-width: 768px) {
  .greetingArea {
    grid-template-columns: 1fr;
  }
}
.greetingArea .greetingTXT {
  width: 95%;
}
.greetingArea .ttl {
  font-size: 2em;
  margin-bottom: 1em;
  color: #1e9b39;
}
.greetingArea .txt {
  letter-spacing: 0.2em;
  font-size: 1em;
}
.greetingArea .txt p {
  margin-bottom: 0.8em;
}
.greetingArea .ceoName {
  font-family: serif;
  text-align: right;
  margin-top: 1.5em;
  font-size: 1.5em;
  margin-right: 0.5em;
}

.companyTable table {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.companyTable table th,
.companyTable table td {
  font-size: 20px;
  padding: 0.7em 1em;
}
.companyTable table th {
  width: 25%;
  text-align: left;
  border-bottom: solid 3px #231815;
}
.companyTable table td {
  width: 75%;
  border-bottom: solid 1px #231815;
}
@media only screen and (max-width: 768px) {
  .companyTable table {
    width: 100%;
  }
  .companyTable table th,
  .companyTable table td {
    font-size: 14px;
    padding: 0.4em 0;
  }
  .companyTable table th {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .companyTable table {
    width: 100%;
  }
  .companyTable table th,
  .companyTable table td {
    font-size: 17px;
    padding: 0.5em 0;
  }
  .companyTable table th {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .companyTable table {
    width: 90%;
  }
}

.ceoImg {
  margin-top: -9%;
  padding-bottom: 74%;
  margin-right: -30%;
  margin-left: -22%;
}

.companyMesImgBlock {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .companyMesImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.companyInfoBlock {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .companyInfoBlock {
    width: 100%;
  }
}

.companyTextWrap {
  position: relative;
  width: 1200px;
}
.companyTextWrap dt,
.companyTextWrap dd {
  font-size: 30px;
  line-height: 2.3;
  font-weight: bold;
  text-shadow: 1px 1px 3px #fff;
  z-index: 1;
}
.companyTextWrap dt {
  width: 7.5%;
}
@media only screen and (max-width: 768px) {
  .companyTextWrap {
    width: 100%;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 16px;
    line-height: 2;
  }
  .companyTextWrap dt {
    width: 4.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .companyTextWrap {
    width: 780px;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 18px;
    line-height: 2;
  }
  .companyTextWrap dt {
    width: 7.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .companyTextWrap {
    width: 960px;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 25px;
    line-height: 2;
  }
}

.companyMesBlock {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}

.companyMesText {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .companyMesText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .companyMesText {
    font-size: 18px;
  }
}

.companyMesCeo {
  font-size: 24px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .companyMesCeo {
    font-size: 20px;
  }
}

.singImg {
  margin-left: 0;
}

/*==================================================
 * サービス（共通）
 *================================================*/
section.cubicle_wrap {
  width: 95%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

section.maintenance {
  width: 100%;
  background-color: #FFFFE4;
}
section.maintenance .box_area {
  width: 95%;
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  section.maintenance .box_area {
    grid-template-columns: 1fr 1fr;
  }
}
section.maintenance .box_area.item3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  section.maintenance .box_area.item3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  section.maintenance .box_area.item3 {
    grid-template-columns: 1fr;
  }
}
section.maintenance .box_area.item3-saving {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 599px) {
  section.maintenance .box_area.item3-saving {
    grid-template-columns: 1fr;
  }
}
section.maintenance .box_area.item2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  section.maintenance .box_area.item2 {
    grid-template-columns: 1fr;
  }
}
section.maintenance .box_area.item2 .item .item_ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: #1e9b39;
}
section.maintenance .box_area .item {
  width: 100%;
  text-align: center;
}
section.maintenance .box_area .item .item_box {
  width: 95%;
  height: auto;
  padding: 1em;
  background: #fff;
  border: 5px solid #171C61;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  section.maintenance .box_area .item .item_box {
    width: 100%;
  }
}
section.maintenance .box_area .item .item_box .item_img {
  width: 70%;
  max-width: 200px;
  margin: 0 auto;
}
section.maintenance .box_area .item .item_box .item_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
section.maintenance .box_area .item .item_box .item_ttl {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: #171C61;
}
section.maintenance .box_area .item .item_txt {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.tenken-table table {
  border: 3px solid;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .tenken-table table {
    font-size: 0.8em;
  }
}
.tenken-table table th, .tenken-table table td {
  border: 2px solid #efefef;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .tenken-table table th, .tenken-table table td {
    padding: 0.5em;
  }
}
.tenken-table table th {
  background: #e3fbfd;
  border: 2px solid #d5d4d4;
  vertical-align: middle;
}
.tenken-table table .left_ttl {
  text-align: center;
  width: 15%;
  background: #1e9b39;
  color: #fff;
}
.tenken-table table .head_ttl {
  width: 40%;
}
.tenken-table table td span {
  font-weight: bold;
  padding: 0.3em 0.5em;
  background: #1e9b39;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 1em;
}

/*==================================================
 * サービス（リニューアル）
 *================================================*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_design01 ul {
  padding: 0;
  width: 100%;
  max-width: 1100px;
}
.flow_design01 li {
  list-style-type: none;
}
.flow_design01 dd {
  margin-left: 0;
}
.flow_design01 .flow01 > li {
  position: relative;
  list-style: none;
}
.flow_design01 .flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .flow_design01 .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.flow_design01 .flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  border: 2px solid #3e3a39;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow_design01 .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }
}
.flow_design01 .flow01 > li:not(:last-child) dl::before, .flow_design01 .flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.flow_design01 .flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #3e3a39;
}
.flow_design01 .flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow_design01 .flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow_design01 .flow01 > li dl dt {
    margin-right: 0;
  }
}
.flow_design01 .flow01 > li dl dd {
  flex-basis: 80%;
}
.flow_design01 .flow01 > li dl dd span {
  color: #ea5b15;
  font-weight: 600;
}
.flow_design01 .flow01 > li dl dd a {
  color: #1e9b39;
  font-weight: 600;
  border-bottom: 1px dashed #1e9b39;
}
.flow_design01 .flow01 > li dl dt .icon01 {
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  background: #1e9b39;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .flow_design01 .flow01 > li dl dt .icon01 {
    font-size: 0.7em;
  }
}

.renewal_flow .comment,
.service-works-lineUp .comment,
.maintenance .comment {
  font-size: clamp(1.8rem, 1.6300970874rem + 0.4530744337vw, 2.5rem);
  font-weight: bold;
  width: 70%;
}
@media only screen and (max-width: 599px) {
  .renewal_flow .comment,
  .service-works-lineUp .comment,
  .maintenance .comment {
    width: 90%;
  }
}
.renewal_flow .comment span,
.service-works-lineUp .comment span,
.maintenance .comment span {
  color: #ea5b15;
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  font-weight: 900;
}

/*==================================================
 * サービス（空調リース、補助金コンサル）
 *================================================*/
.lease-melit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2em;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(108deg, rgb(255, 255, 255) 0%, rgb(247, 181, 44) 0%, rgb(233, 85, 19) 50%, rgb(255, 255, 255) 50.1%, rgb(210, 232, 255) 100%);
}
@media only screen and (max-width: 768px) {
  .lease-melit {
    grid-template-columns: 1fr;
    background: linear-gradient(178deg, rgb(255, 255, 255) 0%, rgb(247, 181, 44) 0%, rgb(233, 85, 19) 50%, rgb(255, 255, 255) 50.1%, rgb(210, 232, 255) 100%);
  }
}
.lease-melit .melit-area {
  padding-left: 4em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .lease-melit .melit-area {
    padding-left: 2em;
    padding-bottom: 2em;
    padding-top: 1em;
  }
}
.lease-melit .melit-area .ttl {
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
  font-weight: bold;
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 1em;
}
.lease-melit .melit-area .melit-list {
  padding-left: 1em;
}
.lease-melit .melit-area .melit-list > li {
  list-style-type: square;
}

.lease_img img {
  width: 80%;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .lease_img img {
    width: 95%;
  }
}

/*==================================================
 * 補助金コンサル　キュービクル
 *================================================*/
.service_04_catch {
  font-size: clamp(1.7rem, 1.3844660194rem + 0.8414239482vw, 3rem);
  font-weight: bold;
}
.service_04_catch span {
  color: #ea5b15;
  font-weight: bold;
}
.service_04_catch span.big {
  font-size: clamp(3rem, 2.6359223301rem + 0.9708737864vw, 4.5rem);
}
.service_04_catch span.max {
  color: #fff;
  background-color: #ea5b15;
  padding: 0.2em;
}

.flow05 {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .flow05 {
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.flow05 > li {
  list-style-type: none;
  width: 23%;
  max-width: 350px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .flow05 > li {
    width: 70%;
    min-width: 200px;
    max-width: unset;
    display: block;
    margin: 0 auto;
  }
}
.flow05.item5 > li {
  width: 18%;
}
.flow05 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #1e9b39;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}
.flow05 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #1e9b39;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
.flow05 > li dl {
  padding: 15px 10px;
  margin: 0;
  border: 3px solid #171C61;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .flow05 > li dl {
    padding: 10px;
  }
}
.flow05 > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #171C61;
  border-right: 4px solid #171C61;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .flow05 > li:not(:last-child) dl::before {
    display: none;
  }
}
.flow05 > li dl dt {
  font-size: clamp(1.8rem, 1.6300970874rem + 0.4530744337vw, 2.5rem);
  font-weight: 600;
  color: #171C61;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  height: 150px;
}
.flow05 > li dl dt span.font-s {
  font-size: 0.6em;
  margin-top: -10px;
}
@media only screen and (max-width: 1024px) {
  .flow05 > li dl dt {
    height: auto;
  }
}
.flow05 > li dl dd {
  margin-left: 0;
}

.service-works-lineUp ul.works-lineUp {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em 2em;
}
@media only screen and (max-width: 768px) {
  .service-works-lineUp ul.works-lineUp {
    grid-template-columns: 1fr 1fr;
    gap: 3em 1em;
  }
}
.service-works-lineUp ul.works-lineUp > li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.service-works-lineUp ul.works-lineUp > li .type {
  font-size: 20px;
  text-align: center;
  padding: 0.5em 0;
  font-weight: bold;
  color: #1e9b39;
  border-bottom: 2px solid #1e9b39;
}
.service-works-lineUp ul.works-lineUp > li .type {
  font-size: 20px;
  text-align: center;
  padding: 0.5em 0;
  font-weight: bold;
}
.service-works-lineUp ul.works-lineUp > li p.txt {
  padding: 0 0.5em;
}

/*==================================================
 * reason
 *================================================*/
section.reason_ttl_wrap {
  background-image: url("../img/energy/service_bg.jpg");
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  background-position: center center;
  background-size: cover;
}

.reason_01 {
  padding: 50px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reason_01 {
    padding: 50px 0;
  }
}
.reason_01 p {
  font-size: clamp(18px, 5.9vw, 30px);
}
@media only screen and (max-width: 768px) {
  .reason_01 p {
    font-size: clamp(16px, 2vw, 30px);
  }
}
.reason_01 .reason_01_catch {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .reason_01 .reason_01_catch {
    text-align: center;
  }
}
.reason_01 .reason_01_catch span {
  color: #ea5b15;
  font-weight: bold;
  font-size: clamp(2.1rem, 1.8330097087rem + 0.71197411vw, 3.2rem);
}
.reason_01 .reason_01_catch span.max {
  color: #fff;
  background-color: #ea5b15;
  padding: 0.2em;
}

.onayami-omakase {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  font-weight: 900;
}
.onayami-omakase img {
  width: 65%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .onayami-omakase img {
    width: 70%;
    max-width: 350px;
  }
}

.reason_list li {
  margin-bottom: 130px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .reason_list li {
    margin-bottom: 14.666vw;
  }
}
.reason_list li:after {
  content: "";
  width: 500px;
  height: 300px;
  background: #f8f8f8;
  position: absolute;
  top: 290px;
  left: 100px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .reason_list li:after {
    width: 66.666vw;
    height: 56vw;
    top: 0;
    left: auto;
    right: -5.3333vw;
  }
}
.reason_list li .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .reason_list li .row {
    flex-wrap: wrap;
  }
}
.reason_list li .txt {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .reason_list li .txt {
    width: 100%;
  }
}
.reason_list li .txt p {
  line-height: 2.4;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .reason_list li .txt p {
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.reason_list li .img {
  width: 340px;
  margin-top: -130px;
}
@media only screen and (max-width: 768px) {
  .reason_list li .img {
    margin-top: 0;
    width: 100%;
  }
}
.reason_list li .img img {
  width: 100%;
}

.reason_list h3,
.reason_list02 li h3 {
  font-size: 30px;
  font-weight: 600;
  color: #171c61;
  margin-bottom: 60px;
  border-bottom: 2px solid #1e9b39;
}
@media only screen and (max-width: 768px) {
  .reason_list h3,
  .reason_list02 li h3 {
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-bottom: 9.33333vw;
  }
}

.reason_list h3 span,
.reason_list02 li h3 span {
  font-size: 140px;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .reason_list h3 span,
  .reason_list02 li h3 span {
    font-size: 80px;
    line-height: 1.5;
  }
}

.service_ttl {
  font-size: 26px;
  margin: 4% auto 3%;
  background-color: #1e9b39;
  padding: 0.2em 1em;
  font-weight: bold;
  padding-left: 0.7em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .service_ttl {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service_ttl {
    font-size: 20px;
  }
}

ul.cubicle-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media only screen and (max-width: 768px) {
  ul.cubicle-list {
    grid-template-columns: 1fr;
    row-gap: 2em;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
}
ul.cubicle-list .item {
  position: relative;
}
ul.cubicle-list .item .fixbox {
  position: absolute;
  background-color: #ea5b15;
  color: #fff;
  padding: 1em;
  font-size: 1em;
  text-align: center;
  top: 0;
  right: 0;
}
ul.cubicle-list .item .fixbox span {
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 1366px) {
  ul.cubicle-list .item .fixbox {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1024px) {
  ul.cubicle-list .item .fixbox {
    font-size: 0.7em;
    top: 28px;
    padding: 0.5em;
  }
}

.service_txt_02 {
  width: 90%;
  margin: 0 auto 2em;
  max-width: 1000px;
  padding: 2em;
  background: #eef8ff;
  letter-spacing: 0.15em;
  font-size: 1.2em;
  border-radius: 10px;
  font-weight: 500;
}
.service_txt_02 span {
  font-size: 1.4em;
  font-weight: 600;
  color: #1e9b39;
}
@media only screen and (max-width: 1024px) {
  .service_txt_02 {
    width: 95%;
    padding: 2em 1em;
    line-height: 1.7;
    font-size: 1em;
  }
  .service_txt_02 span {
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.7;
  }
}

/*-------------
    コンタクト

---------------*/
/* secReserveTop */
.secReserveTop {
  margin-top: 31px;
  font-family: "Noto Sans JP", sans-serif;
}

.secReserveTop .recoBox {
  height: 100px;
  border: solid 1px #be0000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secReserveTop .recoBox .recoTit {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 1px;
  color: #be0000;
}

.secReserveTop .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em 1em;
}
@media only screen and (max-width: 599px) {
  .secReserveTop .list {
    grid-template-columns: 1fr 1fr;
  }
}
.secReserveTop .list.feature_list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .secReserveTop .list.feature_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em 1em;
  }
}
.secReserveTop .list.feature_list .item {
  padding: 0px 5px;
}
.secReserveTop .list.item3-saving {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1366px) {
  .secReserveTop .list.item3-saving {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .secReserveTop .list.item3-saving {
    grid-template-columns: 1fr 1fr;
  }
}
.secReserveTop .list.item5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.secReserveTop .list.item5 .item {
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .secReserveTop .list.item5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .secReserveTop .list.item5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .secReserveTop .list.item5 {
    grid-template-columns: 1fr 1fr;
  }
}
.secReserveTop .list.item4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.secReserveTop .list.item4 .item {
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .secReserveTop .list.item4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .secReserveTop .list.item4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .secReserveTop .list.item4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .secReserveTop .list.feature_list {
    grid-template-columns: 1fr 1fr;
    gap: 1em 0.5em;
  }
  .secReserveTop .list.feature_list .item {
    padding: 0;
  }
  .secReserveTop .list.feature_list .item .imgbox {
    width: 70%;
    height: 0;
    padding-top: 70%;
  }
}

.secReserveTop .list .item {
  padding: 0px;
  text-align: center;
  background: none;
}
.secReserveTop .list .item .imgbox {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #171C61;
  background: #eef8ff;
}
.secReserveTop .list .item .imgbox.low-item {
  border: 4px solid #171C61;
  background: #ffffe4;
}
.secReserveTop .list .item .imgbox.solar-item {
  border: 4px solid #171C61;
  background: #ffffe4;
}

.secReserveTop .list .item .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  /* height: 100%; */
  transform: translate(-50%, -50%);
}

.secReserveTop .list .item .tit {
  font-size: clamp(1.8rem, 1.6786407767rem + 0.3236245955vw, 2.3rem);
  font-weight: 600;
  padding-top: 1em;
}
.secReserveTop .list .item .tit.__small {
  font-size: clamp(1.8rem, 1.727184466rem + 0.1941747573vw, 2.1rem);
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .secReserveTop .list .item .tit {
    font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  }
}

.imgbox.__small img {
  width: 43% !important;
}

.imgbox.solar-item img {
  width: 45% !important;
}
@media only screen and (max-width: 767px) {
  .imgbox.solar-item img {
    width: 40% !important;
  }
}

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

.secReserveTop .list.feature_list .item .tit {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
}

@media only screen and (max-width: 767px) {
  .secReserve {
    padding-bottom: 31px;
  }
  /* secReserveTop */
  .secReserveTop {
    margin-top: 9px;
  }
  .secReserveTop .recoBox {
    height: 80px;
  }
  .secReserveTop .recoBox .recoTit {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0px;
    text-align: center;
  }
  .secReserveTop .list .item {
    padding: 0;
    text-align: center;
  }
  .secReserveTop .list .item:nth-child(n+3) {
    margin-top: 5px;
  }
  .secReserveTop .list .item .imgbox {
    width: 61.83%;
    height: 0;
    padding-top: 58.83%;
  }
}
/*-------------

    強み（プロマスト）

---------------*/
.feature-list {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------

    施工実績 シングル（プロマスト）

---------------*/
.swiper_thumbnail img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  filter: brightness(105%);
}

#Works_single .Block3 {
  width: 95%;
  max-width: 1000px;
  margin: 3em auto 6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
  border: solid 5px #f7f7f7;
  box-sizing: border-box;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #Works_single .Block3 {
    flex-direction: column;
    width: 95%;
  }
}
#Works_single .Block3 .Item1 {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #Works_single .Block3 .Item1 {
    width: 100%;
  }
}
#Works_single .Block3 .Item1 figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 auto;
}
#Works_single .Block3 .Item1 figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(105%);
}
#Works_single .Block3 .Item2 {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  #Works_single .Block3 .Item2 {
    width: 100%;
  }
}
#Works_single .Block3 .Item2 dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Works_single .Block3 .Item2 dl dt {
  width: 13%;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: dotted 1px #cccccc;
}
@media only screen and (max-width: 768px) {
  #Works_single .Block3 .Item2 dl dt {
    width: 27%;
  }
}
#Works_single .Block3 .Item2 dl dd {
  width: 87%;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: dotted 1px #cccccc;
}
@media only screen and (max-width: 768px) {
  #Works_single .Block3 .Item2 dl dd {
    width: 72%;
  }
}

/*-------------

    施工実績 アーカイブ（プロマスト）

---------------*/
#Works-Container {
  width: 100%;
  margin: 4em auto 6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #Works-Container {
    margin: 3em auto 3em;
  }
}
#Works-Container #Main {
  width: 90%;
  margin: 0em auto 0em;
  z-index: 1;
}
#Works-Container #Side {
  width: 10%;
  font-size: max(0.781vw, 15px);
  z-index: 30;
}
#Works-Container #Side #AnkerNavi {
  width: 80%;
  margin: 5em auto 10em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: sticky;
  top: 20%;
}
#Works-Container #Side #AnkerNavi li {
  margin-bottom: 20px;
  width: 100%;
  counter-increment: item;
  position: relative;
  width: 50px;
  height: 50px;
}
#Works-Container #Side #AnkerNavi span {
  position: absolute;
  top: 50%;
  left: 50px;
  background-color: #1e9b39;
  color: #fff;
  font-size: max(0.833vw, 16px);
  white-space: nowrap;
  padding: 2px 10px;
  transform: translateY(-50%) translateX(-50px);
  opacity: 0;
  z-index: 3;
  transition: all 0.5s ease;
  z-index: 100;
}
#Works-Container #Side #AnkerNavi span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #1e9b39 transparent transparent;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
}
#Works-Container #Side #AnkerNavi li a {
  color: #000;
  font-weight: bold;
  padding: 0 20px 0 20px;
  display: block;
  transition: all 0.3s;
  line-height: 110%;
}
#Works-Container #Side #AnkerNavi li a:after {
  content: "0" counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Works-Container #Side #AnkerNavi a:hover span {
  display: block;
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
#Works-Container #Side #AnkerNavi li .current, #Works-Container #Side #AnkerNavi li a:hover {
  font-size: max(1.302vw, 25px);
  color: #1e9b39;
}
#Works-Container #Side #AnkerNavi li a:after .current {
  text-decoration: line-through;
  content: "0" counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Works {
  width: 80%;
  margin: 0px auto 6em;
}
@media only screen and (max-width: 1366px) {
  #Works {
    width: 90%;
    margin: 0px auto;
  }
}
#Works .An {
  padding-top: 60px;
  margin-top: -60px;
}
#Works section {
  margin-bottom: 4em;
}
#Works h2 {
  padding: 1rem 2rem;
  background: #1e9b39;
  font-size: max(1.042vw, 18px) !important;
  font-weight: bold;
  margin-bottom: 2em;
  color: #ffffff !important;
}
#Works h2 .clear {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #Works h2 .clear {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #Works h2 {
    padding: 0.5rem 1rem;
    margin-bottom: 1em;
  }
}
#Works ul.WorksList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0em auto 2em auto;
}
@media only screen and (max-width: 768px) {
  #Works ul.WorksList {
    margin: 0em auto 0em auto;
  }
}
#Works ul.WorksList li {
  width: 30%;
  background: #ffffff;
  margin-bottom: 2em;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: solid 1px #595757;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #Works ul.WorksList li {
    width: 49%;
    margin-bottom: 1em;
  }
}
#Works ul.WorksList li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#Works ul.WorksList:after {
  display: block;
  content: "";
  width: 30%;
}
#Works ul.WorksList li figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 0 10px;
  overflow: hidden;
  z-index: 0;
}
#Works ul.WorksList li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(105%);
}
#Works ul.WorksList .icon {
  background: #1e9b39;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 2px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 auto 10px;
  font-size: max(0.729vw, 14px);
}
@media only screen and (max-width: 768px) {
  #Works ul.WorksList .icon {
    padding: 1px 8px;
    border-radius: 5px;
    margin: 0 auto 10px;
    font-size: 12px;
  }
}
#Works ul.WorksList li h3 {
  text-align: center;
  font-weight: bold;
  font-size: max(0.938vw, 18px);
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #Works ul.WorksList li h3 {
    font-size: max(0.938vw, 16px);
  }
}
#Works ul.WorksList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
#Works a.btn--green.btn--cubic {
  width: 100% !important;
}

.BtBox {
  margin: 1em;
  overflow: hidden;
  text-align: center;
  display: block;
}

/****************************************

        エラーコード（プロマスト）

*****************************************/
.table_design01 {
  border-collapse: collapse;
  width: 100%;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 10%;
  min-width: 4em;
  vertical-align: middle;
}
.table_design01 th.ttl {
  font-size: 0.7em;
  padding: 0;
}
.table_design01 td.ttl_thead {
  background-color: #99999b;
  color: #fff;
  font-weight: bold;
}

/****************************************

        新着情報共通

*****************************************/
#NewsHeadBt ul {
  width: 80%;
  margin: 6em auto 4em;
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}

#NewsHeadBt ul li {
  margin: 0 15px 0;
}

#NewsHeadBt ul li.navNomal a {
  width: 250px;
  color: #231815;
  border: solid 1px #231815;
  transition: all 0.3s;
  line-height: 180%;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  text-align: center;
}
#NewsHeadBt ul li.navNomal a:hover {
  background: #231815;
  border: solid 1px #231815;
  color: #fff;
}

#NewsHeadBt ul li.current a {
  background: #231815;
  border: solid 1px #231815;
  color: #fff;
}

#NewsHeadBt_SP {
  display: none;
}

#NewsArchiveBt {
  width: 70%;
  margin: 1em auto 0em;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

#NewsArchiveBt .Title {
  color: #036fb8;
  font-weight: bold;
  font-size: max(0.833vw, 16px);
  display: inline-block;
  text-align: right;
}

#NewsArchiveBt .Form {
  width: 180px;
  text-align: right;
}

#NewsArchiveBt .Form .s-btn {
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  background: #ffd610;
}

#NewsArchiveBt .Form select {
  border: 0;
  padding: 8px 20px;
  border: solid 1px #eee;
  margin: 0 0 0px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: max(0.833vw, 16px);
}

/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #NewsHeadBt ul {
    margin: 3em auto 2em;
  }
  #NewsArchiveBt {
    width: 80%;
  }
}
/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #NewsHeadBt {
    display: none;
  }
  #NewsHeadBt_SP {
    display: block;
    margin: 2em auto 2em;
  }
  #NewsHeadBt_SP .nav {
    overflow-x: auto;
    font-family: "Noto Sans JP", sans-serif;
  }
  #NewsHeadBt_SP .nav::-webkit-scrollbar {
    display: none;
  }
  #NewsHeadBt_SP .nav ul {
    display: flex;
    justify-content: center;
    padding: 12px;
    width: 100%;
    font-size: max(0.833vw, 20px);
  }
  #NewsHeadBt_SP .nav ul > li.navNomal {
    white-space: nowrap;
    padding: 0 8px;
  }
  #NewsHeadBt_SP .nav ul > li.navNomal a {
    background: #fff;
    border: solid 1px #231815;
    transition: all 0.3s;
    line-height: 180%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #231815;
  }
  #NewsHeadBt_SP .nav ul > li.navNomal a:hover {
    background: #231815;
    border: solid 1px #231815;
    color: #fff;
  }
  #NewsHeadBt_SP .nav ul > li.current a {
    background: #231815;
    border: solid 1px #231815;
    color: #fff;
  }
  #NewsArchiveBt {
    width: 90%;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
/****************************************

        新着情報

*****************************************/
#News ul.List {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: 1em auto 10px auto;
}

#News ul.List li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 10px;
  flex-wrap: wrap;
  position: relative;
}

#News ul.List li figure {
  position: relative;
  width: 17%;
  padding-top: 15%;
  margin: 0;
}

#News ul.List li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: left;
}

#News ul.List li .Item {
  width: 80%;
}

#News ul.List li .Item h2 {
  font-size: max(0.938vw, 18px);
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #595757;
  margin-bottom: 1em;
}

#News ul.List li .Item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}

#News ul.List li .Item dl dt {
  width: 100px;
}

#News ul.List li .Item dl dd {
  border: solid 1px #8ec31f;
  padding: 1px 3px;
  font-size: max(0.625vw, 12px);
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100px;
  font-weight: bold;
}

#News ul.List li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#News ul.List li a:hover {
  background: #000000;
  opacity: 0.2;
}

#News ul.List li .icon {
  width: 12%;
  margin-right: 10px;
  border: solid 2px #1475aa;
  padding: 1px 0 1px 0;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #1475aa;
  font-weight: bold;
}

#News ul.List li .Date {
  width: 12%;
  display: inline-block;
}

#News ul.List li.Title {
  width: 70%;
  display: inline-block;
}

/* =PCノート
-----------------------------------------------------------------------------*/
/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #News ul.List {
    width: 80%;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #News ul.List {
    width: 90%;
  }
  #News ul.List li figure {
    position: relative;
    width: 17%;
    padding-top: 18%;
    margin: 0;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  #News ul.List li {
    margin-bottom: 1em;
  }
  #News ul.List li figure {
    width: 100%;
    padding-top: 55%;
    margin-bottom: 1em;
  }
  #News ul.List li .Item {
    width: 100%;
  }
}
/****************************************

        新着情報single

*****************************************/
#News_s .News_s_Nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#News_s .News_s_Box {
  width: 70%;
  padding: 3em;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  margin: 1em auto 3em;
}

#News_s .News_s_Box .Date {
  font-size: max(0.625vw, 12px);
  color: #00873b !important;
  font-weight: bold;
  display: block;
  margin-bottom: 2em;
}

#News_s .News_s_Box h3 {
  border-bottom: solid 1px #000;
  position: relative;
  font-size: max(1.302vw, 25px);
  margin-bottom: 2em;
  font-weight: bold;
  padding-bottom: 5px;
}

#News_s .News_s_Box h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #00873b;
  bottom: -1px;
  width: 20%;
}

/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #News_s .News_s_Box {
    width: 80%;
    margin: 1em auto 3em auto;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #News_s .News_s_Box {
    width: 90%;
    margin: 1em auto;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  #News_s .News_s_Box {
    padding: 1em;
  }
  #News_s .News_s_Box .Date {
    margin-bottom: 1em;
  }
  #News_s .News_s_Box h3 {
    margin-bottom: 1em;
    font-size: max(1.302vw, 20px);
  }
}
/****************************************

        FLOW

*****************************************/
.flow_ttl_wrap {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(35, 24, 21) 0%, rgb(35, 24, 21) 18%, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 100%);
}
.flow_ttl_wrap.cntWide {
  display: flex;
}

.flow_ttl_left {
  width: 770px;
}

@media screen and (max-width: 1700px) {
  .flow_ttl_left {
    width: 570px;
  }
}
.flow_ttl_right {
  z-index: 999;
  padding: 3em 0;
}
.flow_ttl_right ul > li {
  font-size: 1.8em;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.flow_ttl_right ul > li a:hover {
  color: #a48046;
  transition: 0.3s;
}
.flow_ttl_right ul > li .Flow_no {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: #a48046;
  font-size: clamp(30px, 1vw, 36px);
  margin: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .flow_ttl_right ul > li .Flow_no {
    margin: 15px 15px 15px 0;
  }
}
.flow_ttl_right ul > li.no_1, .flow_ttl_right ul > li.no_8 {
  margin-left: 8px;
}
.flow_ttl_right ul > li.no_2, .flow_ttl_right ul > li.no_7 {
  margin-left: 48px;
}
.flow_ttl_right ul > li.no_3, .flow_ttl_right ul > li.no_6 {
  margin-left: 74px;
}
.flow_ttl_right ul > li.no_4, .flow_ttl_right ul > li.no_5 {
  margin-left: 86px;
}

.circle {
  height: 740px; /* 半円の直径から約上下100pxずつ切り取る */
  overflow-y: hidden;
  width: 1000px;
  position: relative;
  left: -100px;
}

.line-circle,
.half-circle {
  width: 1000px; /* 半円の直径 ★ここ増減分を.flow_ttl_leftの幅に増減させるとOK */
  height: 1000px; /* 半円の半分の高さ */
  border-radius: 0% 50% 50% 0%; /* 半円を描くための border-radius 設定 */
  border: 3px solid #231815;
}

.flow_ttl_left {
  width: 770px;
}

@media screen and (max-width: 1700px) {
  /*-200px*/
  .flow_ttl_left {
    width: 570px;
  }
  .line-circle,
  .half-circle {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  /*-100px*/
  .flow_ttl_left {
    width: 470px;
  }
  .line-circle,
  .half-circle {
    width: 685px; /*ずれるので-115px*/
  }
}
@media screen and (max-width: 1000px) {
  /*-180px*/
  .flow_ttl_left {
    width: 290px;
  }
  .line-circle,
  .half-circle {
    width: 473px;
  }
}
.line-circle {
  background-color: #fff; /* 半円の背景色 */
  position: relative;
  /* left: 125px;
  margin-left: 100px; */
  top: -130px; /* （円の高さ　ー　.circleの高さ）/２ */
}

.half-circle {
  background-color: #231815; /* 半円の背景色 */
  position: relative;
  margin-left: -56px;
}

.text-inside {
  position: absolute;
  top: 50%; /* 上端中央に配置 */
  left: 50%; /* 横方向中央に配置 */
  transform: translate(-50%, -50%); /* 中央寄せ */
  color: white; /* テキストの色 */
  text-align: center;
  width: 100%;
}
.text-inside img {
  width: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flow_ttl_right ul > li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1000px) {
  .text-inside {
    left: 65%;
  }
  .flow_ttl_right ul > li.no_2, .flow_ttl_right ul > li.no_7 {
    margin-left: 27px;
  }
  .flow_ttl_right ul > li.no_3, .flow_ttl_right ul > li.no_6 {
    margin-left: 39px;
  }
  .flow_ttl_right ul > li.no_4, .flow_ttl_right ul > li.no_5 {
    margin-left: 43px;
  }
}
.topFlow_area.page_flow {
  background: url(../img/flow_sp_bg.jpg);
  color: #231815;
}

.page_flow .Flow_arrow {
  color: #231815;
  height: 1.5em;
  margin-left: 22px;
}

.page_flow .Flow_ttl {
  font-size: 18px;
}
.page_flow .Flow_ttl a:hover {
  color: #a48046;
}

.page_flow .Flow_no {
  margin: 8px 10px 8px 0;
  height: 45px;
  width: 45px;
  font-size: clamp(20px, 1vw, 25px);
  line-height: 45px;
}

@media screen and (max-width: 768px) {
  .page_flow .topFlow_left,
  .page_flow .topFlow_Right {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 468px) {
  .page_flow .topFlow_left,
  .page_flow .topFlow_Right {
    width: 90%;
    margin: 0 auto;
  }
}
section.flowchart_area {
  padding: 100px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  section.flowchart_area {
    padding: 10px 0;
  }
}

:root {
  --flowchart-size: 60px; /* 番号大きさ 変更可 */
  --flowchart-border: 31px; /* 縦線太さ 変更可(12px以上) */
}
@media only screen and (max-width: 768px) {
  :root {
    --flowchart-size: 21px; /* 番号大きさ 変更可 */
    --flowchart-border: 21px; /* 縦線太さ 変更可(12px以上) */
  }
}

.flowchart {
  list-style: none !important;
  counter-reset: flownum; /* リストアイテムの名称(任意) */
  position: relative;
  margin: 1em 0; /* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}

.flowchart li {
  position: relative;
  padding: 0 0 0 calc(var(--flowchart-size) + var(--flowchart-border) + 8px + 30px);
}

.flowchart-content {
  position: relative;
  padding: 0 0 2em;
}
@media only screen and (max-width: 768px) {
  .flowchart-content {
    padding: 0 0 1em;
  }
}

/* 縦線デザイン */
.flowchart::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) + 8px);
  width: var(--flowchart-border);
  height: calc(100% + 6px);
  background: rgb(230, 230, 230);
  border-radius: 30px; /* 縦線角の丸み, 不要ならこの一行削除 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  top: -0.5em; /* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%; /* 番号円形, 四角形で良ければこの一行削除 */
  background: var(--flowchart-gradient);
  color: rgb(51, 51, 51); /* 番号文字色 */
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  .flowchart li::before {
    font-size: 2em;
  }
}

/* ドットデザイン */
.flowchart li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em; /* 破線とのバランスを見て適宜調整 */
  left: calc(var(--flowchart-size) + 8px + 2px);
  width: calc(var(--flowchart-border) - 4px);
  height: calc(var(--flowchart-border) - 4px);
  border-radius: 50%;
  background: #a48046; /* ドットの色 */
}

/* 工程タイトル */
.flowchart-title {
  position: relative;
  margin: 0 0 0.6em;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4; /* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
  padding-bottom: 10px;
  border-bottom: 1px solid #a48046;
}
@media only screen and (max-width: 768px) {
  .flowchart-title {
    font-size: 1.2em;
  }
}

/* タイトル横破線 デザイン */
.flowchart-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: calc((var(--flowchart-border) / 2 + 30px) * -1);
  width: 28px;
  border-top: 1px dashed rgb(150, 150, 150); /* 破線の太さと色 */
}

/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
}
@media only screen and (max-width: 768px) {
  .flowchart li p {
    font-size: 14px;
  }
}

.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}

.flowchart-detail img {
  margin: 20px auto 50px;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .flowchart-detail img {
    margin: 20px auto 20px;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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 */