@charset "UTF-8";
/*!
Theme Name: takumisouken
Description: 株式会社 拓美綜健 | 塩尻 建て方 長野 大工 塗装 リフォーム 求人
Theme URI: https: //www.takumisouken.com/
Version: 1.0
License: takumisouken
License URI:https: //www.takumisouken.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

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

リセット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;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


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

body設定(主に書式)

*****************************************/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  color: #1D1104;
  line-height: 1.7;
  min-width: 1060px;
}

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


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

ページ共通

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


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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

h1 {
  color: #542B1D;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h2 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h3 {
  color: #542B1D;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {

  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }
}

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

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

*****************************************/
a:link,
a:visited {
  color: #7D4922;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:active {
  color: #9E5C2C;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tel_link:link,
a.tel_link:visited,
a.tel_link:hover,
a.tel_link:active {
  color: #2F2F2F;
  text-decoration: none;
}


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

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

  #sp_navi,
  #toggle {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  #header {
    width: 100%;
    height: 721px;
  }

  .header_box {
    position: relative;
    width: 1020px;
    margin: 0 auto;

  }



  .header_tel {
    margin-top: 10px;
  }

  .header_description {
    font-size: 10px;
    color: #999;
    margin-bottom: 20px;
    text-align: right;

  }
}

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

spヘッダー

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

  #header {
    position: relative;
    width: 100%;
  }

  .header_box {
    position: relative;
    width: 100%;
  }

  .header_box .logo {
    width: 50%;
    padding: 10px 0 10px 10px;
  }

  .header_description {
    display: none;
  }

  .header_tel {
    display: none;


  }

  #toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #7D4922;
    cursor: pointer;
    z-index: 9999;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    right: 12px;
    width: 26px;
    height: 2px;
    background: #FFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 11px;
  }

  #toggle span:nth-child(2) {
    top: 18px;
  }

  #toggle span:nth-child(3) {
    top: 25px;
  }

  #toggle::after {
    position: absolute;
    content: "メニュー";
    line-height: 1.2;
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span {
    background: #FFF;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    -ms-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    -ms-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #7D4922;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-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;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -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: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }

  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    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: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: #311911;
  }

  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #FFF;
    text-decoration: none;
  }

  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }

  #sp_navi .menu-item-has-children {
    position: relative;
  }

  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(135deg);
    -ms-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);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}


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

pc用 横ナビ

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


#g_navi .menu {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

#g_navi .menu>li {
  position: relative;
  width: 200px;
  height: 70px;
  text-align: center;
}

#g_navi .menu>li>a {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2F2F2F;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "メイリオ",
    "ＭＳ ゴシック",
    "Osaka－等幅",
    monospace;

}

#g_navi .menu>li>a span {
  display: block;
  margin-top: 10px;
  color: #7D4922;
  font-size: 1.1rem;
}

#g_navi .menu>li>a:link,
#g_navi .menu>li>a:visited {
  color: #2F2F2F;
}

#g_navi .menu>li>a:hover,
#g_navi .menu>li>a:active {
  color: #555;
}

#g_navi .menu>li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #B4A884;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #9E5C2C;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  background-color: #9E5C2C;
  color: #FFF;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background-color: #311911;
  color: #FFF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

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

/* ナビ下線用 */
@media print,
screen and (min-width: 768px) {
  .menu>li>a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before,
  .menu>li>a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;

    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before {
    left: 50%;
  }

  .menu>li>a::after {
    right: 50%;
  }

  .menu>li>a:hover::before,
  .menu>li>a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

@media screen and (max-width: 1280px) {
  #g_navi {
    width: 900px;
  }

  #g_navi .menu>li {
    width: 180px;
  }
}

@media screen and (max-width: 1180px) {
  #g_navi {
    margin: 0 20px 0 auto;
  }
}

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


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

メインビジュアル

*****************************************/
#slider {
  position: relative;
  background: url(images/slider_bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 560px;
}

.metaslider {
  width: 1020px;
  padding: 30px 0 85px 0;
  margin: 0 auto !important;

}



#slider .metaslider {
  position: relative;
  width: 1020px !important;
  margin: 0 auto;
}

#slider .metaslider img {
  width: 1020px;
}




#slider .slider_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

#slider .slider_txt img {
  width: 50vw;
  max-width: 980px;
  min-width: 650px;
  height: auto;

}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 315px;
  background: url(images/teaser_bg.jpg) no-repeat center center;
}

.mv_txt {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}


@media screen and (max-width: 1180px) {
  #slider .metaslider {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.ms-edit-frontend {
  display: none;
}

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

  .metaslider img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
  }

  #slider .metaslider {

    width: 100% !important;
    position: relative;
    margin-inline: auto;
    padding: 30px 0 40px;
  }


  #slider .slider_txt {
    width: calc(100% - 80px);
  }

  #slider .slider_txt img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  #slider::after {
    display: none;
  }

  #mv {
    height: 270px;
    overflow: hidden;
    text-align: center;
    background: url(images/teaser_bg_sp.jpg) no-repeat center center;
    background-size: cover;

  }

  #mv .mv_txt {
    height: 200px;
  }

  #mv .mv_txt img {
    object-fit: cover;
    height: 100%;
  }

  #mv::after {
    display: none;
  }

}



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

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  padding-top: 50px;
}

main#page_main {
  width: 1020px;
  margin: 0 auto 60px;
}

main#single_main {
  width: 920px;
  margin: 0 auto 60px;
}

.breadcrumb_area {
  width: 1020px;
  margin: 0 auto 30px;
  padding-top: 20px;
}

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

.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}

.breadcrumb_area .breadcrumb p a {
  color: #9E5C2C;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #9E5C2C;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

  main#page_main,
  main#single_main {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .breadcrumb_area {
    width: 100%;
    margin-bottom: 10px;
  }

  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}


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

contentトップ用

*****************************************/
.top_box01 {
  height: 1600px;
}

.top_box01_3box {
  height: 700px;
  background: url(images/contents_bg01.jpg) bottom;
}

.top_box01_1box {
  width: 1020px;
  height: 350px;
  margin: 0 auto;

}

.top_box01_txt {
  text-align: center;
  margin-bottom: 30px;
}

.h3_top_box01 {
  color: #000;
  font-size: 34px;
  margin-bottom: 15px;
  font-family: "游明朝",
    YuMincho,
    "Times New Roman",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "メイリオ",
    Meiryo,
    serif;

}

.top_box01_btn01 {

  text-align: center;
}


.img-change {
  position: relative;
  display: inline-block;
}

.img-change .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

.img-change:hover .on {
  opacity: 1;
}


.topbox01_2box {
  width: 1020px;
  margin: 0 auto;
  height: 350px;

}

.topbox01_work {
  width: 510px;
  height: 340px;
  padding: 50px 0 0px 65px;
  margin-bottom: 60px;
}

.topbox01_interview {
  width: 510px;
  height: 340px;
  padding: 50px 0 0px 65px;
  margin-bottom: 60px;

}

.topbox01_work_txt {
  width: 380px;
  height: 170px;
  text-align: center;
  color: #EEE;
  margin-bottom: 60px;
}

.top_box01_3box02 {
  width: 1020px;
  height: 440px;

  margin: 0 auto;

}

.topbox01_3btn {
  width: 1020px;
  height: 340px;
  padding-top: 60px;
  margin: 0 auto;
  margin-bottom: 40px;
}



.topbox01_info {
  margin-bottom: 115px;
  background-color: #C0D322;
  height: 300px;
}


@media print,
screen and (min-width: 768px) {

  .top_box01 .txt_box p {
    line-height: 2;
    text-align: center;
  }
}

.top_box01 .txt_box .catch {
  margin-bottom: 15px;
  text-align: center;
}




.top_box01_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}

.img_top_work {
  margin-bottom: 10px;
}

.img_top_paint {
  margin-bottom: 10px;
}

.top_box02 {
  width: 1020px;
  height: 450px;
  margin: 0 auto;
  padding-top: 30px;
}

.top_box02_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.top_box02_bnr>li {
  width: 490px;

}





.top_box03 {
  position: relative;
  width: 1020px;
  margin: 0 auto;

}

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

.top_box03_inner figure {
  width: 503px;
}

.top_box03_inner_txt {
  width: 540px;
  margin-top: 100px;
}

.top_box03 .btn02 {
  position: absolute;
  right: 270px;
  bottom: 140px;
}








.top_box01 {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  padding: 0 10px 50px;
}

.top_box01 .txt_box {
  margin-bottom: 20px;
}

.top_box01 .txt_box .catch p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FDE459));
  background: linear-gradient(transparent 60%, #FDE459 60%);
  font-size: 1.6rem;
}

.top_box01_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}



.top_box02_bnr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}



.top_box02_inner {
  padding: 20px 15px;
}

.top_box02_inner::before {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.top_box02_inner ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px 2%;
}

.top_box02_inner ul li {
  width: 32%;
}

/*
.top_box03 {
  width: 100%;
  padding: 50px 0;
  background: none;
  margin-bottom: 20px;
}

.top_box03_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_box03_inner_txt {
  width: 100%;
  margin: 0 0 20px;
}

.top_box03_inner figure {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.top_box03 .btn02 {
  position: static;
  margin: 20px auto 0;
}
*/
.top_box01_3box02 {
  width: 100%;
  margin: 0 auto;
}



.topbox01_3btn ul li {
  width: 100%;
  height: auto;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .top_box01_3box {
    height: auto;
    background: none;
  }

  .top_box01_3box img {
    max-width: 350px;
    width: 100%;
  }

  .top_box01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }

  .h3_top_box01 {
    width: 100%;
    font-size: 24px;
  }

  .top_box01_txt {
    width: 100%;
  }

  .top_box01_txt p {
    text-align: left;
  }

  .top_box01_1box {
    width: calc(100% + 20px);
    height: auto;
    background: url(images/contents_bg01_sp.jpg) center no-repeat;
    margin-bottom: 10px;
    margin-left: -10px;
    padding: 0 10px 40px;
  }


  .topbox01_2box {
    width: calc(100% + 20px);
    margin-left: -10px;
    height: auto;
    margin-top: 10px;
  }

  .topbox01_2box p {
    text-align: left;
  }

  .topbox01_3btn {
    width: auto;
    height: auto;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 10px;

  }

  .topbox01_interview {
    max-height: 340px;
    padding: 30px 10px 15px;
    height: auto;
    width: 100%;
    background: url(images/contents_bg01_interview_sp.jpg) center no-repeat;
    margin-bottom: 10px;
  }

  .topbox01_work {
    width: 100%;
    height: auto;
    background: url(images/contents_bg01_build_sp.jpg) center no-repeat;
    max-height: 340px;
    padding: 30px 10px 15px;
    margin-bottom: 10px;

  }

  .topbox01_work_txt {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .topbox01_work_txt h2 img {
    width: auto;
    height: 45px;
  }



  .topbox01_3btn {
    padding: 10px;
    width: 100%;
  }

  .topbox01_3btn li {
    margin-bottom: 10px;
  }

  .top_box02 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 40px 10px;
    height: auto;
  }

  .top_box02_bnr li {
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .top_box01_3box02 {
    width: auto;
    height: auto;
    padding: 15px 0 0;
  }

  .top_box03 {
    height: auto;
    padding: 0px 0 30px;
    width: 100%;
  }

  .top_box03_txt {
    height: auto;
    padding: 0 10px;
  }

  .top_box03_txt img {
    max-width: 240px;
    width: 48%;
    height: auto;
    gap: 4%;
    margin-bottom: 10px;
  }

  .top_result_img {
    margin-bottom: 20px;
    justify-content: center !important;
    gap: 0px 10px;
  }

  .top_result_btn {
    max-width: 240px;
    width: auto;
    margin: 0 auto;
    gap: 10px;
  }

  .top_work_btn {
    margin: 0 auto;
  }

  .topbox01_info {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;

  }

  .topbox01_info_txt {
    padding: 10px;
    background-size: contain;
    background-position: -20px;

  }

  .topbox01_info p {
    font-size: 16px;
    width: 100%;
    padding: 40px 10px 10px 10px;
    margin: 0 auto;

  }

  .top_box02_bnr {
    margin-bottom: 20px;
    flex-direction: column;
    padding: 0 10px;
  }

  .topbox01_3btn {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;

  }
}



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

news トップ用

*****************************************/
.news_box {
  width: 1020px;
  margin: 0 auto;
}

.date {
  color: #9E5C2C;
  font-size: 14px !important;
  font-weight: bold !important;
}

.news_tit {

  color: #9E5C2C;
  font-size: 14px !important;
  font-weight: bold !important;
}

.news_post {
  overflow-y: scroll;
  height: 235px;

}

.news_list {
  margin-bottom: 10px;
}


.news_box .btn01 {
  margin: 50px auto 0;
}

.news_list p {

  margin-bottom: 20px
}

.news_list figure {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #8CB3D2;
}

.news_list .date {
  display: block;
  margin-bottom: 3px;
  color: #7D4922;
  font-size: 14px;
  font-weight: bold;
}

.news_list h3 {
  font-size: 14px;
  font-weight: normal;
}

.news_list h3 a {
  color: #2F2F2F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.news_list h3 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2F2F2F;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news_list h3 a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .news_box {
    width: calc(100% + 20px);
    padding-right: 10px;

  }

  .news_box .news_post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 4%;
  }

  .news_box .btn01 {
    margin-top: 25px;
  }



  .news_list figure {
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .news_list .date {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .news_list h3 {
    font-size: 1.4rem;
  }
}


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

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_r {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {

  .flex figure,
  .flex_r figure {
    margin-top: 20px;


  }
}


/* 当社が選ばれる理由 */
.name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.concept_list {
  border-bottom: 1px dotted #999999;
  padding-bottom: 50px;
  margin-bottom: 50px;

}

.concept_list li {
  gap: 40px;
  width: 310px;
  height: 310px;
  padding: 60px 30px 0;
  background: #F4EFE9;
  border-radius: 100vmax;
  text-align: center;

}

.h2concept_list_tit {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #542B1D;
  font-weight: bold;
  overflow: hidden;
  background: url(images/h3_subhead01.jpg) bottom no-repeat;
}




@media screen and (max-width: 767px) {
  .img {
    width: 100%;
    height: auto;

  }

  .img320 {
    margin: 0 auto;
  }

  .mb40 .mb50 .mb60 {
    margin-bottom: 30px;
  }

  .h2_concept_tit02 {
    width: 100%;
  }


  .name {
    width: 135px;
    height: auto;
    margin: 0px 0px 0px auto;
  }

  .concept_list {
    gap: 10px;
    padding-bottom: 25px;
    margin-bottom: 25px;

  }

  .concept_list li {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #F4EFE9;
    border-radius: 0vmax;
    text-align: left;
    margin: 0 auto;

  }

  .h2concept_list_tit {
    font-size: 18px;
    color: #542B1D;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}



/*03建て方大工*/
.work_txt1020 {
  text-align: center;
  font-size: 14;
  width: 1020px;
  height: 320px;
  margin: 0 auto 6;
  background: url(images/work_bg01.jpg) center no-repeat;
}

.h2_work_tit01 {
  font-size: 3.0rem;
  color: #542B1D;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 60px 0px 15px 0px;
  text-align: center;
  font-family: "游明朝",
    YuMincho,
    "Times New Roman",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "メイリオ",
    Meiryo,
    serif !important;
  background: url(images/h2_subhead05.jpg) bottom no-repeat;
}

.work_txt600 {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.txt560 {
  width: 560px;
  height: auto;
  min-width: auto;
}

.work_list01 li {
  display: flex;
  gap: 20px 20px;
  justify-content: flex-start;
  width: 420px;
}

.work_list02 {
  background: url(images/work_bg02.jpg) center no-repeat;
  width: 1020px;
  height: 519px;
  margin-bottom: 40px;
}



.work_list02 ol {
  gap: 16px;
  text-align: left;

  height: 153px;
}


.work_list02 li {
  width: 48%;
  height: 150px;
  border: 3px solid #CDBFB2;
  padding: 17px 17px 0px 17px;


}


.h2work_list_tit {
  color: #542B1D;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  width: 450px;

}

.work_area {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;


  width: 100%;
}

.work_area_txt {
  width: 580px;
}

.area_img400 {
  width: 400px;
}

.work_list03 {
  font-size: 20px;
  font-weight: bold;
  color: #BFD221;
}

.img_work_brn01 {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .h2_work_tit01 {
    width: 100%;
    font-size: 22px;
    background: none;
    padding-top: 20px;
    margin: 0px;
    background: url(images/h2_subhead05.jpg) bottom no-repeat;
    margin-bottom: 10px;
  }

  .work_txt600 {
    width: 100%;
    margin: 0 auto;
    text-align: left;

  }

  .work_txt1020 {
    width: auto;
    height: auto;
    background: #F4EFE9;
    padding: 10px;
  }

  .ul_build {
    gap: 10px;
  }

  .h2work_list_tit {
    font-size: 18px;
  }

  .work_list02 {
    background: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    gap: 15px;
  }

  .work_list02 li {
    width: 100%;
    height: auto;
    padding: 10px;
  }


  .img_work_brn01 {
    max-width: 100%;
    width: 300px;
    background-size: 300px auto;
    margin-left: auto;
    margin-right: auto;

  }

  .work_area {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .work_area_txt {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .area_img400 {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 04塗装 */

.paint_txt1020 {
  text-align: center;
  font-size: 14;
  width: 1020px;
  height: 495px;
  margin-bottom: 40px;
  margin: 0 auto 6;
  background: url(images/paint_bg01.jpg) center no-repeat;

}

.paint_img660 {
  margin-top: 25px;
  text-align: center;
}

.paint_txt580 {
  width: 580px;
}

.paint_txt600 {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.txt480 {
  width: 480px;
  font-size: 14px;
}



.txt580 {
  width: 580px;
}

.txt280 {
  width: max-content;
  height: max-content;
}

.paint_needs {
  flex-wrap: wrap;
}


.paint_needs li {
  margin: 0 0px 15px 0;
  width: 280px;
  height: max-content;
  font-size: 16px;
  padding: 0px 0px 10px 45px;
  font-weight: bold;
  color: #9E5C2C;
  background: url(images/ul_point_li.jpg) left top no-repeat;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-style: dotted;
  border-bottom-width: 1px;


}

.paint_img400 {

  width: 400px;
}

.paint_damege {
  display: flex;
  justify-content: space-between;

}

.paint_txt01 {
  height: 210px;
  padding-top: 70px;
  background: url(images/paint_arrow.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
}

.paint_txt01 p {
  font-size: 16px;
  font-weight: bold;
  color: rgb(68, 38, 20);
}

@media screen and (max-width: 767px) {

  .paint_txt600 {
    width: 100%;
    margin: 0 auto;
    text-align: left;

  }

  .paint_txt1020 {
    width: auto;
    background: #F4EFE9;
    padding: 10px;
    margin-bottom: 10px;
    height: auto;
  }

  .paint_img660 {
    max-width: 100%;
  }

  .paint_img400 {
    margin-bottom: 0px;
  }


  .paint_txt_600 {
    width: 100%;
    height: auto;
  }

  .paint_damege {
    flex-flow: column;

  }

  .paint_damege .txt580 {
    margin-bottom: 20px;
  }

  .paint_needs li {
    width: 100%;
    font-size: 14px;
    background-size: 24px;
    background-position: left top;
  }

  .paint_txt01 {
    height: auto;
    padding-top: 30px;
    background: url(images/paint_bg02.png) top center no-repeat;

  }

  .paint_txt01 p {

    font-size: 14px;
    font-weight: bold;
    color: rgb(68, 38, 20);
    text-align: left;
    padding: 15px 10px;
    background-color: #F4F0E9;
    height: auto;


  }


}

/* 応募者の方へ */

.img265 {
  width: 265px;
  height: auto;
}

.txt660 {
  width: 660px;
  height: auto;
}

.result_name {
  text-align: right;
  margin-bottom: 40px;
}

.result_list {
  margin-bottom: 40px;
}

.result_list li {
  gap: 40px;
  width: 310px;
  height: 310px;
  padding: 60px 30px 0;
  background: #F4EFE9;
  border-radius: 100vmax;
  text-align: center;

}

.h2result_list_tit {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #542B1D;
  font-weight: bold;
  overflow: hidden;
  background: url(images/h3_subhead01.jpg) bottom no-repeat;
}

@media screen and (max-width: 767px) {
  .result_name {
    width: 60%;
    margin: 0 0 0 auto;
  }

  .result_list {
    gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;

  }

  .result_list li {
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 0vmax;
    text-align: left;
    margin: 0 auto;

  }

  .h2result_list_tit {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

/*建て方大工とは*/

.txt600 {
  width: 600px;
}



.h3_subhead02_tit01 {
  color: #311911;
  background: url(images/h3_subhead03.jpg) center no-repeat;
  padding: 10px 0px 0px 70px;
  height: 50px;
}

.h3_subhead02_tit02 {
  color: #311911;
  background: url(images/h3_subhead04.jpg) center no-repeat;
  padding: 10px 0px 0px 70px;
  height: 50px;
}

.h3_subhead02_tit03 {
  color: #311911;
  background: url(images/h3_subhead05.jpg) center no-repeat;
  padding: 10px 0px 0px 70px;
  height: 50px;
}

.h3_subhead02_tit04 {
  color: #311911;
  background: url(images/h3_subhead06.jpg) center no-repeat;
  padding: 10px 0px 0px 70px;
  height: 50px;
}

.h3_subhead02_tit05 {
  color: #311911;
  background: url(images/h3_subhead07.jpg) center no-repeat;
  padding: 10px 0px 0px 70px;
  height: 50px;
}

.img_wrap {
  margin: 0 auto;
  width: 640px;

}

.plan li {
  background: url(images/about_bg01.jpg) no-repeat;
  background-position-x: 12px;
  background-position-y: 0%;

}

li.plan04 {
  background: url(images/about_bg01.jpg) no-repeat;
  background-position-x: 12px;
  background-position-y: 100%;
}

.result_list02 p {
  padding: 0 0 30px 70px;

}

@media screen and (max-width: 767px) {
  .h3_subhead02_tit01 {
    background: url(images/h3_subhead03.jpg) left no-repeat;
    height: 40px;
    padding: 8px 0 2px 70px;
  }

  .h3_subhead02_tit02 {
    background: url(images/h3_subhead04.jpg) left no-repeat;
    height: 40px;
  }

  .h3_subhead02_tit03 {
    background: url(images/h3_subhead05.jpg) left no-repeat;
    height: 40px;
  }

  .h3_subhead02_tit04 {
    background: url(images/h3_subhead06.jpg) left no-repeat;
    height: 40px;

  }

  .h3_subhead02_tit05 {

    background: url(images/h3_subhead07.jpg) left no-repeat;
    height: 40px;

  }

  .plan li {
    background: url(images/step_bg.jpg) bottom center no-repeat;
    margin-bottom: 20px;
    background-size: 20%;
  }

  .result_list02 p {
    padding: 0px 0px 40px 0px;
  }

  .img_wrap {
    width: 100%;
  }
}

/*ステップアップ*/
.interview_txt1020 {
  text-align: center;
  background-color: rgb(244, 240, 233);
  border-color: rgb(217, 204, 181);
  padding: 20px 0px 20px 0px;
  border-width: 1px;
  border-style: solid;
}



.step {
  padding-bottom: 60px;
  background: url(images/step_bg.jpg) center bottom no-repeat;
}



.h3_subhead03 {
  margin-bottom: 15px;
  padding: 10px 0px 10px 45px;
  color: #9E5C2C;
  background: url(images/ul_point_li.jpg) left center no-repeat;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}


.interview_list li {
  margin-bottom: 15px;

}

@media screen and (max-width: 767px) {
  .step {
    background-size: 20%;
    padding-bottom: 30px;
  }

  .interview_txt1020 {
    width: 100%;
    text-align: left;
    padding: 10px;
  }

  .interview_list li {
    margin-bottom: 0px;

  }
}

/*よくある質問*/
.faq_tit {
  padding-top: 5px;
  padding-left: 60px;
  margin-bottom: 10px;
  height: 40px;
  background: url(images/faq_q.png) left top no-repeat
}

.faq_txt1020 {
  margin-bottom: 25px;
  padding: 0px 0px 25px 60px;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  background: url(images/faq_a.png) left top no-repeat
}

@media screen and (max-width: 767px) {
  .faq_tit {
    background-size: 35px;
    padding-left: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: auto;
    background-position: left center;
  }

  .faq_txt1020 {
    background-size: 35px;
    padding-left: 45px;
    margin-bottom: 15px;
  }
}

/*募集要項*/
.brown {
  color: rgb(158, 90, 44);
  font-weight: bold;
  font-size: 16px;
}

.entry_table {
  width: 980px;

}

.policy_txt1020 {
  text-align: left;
  background-color: rgb(244, 240, 233);
  border-color: rgb(217, 204, 181);
  padding: 20px;
  border-width: 1px;
  border-style: solid;

}

.required {
  color: rgb(255, 51, 51);
  padding-left: 5px;
  font-size: 10px;

}

.entry_table {
  margin: 20px 0px 50px 0px;
  padding: 0px 20px 0px 20px;

}

.entry_table th {
  width: 180px;
  height: 14px;

}

.entry_table tr {
  border-bottom: 1px dotted rgb(204, 204, 204);
  text-align: left;
}

.entry_table td {
  width: 790px;
  height: 19px;
  padding: 11.2px 0px 10px 10px;
  margin-left: 180px;

}





.entry_btn {
  text-align: center;
}

.entry_btn input {
  color: #ffffff;
  background-color: #7D4922;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  margin: 10px;
  border-color: #bdbdbd;
}

#message {
  width: 297px;
  height: 112px;
}

@media screen and (max-width: 767px) {

  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }

  .overview_table th,
  .overview_table td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }




}

/*建て方実績紹介*/



.list_rw {
  width: 320px;
  height: 375px;
  list-style: none;
}

.list_rw01 {
  width: 320px;
  height: 375px;
}

.img320result {
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.result_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h3_subhead01_rw a {
  width: 320px;
  height: 40px;
  margin-bottom: 20px;
  padding: 0px 0px 5px 35px;
  color: #9E5C2C;
  background: url(images/h3_subhead02.jpg) no-repeat left top 3px;
  display: inline-block;


}

@media screen and (max-width: 767px) {

  .list_rw {
    width: 100%;
    height: auto;

  }

  .img320result {
    margin: 0 auto;
  }

  .h3_subhead01_rw {
    width: 320px;
    margin: 0 auto;
  }

  .h3_subhead01_rw a {

    height: auto;
    margin: 0 auto;
    background-position: left top;
  }

  .ulresult {
    gap: 20px;
  }

}

/*塗装実績紹介*/

.img320resultpaint {
  width: 320px;
  height: 225px;
  overflow: hidden;
}

.resultpaint_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ulresult {
  display: flex;
  justify-content: flex-start !important;
  gap: 30px;
  flex-wrap: wrap;
}

.list_rp {

  width: 320px;
  height: 280px;

  list-style: none;

}





@media screen and (max-width: 767px) {

  .list_rp {
    width: 100%;
    height: auto;

  }

  .img320resultpaint {
    margin: 0 auto;
  }


  .h3_subhead01_rw a {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .ulresult {
    gap: 20px;
  }

}





/* 求人情報・お問い合わせ */
.recruit_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recruit_flow_list li {
  position: relative;
  width: 290px;
  padding: 25px 0;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.recruit_flow_list li:first-child {
  background: url(images/recruit_flow_bg01.svg) no-repeat right 15px bottom #FDE459;
}

.recruit_flow_list li:nth-child(2) {
  background: url(images/recruit_flow_bg02.svg) no-repeat right 15px bottom #FDE459;
}

.recruit_flow_list li:last-child {
  background: url(images/recruit_flow_bg03.svg) no-repeat right 15px bottom #FDE459;
}

@media print,
screen and (min-width: 768px) {

  .recruit_flow_list li:first-child::before,
  .recruit_flow_list li:nth-child(2)::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #777;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.site_policy {
  padding: 30px;
  border-radius: 10px;
  background: #7D4922;
  text-align: center;
}

.site_policy dt {
  margin-bottom: 5px;
  color: #FFF;
  font-weight: bold;
}

.site_policy dd {
  color: #FFF;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .recruit_flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 0;
  }

  .recruit_flow_list li {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
  }

  .recruit_flow_list li:first-child,
  .recruit_flow_list li:nth-child(2),
  .recruit_flow_list li:last-child {
    background-size: auto 48px;
  }

  .recruit_flow_list li:first-child::before,
  .recruit_flow_list li:nth-child(2)::before {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #777;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .site_policy {
    padding: 20px 15px;
  }

  .site_policy dd {
    font-size: 1.3rem;
  }
}


/* アクセス */
@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
}


/* ブログ */
.blog_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog_parts figure {
  width: 400px;
  border-radius: 10px;
  border: 1px solid #8CB3D2;
}

.blog_parts .blog_txt {
  width: 580px;
}

.blog_parts .blog_txt h2 {
  font-size: 2.2rem;
}

.blog_parts .blog_txt .date {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 1.5rem;
}

.blog_parts .blog_txt .btn02 {
  width: 240px;
  margin: 20px 0 0 auto;
}

@media print,
screen and (min-width: 768px) {
  .blog_parts .blog_txt .btn02 a {
    padding: 12px 0;
    font-size: 1.6rem;
  }
}

.blog_parts:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .blog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 4%;
  }

  .blog_parts {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog_parts figure {
    width: 100%;
    margin-bottom: 12px;
  }

  .blog_parts .blog_txt {
    width: 100%;
  }

  .blog_parts .blog_txt h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .blog_parts .blog_txt .date {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .blog_parts .blog_txt p {
    font-size: 1.2rem;
  }

  .blog_parts .blog_txt .btn02 {
    width: 130px;
    margin: 20px auto 0;
  }

  .blog_parts .blog_txt .btn02 a::before {
    display: none;
  }

  .blog_parts:not(:last-child) {
    margin-bottom: 0;
  }
}


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

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #7D4922;
  font-size: 1.5rem;
}

.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}


.nav-below .list {
  width: 250px;
  background: #452614;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}



.nav-below>a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #9E5C2C;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a:hover {
  background: #9E5C2C;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:link,
a.page-numbers:visited {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:hover,
a.page-numbers:active {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }

  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }

  .nav-below {
    width: 100%;
    margin-top: 50px;
  }

  .nav-below .list {
    width: 40%;
  }

  .nav-below .list a {
    font-size: 1.3rem;
  }

  .nav-below>a {
    width: 30%;
    font-size: 1.3rem;
  }
}


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

aside

*****************************************/
.bottom_info {
  position: relative;
  padding: 0px calc((100% - 2000px) / 2);
  background-color: #C0D222;
  width: 100%;
  height: 280px;
  margin-bottom: 5px;
}


.bottom_info_txt {
  margin-bottom: 20px;
  color: #311C11;
  font-size: 22px;
  padding-top: 60px;
  font-weight: bold;
  font-family: "游明朝",
    YuMincho,
    "Times New Roman",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "メイリオ",
    Meiryo,
    serif;
}

.bottom_info_list {
  width: 1020px;
  margin: 0 auto;
  gap: 30px;
}




.imgtel_01 {
  width: 300px;
}

.imgtel_02 {
  width: 300px;
}

@media print,
screen and (min-width: 768px) {
  .bottom_info_txt {
    text-align: center;
  }
}

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



.bottom_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto 100px;
}

.bottom_bnr li {
  width: 370px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.bottom_bnr li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.bottom_area_tit {
  width: 1020px;
  margin: 0 auto 35px;
}

.bottom_area_bnr {
  width: 1020px;
  margin: 0 auto 35px;
}



.bottom_bnr02 li {
  width: 320px;
  height: 340px;


}

@media screen and (max-width: 767px) {


  .bottom_area_tit {
    width: 180%;
    margin-left: -40%;
    margin-bottom: 20px;
  }

  .bottom_area_bnr {
    padding: 10px;
    width: 100%;
    height: auto;

  }

  .bottom_bnr01 {
    justify-content: center;
  }

  .bottom_area_bnr li {
    margin-bottom: 10px;
  }

  .bottom_bnr02 li {
    max-width: 320px;
    width: auto;
    height: auto;
    margin: 0 auto;

  }

  .bottom_info {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
  }

  .bottom_info p {
    font-size: 16px;
    width: 100%;
    padding: 40px 10px 10px 10px;
    margin: 0 auto;

  }

  .bottom_info_list {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }

  .bottom_info_list img {
    width: 260px;
  }
}

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

テーブル

*****************************************/
.fee_table01 {
  width: 100%;
  border-collapse: collapse;
}

.fee_table01 th,
.fee_table01 td {
  padding: 12px 20px;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.fee_table01 th {
  width: 65%;
  background: #7D4922;
  color: #FFF;
  font-weight: bold;
  text-align: left;
}

.fee_table01 td {
  width: 35%;
  text-align: right;
  background: #FFF;
}

.fee_table02 {
  width: 100%;
  border-collapse: collapse;
}

.fee_table02 th,
.fee_table02 td {
  padding: 12px 20px;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.fee_table02 th.thead {
  background: #EFCC09;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.fee_table02 th {
  width: 53%;
  background: #EEE;
  font-weight: bold;
  text-align: left;
}

.fee_table02 td {
  width: 47%;
  text-align: right;
  background: #FFF;
}

.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  padding: 12px 20px;
  border: 1px solid rgb(217, 204, 181);
  text-align: left;
  vertical-align: middle;
}

.overview_table th {
  width: 30%;
  background: rgb(244, 240, 233);
  color: rgb(68, 38, 20);
  font-weight: bold;
}

.overview_table td {
  width: 70%;
  background: #FFF;
}

@media screen and (max-width: 767px) {

  .overview_table th,
  .overview_table td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }

  .overview_table th {
    border-bottom: none;
  }

  .overview_table tr:not(:last-child) td {
    margin-bottom: 10px;
  }

  .fee_table01 th,
  .fee_table01 td {
    padding: 12px 15px;
  }

  .fee_table02 th,
  .fee_table02 td {
    padding: 12px 15px;
  }

  .fee_table02 th.thead {
    padding: 8px 15px;
    font-size: 1.4rem;
  }

  .fee_table02 th {
    width: 60%;
  }

  .fee_table02 td {
    width: 40%;
  }
}


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

ボタン

*****************************************/
.btn01 {
  width: 270px;
  border: 2px solid #7D4922;
  border-radius: 12px;
  background: #7D4922;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn01 a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FDE459;
  border-right: 3px solid #FDE459;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01:hover {
  background: #FFF;
}

.btn01:hover a {
  color: #9E5C2C;
}

.btn01:hover a::before {
  right: 15px;
  border-top-color: #9E5C2C;
  border-right-color: #9E5C2C;
}

.btn02 {
  width: 270px;
  border: 2px solid #FDE459;
  border-radius: 12px;
  background: #FDE459;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn02 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #2F2F2F;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn02 a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn02:hover {
  border-color: #9E5C2C;
  background: #FFF;
}

.btn02:hover a::before {
  right: 15px;
}

.b_btn {
  width: 300px;
}

.b_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.b_btn a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #9E5C2C;
  border-right: 3px solid #9E5C2C;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.b_btn:hover {
  background: #FFF;
}

.b_btn:hover a {
  color: #9E5C2C;
}

.b_btn:hover a::before {
  right: 15px;
  border-top-color: #9E5C2C;
  border-right-color: #9E5C2C;
}

@media screen and (max-width: 767px) {

  .btn01 a,
  .btn02 a {
    padding: 11px 0;
    font-size: 1.3rem;
  }

  .btn01 a::before,
  .btn02 a::before {
    width: 6px;
    height: 6px;
  }

  .b_btn {
    width: 270px;
  }

  .b_btn a {
    padding: 11px 0;
    font-size: 1.3rem;
  }

  .b_btn a::before {
    width: 6px;
    height: 6px;
  }
}


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

txt設定

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

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml15 {
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}

.txt580 {
  width: 580px;
}

.txt660 {
  width: 660px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 40px;
  }

  .txt580 {
    width: 100%;
  }
}


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

P

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

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

.big {
  font-size: 1.8rem;
}

.red {
  color: #D80700;
}

.blue {
  color: #1967A5;
}

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

/* 位置 */
@media print,
screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}


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

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}

figure.img_zoom a {
  display: block;
  position: relative;
  background: #7D4922;
}

figure.img_zoom a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

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

figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

figure.img_zoom:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.img320 {
  width: 320px;
}

.img400 {
  width: 400px;
}

.img420 {
  width: 420px;
}

.img500 {
  width: 500px;

}

.img660 {
  width: 660px;

}


.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }

  .img400 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}


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

トップページタイトル

*****************************************/
.top_headline {
  margin-bottom: 40px;
  padding-top: 30px;
  background: url(images/top_headline_crown.png) center top no-repeat;
  text-align: center;
}

#top_news {
  width: 100%;
  background-color: #F7F4EF;
  height: 415px;
}

.top_subhead01 {
  margin-bottom: 35px;
}

.top_subhead02 {
  margin-bottom: 35px;

}

.top_result_btn {
  width: 830px;
  margin: 40px auto;
  justify-content: center;
  gap: 40px;
}

.top_work_btn {
  margin: 0px;
}

.top_subhead_new {
  padding-top: 60px;
  border-bottom-color: #cccccc;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-bottom: 20px;


}

/* 消してない部分*/


.top_subhead01 span,
.top_news_tit span {
  display: block;
  margin-top: 5px;
  color: #7D4922;
  font-size: 1.8rem;
  line-height: 1;
}

.top_box02_inner h3 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 17px;
  color: #2F2F2F;
  font-size: 2.6rem;
  text-align: center;
}

.top_box02_inner h3 span {
  color: #7D4922;
  font-size: 3rem;
}

.top_box02_inner h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #7D4922;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top_box02_inner h3::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 150px;
  width: 193px;
  height: 74px;
  background: url(images/top_box02_inner_txt.png) no-repeat left top/contain;
}

@media screen and (max-width: 767px) {

  .top_headline {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }


  .top_subhead01 {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }




  .top_subhead02 {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }


  .headline_img {
    width: 200%;
    max-width: 1020px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .top_subhead_new {
    max-width: 85px;
    width: 100%;
    padding-top: 10px;

  }

  #top_news {
    width: auto;
    height: auto;
    padding: 10px;
    width: calc(100% + 20px);
    padding: 35px 10px 40px;
    margin-left: -10px;
  }

  .top_result_btn {
    width: auto;
    margin: 0 auto;
    gap: initial;
  }

  .top_work_btn {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 260px;
  }

  .top_work_btn li {
    max-width: 260px;
    width: 200%;
    margin: 0 auto;
  }

  .top_result_btn img {
    width: 100%;
  }

  /*

  .top_subhead01,
  .top_news_tit {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }

  .top_subhead01 span,
  .top_news_tit span {
    margin-top: 2px;
    font-size: 1.4rem;
  }

  .top_subhead02 {
    margin-bottom: 20px;
    padding: 2px 0 2px 15px;
    border-left-width: 4px;
    font-size: 2.2rem;
  }

  .top_box02_inner h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }

  .top_box02_inner h3 span {
    font-size: 2rem;
  }

  .top_box02_inner h3::after {
    top: -45px;
    left: -20px;
    width: 140px;
    height: 53px;
  }*/
}


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

