@charset "UTF-8";
/****************************************

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

/*
Theme Name:株式会社小山建設
Description:愛知県西尾市で建築工事・リフォーム、相続相談・遺品整理や空き家の活用・売却相談のことなら株式会社小山建設へ
Version: 1.0
License:株式会社小山建設
License URI:https://www.koyama-kensetsu.com
*/
@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: #333;
  background: #fff;
  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: 0em;
  line-height: 1.8;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  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;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

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

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

a:hover img.img_brightness {
  filter: brightness(110%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  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;
}

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

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

.w1560 {
  max-width: 1560px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

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

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;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 0px 180px 0 40px;
  align-items: center !important;
  position: relative;
}
.header_wrap .mail_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

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

pcヘッダー

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

.header_right_above {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: right;
  padding: 30px 15px 0 0;
}

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

spヘッダー

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

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
#mv_top .top_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    padding-bottom: 30px;
  }
  #mv_top .top_catch img {
    width: 52%;
  }
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

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

.page_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

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

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

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 150%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 158%;
    left: -29%;
  }
  .page_title {
    padding-bottom: 20px;
  }
  .page_title img {
    height: 50px;
    width: auto;
  }
  .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: 100px auto 0;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
    margin: 50px auto 0;
  }
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 20px;
}
#single_box .tabl2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #single_box .tabl2 {
    margin-bottom: 20px;
  }
}

.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: #F49A35;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #FAF6E7;
  color: #F49A35;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
  }
  #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: -webkit-box;
  display: -ms-flexbox;
  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 #F49A35;
  border-radius: 8px;
  background-color: #F49A35;
  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: #F49A35;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 0px auto 60px;
  background: url(images/contact_bg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0px auto 30px;
    padding: 50px 5%;
  }
}

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

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

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

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

.footer_sp {
  display: none;
}

.sitemap {
  margin-top: 40px;
  background-color: #FAF6E7;
  padding-top: 40px;
}
.sitemap ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7DDB6;
  padding-bottom: 40px;
}
.sitemap ul li {
  padding-left: 20px;
  background: url(images/arrow.png) left center no-repeat;
}
.sitemap ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  position: relative;
  font-weight: 600;
}

/* サイトマップホバー時のアンダーライン */
.sitemap ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F49A35;
  -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;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap ul li 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);
}

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

.copyright {
  font-size: 1.4rem;
  color: #C9B97B;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 20px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    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: #F49A35;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    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_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
    border: 1px solid #F49A35;
    border-radius: 5px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #F49A35;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    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: #F49A35;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    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: #F49A35;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-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;
    -o-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;
    -o-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-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;
    -webkit-box-sizing: border-box;
    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: #F49A35;
  }
  #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;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-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;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 0px;
  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 15px;
}
@media screen and (max-width: 1380px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

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

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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: #F49A35;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #F49A35;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  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;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  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;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #F49A35;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    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 {
  position: relative;
  margin-bottom: 10px;
  z-index: 990;
}

.breadcrumb {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    position: static;
    transform: translateX(0%);
  }
}

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

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

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F49A35;
  -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;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb 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) {
  .breadcrumb_area {
    width: 100%;
    margin: 0px auto 0;
  }
  .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-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.8rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}

.eng {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  color: #EAD794;
  display: block;
}
@media screen and (max-width: 767px) {
  .eng {
    font-size: 1.4rem;
  }
}

.orange {
  color: #F49A35;
}

.green {
  color: #9BD646;
}

.top_ttl2 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 140px;
  background: url(images/merit.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-top: 80px;
    background-size: 180px;
  }
}

.marker {
  position: relative;
  z-index: 2;
}
.marker:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 15px;
  background-color: rgba(250, 209, 88, 0.337254902);
  left: -5%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .marker:after {
    height: 10px;
  }
}

.top_ttl3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 1.7rem;
    padding-top: 110px;
  }
}
.top_ttl3::before {
  display: block;
  content: "";
  background: url(images/onayami.png);
  position: absolute;
  width: 233px;
  height: 146px;
  top: -50px;
  left: 50%;
  transform: translateX(-650px);
  transition: 0.3s;
}
@media screen and (max-width: 1460px) {
  .top_ttl3::before {
    transform: translateX(-610px);
  }
}
@media screen and (max-width: 767px) {
  .top_ttl3::before {
    transform: translateX(-80%);
    background: url(images/onayami.png) center bottom no-repeat;
    background-size: 150px;
  }
}

