@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:株式会社西日本住研
Description:株式会社西日本住研│大阪市を中心とした原状回復・リフォーム・リノベーション
Version: 1.0
License:株式会社西日本住研
License URI:https: //kk-njk.co.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
}

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

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

メディアクエリ/レスポンシブ用mixin

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

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333;
}

h1 {
  line-height: 1.5 !important;
  font-size: 4em;
  letter-spacing: 0.06em;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h2 {
  line-height: 1.5 !important;
  font-size: 3rem;
  letter-spacing: 0.06em;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

h3 {
  line-height: 1.5 !important;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #FF0000;
  text-decoration: none;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #DF9F0E;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #2C6D73;
  text-decoration: underline;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 26px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all 0.3s;
}
.btn a:hover::before {
  right: 20px;
}
.btn.btn-green a {
  background: #26AC66;
}
.btn.btn-green:hover a {
  background: #114C2D;
}
.btn.btn-pink a {
  background: #E06D9B;
}
.btn.btn-pink:hover a {
  background: #631434;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  position: relative;
  z-index: 100;
}
header .header_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 150px 30px 30px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 15px;
  }
}
header .header_box .h_logo {
  filter: drop-shadow(0 0 10px #000);
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 160px;
  }
}
header .header_box .h_right {
  text-align: right;
}
header .header_box .h_right .tel {
  color: #fff;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: right;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
header .header_box .h_right .tel::before {
  content: url(images/tel.svg);
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
header .h_mail a {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: #26AC66;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 500;
  text-decoration: none;
}
header .h_mail a p {
  color: #fff;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
header .h_mail a:hover {
  background: #E06D9B;
}

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

PCヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .h_right,
  .h_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #26AC66;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    text-decoration: none;
    color: #fff;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #26AC66 !important;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  *zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
@media screen and (max-width: 1250px) {
  #g_navi .menu > li {
    margin-left: 25px;
  }
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  #g_navi .menu li a {
    font-size: 1.6rem;
  }
}
#g_navi .menu li ul {
  min-width: 160px;
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}
#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #26AC66;
}
#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #26AC66;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #g_navi .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  #g_navi .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #26AC66;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #g_navi .menu > li > a:after {
    bottom: 0;
  }
  #g_navi .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  overflow: hidden;
}
#mv_top .mv_img img {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 78vw;
  }
}
#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    width: 100%;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: 100%;
  }
}
#mv_page .mv_img img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 42vw;
  }
}
#mv_page .mv_txt {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 46%;
  left: 0;
  font-size: 5rem;
  letter-spacing: 0.16em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt {
    font-size: 2.8rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

.metaslider .flexslider {
  margin: 0 !important;
}

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

content 共通設定

*****************************************/
.img_round {
  border-radius: 10px;
  overflow: hidden;
}

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

.youtube-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 20px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 10px 10px 0;
  }
}
.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #26AC66;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #26AC66;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 0 auto;
}

main#page_main {
  width: 100%;
  padding: 0 calc((100% - 1080px) / 2) 140px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    padding: 0 10px 60px;
  }
}
main#page_main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 693px;
  background: url(images/bg03.jpg) no-repeat bottom center/cover;
  z-index: -10;
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_tc {
    text-align: center;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_bg01 {
  width: 100%;
  min-height: 695px;
  margin: auto;
  background: url(images/bg01.jpg) no-repeat center bottom;
  background-size: 1920px;
}
@media screen and (max-width: 767px) {
  .top_bg01 {
    background-size: 200%;
    background-position: bottom left;
  }
}

.top_bg02 {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_bg02 {
    background-size: cover;
  }
}
.top_bg02::before {
  content: "GENERAL";
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: rgba(39, 173, 103, 0.2);
  font-size: 24rem;
  letter-spacing: 0.02em;
  line-height: 0.5;
  position: absolute;
  top: 20px;
  left: -30px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_bg02::before {
    font-size: 8rem;
    top: 0;
    left: -10px;
  }
}
.top_bg02::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: calc(100% + 90px);
  background: url(images/bg02.png) no-repeat left/cover;
  z-index: -10;
}

.top_bg03 {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  background: url(images/bg03.jpg) no-repeat center bottom;
  background-size: 1920px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_bg03 {
    background-size: 200%;
    background-position: bottom right;
  }
}
.top_bg03::before {
  content: "PARTIAL";
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: rgba(224, 109, 155, 0.2);
  font-size: 24rem;
  letter-spacing: 0.02em;
  line-height: 0.5;
  position: absolute;
  top: 80px;
  right: -12px;
  width: 100%;
  z-index: -1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_bg03::before {
    font-size: 8rem;
    top: 60px;
    right: -10px;
  }
}
.top_bg03::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  width: 910px;
  aspect-ratio: 910/851;
  background: url(images/bg03-2.png) no-repeat center/contain;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .top_bg03::after {
    content: none;
    width: 80%;
    right: -150px;
  }
}