下層ページタイトル

*****************************************/
.headline {
  margin-bottom: 35px;
  padding-bottom: 25px;
  background: url(images/h1_headline.png) left bottom no-repeat;
}

.headline span {
  display: block;
  color: #FDE459;
  font-size: 1.4rem;
}

.single_tit {
  margin-bottom: 35px;
  padding-bottom: 25px;
  background: url(images/h1_headline.png) left bottom no-repeat;
}

.h2_subhead01 {
  font-size: 22px;
  margin-bottom: 25px;
  padding: 10px 0px 10px 35px;
  background: url(images/h2_subhead04-2.png) left 15px center no-repeat #7D4922;
}



.h2_concept_tit01 {
  font-size: 26px;
  color: #9E5C2C;
  margin-bottom: 25px;
  padding-top: 40px;
  background: url(images/h2_subhead01.png) left top no-repeat;
}

.h2_concept_tit02 {
  font-size: 26px;
  color: #9E5C2C;
  margin-bottom: 25px;
  padding-top: 40px;
  background: url(images/h2_subhead02.png) left top no-repeat;
}

.h2_concept_tit03 {
  font-size: 26px;
  color: #9E5C2C;
  margin-bottom: 25px;
  padding-top: 40px;
  background: url(images/h2_subhead03.png) left top no-repeat;
}