.top_ttl4 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #F49A35;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.top_ttl4_1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #9BD646;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl4_1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.top_ttl5 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2.8rem;
  }
}
.top_ttl5 span {
  font-size: 1.6rem;
  color: #9BD646;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl5 span {
    font-size: 1.4rem;
  }
}

.top_ttl6 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.6rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #FAD158;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 2rem;
  }
}

.top_ttl7 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 3rem;
  }
}
.top_ttl7 span {
  font-size: 1.6rem;
  color: #EAD794;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl7 span {
    font-size: 1.4rem;
  }
}

.headline {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.6rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.5rem;
  }
}
.headline span {
  font-size: 1.6rem;
  color: #F49A35;
  padding-left: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.4rem;
  }
}

.ttl1 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  background-color: #FAF6E7;
  padding: 13px 10px 13px 30px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
  }
}
.ttl1::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 60%;
  background-color: #F49A35;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

.ttl2 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid #3F3E3E;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.ttl2::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #9BD646;
  border-radius: 50vh;
  top: 7px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .ttl2::before {
    top: 6px;
  }
}

.ttl3 {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.article_ttl {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.8rem;
  padding: 0 0 10px 10px;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 767px) {
  .article_ttl {
    font-size: 1.5rem;
  }
}
.article_ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 60%;
  background-color: #F49A35;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
}

.pp_ttl {
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp_ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

/* ボタン */
.btn_container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.btn_container2 {
  text-align: center;
  margin-top: 30px;
}

.btn_container3 {
  margin-top: 30px;
}

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

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: 10px;
}
@media screen and (max-width: 767px) {
  .news_post {
    padding-right: 0px;
  }
}

.news_post article {
  width: 100%;
  padding: 21px 20px 21px 0;
  border-bottom: 1px dotted #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    flex-direction: column;
  }
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}
.news_post article a h3 span {
  background-image: linear-gradient(90deg, #F49A35, #F49A35); /* 線の色 */
  background-position: left bottom; /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 1px; /* 下線を下にズラす */
  transition: background-size 0.6s; /* 変形をアニメーション化 */
}
.news_post article a h3 span:hover {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

.news_post article .date {
  font-size: 1.5rem;
  color: #F49A35;
  font-weight: 400;
  margin-right: 40px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

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

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 10px 0px 0px 0;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
  }
}
.map {
  width: 100%;
  position: relative;
  padding-top: 33.33%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

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

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

contentトップ用

*****************************************/
.txt1 {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.fig1 {
  width: 500px;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    padding-right: 0px;
    max-width: 499px;
    margin: 0 auto 20px;
  }
}

.top_box01_content {
  margin-bottom: 50px;
}

.top_box01 {
  padding-bottom: 100px;
  background: url(images/letter1.png) center bottom no-repeat;
  background-size: 94.8%;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding-bottom: 50px;
  }
}

.top_box02 {
  padding: 80px 0 100px;
  background: url(images/top_bg1.jpg) bottom center no-repeat, #F9F6E6;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 3%;
    margin-bottom: 30px;
  }
}
.top_box02::before {
  display: block;
  content: "";
  background: url(images/top_pic_l.png) center right no-repeat;
  position: absolute;
  width: 430px;
  height: 480px;
  top: 85px;
  left: 50%;
  transform: translateX(-780px);
  transition: 0.3s;
  background-size: 100%;
}
@media screen and (max-width: 1460px) {
  .top_box02::before {
    background-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .top_box02::before {
    display: none;
  }
}
.top_box02::after {
  display: block;
  content: "";
  background: url(images/top_pic_r.png) center left no-repeat;
  position: absolute;
  width: 510px;
  height: 563px;
  top: 45px;
  right: 50%;
  transform: translateX(780px);
  transition: 0.3s;
  background-size: 100%;
}
@media screen and (max-width: 1460px) {
  .top_box02::after {
    background-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  .top_box02::after {
    display: none;
  }
}

.top_list {
  padding: 0 40px;
  column-count: 2;
  column-gap: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_list {
    column-count: 1;
    padding: 0;
  }
}
.top_list li {
  font-size: 1.7rem;
  color: #1E1E1E;
  font-weight: 600;
  padding: 0 0 10px 40px;
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
  background: url(images/check.png) left top 5px no-repeat;
}
@media screen and (max-width: 767px) {
  .top_list li {
    font-size: 1.4rem;
    padding: 0 0 10px 20px;
    background-size: 15px;
  }
}

.white_box {
  background: url(images/dog.png) right 40px bottom 20px no-repeat, url(images/contact_paw.png) left 40px bottom 30px no-repeat, #fff;
  border-radius: 20px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .white_box {
    padding: 40px 20px 180px;
    background-size: 100px;
  }
}

.arrow {
  position: relative;
}
.arrow::before {
  display: block;
  content: url(images/arrow3.png);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.solution {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: 0.08em;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  margin-bottom: 5px;
}
.solution .marker2 {
  background: linear-gradient(transparent 70%, rgba(250, 209, 88, 0.2823529412) 0%);
  padding: 5px;
}

.contact_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact_link {
    flex-direction: column;
  }
}

.contact_time {
  font-size: 1.4rem;
  margin-top: 10px;
}

.top_box03 {
  padding-bottom: 65px;
  background: url(images/top_bg2.jpg) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 5% 40px;
  }
}

.txt2 {
  max-width: 900px;
  width: 60%;
  padding: 80px 80px 80px 160px;
  border-radius: 20px;
  background: url(images/top_illust1.png) bottom 40px right 40px no-repeat, rgba(245, 165, 54, 0.2392156863);
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 95%;
    padding: 80px 20px 30px 20px;
    margin: -50px 0 0 auto;
    background: url(images/top_illust1.png) bottom 80px right 20px no-repeat, rgba(245, 165, 54, 0.2392156863);
    background-size: 140px;
  }
}

