@charset "UTF-8";
/*
Theme Name:
Description:
Version: 1.0
License:
License URI:https://www.
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi 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;
  display: inline-block;
}

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

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #423126;
  background: #FCFAF1;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

ページ共通

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

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

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

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

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

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  transition: 0.3s linear;
}

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

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

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

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

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

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

P

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

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

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

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
}
/****************************************

clearfix

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

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

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

.clearfix {
  display: block;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.header_wrap {
  width: 100%;
  padding: 0px 0px 0 40px;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 20px 3%;
  }
}

.h_logo {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 160px;
  }
}

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

pcヘッダー

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

.c_btn {
  width: 120px;
  aspect-ratio: 1/1;
}
.c_btn a {
  width: 100%;
  height: 100%;
  background-color: #F99746;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_btn a:hover {
  background-color: #FBC657;
}
.c_btn a span {
  color: #fff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  background: url(images/mail.svg) top center no-repeat;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
  background: linear-gradient(transparent, transparent 50%, #FCF2DE 50%, #FCF2DE 100%);
}
#mv_top .top_catch {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    width: 72%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
}

.slider {
  max-width: 1600px;
  width: 83.33%;
}
@media screen and (max-width: 767px) {
  .slider {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
  }
}
.slider img {
  width: 100%;
  height: auto;
}

.recruit_bnr {
  position: absolute;
  bottom: 6.66%;
  right: 1.822%;
  max-width: 253px;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .recruit_bnr {
    width: 23%;
    right: 1.5%;
    bottom: 10px;
  }
}
.recruit_bnr a {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.recruit_bnr a:hover {
  filter: saturate(1.5);
}
.recruit_bnr img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  background: linear-gradient(transparent, transparent 73.5%, #FCF2DE 73.5%);
}

.slider2 {
  max-width: 1600px;
  width: 83.33%;
  overflow: hidden;
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px;
}

#mv_page .mv_img {
  position: relative;
  width: 1600px;
  left: calc(50% - 800px);
}

.page_title {
  position: absolute;
  left: 9.375%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 3%;
    height: 30%;
  }
  .page_title img {
    height: 100%;
    width: auto;
  }
}

.recruit_bnr2 {
  position: absolute;
  bottom: -90px;
  right: 1.822%;
  max-width: 253px;
  width: 14%;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .recruit_bnr2 {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_bnr2 {
    width: 20%;
  }
}
.recruit_bnr2 a {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.recruit_bnr2 a:hover {
  filter: saturate(1.5);
}
.recruit_bnr2 img {
  width: 100%;
  height: auto;
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 220%;
    left: -95%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

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

.aligncenter {
  display: block;
}

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

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

a.page-numbers:hover {
  background: #FCF2DE;
}

.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;
  background: #F99746;
  border: solid 1px #F99746;
  color: white;
}

.nav-below {
  margin: 40px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #F99746;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #F99746;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F99746;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  transform-origin: center top;
  transform: scale(1, 1);
}

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

Contact Form7

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

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

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

.form_row .form_label {
  width: 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);
}

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

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

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

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

.form_row .form_input_post {
  width: 180px;
}

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

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

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

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

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  margin: 0 auto;
  padding: 97px 0;
  background: url(images/c_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 60px 0;
  }
}
.aside P {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #423126;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .aside P {
    font-size: 1.8rem;
  }
}

/* バナー */
.aside_bnr {
  background-color: #FCF2DE;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .aside_bnr {
    padding: 60px 0;
  }
}

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

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

.footer_logo {
  margin-bottom: 30px;
}

.footer_sp {
  display: none;
}

.footer_container {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding-top: 40px;
  }
}

.footer_address {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.3rem;
  }
}

.sitemap {
  display: flex;
  border-top: 1px solid rgba(66, 50, 38, 0.1764705882);
  padding: 40px 0 30px;
  justify-content: space-between;
}

.sitemap li {
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(images/sitemapdeco.png) no-repeat left center;
}
.sitemap li a {
  position: relative;
  text-decoration: none;
  color: #423126;
  font-size: 1.5rem;
  font-weight: 600;
}

/* サイトマップホバー時のアンダーライン */
.sitemap li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F99746;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.sitemap li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #F99746;
  padding: 22.5px 0;
}

.copyright {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #F9882D;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_overview::after {
    background-image: url(images/icon_company.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail2.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow2.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 20px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #423126;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 150px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #F99746;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #F99746;
  opacity: 0.6;
  transition: 0.2s linear;
}

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

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

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #F99746;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 7.5px 0;
  background-color: #FCF2DE;
  margin-bottom: 40px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #F99746;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F99746;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

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

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 10px 5%;
    margin: 0px auto 30px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

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

.top_ttl1 {
  font-size: 4.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 auto 30px;
  display: inline-block;
  padding: 0 70px;
  background: url(images/ttldeco_l.png) left center no-repeat, url(images/ttldeco_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.3rem;
    padding: 0 50px;
    padding: 0 30px;
    background-size: 22px;
  }
}
.top_ttl1 span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    font-size: 1.6rem;
  }
}