.h3_subhead01 {
  margin-bottom: 20px;
  padding: 0px 0px 6px 35px;
  border-bottom: 1px solid #CDC0B7;
  color: #9E5C2C;
  background: url(images/h3_subhead02.jpg) no-repeat left top 3px;
}

.recruit_flow h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #EFCC09;
  color: #2F2F2F;
}

@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(images/h1_headline.png) left bottom no-repeat;
  }



  .headline span {
    font-size: 1.2rem;
  }

  .single_tit {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .h2_subhead01 {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 8px 0px 8px 25px;
    background: url(images/h2_subhead04-2.png) left 15px center no-repeat #7D4922;
  }


  .h2_subhead01::before {
    width: 22%;
  }

  .h3_subhead01 {
    margin-bottom: 15px;
    background-position: left top;
  }

  .h2_concept_tit01 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 30px;

  }

  .h2_concept_tit02 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 30px;

  }

  .h2_concept_tit03 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 30px;

  }
}


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

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }

  #sp_footer {
    position: relative;
  }

  #sp_footer .sp_bnr {
    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: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  #sp_footer .sp_bnr .sp_bnr_parts {
    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;
    position: relative;
    width: 25%;
    background: #7D4922;
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }

  #sp_footer .sp_bnr .sp_bnr_parts p {

    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }

  #sp_footer .sp_footer_box {
    padding: 20px 10px 40px;

  }

  #sp_footer .sp_footer_box .sp_logo {
    width: 235px;
    margin: 0 auto 15px;
  }

  #sp_footer .sp_footer_box .sp_add {
    margin-bottom: 10px;
    text-align: center;
  }

  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
}


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

pc_footer

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

  #pc_footer {
    width: 100%;
    margin: 0 auto;

  }
}

.pagetop {
  width: 100%;
  background-color: #C0D222;
  text-align: center;
  margin-bottom: 30px;
}

.img_pagetop {
  text-align: center;
}




.pc_footer_box {
  width: 1020px;
  margin: 0 auto;


}

.footer_logo {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-color: #cccccc;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  text-align: start;
}



.pc_copyright {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #1D1104;

}


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

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

Contact Form7

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

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #7D4922 solid;
  border-radius: 8px;
  background-color: #7D4922;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  background-color: #fff;
  color: #7D4922;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #7D4922 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(125, 73, 34, 0.5);
  box-shadow: 0 0 2px 2px rgba(125, 73, 34, 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;
  font-size: 1.2rem;
}

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

/* フォームの装飾ここから */
/* チェックボックス */
.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 #7D4922;
  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 #7D4922;
  border-right: 3px solid #7D4922;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(40deg);
  -ms-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: #7D4922;
  -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 #7D4922;
  -webkit-box-shadow: 0 0 2px 2px rgba(125, 73, 34, 0.5);
  box-shadow: 0 0 2px 2px rgba(125, 73, 34, 0.5);
  background-color: #7D4922;
  -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 input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio]+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=radio]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7 .form_input input[type=radio]+span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -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=radio]:checked+span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked+span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #7D4922;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* セレクト */
.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 #7D4922;
  border-right: 1px solid #7D4922;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-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 #7D4922;
  border-right: 1px solid #7D4922;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #7D4922;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 103, 165, 0.7)), to(rgba(25, 103, 165, 0.7)));
  background-image: linear-gradient(90deg, rgba(25, 103, 165, 0.7), rgba(25, 103, 165, 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%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-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 #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

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

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 767px) {


  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }

  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }

  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px;
  }

  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_row .form_input {
    width: 100%;
  }

  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }

  .ajax-loader {
    width: auto;
  }

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

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


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

clearfix

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

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

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

.clearfix {
  display: block;
}

/* End Hack */