.top_box01 {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 30px 10px 0;
    margin-bottom: 40px;
  }
}
.top_box01::before {
  content: "ABOUT US";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #DFF3E8;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box01::before {
    font-size: 19.2vw;
    top: -16px;
    white-space: nowrap;
  }
}
.top_box01 h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.2 !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 {
    font-size: clamp(20px, 2.6vw, 36px);
    font-size: 3.2rem;
    line-height: 1;
  }
}
.top_box01 h2 .sm {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .sm {
    font-size: 2rem;
  }
}
.top_box01 h2 .green {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .pink {
    display: block;
    line-height: 1.2;
  }
}

.top_box02 {
  width: 100%;
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 0 10px 60px 10px;
  }
}
.top_box02 h2 {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
.top_box02 .top_box02_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  counter-reset: num_a;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.top_box02 .top_box02_list li {
  background: #26AC66;
  text-align: center;
  padding: 40px 0;
  filter: drop-shadow(10px 10px 0 rgba(47, 172, 103, 0.2));
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_list li {
    width: 250px;
    min-height: 300px;
    transform: skewX(-10deg);
  }
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li {
    width: 100%;
    padding: 20px;
    -moz-text-align-last: left;
         text-align-last: left;
    filter: drop-shadow(5px 5px 0 rgba(47, 172, 103, 0.2));
  }
}
.top_box02 .top_box02_list li::before {
  content: counter(num_a, decimal-leading-zero);
  counter-increment: num_a;
  position: absolute;
  top: 5px;
  left: -20px;
  color: #239A5C;
  font-size: 8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li::before {
    font-size: 3.4rem;
    left: -5px;
  }
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_list li:nth-child(even) {
    margin-top: 40px;
    margin-right: 14px;
  }
}
.top_box02 .top_box02_list li .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_list li .inner {
    transform: skewX(10deg);
  }
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li .inner {
    display: flex;
    align-items: center;
  }
}
.top_box02 .top_box02_list li .inner p {
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .top_box02 .top_box02_list li .inner p {
    margin-top: 20px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_list li .inner img {
    width: 70px;
    margin-right: 15px;
  }
}

.top_box03 {
  max-width: 1620px;
  width: 100%;
  padding: 72px 2.5% 60px;
  margin: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 30px 10px;
  }
}
.top_box03 h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.top_box03 .btn {
  max-width: 360px;
  width: 100%;
  margin: 40px auto 0;
}

.top_box04 {
  max-width: 1620px;
  width: 100%;
  padding: 120px 2.5% 100px;
  margin: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 90px 10px 70px;
  }
}
.top_box04 h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.top_box04 .btn {
  max-width: 360px;
  width: 100%;
  margin: 40px auto 0;
}

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

業務内容 トップ用