.top_ttl2_container {
  width: 640px;
  border: 2px solid #F99746;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 60px;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl2_container {
    width: 85%;
    margin: 0 auto 30px;
  }
}
.top_ttl2_container::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #F99746 transparent transparent transparent;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}

.top_ttl2 {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.3rem;
  }
}

.top_ttl3 {
  font-size: 4rem;
  display: inline-block;
  color: #fff;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding-right: 30px;
  background: url(images/question.png) right center no-repeat;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2.8rem;
    padding-right: 0;
    background: url(images/question.png) right bottom no-repeat;
    background-size: 20px;
  }
}
.top_ttl3 span {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span img {
    width: 160px;
    height: auto;
  }
}

.top_ttl4 {
  font-size: 2.6rem;
  text-align: center;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #3F3126;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(images/dash.png) repeat-x bottom left;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.1rem;
  }
}

.news_ttl {
  font-size: 4.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #423126;
  padding-left: 50px;
  background: url(images/top_newsdeco.png) no-repeat center left, url(images/dash2.png) right center no-repeat;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news_ttl {
    font-size: 3rem;
    padding-left: 40px;
    background: url(images/top_newsdeco.png) no-repeat center left, url(images/dash2.png) left 150px center no-repeat;
    background-size: 30px, auto;
    margin-bottom: 20px;
  }
}

.headline {
  font-size: 3.4rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0 auto 40px;
  display: inline-block;
  padding: 0 65px;
  background: url(images/headline_l.png) left center no-repeat, url(images/headline_r.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.8rem;
    padding: 0 45px;
    background-size: 25px;
    margin-bottom: 30px;
  }
}

.ttl1 {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #3F3126;
  padding: 10px 0 10px 0;
  background: url(images/dash2.png) repeat-x bottom left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.top_ttl2_container2 {
  width: 640px;
  border: 2px solid #F99746;
  border-radius: 14px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl2_container2 {
    width: 85%;
    margin: 0 auto 30px;
    padding: 15px;
  }
}
.top_ttl2_container2::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #F99746 transparent transparent transparent;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}

.ttl2 {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #3F3126;
  padding: 0 0 10px 5px;
  background: url(images/dash.png) repeat-x bottom left;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.4rem;
  }
}

/* ボタン */
.btn1 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 240px;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(images/btn_arrow.svg) right 15px center no-repeat, #F99746;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn1 a:hover {
  background: url(images/btn_arrow.svg) right 15px center no-repeat, #FBC657;
}

.btn1_1 {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .btn1_1 {
    width: 240px;
  }
}
.btn1_1 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(images/btn_arrow.svg) right 15px center no-repeat, #F9882D;
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 18px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .btn1_1 a {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.btn1_1 a:hover {
  filter: saturate(1.4);
}

.btn_container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.btn_container2 {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    flex-direction: column;
    align-items: center;
  }
}

.btn_container3 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
}

.btn2 {
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 330px;
  }
}
.btn2 a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: url(images/mail.svg) left center no-repeat;
  letter-spacing: 0.12em;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .btn2 a span {
    font-size: 1.5rem;
    padding-left: 30px;
    background-size: 25px;
  }
}
.btn2 a {
  border-radius: 100vmax;
  text-align: center;
  width: 100%;
  padding: 27px;
  text-decoration: none;
  background-color: #F99746;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    padding: 20px;
  }
}
.btn2 a:hover {
  background-color: #FBC657;
}

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

news トップ用

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

.news_post {
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .news_post {
    padding-right: 0;
  }
}

.news_post article a {
  width: 100%;
  padding: 24px 40px 24px 0;
  border-bottom: 1px solid rgba(66, 50, 38, 0.1921568627);
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    padding: 20px 40px 20px 0;
    flex-direction: column;
  }
}

.news_post article a::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F99746;
  border-right: 2px solid #F99746;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.news_post article a:hover::before {
  right: 10px;
}

.news_post article a h3 {
  color: #3F3126;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news_post article a h3:hover {
    color: #F99746;
  }
}

.news_post article span {
  background-image: linear-gradient(90deg, #333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
  padding-bottom: 5px;
}

.news_post article:hover span {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .news_post article:hover span {
    background-size: 0 1px;
  }
}

.news_post article .date {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 40px;
  letter-spacing: 0.04em;
  width: 110px;
  background-color: #F99746;
  border-radius: 100vmax;
  margin-right: 30px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    width: 90px;
    font-size: 1.3rem;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

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

contentトップ用

*****************************************/
/* セクション1 */
.top_box01 {
  background-color: #FCF2DE;
  padding: 90px 3% 80px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 3%;
  }
}

/* セクション2 */
.txt1 {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-top: 20px;
  }
}