.top_box04 {
  padding-top: 130px;
  margin-bottom: 120px;
  background: url(images/letter2.png) top 50px right 6% no-repeat;
}
@media screen and (max-width: 1380px) {
  .top_box04 {
    background: url(images/letter2.png) top 65px right 2% no-repeat;
    background-size: 45%;
  }
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding-top: 60px;
    background: url(images/letter2.png) top 20px right 2% no-repeat;
    background-size: 250px;
    margin-bottom: 40px;
  }
}

.top_box04_content {
  position: relative;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    flex-direction: column;
  }
}
.top_box04_content .fig2 {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  max-width: 740px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_box04_content .fig2 {
    position: static;
    width: 90%;
  }
}
.top_box04_content .fig2 img {
  width: 100%;
  height: auto;
}

.txt2_1 {
  max-width: 900px;
  width: 60%;
  padding: 80px 160px 80px 80px;
  border-radius: 20px;
  background: url(images/top_illust2.png) bottom 40px right 120px no-repeat, rgba(157, 214, 71, 0.2);
}
@media screen and (max-width: 767px) {
  .txt2_1 {
    width: 95%;
    padding: 80px 20px 30px 20px;
    margin: -50px auto 0 0;
    background: url(images/top_illust2.png) bottom 80px right 20px no-repeat, rgba(157, 214, 71, 0.2);
    background-size: 150px;
  }
}

.top_box05_content {
  position: relative;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .top_box05_content {
    flex-direction: column;
  }
}
.top_box05_content .fig2 {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 2;
  max-width: 740px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_box05_content .fig2 {
    position: static;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.top_box05_content .fig2 img {
  width: 100%;
  height: auto;
}

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

.top_box06 {
  background: url(images/top_bg3.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 50px 3%;
  }
}

.top_flow {
  width: 255px;
  aspect-ratio: 255/265;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1725490196);
  position: relative;
  padding: 60px 30px 0;
}
.top_flow:not(:last-child) {
  position: relative;
}
.top_flow:not(:last-child)::after {
  position: absolute;
  content: url(images/arrow2.png);
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_flow:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: revert;
    right: revert;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow {
    width: 100%;
    aspect-ratio: revert;
    padding: 30px 20px 20px;
  }
}

.num1::before {
  position: absolute;
  content: url(images/num1.png);
  top: -15px;
  left: 15px;
}

.num2::before {
  position: absolute;
  content: url(images/num2.png);
  top: -15px;
  left: 15px;
}

.num3::before {
  position: absolute;
  content: url(images/num3.png);
  top: -15px;
  left: 15px;
}

.num4::before {
  position: absolute;
  content: url(images/num4.png);
  top: -15px;
  left: 15px;
}

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

.top_news_container {
  width: 800px;
}
@media screen and (max-width: 767px) {
  .top_news_container {
    width: 100%;
    margin-bottom: 50px;
  }
}

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

.top_box07 {
  background: url(images/letter3.png) left 4.2% bottom 75px no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 50px 0;
    background: url(images/letter3.png) right 2% top 20px no-repeat;
    background-size: 180px;
  }
}

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