*****************************************/
.gallery_post-top {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .gallery_post-top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
}
.gallery_post-top article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .gallery_post-top article figure {
    aspect-ratio: 1/1;
  }
}
.gallery_post-top article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery_post-top article h3 {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2rem;
  padding: 15px 10px 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gallery_post-top article h3 {
    font-size: 1.4rem;
    padding: 15px 0 10px;
  }
}
.gallery_post-top article h3 a {
  text-decoration: none;
  color: #333;
}
.gallery_post-top article h3.tit_green {
  border-bottom: 1px solid rgba(39, 173, 103, 0.3);
}
.gallery_post-top article h3.tit_green a:hover {
  color: #26AC66;
}
.gallery_post-top article h3.tit_pink {
  border-bottom: 1px solid rgba(224, 109, 155, 0.3);
}
.gallery_post-top article h3.tit_pink a:hover {
  color: #E06D9B;
}
.gallery_post-top article .date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .gallery_post-top article .date {
    font-size: 1.2rem;
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .gallery_post-top article {
    width: 22.5%;
    float: left;
  }
  .gallery_post-top article:nth-child(even) {
    margin-right: 2.5%;
  }
  .gallery_post-top article:first-child {
    width: 50%;
    margin-right: 2.5%;
  }
  .gallery_post-top article:first-child figure {
    aspect-ratio: 1/1;
  }
  .gallery_post-top article:first-child h3 {
    font-size: 2.6rem;
    padding: 15px 10px;
  }
  .gallery_post-top article:nth-child(2n) {
    margin: 60px 2.5% 40px 0;
  }
  .gallery_post-top article:nth-child(2n) figure {
    aspect-ratio: 4/3;
  }
  .gallery_post-top article:nth-child(3n) {
    margin: -60px 0 40px;
  }
  .gallery_post-top article:nth-child(4n) {
    margin: -4vw 2.5% 0 0;
  }
  .gallery_post-top article:nth-child(4n) figure {
    aspect-ratio: 3/4;
  }
  .gallery_post-top article:nth-child(5n) {
    margin: 0;
  }
  .gallery_post-top article:nth-child(5n) figure {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .gallery_post-top article {
    width: 49%;
  }
  .gallery_post-top article:first-child {
    width: 100%;
  }
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .news_post_wrap {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 540px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .news_post_wrap {
    margin: 30px 0;
    border-bottom: 1px solid #165F38;
    margin: 15px auto 0;
    border: 1px solid #165F38;
    width: calc(100% - 20px);
    overflow: hidden;
  }
}
.news_post_wrap h2 {
  background: #165F38;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_post_wrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news_post_wrap h2 {
    font-size: 1.8rem;
    width: 32%;
    padding: 8px 20px;
  }
}
.news_post_wrap h2::before {
  content: "";
  width: 16px;
  height: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #165F38;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 10;
}
.news_post_wrap h2::after {
  content: "";
  width: 16px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #165F38;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 10;
}
.news_post_wrap .news_post {
  width: 100%;
}
.news_post_wrap .news_post article {
  position: relative;
  padding: 30px;
  background: #fff;
  transition: all 0.6s;
  padding: 25px 60px 25px 30px;
}
@media screen and (max-width: 767px) {
  .news_post_wrap .news_post article {
    width: 100%;
    padding: 15px 20px;
  }
}
.news_post_wrap .news_post article::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 25px;
  width: 26px;
  height: 5px;
  border-bottom: 1px solid #26AC66;
  border-right: 1px solid #26AC66;
  transform: skew(45deg);
  transition: all 0.3s;
}
.news_post_wrap .news_post article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.news_post_wrap .news_post article .date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #26AC66;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .news_post_wrap .news_post article .date {
    width: 100%;
    font-size: 1.3rem;
  }
}
.news_post_wrap .news_post article h3 {
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post_wrap .news_post article h3 {
    font-size: 1.4rem;
  }
}
.news_post_wrap .news_post article h3::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #165F38;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.5s;
}
.news_post_wrap .news_post article:hover::before {
  right: 20px;
}
.news_post_wrap .news_post article:hover h3 {
  color: #165F38;
}
.news_post_wrap .news_post article:hover h3::after {
  transform: scale(1, 1);
  transform-origin: left;
}

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

content下層用

*****************************************/
.gallery_post-page {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .gallery_post-page {
    gap: 30px 2%;
    margin-top: 0;
  }
}
.gallery_post-page article {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .gallery_post-page article {
    width: 49%;
  }
}
.gallery_post-page article figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 767px) {
  .gallery_post-page article figure {
    aspect-ratio: 1/1;
  }
}
.gallery_post-page article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery_post-page article h2 {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2rem;
  padding: 15px 10px 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gallery_post-page article h2 {
    font-size: 1.4rem;
    padding: 15px 0 10px;
  }
}
.gallery_post-page article h2 a {
  text-decoration: none;
  color: #333;
}
.gallery_post-page article h2.tit_green {
  border-bottom: 1px solid rgba(39, 173, 103, 0.3);
}
.gallery_post-page article h2.tit_green a:hover {
  color: #26AC66;
}
.gallery_post-page article h2.tit_pink {
  border-bottom: 1px solid rgba(224, 109, 155, 0.3);
}
.gallery_post-page article h2.tit_pink a:hover {
  color: #E06D9B;
}
.gallery_post-page article .date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .gallery_post-page article .date {
    font-size: 1.2rem;
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .gallery_post-page article:nth-child(even) {
    margin-bottom: 60px;
  }
  .gallery_post-page article:nth-child(even) figure {
    aspect-ratio: 4/3;
  }
  .gallery_post-page article:nth-child(odd) {
    margin-top: -60px;
  }
  .gallery_post-page article:nth-child(odd) figure {
    aspect-ratio: 3/4;
  }
}

