@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .contents_box-s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-m {
    width: 66.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-l {
    width: 87.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents_box-s,
  .contents_box-m,
  .contents_box-l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.post_list_thumbnail {
  position: relative;
  overflow: hidden;
}
.post_list_thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.single_txt a {
  text-decoration: underline;
}
.single_txt em,
.single_txt i {
  font-style: italic;
}
.single_txt strong,
.single_txt b {
  font-weight: 900;
}
.single_txt pre,
.single_txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single_txt u {
  text-decoration: underline;
}
.single_txt del {
  text-decoration: line-through;
}
.single_txt ol,
.single_txt ul {
  padding-left: 20px;
}
.single_txt ol {
  list-style: decimal;
}
.single_txt ul {
  list-style: disc;
}
.single_txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single_txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single_txt blockquote p::before {
  content: "“";
}
.single_txt blockquote p::after {
  content: "”";
}
.single_txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single_txt .table_wrapper th,
.single_txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .overlayMenu,
  .overlayMenuBtn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.flex {
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===== PC / 共通 ===== */
.com-ttl--h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #826F59;
  text-shadow: 2px 0px 0px #ffffff, -2px 0px 0px #ffffff, 0px 2px 0px #ffffff, 0px -2px 0px #ffffff, 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 3px 0px 0px #ffffff, -3px 0px 0px #ffffff, 0px 3px 0px #ffffff, 0px -3px 0px #ffffff, 2px 3px 0px #ffffff, -2px 3px 0px #ffffff, 2px -3px 0px #ffffff, -2px -3px 0px #ffffff;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .com-ttl--h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .com-ttl--h2 {
    font-size: 2.6rem;
  }
}
/* ===== SP ===== */
/* ===== 共通 ===== */
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #E8C59C;
  border-radius: 90px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 0px 0px rgb(130, 111, 89);
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.com-btn i {
  color: #ffffff;
}
.com-btn span {
  color: #826F59;
  font-weight: 600;
}
.com-btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .com-btn {
    width: 240px;
  }
  .com-btn span {
    font-size: 1.6rem;
  }
}
/* ===== SP ===== */
/* ===== PC / 共通 ===== */
.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem; /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #826F59;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #E8C59C;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 0px 0px rgb(130, 111, 89);
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 90px;
  transition: all 0.3s ease;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  box-shadow: none;
  transform: translateY(5px);
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 85%;
    font-size: 1.6rem;
    padding: 20px;
  }
}
/* ===== 共通 ===== */
.hd {
  position: relative;
}
.hd .hd-box {
  align-content: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.hd .hd-box .hd__logo {
  color: #826F59;
  font-weight: 600;
}
.hd .hd-box .hd-cta-wrapper {
  align-items: center;
  gap: 30px;
}
.hd .hd-box .hd-cta-wrapper__link {
  display: flex;
  align-items: center;
}
.hd .hd-box .hd-cta-wrapper__link .text, .hd .hd-box .hd-cta-wrapper__link .number {
  color: #826F59;
  font-weight: 600;
}
.hd .hd-box .hd-cta-wrapper__link .text {
  margin-top: 12px;
}
.hd .hd-contents {
  height: 80%;
  position: relative;
}
.hd .hd-contents .hd-contents-wrapper {
  position: relative;
  z-index: 10;
}
.hd .hd-contents .hd-contents-wrapper__btn {
  width: 75%;
  position: absolute;
  bottom: 12%;
  left: 18%;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .hd {
    background: url(../img/layout/header/hd_wave.png) no-repeat bottom center, url(../img/layout/header/hd_bg.jpg) no-repeat center/cover;
    height: 800px;
  }
  .hd .hd-box {
    align-content: center;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
  }
  .hd .hd-box .hd__logo {
    font-size: 2.4rem;
  }
  .hd .hd-box .hd-cta-wrapper__link .text {
    font-size: 2rem;
  }
  .hd .hd-box .hd-cta-wrapper__link .number {
    font-size: 3.5rem;
  }
  .hd .hd-box .hd-cta-wrapper__link--tel {
    pointer-events: none;
  }
  .hd .hd-contents .hd-contents-wrapper {
    width: 55%;
  }
  .hd .hd-contents .hd-contents-wrapper__btn span {
    font-size: 2.8rem;
  }
  .hd .hd-contents .hd-contents__img {
    width: 42%;
    position: absolute;
    bottom: 0;
    right: 7.81%;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .hd {
    background: url(../img/layout/header/hd_bg-sp.jpg) no-repeat top center/cover;
  }
  .hd__logo {
    font-size: 1.8rem;
  }
  .hd-box {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .hd-cta-wrapper {
    display: none;
  }
  .hd-contents {
    height: 100%;
    padding: 20% 0;
  }
  .hd-contents-wrapper {
    width: 95%;
  }
  .hd-contents-wrapper__btn {
    padding: 8px;
  }
  .hd-contents-wrapper__btn span {
    font-size: 1.4rem;
  }
  .hd-contents__img {
    display: none;
  }
}
/* ===== PC / 共通 ===== */
.copy-right {
  background: #E8C59C;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 0;
}
.copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.ft_bottom-nav {
  display: none;
}

/* ================= SP ================= */
@media only screen and (max-width: 767px) {
  .copy-right {
    margin-bottom: 65px;
  }
  .ft_bottom-nav {
    width: 100%;
    height: 65px;
    background: #ffffff;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    border-top: 1px solid #e5e7eb;
  }
  .ft_bottom-nav .ft_bottom-nav_tel,
  .ft_bottom-nav .ft_bottom-nav_btn {
    width: 50%;
    height: 100%;
    text-align: center;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a span:first-child {
    color: #826F59;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .ft_bottom-nav .ft_bottom-nav_tel a span:last-child {
    color: #826F59;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: -5px;
  }
  .ft_bottom-nav .ft_bottom-nav_btn a {
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    background: #826F59;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ===== 共通 ===== */
.about {
  background: url(../img/pages/top/about-circle.png) no-repeat center bottom/46.88%;
  padding: 50px 0 100px;
}
.about .about-inner {
  position: relative;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .about__ttl {
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
  }
  .about__text-wrapper {
    width: 530px;
  }
  .about__text-wrapper p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 25px;
  }
  .about__text-wrapper p:last-child {
    margin-bottom: 0;
  }
  .about__img {
    width: 53.7%;
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 1;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .about {
    background: url(../img/pages/top/about-circle.png) no-repeat center bottom/240%;
    padding: 80px 0 30px;
  }
  .about__ttl {
    margin-bottom: 20px;
  }
  .about__text-wrapper p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 25px;
  }
  .about__text-wrapper p:last-child {
    margin-bottom: 0;
  }
  .about__img {
    display: none;
  }
}
/* ===== 共通 ===== */
.trouble {
  background: url(../img/pages/top/trouble-wave.png) no-repeat bottom center, url(../img/pages/top/trouble-bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.trouble .trouble-inner .trouble__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.trouble .trouble-inner .trouble__list {
  justify-content: center;
}
.trouble .trouble-inner .trouble__list .trouble__item {
  flex-direction: column;
  align-items: center;
}
.trouble .trouble-inner .trouble__list .trouble__item .trouble__img {
  margin-bottom: 20px;
}
.trouble .trouble-inner .trouble__list .trouble__item .trouble__ttl--sub {
  display: block;
  width: 100%;
  color: #826F59;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .trouble .trouble-inner .trouble__list {
    flex-wrap: wrap;
    gap: 30px;
  }
  .trouble .trouble-inner .trouble__list .trouble__item {
    width: 340px;
  }
  .trouble .trouble-inner .trouble__list .trouble__item .trouble__ttl--sub {
    font-size: 2rem;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .trouble {
    background: #F6F5F3;
    padding: 50px 0 80px;
  }
  .trouble .trouble-inner .trouble__list {
    flex-wrap: wrap;
    gap: 30px;
  }
  .trouble .trouble-inner .trouble__list .trouble__img {
    width: 80%;
    margin: 0 auto;
  }
  .trouble .trouble-inner .trouble__list .trouble__item {
    width: 340px;
  }
  .trouble .trouble-inner .trouble__list .trouble__item .trouble__ttl--sub {
    font-size: 2rem;
  }
}
/* ===== 共通 ===== */
.message {
  background: url(../img/pages/top/message-arrow.png) no-repeat top center, #F6F5F3;
}
.message .messsage-inner {
  padding: 80px 0;
  position: relative;
}
.message .messsage-inner .message__ttl {
  text-align: center;
  position: relative;
  z-index: 10;
}
.message .messsage-inner .message__img {
  position: absolute;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .message__img {
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .message .messsage-inner {
    padding: 80px 0 100px;
  }
  .message__img {
    width: 30%;
    max-width: 115px;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
/* ===== 共通 ===== */
.comic {
  background: url(../img/pages/top/comic-wave.png) no-repeat bottom right;
  padding: 80px 0;
}
.comic__ttl {
  text-align: center;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .comic__ttl {
    margin-bottom: 40px;
  }
  .comic__img {
    display: block;
    width: 760px;
    margin: 0 auto;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .comic {
    background: none;
    padding: 50px 0;
  }
  .comic__ttl {
    margin-bottom: 35px;
  }
}
/* ===== 共通 ===== */
.reason {
  background: url(../img/pages/top/reason-bg.png) no-repeat top center/cover, #F6F5F3;
  padding: 80px 0;
}
.reason__ttl {
  text-align: center;
}
.reason__ttl--h3 {
  flex-direction: column;
  align-items: center;
  color: #826F59;
  margin-bottom: 10px;
}
.reason__ttl--h3 span:first-child {
  font-size: 1.8rem;
}
.reason__ttl--h3 span:last-child {
  font-size: 2.2rem;
}
.reason__txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
.reason__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.reason__img {
  margin-bottom: 10px;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .reason__ttl {
    margin-bottom: 40px;
  }
  .reason__item {
    width: 340px;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .reason {
    padding: 50px 0;
  }
  .reason__ttl {
    margin-bottom: 40px;
  }
  .reason__list {
    width: 95%;
    margin: 0 auto;
  }
}
/* ===== 共通 ===== */
.feature {
  background: url(../img/pages/top/feature-wave.png) no-repeat bottom center;
  padding: 80px 0;
}
.feature__ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 30px;
}
.feature__txt:last-child {
  margin-bottom: 0;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .feature__item {
    height: 600px;
    position: relative;
  }
  .feature-wrapper {
    width: 545px;
    padding-top: 125px;
  }
  .feature-wrapper--even {
    margin: 0 0 0 auto;
  }
  .feature__ttl {
    font-size: 2.8rem;
  }
  .feature__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 25px;
  }
  .feature__img {
    width: 46.88%;
    height: 100%;
  }
  .feature__img--odd {
    background: url(../img/pages/top/feature__img--01.png) no-repeat top left;
    position: absolute;
    top: 0;
    right: 0;
  }
  .feature__img--even {
    background: url(../img/pages/top/feature__img--02.png) no-repeat top right;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .feature {
    background: none;
    padding: 50px 0;
  }
  .feature__item {
    margin-bottom: 35px;
  }
  .feature__txt {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 25px;
  }
  .feature__txt:last-child {
    margin-bottom: 35px;
  }
  .feature__img {
    width: 370px;
    height: 250px;
  }
  .feature__img--odd {
    background: url(../img/pages/top/feature__img--01.png) no-repeat top left/contain;
    margin: 0 0 0 auto;
  }
  .feature__img--even {
    background: url(../img/pages/top/feature__img--02.png) no-repeat top right/contain;
  }
}
/* ===== 共通 ===== */
.works {
  background: #F6F5F3;
  padding: 80px 0;
}
.works__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.works__txt {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 50px;
}

/* ===== PC ===== */
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .works {
    padding: 50px 0;
  }
}
/* ===== 共通 ===== */
.contact {
  padding: 80px 0;
}
.contact__ttl {
  text-align: center;
  margin-bottom: 30px;
}

/* ===== PC ===== */
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}
/* ===== 共通 ===== */
.company {
  background: #F6F5F3;
  padding: 80px 0;
}
.company-inner {
  justify-content: space-between;
}
.company__list {
  width: 100%;
  margin-bottom: 40px;
}
.company__map {
  width: 100%;
  height: 250px;
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .company-wrapper {
    width: 725px;
  }
  .company__item {
    gap: 90px;
    padding: 20px 0;
    border-bottom: 1px solid #C7C7C7;
  }
  .company__term, .company__desc {
    font-size: 1.6rem;
  }
  .company__term {
    width: 130px;
  }
  .company__desc {
    width: 505px;
  }
  .company__desc a {
    pointer-events: none;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .company {
    padding: 50px 0;
  }
  .company-inner {
    flex-direction: column;
  }
  .company__ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-wrapper {
    width: 100%;
  }
  .company__item {
    padding: 20px 0;
    border-bottom: 1px solid #C7C7C7;
  }
  .company__term, .company__desc {
    font-size: 1.5rem;
  }
  .company__term {
    width: 130px;
  }
}
/* ===== PC / 共通 ===== */
.not_found_sec {
  padding: 80px 0;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  text-align: center;
  font-size: 3.2rem;
}
.not_found_sec .contents_box-s .not_found_txt p {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .not_found_sec {
    padding: 50px 0;
  }
  .not_found_sec .contents_box-s .not_found_ttl h3 {
    font-size: 2.4rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p {
    font-size: 1.5rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p a {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */