@charset "UTF-8";
/* No CSS */
/*
Theme Name: asukaengeisya
Description: 
Theme URI: https://www.asukaengeisya.co.jp/
Version: 1.0
License: asukaengeisya
License URI: https://www.asukaengeisya.co.jp/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  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;
}

@media screen and (max-width: 767px) {
  /* section img{
		width: auto;
		height: auto;
	} */
}

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,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

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

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

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

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "NotoSansCJKjp", "メイリオ", Meiryo,
 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",
 "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.06em;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
  body {
    min-width: initial;
  }
}

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

ページ共通

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

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

.inner {
  max-width: 1040px;
  margin: 0 auto;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: 1.6rem;
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
 "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.5rem;
  }
}

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

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

pcヘッダー

*****************************************/
header {
  padding: 20px 0;
  background-color: #78cc1e;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner #g_navi {
  width: 775px;
}

header .inner #g_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner #g_navi ul li a {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

header .inner #g_navi ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px dotted #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
}

header .inner #g_navi ul li a span {
  font-weight: normal;
  color: #1f3f1a;
  font-size: 1rem;
}

header .inner #g_navi ul li:last-child a::after {
  width: 0;
  height: 0;
  border-left: none;
}

header .inner #g_navi ul li ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .inner #g_navi ul li ul li a::after {
  width: 0;
  height: 0;
  border-left: none;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  #slider .slides {
    width: 100%;
    overflow: hidden;
  }
  #slider .slides img {
    width: 180%;
    margin: -5% 0 -5% -40%;
  }
}

/*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #666;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(31, 63, 26, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #1f3f1a 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #1f3f1a !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
    #sp_navi .sub-menu li a:hover {
        color: #333;
        background: none;
    }
*/
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}

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

pc用 横ナビ

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

#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 10px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
#g_navi .menu li ul li{
    width: 100%;
    border-left: none !important;
    padding: 0;
}
*/
#g_navi .menu li a:hover {
  color: #6a6260;
}

#g_navi .menu li ul li a {
  width: 150px;
  padding: 13px 2px;
  border-top: 1px solid #fcf9f3;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #1f3f1a;
  color: #fff;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  color: #1f3f1a;
  background: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

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

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}

/* 下層キービジュアル*/
.about_teaser {
  width: 100%;
  height: 300px;
  background: url(images/about_teaser.jpg) top center no-repeat;
  background-size: cover;
}

.customer_teaser {
  width: 100%;
  height: 300px;
  background: url(images/customer_teaser.jpg) top center no-repeat;
  background-size: cover;
}

.corporation_teaser {
  width: 100%;
  height: 300px;
  background: url(images/corporation_teaser.jpg) top center no-repeat;
  background-size: cover;
}

.work_teaser {
  width: 100%;
  height: 300px;
  background: url(images/work_teaser.jpg) top center no-repeat;
  background-size: cover;
}

.info_teaser {
  width: 100%;
  height: 300px;
  background: url(images/info_teaser.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .about_teaser {
    width: 100%;
    height: 150px;
    background: url(images/about_teaser.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .customer_teaser {
    width: 100%;
    height: 150px;
    background: url(images/customer_teaser.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .corporation_teaser {
    width: 100%;
    height: 150px;
    background: url(images/corporation_teaser.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .work_teaser {
    width: 100%;
    height: 150px;
    background: url(images/work_teaser.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .info_teaser {
    width: 100%;
    height: 150px;
    background: url(images/info_teaser.jpg) top center no-repeat;
    background-size: cover;
  }
}

/*max-width:767px*/
/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
}

.breadcrumb {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 30px;
  }
  .breadcrumb {
    display: none;
  }
}

/*max-width:767px*/
.breadcrumb p {
  color: #333333;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #463a39;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 50px;
  position: relative;
  font-size: 1.4rem;
}

.btn_box02 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn_box03 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.btn_box04 a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #b90f06;
  position: relative;
  font-size: 1.4rem;
}

.btn_box01 a:hover {
  opacity: 0.7;
}

.btn_box02 a:hover {
  opacity: 0.7;
}

.btn_box03 a:hover {
  opacity: 0.7;
}

.btn_box04 a:hover {
  opacity: 0.7;
}

.btn_box05 a:hover {
  opacity: 0.7;
}

.btn_box01 a img {
  width: 100%;
  height: auto;
}

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

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_box01 .top_box01_content {
  margin-left: 20px;
  width: 740px;
  position: relative;
}

.top_box01 .top_box01_content::after {
  position: absolute;
  content: "";
  width: 328px;
  height: 410px;
  background: url(images/top_bg02.jpg) no-repeat;
  right: -50px;
  bottom: -150px;
  z-index: -1;
}

.top_box01 .top_box01_content .top_box01_tit {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  color: #1f3f1a;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}

.top_box01 .top_box01_content .top_box01_tit span {
  font-size: 2.2rem;
  color: #333;
}

.top_box01 .top_box01_content .top_box01_txt {
  margin-bottom: 50px;
}

.top_box01 .top_box01_content .top_box01_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_box01 .top_box01_content .top_box01_btn li:first-child {
  margin-right: 30px;
}

.top_box01 .top_box01_content .top_box01_btn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f3f1a;
  position: relative;
  width: 230px;
}

.top_box01 .top_box01_content .top_box01_btn li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1f3f1a;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_box01 .top_box01_pic {
  margin-left: 80px;
  overflow: hidden;
  width: 950px;
}

.top_box01 .top_box01_pic img {
  position: relative;
  width: 950px;
  height: auto;
  left: calc(50% - 475px);
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box01 .top_box01_content {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_content::after {
    position: absolute;
    content: "";
    width: 328px;
    height: 410px;
    background: url(images/top_bg02.jpg) no-repeat;
    right: -50px;
    bottom: -150px;
    z-index: -1;
  }
  .top_box01 .top_box01_content .top_box01_tit {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_content .top_box01_tit span {
    font-size: 1.8rem;
  }
  .top_box01 .top_box01_content .top_box01_txt {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_content .top_box01_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box01 .top_box01_content .top_box01_btn li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_content .top_box01_btn li a {
    margin: 0 auto;
  }
  .top_box01 .top_box01_pic {
    margin-left: 0;
    overflow: auto;
    width: 100%;
  }
  .top_box01 .top_box01_pic img {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
  }
}

/*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 65px 0 80px;
  background: url(images/top_bg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}

.top_box02::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 1px;
  height: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.top_box02 .top_box02_tit {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 50px;
}

.top_box02 .top_box02_tit span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.top_box02 .top_box02_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.top_box02 .top_box02_content li {
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.3);
}

.top_box02 .top_box02_txt {
  text-align: center;
  margin-bottom: 50px;
}

.top_box02 .top_box02_btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f3f1a;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

.top_box02 .top_box02_btn a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1f3f1a;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 0;
  }
  .top_box02::after {
    height: 50px;
  }
  .top_box02 .top_box02_tit {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .top_box02 .top_box02_content li:first-child {
    margin-bottom: 20px;
  }
  .top_box02 .top_box02_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
}

/*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_box03 .top_box03_content {
  width: 748px;
  position: relative;
  margin-right: 20px;
}

.top_box03 .top_box03_content::after {
  position: absolute;
  content: "";
  width: 453px;
  height: 398px;
  background: url(images/top_bg03.jpg) no-repeat;
  right: -50px;
  bottom: -150px;
  z-index: -1;
}

.top_box03 .top_box03_content .top_box03_tit {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  color: #1f3f1a;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
}

.top_box03 .top_box03_content .top_box03_tit span {
  font-size: 2.2rem;
  color: #333;
}

.top_box03 .top_box03_content .top_box03_txt {
  margin-bottom: 50px;
}

.top_box03 .top_box03_content .top_box03_btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f3f1a;
  position: relative;
  width: 230px;
}

.top_box03 .top_box03_content .top_box03_btn a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1f3f1a;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top_box03 .top_box03_pic {
  margin-right: 80px;
  overflow: hidden;
  width: 950px;
}

.top_box03 .top_box03_pic img {
  position: relative;
  width: 950px;
  height: auto;
  left: calc(50% - 475px);
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box03 .top_box03_content {
    width: 100%;
    margin-right: 0;
  }
  .top_box03 .top_box03_content::after {
    position: absolute;
    content: "";
    width: 453px;
    height: 398px;
    background: url(images/top_bg03.jpg) no-repeat;
    right: -50px;
    bottom: -150px;
    z-index: -1;
  }
  .top_box03 .top_box03_content .top_box03_tit {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_content .top_box03_tit span {
    font-size: 1.8rem;
  }
  .top_box03 .top_box03_content .top_box03_txt {
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_content .top_box03_btn a {
    margin: 0 auto;
  }
  .top_box03 .top_box03_pic {
    margin-right: 0;
    overflow: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .top_box03 .top_box03_pic img {
    width: 100%;
    height: auto;
    left: auto;
  }
}

/*max-width:767px*/
/*4カラム*/
@media screen and (min-width: 768px) {
  .top_box04_content::before {
    content: "";
    display: block;
    width: 240px;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_box04_content::after {
    content: "";
    display: block;
    width: 240px;
    height: 0;
  }
}

/*min-width:768px*/
.top_box04 {
  padding: 65px 0 80px;
  background: url(images/top_bg01.jpg) top center no-repeat;
  background-size: cover;
}

.top_box04 .top_box04_tit {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
  position: relative;
}

.top_box04 .top_box04_tit::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_box04 .top_box04_tit::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_box04 .top_box04_tit span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.top_box04 .top_box04_content {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_box04 .top_box04_content figure {
  width: 240px;
  border: 3px solid #fff;
}

.top_box04 .top_box04_content figure a {
  position: relative;
  display: block;
  width: 100%;
}

.top_box04 .top_box04_content figure a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.top_box04 .top_box04_content figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

.top_box04 .top_box04_btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

.top_box04 .top_box04_btn a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0;
  }
  .top_box04 .top_box04_tit {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_tit::before {
    bottom: -10px;
  }
  .top_box04 .top_box04_tit::after {
    bottom: -13px;
  }
  .top_box04 .top_box04_content {
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_content figure {
    width: 48%;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top_box05 .top_box05_tit {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.3;
}

.top_box05 .top_box05_tit span {
  font-size: 1.4rem;
  color: #1f3f1a;
}

.top_box05 .top_box05_content {
  width: 780px;
  height: 280px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

.top_box05 .top_box05_content::after {
  position: absolute;
  content: "";
  width: 310px;
  height: 217px;
  background: url(images/top_bg04.jpg) no-repeat;
  right: 0;
  bottom: 80px;
  z-index: -1;
}

.top_box05 .top_box05_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}

.top_box05 .top_box05_content article .news_cal {
  margin-right: 30px;
}

.top_box05 .top_box05_content article .news_cal time {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #1f3f1a;
}

.top_box05 .top_box05_content article .news_tit a {
  text-decoration: none;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.top_box05 .top_box05_content article .news_tit a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f3f1a;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.top_box05 .top_box05_content article .news_tit a:hover {
  opacity: 1;
}

.top_box05 .top_box05_content article .news_tit a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top_box05 .top_box05_content article:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box05 .top_box05_tit {
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
  }
  .top_box05 .top_box05_content {
    width: 100%;
    padding-right: 5px;
  }
  .top_box05 .top_box05_content::after {
    bottom: 50px;
  }
  .top_box05 .top_box05_content article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .top_box05 .top_box05_content article .news_cal {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .top_box05 .top_box05_content::-webkit-scrollbar {
    width: 1px;
  }
  .top_box05 .top_box05_content::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box05 .top_box05_content::-webkit-scrollbar-thumb {
    background: #999;
  }
}

/*max-width:767px*/
/*6カラム*/
.top_box06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box06 li:first-child {
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt540 {
  width: 540px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt590 {
  width: 590px;
}

.green_bg {
  padding: 40px;
  background-color: #f2f5f2;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*==============================================================
コンセプト
==================================================================*/
.concept_box01 {
  padding: 80px 0;
  background: url(images/concept_bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 60px;
}

.concept_box01 p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .concept_box01 {
    padding: 50px 0;
    margin-bottom: 30px;
    text-align: justify;
  }
}

/*max-width:767px*/
.concept_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.concept_box02 li {
  width: 326px;
  background-color: #1f3f1a;
  color: #fff;
  padding: 40px 20px;
  position: relative;
}

.concept_box02 li:nth-child(1) {
  margin-bottom: 30px;
}

.concept_box02 li:nth-child(1)::after {
  position: absolute;
  content: "01";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

.concept_box02 li:nth-child(2) {
  margin-bottom: 30px;
}

.concept_box02 li:nth-child(2)::after {
  position: absolute;
  content: "02";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

.concept_box02 li:nth-child(3) {
  margin-bottom: 30px;
}

.concept_box02 li:nth-child(3)::after {
  position: absolute;
  content: "03";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

.concept_box02 li:nth-child(4)::after {
  position: absolute;
  content: "04";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

.concept_box02 li:nth-child(5)::after {
  position: absolute;
  content: "05";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

.concept_box02 li:nth-child(6)::after {
  position: absolute;
  content: "06";
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 10rem;
  font-weight: bold;
  bottom: -40px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .concept_box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .concept_box02 li {
    width: 100%;
    padding: 30px 15px;
    position: relative;
  }
  .concept_box02 li:nth-child(1) {
    margin-bottom: 20px;
  }
  .concept_box02 li:nth-child(2) {
    margin-bottom: 20px;
  }
  .concept_box02 li:nth-child(3) {
    margin-bottom: 20px;
  }
  .concept_box02 li:nth-child(4) {
    margin-bottom: 20px;
  }
  .concept_box02 li:nth-child(5) {
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.concept_box03 .pic01 {
  margin-bottom: 30px;
}

.concept_box03 .txt01 {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.concept_box03 .txt01 span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.6)), to(rgba(255, 204, 0, 0.6)));
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(255, 204, 0, 0.6) 60%, rgba(255, 204, 0, 0.6) 100%);
}

.concept_box03 .flex {
  padding-top: 50px;
}

.concept_box03 .flex .txt600 span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.6)), to(rgba(255, 204, 0, 0.6)));
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(255, 204, 0, 0.6) 60%, rgba(255, 204, 0, 0.6) 100%);
}

@media screen and (max-width: 767px) {
  .concept_box03 .pic01 {
    margin-bottom: 20px;
  }
  .concept_box03 .txt01 {
    padding-bottom: 30px;
  }
  .concept_box03 .flex {
    padding-top: 30px;
  }
  .concept_box03 .flex figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
当社が選ばれる理由
==================================================================*/
.merit_box01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .merit_box01 {
    margin-bottom: 50px;
  }
  .merit_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .merit_box02 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
和風庭園
==================================================================*/
.japanese_style_box01 {
  padding: 80px 0;
  background: url(images/japanese_style_bg01.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 130px;
}

.japanese_style_box01 .japanese_style_box01_txt {
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .japanese_style_box01 {
    padding: 50px 10px;
    margin-bottom: 10px;
  }
}

/*max-width:767px*/
.japanese_style_box02 .japanese_style_box02_content01 {
  position: relative;
  margin-bottom: 100px;
}

.japanese_style_box02 .japanese_style_box02_content01 .txt_area {
  width: 710px;
  padding: 60px 110px 40px 40px;
  background-color: #e1debf;
  position: relative;
}

.japanese_style_box02 .japanese_style_box02_content01 .txt_area .subhead04 {
  font-weight: bold;
  font-size: 8rem;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
  position: absolute;
  left: 40px;
  top: -80px;
}

.japanese_style_box02 .japanese_style_box02_content01 figure {
  position: absolute;
  right: 0;
  top: -50px;
}

.japanese_style_box02 .japanese_style_box02_content02 {
  position: relative;
  margin-bottom: 100px;
}

.japanese_style_box02 .japanese_style_box02_content02 .txt_area {
  width: 710px;
  margin-left: auto;
  padding: 60px 40px 40px 110px;
  background-color: #e1debf;
  position: relative;
}

.japanese_style_box02 .japanese_style_box02_content02 .txt_area .subhead04 {
  font-weight: bold;
  font-size: 8rem;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
  position: absolute;
  left: 110px;
  top: -80px;
}

.japanese_style_box02 .japanese_style_box02_content02 figure {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}

.japanese_style_box02 .japanese_style_box02_content02:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .japanese_style_box02 .japanese_style_box02_content01 {
    position: relative;
    margin-bottom: 50px;
  }
  .japanese_style_box02 .japanese_style_box02_content01 .txt_area {
    width: 100%;
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }
  .japanese_style_box02 .japanese_style_box02_content01 .txt_area .subhead04 {
    font-size: 4rem;
    position: static;
  }
  .japanese_style_box02 .japanese_style_box02_content01 figure {
    position: static;
    right: 0;
    top: -50px;
  }
  .japanese_style_box02 .japanese_style_box02_content02 {
    margin-bottom: 50px;
  }
  .japanese_style_box02 .japanese_style_box02_content02 .txt_area {
    width: 100%;
    padding: 20px 15px 30px;
    margin-bottom: 20px;
  }
  .japanese_style_box02 .japanese_style_box02_content02 .txt_area .subhead04 {
    font-size: 4rem;
    position: static;
  }
  .japanese_style_box02 .japanese_style_box02_content02 figure {
    position: static;
    right: 0;
    top: -50px;
  }
  .japanese_style_box02:last-of-type {
    margin-bottom: 0;
  }
  .western_style_box03 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
洋風庭園
==================================================================*/
.western_style_box01 {
  padding: 80px 0;
  background: url(images/western_style_bg01.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 130px;
}

.western_style_box01 .western_style_box01_txt {
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .western_style_box01 {
    padding: 50px 10px;
    margin-bottom: 10px;
  }
  .western_style_box01 .western_style_box01_txt {
    max-width: 550px;
    margin: 0 auto;
  }
}

/*max-width:767px*/
.western_style_box02 .western_style_box02_content01 {
  position: relative;
  margin-bottom: 100px;
}

.western_style_box02 .western_style_box02_content01 .txt_area {
  width: 710px;
  padding: 40px 110px 40px 40px;
  background-color: #e1debf;
  position: relative;
}

.western_style_box02 .western_style_box02_content01 .txt_area .subhead04 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
  line-height: 1.2;
  padding: 7px 0 7px 20px;
  border-left: 3px solid #1f3f1a;
  position: relative;
  margin-bottom: 30px;
}

.western_style_box02 .western_style_box02_content01 .txt_area .subhead04::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1f3f1a;
  top: 0;
  left: 4px;
}

.western_style_box02 .western_style_box02_content01 figure {
  position: absolute;
  right: 0;
  top: -50px;
}

.western_style_box02 .western_style_box02_content02 {
  position: relative;
  margin-bottom: 100px;
}

.western_style_box02 .western_style_box02_content02 .txt_area {
  width: 710px;
  margin-left: auto;
  padding: 40px 40px 40px 110px;
  background-color: #e1debf;
}

.western_style_box02 .western_style_box02_content02 .txt_area .subhead04 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
  line-height: 1.2;
  padding: 7px 0 7px 20px;
  border-left: 3px solid #1f3f1a;
  position: relative;
  margin-bottom: 30px;
}

.western_style_box02 .western_style_box02_content02 .txt_area .subhead04::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1f3f1a;
  top: 0;
  left: 4px;
}

.western_style_box02 .western_style_box02_content02 figure {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}

.western_style_box02:last-of-type {
  margin-bottom: 0;
}

.under_box {
  padding: 80px 0;
  background: url(images/bg01.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 100px;
}

.under_box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.under_box h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #fff;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.under_box .txt p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .western_style_box02 .western_style_box02_content01 {
    position: relative;
    margin-bottom: 50px;
  }
  .western_style_box02 .western_style_box02_content01 .txt_area {
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .western_style_box02 .western_style_box02_content01 .txt_area .subhead04 {
    font-size: 2rem;
    padding: 7px 0 7px 15px;
    margin-bottom: 30px;
  }
  .western_style_box02 .western_style_box02_content01 .txt_area .subhead04::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1f3f1a;
    top: 0;
    left: 4px;
  }
  .western_style_box02 .western_style_box02_content01 figure {
    position: static;
  }
  .western_style_box02 .western_style_box02_content02 {
    position: relative;
    margin-bottom: 50px;
  }
  .western_style_box02 .western_style_box02_content02 .txt_area {
    width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .western_style_box02 .western_style_box02_content02 .txt_area .subhead04 {
    font-size: 2rem;
    padding: 7px 0 7px 15px;
    margin-bottom: 30px;
  }
  .western_style_box02 .western_style_box02_content02 .txt_area .subhead04::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1f3f1a;
    top: 0;
    left: 4px;
  }
  .western_style_box02 .western_style_box02_content02 figure {
    position: static;
  }
  .western_style_box02:last-of-type {
    margin-bottom: 0;
  }
  .under_box {
    padding: 50px 10px;
    margin-top: 50px;
  }
  .under_box h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .under_box h2::after {
    bottom: -10px;
  }
  .under_box .txt {
    text-align: justify;
  }
}

/*max-width:767px*/
/*==============================================================
ご依頼の流れ
==================================================================*/
.flow_box .flow_box_content {
  padding: 50px;
  background-color: #e1debf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}

.flow_box .flow_box_content::after {
  position: absolute;
  content: "";
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 30px solid transparent;
  border-top: 30px solid #1f3f1a;
  border-left: 30px solid transparent;
}

.flow_box .flow_box_content:nth-of-type(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_box .flow_box_content:nth-of-type(1) ul li:first-child {
  margin-right: 20px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.flow_box .flow_box_content:nth-of-type(1) ul li:first-child span {
  font-size: 1.8rem;
}

.flow_box .flow_box_content:nth-of-type(1) ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f3f1a;
  position: relative;
  width: 230px;
}

.flow_box .flow_box_content:nth-of-type(1) ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #1f3f1a;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.flow_box .flow_box_content:nth-of-type(1)::before {
  position: absolute;
  content: "01";
  color: rgba(31, 63, 26, 0.2);
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  top: -30px;
  right: 20px;
}

.flow_box .flow_box_content:nth-of-type(2)::before {
  position: absolute;
  content: "02";
  color: rgba(31, 63, 26, 0.2);
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  top: -30px;
  right: 20px;
}

.flow_box .flow_box_content:nth-of-type(2) .fax {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.flow_box .flow_box_content:nth-of-type(2) .fax span {
  font-size: 1.8rem;
}

.flow_box .flow_box_content:nth-of-type(3)::before {
  position: absolute;
  content: "03";
  color: rgba(31, 63, 26, 0.2);
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  top: -30px;
  right: 20px;
}

.flow_box .flow_box_content:nth-of-type(4)::before {
  position: absolute;
  content: "04";
  color: rgba(31, 63, 26, 0.2);
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  top: -30px;
  right: 20px;
}

.flow_box .flow_box_content:last-of-type {
  margin-bottom: 0;
}

.flow_box .flow_box_content:last-of-type::after {
  border-right: none;
  border-top: none;
  border-left: none;
}

.flow_box .flow_box_content:last-of-type::before {
  position: absolute;
  content: "05";
  color: rgba(31, 63, 26, 0.2);
  font-size: 10rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  top: -30px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .flow_box .flow_box_content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow_box .flow_box_content figure {
    margin-bottom: 20px;
  }
  .flow_box .flow_box_content:nth-of-type(1) ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow_box .flow_box_content:nth-of-type(1) ul li:first-child {
    margin-bottom: 20px;
  }
  .flow_box .flow_box_content:nth-of-type(1)::before {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .flow_box .flow_box_content:nth-of-type(2)::before {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .flow_box .flow_box_content:nth-of-type(3)::before {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .flow_box .flow_box_content:nth-of-type(4)::before {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .flow_box .flow_box_content:last-of-type::before {
    top: auto;
    bottom: 0;
    right: 0;
  }
}

/*max-width:767px*/
/*==============================================================
法人のお客様
==================================================================*/
.corporation_box01 {
  padding: 80px 0;
  background: url(images/corporation_bg.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 130px;
}

.corporation_box01 .corporation_box01_txt {
  max-width: 550px;
  margin: 0 auto;
}

.corporation_box02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .corporation_box01 {
    padding: 50px 10px;
    margin-bottom: 10px;
  }
  .corporation_box02 {
    margin-bottom: 50px;
  }
}

/*max-width:767px*/
/*==============================================================
施工実績
==================================================================*/
@media screen and (min-width: 768px) {
  .job_content::after {
    content: "";
    width: 320px;
    height: 0;
    display: block;
  }
}

/*min-width:768px*/
.job_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job_content .job_article {
  margin-bottom: 30px;
}

.job_content .job_article figure {
  width: 320px;
  margin-bottom: 20px;
}

.job_content .job_article figure a {
  position: relative;
  display: block;
  width: 100%;
}

.job_content .job_article figure a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.job_content .job_article figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

@media screen and (max-width: 767px) {
  .job_content .job_article {
    margin-bottom: 20px;
    width: 48%;
  }
  .job_content .job_article figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*max-width:767px*/
/*==============================================================
会社概要
==================================================================*/
.overview_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.overview_box02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .overview_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .overview_box01 li:first-child {
    margin-bottom: 20px;
  }
  .overview_box02 {
    margin-bottom: 50px;
  }
  .overview_box03 iframe {
    height: 250px;
  }
}

/*max-width:767px*/
/*==============================================================
求人情報
==================================================================*/
.job_box01 {
  margin-bottom: 80px;
}

.job_box02 .overview_table a {
  color: #1f3f1a;
}

@media screen and (max-width: 767px) {
  .job_box01 {
    margin-bottom: 50px;
  }
  .job_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
協力会社様募集
==================================================================*/
.partner_box01 {
  margin-bottom: 80px;
}

.partner_box02 table a {
  color: #1f3f1a;
}

@media screen and (max-width: 767px) {
  .partner_box01 {
    margin-bottom: 50px;
  }
  .partner_box01 figure {
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_txt {
  text-align: center;
  margin-bottom: 30px;
}

.contact_txt .tel {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
}

.contact_txt .tel span {
  font-size: 2rem;
}

.privacy {
  margin-bottom: 80px;
  background: #e1debf;
  padding: 30px 10px;
  text-align: center;
}

.privacy p {
  font-size: 1.4rem;
}

.privacy .tit {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact_txt .tel {
    font-size: 2rem;
  }
  .contact_txt .tel span {
    font-size: 1.6rem;
  }
  .privacy {
    margin-bottom: 50px;
    padding: 20px 10px;
    text-align: justify;
  }
}

/*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post_parts figure {
  width: 400px;
  margin-right: 30px;
  overflow: hidden;
}

.blog_post_parts figure a {
  position: relative;
  display: block;
  width: 100%;
}

.blog_post_parts figure a::after {
  content: "";
  display: block;
  padding-top: 75%;
}

.blog_post_parts figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    width: 100%;
    position: relative;
  }
  .blog_post_parts figure img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

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

/*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
.blog_btn .btn_box01 a {
  text-decoration: none !important;
  margin: 0;
  margin-left: auto !important;
  display: block !important;
}

.blog_btn .btn_box01 a:hover {
  opacity: 0.7;
}

.position_relative {
  position: relative;
}

.post_banner {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  right: 0;
}

.voice_post_parts .subhead01 {
  text-align: left;
  background: url(images/subheadlinebar.jpg) bottom left no-repeat;
}

/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.three_column_list {
  width: 320px;
  height: auto;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

/* 投稿 */
.blog_post_parts {
  margin-bottom: 40px;
}

/* 3列投稿 */
.three_column_post .three_column_list:nth-child(3n) {
  margin-right: 0;
}

.three_column_post .three_column_list:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.three_column_list figure {
  position: relative;
  width: 100%;
  height: 234px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.three_column_list figure img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt540,
  .txt510,
  .txt560,
  .txt600,
  .txt590 {
    width: 100%;
  }
  .green_bg {
    padding: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .small_img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: auto;
  }
  .blog_post_parts figure {
    width: 80%;
    margin: 0 auto;
  }
}

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

single.php

*****************************************/
h1.single_headline {
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#single_box figure {
  max-width: 500px;
}

#single_box figure img {
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 767px) {
  #single_box h1 {
    font-size: 2rem;
  }
}

/*max-width:767px*/
.nav-below {
  font-size: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#single_box img {
  max-width: 500px;
  height: auto;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*max-width:767px*/
.another_article p {
  padding: 0 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
  }
}

/*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.single_box_txt img {
  margin: 20px 0;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: 100%;
    height: auto;
  }
}

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

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}

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

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: calc(100% / 4);
    background: #1f3f1a;
    border-top: 1px solid #fff;
  }
  .sp_bana div:nth-child(3) img {
    width: 13px;
  }
  .sp_bana div:nth-child(1) img {
    width: 20px;
  }
  .sp_bana div:nth-child(4) {
    background: #666;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
    width: 25px;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}

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

pc_footer

*****************************************/
#pc_footer {
  margin-top: 100px;
}

footer {
  background-color: #78cc1e;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}

footer .footer_logo {
  margin-bottom: 30px;
}

footer .footer_info {
  margin-bottom: 30px;
}

footer .footer_btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

footer .footer_btn a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  bottom: -2px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #pc_footer02 {
    display: none;
  }
  .footer01 {
    margin-top: 50px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  footer .footer_logo {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  footer .footer_info {
    margin-bottom: 20px;
  }
  footer .footer_btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 230px;
    margin: 0 auto;
  }
  footer .footer_btn a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    bottom: -2px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 50px;
  right: 70px;
}

.to_top a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.to_top a:hover {
  opacity: 1;
}

.to_top a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.6rem;
}

.copy small {
  color: #fff;
  font-size: 1.4rem;
}

.copy {
  margin-top: 40px;
  line-height: 1.2;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

タイトル

*****************************************/
/* 下層ページ共通見出し */
.headline {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #c8a436;
  text-align: center;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 50px;
}

.headline::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.headline span {
  font-size: 1.4rem;
  color: #c8a436;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

/*max-width:767px*/
.subhead01 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif;
  padding: 8px 0 8px 70px;
  border-top: 1px solid rgba(31, 63, 26, 0.5);
  border-bottom: 1px solid rgba(31, 63, 26, 0.5);
  background: url(images/icon.jpg) left 25px center no-repeat;
  position: relative;
  margin-bottom: 30px;
  color: #1f3f1a;
}

.subhead01::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 100%;
  background: #e1debf;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.subhead01 span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1%;
}

.subhead01 span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1%;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 8px 10px 8px 35px;
    background: url(images/icon.jpg) left 10px center no-repeat;
  }
  .subhead01::before {
    width: 95%;
    height: 100%;
  }
  .subhead01 span::before {
    height: 140%;
    left: 2%;
  }
  .subhead01 span::after {
    height: 140%;
    right: 2%;
  }
}

/*max-width:767px*/
.subhead02 {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #757778;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}

.subhead02::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  left: 0;
  bottom: -1px;
  background: #1f3f1a;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.subhead03 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.subhead03::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #1f3f1a;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.subhead03 span {
  font-size: 3rem;
  color: #1f3f1a;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .subhead03::after {
    bottom: -10px;
  }
  .subhead03 span {
    font-size: 2.4rem;
  }
}

/*max-width:767px*/
.subhead05 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #1f3f1a;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1f3f1a;
}

@media screen and (max-width: 767px) {
  .subhead05 {
    font-size: 2rem;
  }
}

/*max-width:767px*/
.subhead06 {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: "Noto Serif JP", serif;
  padding-bottom: 10px;
  position: relative;
}

.subhead06::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #1f3f1a), color-stop(75%, #1f3f1a), to(transparent));
  background: linear-gradient(to right, transparent, #1f3f1a 25%, #1f3f1a 75%, transparent);
  left: 0;
  bottom: 0;
}

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

/*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}

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

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  border: 1px solid #ccc;
}

.overview_table th {
  width: 30%;
  padding: 15px 0 15px 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
  background-color: #55b019;
  font-weight: bold;
}

.overview_table td {
  width: 70%;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}

@media screen and (max-width: 767px) {
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
}

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

P

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

.line_break02 {
  padding-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

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

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

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

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

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

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #5db2e7 solid;
  border-radius: 8px;
  background-color: #5db2e7;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
          box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
  background-color: #fff;
  color: #5db2e7;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #5db2e7 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(93, 178, 231, 0.5);
          box-shadow: 0 0 2px 2px rgba(93, 178, 231, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
  width: 300px;
}

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

.form_row .form_input_post {
  width: 180px;
}

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

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #5db2e7;
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #5db2e7;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #5db2e7;
  border-right: 3px solid #5db2e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #5db2e7;
  -webkit-box-shadow: 0 0 2px 2px rgba(93, 178, 231, 0.5);
          box-shadow: 0 0 2px 2px rgba(93, 178, 231, 0.5);
  background-color: #5db2e7;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #5db2e7;
  border-right: 1px solid #5db2e7;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #5db2e7;
  border-right: 1px solid #5db2e7;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #5db2e7;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(93, 178, 231, 0.7)), to(rgba(93, 178, 231, 0.7)));
  background-image: linear-gradient(90deg, rgba(93, 178, 231, 0.7), rgba(93, 178, 231, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
          box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
          box-shadow: 0 0 1px 1px rgba(93, 178, 231, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type="submit"] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type="submit"]:hover {
  background-color: #ccc;
  color: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

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

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

clearfix

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

.clearfix {
  display: inline-block;
}

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

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none;
  }
}

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

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type="submit"] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #1f3f1a solid;
  border-radius: 8px;
  background-color: #1f3f1a;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
          box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
  background-color: #fff;
  color: #1f3f1a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type="submit"]:focus {
  outline: 0;
  border: 1px #1f3f1a solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(31, 63, 26, 0.5);
          box-shadow: 0 0 2px 2px rgba(31, 63, 26, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
  width: 300px;
}

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

.form_row .form_input_post {
  width: 180px;
}

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

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type="tel"],
.wpcf7 .form_input input[type="email"],
.wpcf7 .form_input input[type="tel"],
.wpcf7 .form_input input[type="text"],
.wpcf7 .form_input_post input[type="text"],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #1f3f1a;
}

.seireki input[type="text"] {
  width: 130px;
  margin: 0 10px;
}

.month input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}

.old input[type="text"] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type="checkbox"] {
  display: none;
}

.wpcf7 .form_input input[type="checkbox"] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #1f3f1a;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input input[type="checkbox"] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #1f3f1a;
  border-right: 3px solid #1f3f1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:before {
  opacity: 1;
  border: 1px solid #1f3f1a;
  -webkit-box-shadow: 0 0 2px 2px rgba(31, 63, 26, 0.5);
          box-shadow: 0 0 2px 2px rgba(31, 63, 26, 0.5);
  background-color: #1f3f1a;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type="checkbox"]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #1f3f1a;
  border-right: 1px solid #1f3f1a;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #1f3f1a;
  border-right: 1px solid #1f3f1a;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #1f3f1a;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(31, 63, 26, 0.7)), to(rgba(31, 63, 26, 0.7)));
  background-image: linear-gradient(90deg, rgba(31, 63, 26, 0.7), rgba(31, 63, 26, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type="text"]:focus,
.wpcf7 .form_input input[type="tel"]:focus,
.wpcf7 .form_input input[type="email"]:focus,
.wpcf7 .form_input input[type="url"]:focus,
.wpcf7 .form_input input[type="date"]:focus,
.wpcf7 .form_input input[type="number"]:focus,
.wpcf7 .form_input_post input[type="text"]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type="tel"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
          box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
          box-shadow: 0 0 1px 1px rgba(31, 63, 26, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type="text"] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type="text"] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type="text"] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}

/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type="submit"] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type="submit"]:hover {
  background-color: #ffffff;
  color: #1f3f1a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

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

@media screen and (min-width: 768px) {
  .form_row .born {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*min-width:768px*/
/*# sourceMappingURL=style.css.map */