.flow_arr {
  position: relative;
  margin: 0 auto -10px auto;
  width: 80px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E06D9B;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .flow_arr {
    width: 60px;
    height: 30px;
  }
}

.blog_post article {
  width: 100%;
  position: relative;
}
.blog_post article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 26px;
  height: 5px;
  border-bottom: 1px solid #26AC66;
  border-right: 1px solid #26AC66;
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .blog_post article::before {
    width: 16px;
    height: 4px;
    right: 10px;
  }
}
.blog_post article a {
  display: flex;
  padding: 30px 80px 30px 20px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blog_post article a {
    flex-direction: column;
    padding: 20px 40px 20px 10px;
  }
}
.blog_post article a:hover {
  background: rgba(39, 173, 103, 0.1);
}
.blog_post article a .date {
  display: inline-block;
  color: #26AC66;
  width: 130px;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .blog_post article a .date {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.blog_post article a h2 {
  width: calc(100% - 130px);
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .blog_post article a h2 {
    width: 100%;
    font-size: 1.4rem;
  }
}

.policy {
  background: #EAEAEA;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
    text-align: left;
  }
}
.policy span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #26AC66;
}
@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.4rem;
  }
}
.policy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

.content_tel .number {
  display: block;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333;
  text-align: center;
}
.content_tel .number::before {
  content: url(images/tel.svg);
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

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

ELウィジェット

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.container_box01 .elementor-container {
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .container_box01 .elementor-container {
    gap: 10px;
  }
}

.elementor-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .elementor-container .w300 {
    width: 300px !important;
  }
  .elementor-container .w400 {
    width: 400px !important;
  }
  .elementor-container .w520 {
    width: 520px !important;
  }
  .elementor-container .w720 {
    width: 720px !important;
  }
}

.table_list01 {
  width: 100%;
}
.table_list01 .elementor-price-list {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list {
    -o-border-image: none;
       border-image: none;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item {
  margin-bottom: 0 !important;
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    flex-direction: column;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
  margin-bottom: 0 !important;
  width: 30%;
  max-width: 100% !important;
  flex-basis: revert !important;
  align-items: stretch;
  background: #E9F7F0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
    width: 100%;
    border-bottom: none;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
  width: 100%;
  max-width: 100%;
  padding: 16px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
    border-bottom: none;
    padding: 10px;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
  width: 70%;
  max-width: 100% !important;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
    width: 100%;
    padding: 10px;
  }
}

.icon_list01 .elementor-icon-list-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon_list01 .elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start;
  width: 100%;
  margin: 0 !important;
}
.icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 8px;
  }
}

.elementor-button {
  border-radius: 0;
  line-height: 1.5;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: auto;
}

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

.top_btn01 .elementor-button {
  background-image: url(images/btn_deco01.png);
  background-position: center right 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_btn01 .elementor-button:hover {
  background-image: url(images/btn_deco02.png);
}
@media screen and (min-width: 768px) {
  .top_btn01 .elementor-button {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .top_btn01 .elementor-button {
    width: 100%;
  }
}

.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  margin-bottom: 50px;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
    margin-bottom: 25px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  border-bottom: 1px dotted #aaa !important;
  padding: 8px 0 18px 45px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 6px 0 16px 40px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 10px;
  color: #fff;
  background: #2F6AA6;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100vw;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  text-decoration: none !important;
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
  position: relative;
  padding: 30px;
  background: #EBF0F6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 20px;
  }
}
.faq .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-right {
  margin-top: 8px;
}

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

aside