.top_box02 {
  position: relative;
  padding-bottom: 100px;
  background: linear-gradient(#FCF2DE, #FCF2DE 40%, transparent 40%);
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding-bottom: 60px;
  }
}
.top_box02::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50% + 700px);
  height: calc(100% - 40px);
  bottom: 0;
  right: 50%;
  transform: translateX(700px);
  background-color: #fff;
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .top_box02::before {
    height: calc(100% - 60px);
  }
}
.top_box02 .flex_r {
  position: relative;
  z-index: 1;
}

/* セクション3 */
.top_box03 {
  background: url(images/bg_deco.png) center bottom repeat-x, #FBBF6F;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 0;
    background-size: 200%;
  }
}

.top_box03_container {
  max-width: 1620px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box03_container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.top_box03_content {
  max-width: 500px;
  width: 32.5%;
  background-color: #fff;
  padding: 15px 15px 35px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .top_box03_content {
    width: 100%;
  }
}
.top_box03_content figure {
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_box03_content figure {
    margin-bottom: 60px;
  }
}
.top_box03_content figure {
  position: relative;
}
.top_box03_content figure::before {
  display: block;
  content: "";
  position: absolute;
  width: 140px;
  height: 141px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_box03_content figure::before {
    width: 100px;
    background-size: contain;
  }
}
.top_box03_content figure img {
  width: 100%;
  height: auto;
}

.w420 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.pont1::before {
  background: url(images/point_icon1.png) no-repeat center;
}

.pont2::before {
  background: url(images/point_icon2.png) no-repeat center;
}

.pont3::before {
  background: url(images/point_icon3.png) no-repeat center;
}

/* セクション4 */
.top_box04 {
  padding: 160px 0 100px;
  background: linear-gradient(transparent, transparent 71.7%, #FCF2DE 71.7%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 100px 0 60px;
  }
}
.top_box04::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(50% + 700px);
  height: calc(100% - 80px);
  bottom: 0;
  left: 50%;
  transform: translateX(-700px);
  background-color: #fff;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .top_box04::before {
    height: calc(100% - 50px);
  }
}

/* 代表挨拶 */
.greetng_box01_container {
  padding: 40px;
  border-radius: 20px;
  background: url(images/greeting_bg.png) no-repeat right top, #fff;
  background-size: 55%;
}
@media screen and (max-width: 767px) {
  .greetng_box01_container {
    padding: 20px 20px 80px;
    background: url(images/greeting_bg2.png) no-repeat right bottom, #fff;
    background-size: 100%;
  }
}

.sec_mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 60px;
  }
}

.w670 {
  width: 670px;
}
@media screen and (max-width: 767px) {
  .w670 {
    width: 100%;
  }
}

/* 業務内容 */
.txt2 {
  width: 670px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.white_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .white_box {
    padding: 20px;
  }
}

/* 募集要項 */
.tbl1 dl {
  width: 100%;
  border: 1px solid #FDCC9B;
  border-bottom: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tbl1 dl {
    flex-direction: column;
  }
}
.tbl1:last-child {
  border-bottom: 1px solid #FDCC9B;
}
.tbl1 dt {
  width: 320px;
  background-color: #FCF2DE;
  padding: 11px 20px;
  border-right: 1px solid #FDCC9B;
}
@media screen and (max-width: 767px) {
  .tbl1 dt {
    width: 100%;
    padding: 10px;
    border-right: revert;
  }
}
.tbl1 dd {
  width: calc(100% - 320px);
  background-color: #fff;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  .tbl1 dd {
    width: 100%;
    padding: 10px;
  }
}
.tbl1 dd a {
  color: #F99746;
}
.tbl1 dd a:hover {
  text-decoration: none;
  color: #FBC657;
}

/* ギャラリー */
.gallery_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .gallery_post {
    gap: 0 2%;
  }
}
.gallery_post article {
  width: 380px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .gallery_post article {
    width: 48%;
    margin-bottom: 40px;
  }
}
.gallery_post article figure {
  width: 100%;
  aspect-ratio: 38/26;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gallery_post article figure {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.gallery_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 施工実績 */
.tbl2 {
  width: 100%;
}
.tbl2 th {
  background-color: #FCF2DE;
  padding: 10px 20px;
  border: 1px solid #FDCC9B;
  text-align: left;
  color: #3F3126;
  font-weight: 400;
}
.tbl2 td {
  background-color: #fff;
  padding: 10px 20px;
  color: #3F3126;
  border: 1px solid #FDCC9B;
}

th:first-child, th:nth-child(2), td:first-child, td:nth-child(2) {
  width: 280px;
}

th:last-child, td:first-child {
  width: calc(100% - 560px);
}

.scroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .scroll {
    display: revert;
    font-size: 1.3rem;
    color: #F99746;
    margin-bottom: 10px;
  }
}
/* 事業所概要 */
.map {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

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

/* お問い合わせ */
/* End Hack *//*# sourceMappingURL=style.css.map */