.txt3 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.fig3 figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fig3 p {
    font-size: 1.2rem;
  }
}

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

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

.greeting_box02_content {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .greeting_box02_content {
    margin-bottom: 30px;
  }
}

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

.strength_box03_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .strength_box03_content {
    width: 100%;
  }
}
.strength_box03_content figure {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 38/24;
}
@media screen and (max-width: 767px) {
  .strength_box03_content figure img {
    height: 70%;
    width: auto;
  }
}

.works_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

.works_content {
  width: 380px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .works_content {
    width: 100%;
  }
}
.works_content figure {
  position: relative;
  width: 100%;
  aspect-ratio: 38/24;
  height: auto;
  margin-bottom: 10px;
}

.organize_box03_container {
  margin-top: 40px;
  margin-bottom: 10px;
}

.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: #F49A35;
    margin-bottom: 10px;
  }
}
.tbl1 {
  width: 100%;
}
.tbl1 th {
  font-weight: 400;
  background-color: #eee;
  width: 25%;
  padding: 10px;
  border: 1px solid #ccc;
}
.tbl1 td {
  width: 25%;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}

.flow_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow_container {
    margin-bottom: 40px;
  }
}
.flow_container:not(:last-child) {
  position: relative;
}
.flow_container:not(:last-child)::after {
  display: block;
  content: "";
  background-color: #F49A35;
  position: absolute;
  width: 8px;
  height: 100%;
  bottom: -60px;
  left: 66px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow_container:not(:last-child)::after {
    width: 4px;
    left: 38px;
  }
}

.step {
  width: 140px;
  height: 140px;
  background-color: #F49A35;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .step {
    width: 80px;
    height: 80px;
  }
}
.step p {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  font-family: "Zen Maru Gothic", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .step p {
    font-size: 2rem;
  }
}

.flow_content {
  width: 1000px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .flow_content {
    width: calc(100% - 100px);
  }
}
.flow_content a {
  color: inherit;
  font-weight: 600;
}
.flow_content a:hover {
  text-decoration: none;
  color: #F49A35;
}

.tbl2 {
  width: 100%;
}
.tbl2 th {
  font-weight: 400;
  background-color: #eee;
  width: 300px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    width: 100%;
    padding: 10px;
    margin-top: -1px;
  }
}
.tbl2 td {
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.tbl2 td a {
  color: inherit;
}
.tbl2 td a:hover {
  text-decoration: none;
  color: #F49A35;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    width: 100%;
    padding: 10px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .tbl2 tr {
    display: flex;
    flex-direction: column;
  }
}

.tsunayoshi {
  margin: 40px auto 0;
  width: 800px;
  position: relative;
  display: flex;
  background-color: #013927;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.tsunayoshi::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #cb9b06 transparent transparent transparent;
  bottom: 10px;
  right: 0px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .tsunayoshi::after {
    bottom: 5px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .tsunayoshi {
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.tsunayoshi:hover {
  opacity: 0.8;
}
.tsunayoshi a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.tbl3 {
  width: 100%;
}
.tbl3 th {
  font-weight: 400;
  background-color: #eee;
  width: 6em;
  font-size: 1.4rem;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tbl3 th {
    width: 100%;
    padding: 5px 10px;
    margin-top: -1px;
    font-size: 1.3rem;
  }
}
.tbl3 td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tbl3 td {
    width: 100%;
    padding: 5px 10px;
    margin-top: -1px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl3 tr {
    display: flex;
    flex-direction: column;
  }
}

.cate {
  display: inline-block;
  width: 100px;
  background-color: #9BD646;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .cate {
    font-size: 1.2rem;
    width: 80px;
  }
}

.pp {
  background-color: #FAF6E7;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
  }
}

/* End Hack *//*# sourceMappingURL=style.css.map */