*****************************************/
#bottom_area {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 80px calc((100% - 1080px) / 2);
  position: relative;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #bottom_area {
    padding: 40px 10px;
  }
}
#bottom_area p,
#bottom_area a {
  color: #fff;
}
#bottom_area::before {
  content: "CONTACT";
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: rgba(255, 255, 255, 0.15);
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 0.5;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: -1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #bottom_area::before {
    font-size: 8rem;
    top: 40px;
    margin-bottom: 15px;
  }
}
#bottom_area::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: calc(100% + 82px);
  background: url(images/bg04.png) no-repeat top center/cover;
  z-index: -10;
}
#bottom_area h2 {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #bottom_area h2 {
    font-size: 3.2rem;
  }
}
#bottom_area .txt {
  text-shadow: 0 0 10px #000;
}
#bottom_area .bottom_area_btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #bottom_area .bottom_area_btn-wrap {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.tel {
  text-align: center;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.tel .direct {
  display: block;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.tel .direct::before {
  content: url(images/tel.svg);
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.tel .office {
  display: block;
  margin-top: 20px;
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 27px;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.tel .office span {
  background: #26AC66;
  border-radius: 3px;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 3px 10px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail {
  width: 340px;
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a {
  width: 100%;
  height: 100%;
  background: #26AC66;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 42px 0;
}
@media screen and (max-width: 767px) {
  #bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a {
    padding: 30px 0;
  }
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a p {
  color: #fff;
  font-size: 1.8rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a img {
    width: 23px;
  }
}
#bottom_area .bottom_area_btn-wrap .bottom_area_btn.mail a:hover {
  background: #E06D9B;
}

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

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 20px;
}

#single_box h1 {
  font-size: 2.6rem;
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #333;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #333;
  border: solid 1px #333;
  color: white;
}

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #26AC66;
  border-bottom: 1px solid #26AC66;
  text-decoration: none;
  color: #26AC66;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #26AC66;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #26AC66;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #26AC66;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #26AC66;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 30px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.serif {
  font-family: "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.hina {
  font-family: "Hina Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.red {
  color: #FF0000;
}

.blue {
  color: #2C6D73;
}

.green {
  color: #26AC66;
}

.pink {
  color: #E06D9B;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
  .w720 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_tit01 {
  font-size: 4.8rem;
  color: #2C6D73;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_tit01 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
}
.top_tit01 span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #52413D;
  margin-left: 15px;
}

.top_tit02 {
  font-size: 4.8rem;
  color: #2C6D73;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_tit02 {
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
}
.top_tit02 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #52413D;
}

.headline {
  text-align: center;
  margin-bottom: 60px !important;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px !important;
    padding-top: 5px;
  }
}
.headline span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18rem;
  letter-spacing: 0.02em;
  color: rgba(38, 172, 102, 0.15);
  position: absolute;
  top: -114px;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 7.8rem;
    top: -50px;
  }
}
.headline.h_pink span {
  color: rgba(224, 109, 155, 0.15);
}

.subhead01 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 15px !important;
  }
}
.subhead01 span {
  display: block;
  color: #26AC66;
  font-size: 4rem;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .subhead01 span {
    font-size: 2.6rem;
    display: inline-block;
    margin-right: 10px;
  }
}

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

footer-PC

*****************************************/
footer {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  background: #0A2B1A;
}
footer::after {
  content: "";
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
  height: 47px;
  background: url(images/bg05.png) no-repeat left/cover;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  footer::after {
    top: -30px;
    height: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  footer #sp_footer {
    display: none;
  }
  footer #pc_footer {
    padding: 80px calc((100% - 1080px) / 2) 40px;
  }
  footer #pc_footer .pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  footer #pc_footer p {
    color: #fff;
    font-size: 1.4rem;
  }
  footer #pc_footer .copyright {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: right;
  }
  footer #pc_footer .footer_box {
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  footer #pc_footer .footer_box_left .f_logo {
    margin-bottom: 30px;
  }
  footer #pc_footer .footer_box_left .footer_box_right {
    width: 400px;
  }
  footer .sitemap {
    width: 560px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 1.4rem;
    gap: 20px;
    margin-bottom: 50px;
  }
  footer .sitemap a {
    width: 125px;
    text-decoration: none;
    letter-spacing: 0.06em;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    color: #fff;
    padding-left: 20px;
  }
  footer .sitemap a::before {
    content: "";
    width: 10px;
    height: 1px;
    background: rgba(253, 250, 236, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  footer .sitemap a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  footer .sitemap a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/****************************************

footer-SP

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 40px 10px;
    margin-bottom: 60px;
    /* ----sp追従---- */
  }
  footer p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
  }
  footer #pc_footer,
  footer .sitemap {
    display: none;
  }
  footer #sp_footer {
    width: 100%;
  }
  footer #sp_footer .copyright {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    margin: 15px 0 0 0;
  }
  footer .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  footer .sp_bana .sp_bana_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
    background: #26AC66;
  }
  footer .sp_bana .sp_bana_parts a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  footer .sp_bana .sp_bana_parts span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    line-height: 1.4;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #fff;
  }
  footer .sp_bana .sp_bana_parts span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
  }
  footer .sp-tel::after {
    background-image: url(images/sp-tel.svg);
    background-size: 18px;
  }
  footer .sp-contact::after {
    background-image: url(images/sp-contact.svg);
    background-size: 20px;
  }
  footer .sp-pagetop::after {
    background-image: url(images/sp-pagetop.svg);
    background-size: 18px;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 330px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 330px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #26AC66;
  background-color: #26AC66;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #26AC66;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */