@charset "UTF-8";
/* 
Theme Name: smilemate
Theme URI: 
Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* 
font-family: 'Zen Kaku Gothic Antique', sans-serif;
*/
@import url("https://use.typekit.net/qdq5fhz.css");
/*
Brandon Grotesque Regular
font-family: "brandon-grotesque", sans-serif;
font-weight: 400;
font-style: normal;

Brandon Grotesque Regular Italic
font-family: "brandon-grotesque", sans-serif;
font-weight: 400;
font-style: italic;

Brandon Grotesque Medium
font-family: "brandon-grotesque", sans-serif;
font-weight: 500;
font-style: normal;

Brandon Grotesque Medium Italic
font-family: "brandon-grotesque", sans-serif;
font-weight: 500;
font-style: italic;

Brandon Grotesque Bold
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: normal;

Brandon Grotesque Bold Italic
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: italic;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* 
    font-family: "Noto Sans JP",'Zen Kaku Gothic Antique', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/* --------------------------
modern-css-reset
https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.css
--------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* 1, Elements  */
body {
  height: 100%;
  color: #554538;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

img {
  display: inline;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}
table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}
table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1093px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1050px) {
  .l-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 30px;
  }
}

/*　ヘッダー用　*/
.l-container-header {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1050px) {
  .l-container-header {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-container-header {
    width: 100%;
    padding: 0 30px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1050px) {
  .l-container-small {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-container-small {
    width: 100%;
    padding: 0 30px;
  }
}

/* 大きい幅 */
.l-container-large {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1050px) {
  .l-container-large {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container-large {
    width: 100%;
    padding: 0 30px;
  }
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  height: 130px;
  margin: 0 auto;
  padding: 0px 0 0 0px;
  background-color: #fff;
  z-index: 777;
}
@media screen and (max-width: 1050px) {
  header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: sticky;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media screen and (max-width: 1050px) {
  .l-header {
    margin: 0 auto;
  }
}
.l-header__left {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .l-header__left {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__left {
    width: 160px;
  }
}
.l-header__branding {
  margin: 40px 0px 0 5px;
  padding: 0px 0;
}
@media screen and (max-width: 1050px) {
  .l-header__branding {
    margin: 20px 0px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__branding {
    margin: 18px 0px 0 0px;
  }
}
.l-header__branding > a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header__branding > a > img {
    width: 140px;
  }
}
.l-header__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px 0px 0px;
}
@media screen and (max-width: 1050px) {
  .l-header__right {
    flex-wrap: wrap;
    width: 80px;
    margin: 0 0px 0 0;
    padding: 0;
  }
}

/* Navi */
.l-nav {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 35px 0px 0 0px;
}
@media screen and (max-width: 1050px) {
  .l-nav {
    display: none;
  }
}

.l-nav-contact__btn {
  display: block;
  position: relative;
  top: 2px;
  margin-left: 35px;
  padding: 10px 34px 10px 69px;
  border-radius: 22.5px;
  background-image: url(./img/icon-mail.png), linear-gradient(to bottom, #fabe10, #ffdd7b);
  background-size: 25px auto, auto;
  background-position: 34px 17px, 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .l-nav-contact__btn {
    margin-left: 10px;
  }
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-blog__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 50px;
}

.l-blog__post {
  flex: 1;
}
@media screen and (max-width: 1050px) {
  .l-blog__post {
    flex: none;
    width: 850px;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
}

/* ブログ内の文章 デザイン
--------------------------- */
.l-post-single p {
  margin: 0em 0 1.5em 0;
}
.l-post-single table {
  margin: 0em 0 1.5em 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-post-single table {
    width: 100% !important;
  }
}
.l-post-single table th {
  padding: 10px 10px 10px 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px dotted #DEDEDE;
  background-color: transparent;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-post-single table th {
    display: block;
    padding: 10px 10px 0 10px;
    border-bottom: none;
  }
}
.l-post-single table td {
  padding: 10px 10px 10px 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px dotted #DEDEDE;
}
@media screen and (max-width: 767px) {
  .l-post-single table td {
    display: block;
  }
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  padding: 50px 0;
  text-align: center;
}

/* ブログ 個別記事
--------------------------- */
.l-post-info {
  margin-bottom: 20px;
  padding: 0 0px 0 0px;
}
.l-post-info .post-categories {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.l-post-info a {
  text-decoration: none;
}

/* page */
/* キービジュアル */
/* Sidebar */
.l-sidebar {
  width: 300px;
}

/* Footer */
footer {
  position: relative;
}

.l-footer__nav-list {
  list-style-type: none;
}
.l-footer__nav-list > li {
  margin-bottom: 5px;
}
.l-footer__area01 {
  padding: 84px 0 35px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__area01 {
    width: 280px;
    margin: auto;
    padding: 113px 15px 70px 15px;
  }
}
.l-footer__area02 {
  padding: 41px 0 39px 0;
  background-color: #554538;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__area02 {
    padding: 21px 0 21px 0;
  }
}

.l-footer-block01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 84px 100px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .l-footer-block01 {
    gap: 30px 0px;
    margin-bottom: 55px;
  }
}
.l-footer-block01__brand {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__brand {
    width: 200px;
  }
}
.l-footer-block01__brand a:hover {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .l-footer-block01__brand a img {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-block01__brand a img {
    width: 200px;
  }
}
.l-footer-block01__info {
  width: 310px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__info {
    width: 100%;
  }
}
.l-footer-block01__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.9px;
}
.l-footer-block01__address {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.7px;
}
.l-footer-block01__map {
  padding: 5px 0 5px 28px;
  background: url(./img/icon-map.png) no-repeat 0% 8px;
  background-size: 16px auto;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.48px;
}
.l-footer-block01__map > a {
  text-decoration: underline;
}
.l-footer-block01__telfax {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__telfax {
    flex-wrap: wrap;
  }
}
.l-footer-block01__tel-inline {
  padding: 5px 0 5px 28px;
  background: url(./img/icon-tel.png) no-repeat 0% 8px;
  background-size: 17px auto;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__tel-inline {
    display: block;
    width: 100%;
    text-decoration: none;
  }
}
.l-footer-block01__fax-inline {
  margin-left: 33px;
  padding: 5px 0 5px 28px;
  background: url(./img/icon-fax.png) no-repeat 0% 9px;
  background-size: 24px auto;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__fax-inline {
    margin-left: 0px;
    padding: 5px 0 5px 32px;
    display: block;
    width: 100%;
    text-decoration: none;
  }
}

.l-footer-nav .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .l-footer-nav .menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1050px) {
  .l-footer-nav .menu {
    padding: 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .menu {
    justify-content: flex-start;
    padding: 0;
  }
}
.l-footer-nav .menu li {
  margin-bottom: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1050px) {
  .l-footer-nav .menu li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .menu li {
    padding: 0 0px;
  }
}
.l-footer-nav .menu li a {
  display: block;
  position: relative;
  padding: 10px 48px 0 0;
  border-top: 2px solid #d3d3d3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer-nav .menu li a {
    width: 180px;
    padding: 10px 0px 0 0;
  }
}
.l-footer-nav .menu li a::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fabe10;
}
.l-footer-nav .menu li a:hover {
  color: #fabe10;
  opacity: 1;
}

.l-footer-block02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-footer-block02__privacy {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 767px) {
  .l-footer-block02__privacy {
    width: 100%;
    margin-bottom: 12px;
  }
}
.l-footer-block02__copylight small {
  font-size: 13px;
  font-weight: bold;
}

/* Breadcrumbs */
.c-breadcrumbs {
  padding: 29px 0 30px 0;
  background-color: #554538;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.6px;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  width: 100%;
  max-width: 435px;
  margin: auto;
  padding: 19px 39px 23px 39px;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #ffbe00, #ffd662);
  color: #554538;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 246px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
  }
}
.c-btn01:hover {
  background-image: none;
  background-color: #554538;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.c-btn01--small {
  max-width: 200px;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
}
.c-btn01--white {
  background-image: none;
  background-color: #fff;
}

.c-card01 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .c-card01 {
    width: 100%;
  }
}
.c-card01__link {
  display: block;
}
.c-card01__link:hover {
  opacity: unset;
}
.c-card01__img {
  overflow: hidden;
}
.c-card01__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
.c-card01__contents {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #ddd;
}
.c-card01__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-card01__desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  line-height: 1.67;
  color: #554538;
}
input::placeholder,
button::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.36px;
  color: #d5d5d5;
}
@media screen and (max-width: 767px) {
  input::placeholder,
  button::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 16px;
  }
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
input[type=text],
input[type=number],
input[type=email],
input[type=tel] {
  width: 100%;
  height: 50px;
}

input {
  flex: 1;
  height: 50px;
  padding: 0 1em;
  border-radius: 5px;
  border: 1px solid #554538;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 1px solid #554538;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

input[type=submit] {
  width: 434px;
  height: auto;
  max-width: 100%;
  margin-top: 35px;
  padding: 0.7em 10px 0.71em 24px;
  border-radius: 50px;
  border: none;
  background-image: linear-gradient(to bottom, #ffbe00, #ffd662);
  font-size: 27px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    padding: 0.7em 10px 0.71em 20px;
    font-size: 20px;
  }
}

.c-required {
  margin-left: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: -0.2px;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  text-align: left;
}

.grecaptcha-badge {
  display: none;
}

/* 送信ボタン下完了時 */
.wpcf7 form.sent .wpcf7-response-output {
  opacity: 0;
}

[data-name=acceptance-867] {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  [data-name=acceptance-867] .wpcf7-list-item {
    margin: 0;
  }
  [data-name=acceptance-867] .wpcf7-list-item label {
    display: flex;
  }
  [data-name=acceptance-867] .wpcf7-list-item label input {
    width: 52px;
  }
  [data-name=acceptance-867] .wpcf7-list-item label .wpcf7-list-item-label {
    text-align: left;
  }
}

/* チェックボックスデザイン */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 52px;
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #666464;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  border-bottom: 4px solid #666464;
  border-left: 5px solid #666464;
  opacity: 0;
  height: 14px;
  width: 28px;
  transform: rotate(-45deg);
  top: 15px;
  left: 8px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

/* heading */
.c-front-heading {
  text-align: left;
}
.c-front-heading__textBig {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 67px;
  font-weight: bold;
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 36px;
  }
}
.c-front-heading__textBig--news {
  font-size: 74px;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig--news {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading__textBig--blog {
    font-size: 43px;
  }
}
.c-front-heading__textSmall {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    font-size: 15px;
  }
}
.c-front-heading__textSmall--news {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-front-heading__textSmall--news {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading__textSmall--blog {
    font-size: 15px;
  }
}

.c-page-heading {
  margin-bottom: 29px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 67px;
  font-weight: bold;
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    font-size: 36px;
  }
}

.c-page-heading02 {
  display: inline-block;
  position: relative;
  left: -25px;
  text-align: center;
  margin-bottom: 75px;
  padding: 50px 0 0 40px;
  background: url(./img/front/decoration01.png) no-repeat 0 0;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  .c-page-heading02 {
    left: -10px;
    margin-bottom: 35px;
    padding: 20px 0 0 10px;
    background: url("./img/front/decoration01-sp.png") no-repeat 0 0;
    background-size: 31px auto;
  }
}
.c-page-heading02__textBig {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 67px;
  font-weight: bold;
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-heading02__textBig {
    font-size: 36px;
  }
}
.c-page-heading02__textBig--news {
  font-size: 74px;
}
@media screen and (max-width: 767px) {
  .c-page-heading02__textBig--news {
    font-size: 43px;
  }
}
.c-page-heading02__textSmall {
  font-size: 40px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-page-heading02__textSmall {
    font-size: 20px;
  }
}
.c-page-heading02--pt2 {
  padding: 20px 0 0 30px;
}

/* CONTACT */
.c-link-bottom-logo {
  position: relative;
  top: 60px;
  margin: 0px -20px 0 -20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .c-link-bottom-logo {
    top: 43px;
    left: 0;
    right: 0;
    margin: -55px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-link-bottom-logo {
    top: 22px;
    width: 90%;
    margin: 0px auto 0 auto;
  }
}
.c-link-bottom-logo--white {
  top: -60px;
}
@media screen and (max-width: 1050px) {
  .c-link-bottom-logo--white {
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-bottom-logo--white {
    top: -20px;
  }
}
.c-link-bottom-logo--front {
  top: 56px;
  margin: -123px -20px 0 -20px;
}
@media screen and (max-width: 1200px) {
  .c-link-bottom-logo--front {
    top: 62px;
    margin: -123px auto 0 auto;
  }
}
@media screen and (max-width: 1050px) {
  .c-link-bottom-logo--front {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-bottom-logo--front {
    top: 104px;
  }
}

.c-link-bottom {
  padding: 260px 0 210px 0;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .c-link-bottom {
    padding: 220px 0 210px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-link-bottom {
    padding: 117px 0 112px 0;
  }
}
.c-link-bottom--bgWhite {
  padding: 140px 0 210px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-link-bottom--front {
    padding: 190px 0 112px 0;
  }
}
.c-link-bottom__title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-link-bottom__title {
    margin-bottom: 102px;
  }
}
.c-link-bottom__subtitle {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .c-link-bottom__subtitle {
    margin-bottom: 16px;
    font-size: 25px;
  }
}
.c-link-bottom__desc {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-link-bottom__desc {
    margin-bottom: 28px;
    font-size: 15px;
  }
}
.c-link-bottom__bg {
  padding-bottom: 60px;
  background: url("./img/front/icon-contact01.png") no-repeat right 88px;
  background-size: 134px auto;
}
@media screen and (max-width: 1050px) {
  .c-link-bottom__bg {
    padding-top: 30px;
    background-position: right 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-link-bottom__bg {
    padding: 0px;
    background-position: center 55px;
    background-size: 75px auto;
  }
}

.c-link-bottom-block01__link {
  display: block;
  width: 502px;
  max-width: 100%;
  margin: auto;
  padding: 43px 10px 60px;
  border-radius: 30px;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-link-bottom-block01__link {
    width: 314px;
    padding: 30px 10px 30px;
  }
}
.c-link-bottom-block01__link:hover {
  background-image: none;
  background-color: #554538;
  color: #fff;
  opacity: 1;
}
.c-link-bottom-block01__link--white {
  background: #fff;
}
.c-link-bottom-block01__img {
  width: 100%;
  height: 42px;
  background: url("./img/icon-mail.png") no-repeat center center;
  background-size: 59px auto;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-link-bottom-block01__img {
    margin-bottom: 15px;
    text-align: center;
  }
  .c-link-bottom-block01__img img {
    width: 37px;
  }
}
.c-link-bottom-block01__text {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.6;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .c-link-bottom-block01__text {
    font-size: 18px;
  }
}

.c-link-bottom-block01__link:hover .c-link-bottom-block01__img {
  background: url("./img/icon-mail-white.png") no-repeat center center;
  background-size: 59px auto;
}

/* キービジュアル */
.c-kv {
  position: relative;
  height: 180px;
  margin: 0 0 10px 0;
  padding: 60px 0 20px 0;
  background: #554538;
}
.c-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-kv__img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50%;
}
.c-kv__title {
  position: relative;
  color: #fff;
  z-index: 2;
}

/*  Navi Menu PC */
.c-nav .menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 1050px) {
  .c-nav .menu {
    display: none;
  }
}
.c-nav .menu > li {
  position: relative;
  padding: 0 0px;
  /* sub menu */
  /* ↑ sub menu */
}
.c-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 10px 16px 10px 16px;
  color: #554538;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .c-nav .menu > li > a {
    padding: 10px 10px 10px 10px;
  }
}
.c-nav .menu > li > a:hover {
  color: #fabe10;
  opacity: 1;
}
.c-nav .menu > li > .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0px 0 0px 0;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 350px;
  margin: auto;
  z-index: 777;
}
.c-nav .menu > li > .sub-menu.is-open {
  display: block;
}
.c-nav .menu > li > .sub-menu > li {
  padding: 0px 20px;
}
.c-nav .menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.c-nav .menu > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  text-decoration: none;
  text-align: left;
}
.c-nav .menu > li > .sub-menu > li > .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #dedede;
}
.c-nav .menu > li > .sub-menu > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}
.c-nav .menu > li > .sub-menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.c-nav .menu > li > .sub-menu > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #000;
  text-decoration: none;
  text-align: left;
}

/* 表示中のメニュー
.current-menu-item {
  &>a {
    display: block;
    position: relative;
    padding: 0px 10px 10px 10px;
    //border-bottom: 5px solid $main-color;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;

    &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      border-bottom: 5px solid $main-color;
      transition: all 0.2s ease-in-out;
      transform: translateX(0%);

      @include sp {
        display: none;
      }
    }

    &:hover::after {
      transform: translateX(0%);
    }
  }
}

.sub-menu .current-menu-item {
  &>a {
    text-align: left;
  }
}
*/
/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  .c-nav-button__wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0px;
    width: 80px;
    height: 80px;
    z-index: 776;
  }
  .c-nav-button {
    position: absolute;
    top: 28px;
    left: 0;
    right: 10px;
    margin: auto;
    width: 36px;
    height: 17px;
    border: none;
    background: none;
  }
  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #554538;
    transition: 0.3s ease-in;
  }
  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav-button span:nth-child(3) {
    top: 100%;
  }
  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 775;
    padding: 71px 0px 0px 0;
    background: url("./img/sp-bg.png") no-repeat center bottom;
    background-size: 100% auto;
    background-color: #fff;
    transform: translateX(110%);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    text-align: center;
    /* ロゴ */
  }
  .c-nav-sp.is-open {
    transform: translateX(0%);
  }
  .c-nav-sp__branding {
    margin-bottom: 45px;
  }
  .c-nav-sp .menu {
    display: block;
    width: 220px;
    margin: auto;
    padding: 0;
  }
  .c-nav-sp .menu > li {
    position: relative;
    margin: 0;
  }
  .c-nav-sp .menu > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 180px;
    height: 2px;
    margin: auto;
    border-top: 2px solid #d3d3d3;
  }
  .c-nav-sp .menu > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 30px;
    height: 2px;
    margin: auto;
    border-top: 2px solid #fabe10;
  }
  .c-nav-sp .menu > li > a {
    display: block;
    padding: 15px 0px 30px 0px;
    color: #554538;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    padding-bottom: 5px;
  }
  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }
  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }
  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-button__wrap {
    width: 70px;
    height: 70px;
    right: 13px;
  }
  .c-nav-button {
    top: 24px;
    left: 0;
    right: 0;
  }
}
/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

#page-top {
  position: relative;
}

.c-pageTop {
  position: fixed;
  right: 10px;
  width: 37px;
  height: 37px;
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.5s;
  z-index: 777;
  cursor: pointer;
}

.c-highlight {
  background: linear-gradient(transparent 40%, #fabe10 40% 90%, transparent 90%);
}

@media (min-width: 751px) {
  .c-tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.c-pagenation-list {
  text-align: center;
}
.c-pagenation-list .page-numbers {
  display: inline-block;
  width: 31.5px;
  height: 31.5px;
  margin: 0 5px;
  border-radius: 100px;
  border: 1px solid #554538;
  color: #fff;
  background-color: #554538;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagenation-list .page-numbers {
    width: 26px;
    height: 26px;
    margin: 0 3px;
    line-height: 1.5;
  }
}
.c-pagenation-list .current {
  background-color: #fff;
  color: #554538;
}

.c-pagenation-single {
  display: flex;
  width: 100%;
  margin: 0px auto 150px auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-pagenation-single {
    width: 100%;
    margin: 0px auto 70px auto;
    padding-top: 50px;
  }
}
.c-pagenation-single__prev {
  width: 50%;
}
.c-pagenation-single__prev a {
  display: block;
  text-decoration: underline;
}
.c-pagenation-single__next {
  width: 50%;
}
.c-pagenation-single__next a {
  display: block;
  text-decoration: underline;
  text-align: right;
}

.c-post-news-list {
  margin: 0px 0 65px 0;
  padding: 0;
}
.c-post-news-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 26px 0 20px 0;
  border-top: 1px solid rgba(85, 69, 56, 0.25);
}
.c-post-news-list__info {
  position: relative;
  top: -4px;
  width: 220px;
  padding: 0px 0px 0 0px;
}
.c-post-news-list__info .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-post-news-list__info .post-categories li {
  margin-bottom: 5px;
}
.c-post-news-list__info .post-categories li a {
  display: inline-block;
  min-width: 130px;
  padding: 5px 10px 6px 10px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__info .post-categories li a {
    font-size: 14px;
  }
}
.c-post-news-list__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-post-news-list__link {
    width: 100%;
  }
}
.c-post-news-list__title {
  flex: 1 1 0;
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    flex: 1 1 100%;
    font-size: 15px;
  }
}

.c-post-blog-list {
  margin-bottom: 75px;
}
.c-post-blog-list article {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px 25px;
  margin: 0px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list article {
    gap: 50px 25px;
  }
}
.c-post-blog-list__item {
  width: calc(33.3% - 16.6px);
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__item {
    width: 326px;
    max-width: 100%;
    margin: auto;
  }
}
.c-post-blog-list__img {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.c-post-blog-list__img > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.c-post-blog-list__content {
  flex: 1;
  padding: 13px 13px 0 13px;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__content {
    padding: 10px 10px 0 10px;
  }
}
.c-post-blog-list__info {
  margin-bottom: 10px;
  padding: 0px 0px 0 0px;
}
.c-post-blog-list__info .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-post-blog-list__info .post-categories li {
  margin-bottom: 5px;
}
.c-post-blog-list__info .post-categories li a {
  display: inline-block;
  min-width: 130px;
  padding: 5px 10px 6px 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__info .post-categories li a {
    font-size: 14px;
  }
}
.c-post-blog-list__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__time {
    font-size: 16px;
  }
}
.c-post-blog-list__title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__title {
    font-size: 18px;
  }
}
.c-post-blog-list__desc {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__desc {
    font-size: 14px;
  }
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 136px 0 150px 0;
  /* 個別ページ内の共通 */
}
@media screen and (max-width: 767px) {
  .c-post-single {
    padding: 80px 0 60px 0;
  }
}
.c-post-single p {
  margin-bottom: 1.5em;
}
.c-post-single h2 {
  margin: 70px 0 20px 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-post-single h2 {
    margin: 50px 0 20px 0;
  }
}
.c-post-single h3 {
  margin: 50px 0 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-post-single h3 {
    margin: 40px 0 20px 0;
  }
}
.c-post-single h4 {
  margin: 40px 0 20px 0;
  font-size: 16px;
}
.c-post-single h5 {
  margin: 30px 0 20px 0;
  font-size: 15px;
}
.c-post-single h6 {
  margin: 20px 0 10px 0;
  font-size: 14px;
}
.c-post-single--blog h2 {
  position: relative;
  margin: 90px 0 25px 0;
  padding: 18px 0 0 0;
  border-bottom: none;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-post-single--blog h2 {
    margin: 45px 0 15px 0;
    padding: 10px 0 0 0;
    font-size: 20px;
  }
}
.c-post-single--blog h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 3px;
  background-color: #fabe10;
}
@media screen and (max-width: 767px) {
  .c-post-single--blog h2::after {
    width: 200px;
  }
}
.c-post-single--blog h3 {
  position: relative;
  margin: 90px 0 30px 0;
  padding: 12px 25px;
  background-color: #e4e4e4;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-post-single--blog h3 {
    margin: 45px 0 20px 0;
    padding: 12px 20px;
    font-size: 18px;
  }
}
.c-post-single__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .c-post-single__time {
    font-size: 16px;
  }
}
.c-post-single .post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-post-single .post-categories li {
  margin-bottom: 5px;
}
.c-post-single .post-categories li a {
  display: inline-block;
  min-width: 130px;
  padding: 5px 10px 6px 10px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-post-single .post-categories li a {
    font-size: 14px;
  }
}
.c-post-single__link {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-post-single__link {
    width: 100%;
  }
}
.c-post-single__title {
  margin: 45px 0 45px 0;
  padding-bottom: 35px;
  border-bottom: 2px solid #554538;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-post-single__title {
    margin: 25px 0 25px 0;
    padding-bottom: 35px;
    font-size: 24px;
  }
}
.c-post-single__title--blog {
  position: relative;
  margin: 48px 0 48px 0;
  padding: 18px 0 0 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-post-single__title--blog {
    margin: 25px 0 25px 0;
    padding: 10px 0 0 0;
  }
}
.c-post-single__title--blog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 3px;
  background-color: #fabe10;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}
.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}
.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

.c-form-table {
  width: 100%;
  margin-bottom: 0;
  border: none;
}
.c-form-table th {
  width: 195px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-form-table th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-form-table th p {
  height: 50px;
  padding: 8px 5px 8px 5px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-form-table th p {
    padding: 10px 5px 8px 5px;
    font-size: 16px;
  }
}
.c-form-table td {
  width: calc(100% - 195px);
  padding: 0 0 35px 25px;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-form-table td {
    display: block;
    width: 100%;
    padding: 0 0 35px 0px;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #554538;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #554538;
  font-size: 3rem;
}

.p-front-bg-long01 {
  margin-bottom: 0px;
  padding: 0 0 0px 0;
  background: url("./img//bg-long.png") no-repeat center 400px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-bg-long01 {
    background: url("./img//bg-long-sp.png") no-repeat center 220px;
    background-size: cover;
  }
}

.p-front-mv {
  text-align: center;
}
.p-front-mv__content {
  margin: 0 -40px;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .p-front-mv__content {
    margin: 0 auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .p-front-mv__content {
    padding-top: 130px;
  }
}
.p-front-mv__contentImg {
  position: relative;
  left: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-mv__contentImg {
    display: none;
  }
}
.p-front-mv__title {
  position: relative;
  left: 0.0125em;
  padding: 55px 0 40px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: clamp(104px, -0.0824rem + 10.0304vw, 177px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
}
.p-front-mv__content-sp {
  background: url("./img/front/mv-bg01-sp.png") no-repeat center 73px;
  background-size: calc(100% - 26px) auto;
  line-height: 1;
}
.p-front-mv__text01-sp {
  margin-bottom: 40px;
  padding-top: 40px;
}
.p-front-mv__img01-sp {
  margin-bottom: 27px;
}
.p-front-mv__img01-sp > img {
  width: 70%;
  min-width: 275px;
}
.p-front-mv__text02-sp {
  margin-bottom: 40px;
}
.p-front-mv__text03-sp {
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: center;
}
.p-front-mv__text03-sp img {
  width: 100%;
  max-width: 362px;
}

/* news */
.p-front-news {
  padding: 60px 0 110px 0;
}
@media screen and (max-width: 1050px) {
  .p-front-news {
    padding: 115px 0 60px 0;
  }
}
.p-front-news__inner {
  position: relative;
  padding: 106px 70px 64px 70px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner {
    padding: 76px 26px 43px 26px;
  }
}
.p-front-news__inner::before {
  content: "";
  position: absolute;
  top: -98px;
  right: 42px;
  width: 205px;
  height: 187px;
  background: url("./img//front/news01.png") no-repeat 90% 0px;
  background-size: 205px auto;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner::before {
    top: -45px;
    right: 5px;
    width: 92px;
    height: 84px;
    background-position: center, center;
    background-size: 92px auto;
  }
}
.p-front-news__inner::after {
  content: "";
  position: absolute;
  bottom: 86px;
  left: -59px;
  width: 104px;
  height: 100px;
  background: url("./img//front/news02.png") no-repeat 90% 0px;
  background-size: 104px auto;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner::after {
    bottom: 86px;
    left: -29px;
    width: 49px;
    height: 47px;
    background-position: center, center;
    background-size: 49px auto;
  }
}
.p-front-news__title {
  position: absolute;
  top: -37px;
}
@media screen and (max-width: 767px) {
  .p-front-news__title {
    top: -22px;
  }
}
.p-front-news__btn {
  margin: 30px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-news__btn {
    margin: 40px 0 0 0;
  }
}

.p-front-post-list {
  margin: 0px 0 0 0;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front-post-list {
    height: 400px;
    overflow-y: scroll;
  }
}
.p-front-post-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 65px;
  padding: 17px 0 13px 0;
  border-bottom: 1px solid rgba(85, 69, 56, 0.25);
}
@media screen and (max-width: 767px) {
  .p-front-post-list__item {
    flex-wrap: wrap;
  }
}
.p-front-post-list__item:last-of-type {
  border-bottom: none;
}
.p-front-post-list__info {
  display: flex;
  justify-content: flex-start;
  width: 107px;
  margin-right: 40px;
  padding: 0px 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100px;
    margin-bottom: 14px;
  }
}
.p-front-post-list__time {
  width: 107px;
  height: 30px;
  padding: 0px 16px 1px 17px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0.34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    width: 100px;
    padding: 1px 16px 4px 17px;
    border-radius: 5px;
    font-size: 15px;
  }
}
.p-front-post-list__link {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__link {
    width: 100%;
  }
}
/* SERVICE */
.p-front-service {
  position: relative;
  background: url("./img/front/service-bg02.png") no-repeat center 0;
  background-size: cover;
  padding: 226px 0 277px 0;
}
@media screen and (max-width: 767px) {
  .p-front-service {
    background: url("./img/front/service-bg02-sp.png") no-repeat center 0;
    background-size: 100% auto;
    padding: 55px 0 118px 0;
  }
}
.p-front-service__title {
  position: relative;
  left: -40px;
  margin-bottom: 57px;
  padding: 50px 0 0 40px;
  background: url(./img/front/decoration01.png) no-repeat 0 7px;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  .p-front-service__title {
    left: -21px;
    margin-bottom: 27px;
    padding: 28px 0 0 20px;
    background: url("./img/front/decoration01-sp.png") no-repeat 0 0;
    background-size: 31px auto;
  }
}
.p-front-service__logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -123px;
  margin: 0 -21.5px;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-front-service__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1050px) {
  .p-front-service__logo {
    bottom: -83px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-service__logo {
    bottom: -4.5%;
  }
  .p-front-service__logo > img {
    width: 90%;
  }
}
.p-front-service__btn {
  margin: 100px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-service__btn {
    margin: 40px 0 0 0;
  }
}

.p-front-service-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01 {
    flex-wrap: wrap;
  }
}
.p-front-service-block01__content {
  width: 637px;
  margin-right: 0px;
  padding: 0 0 0 27px;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__content {
    width: 100%;
    margin-right: 0px;
    padding: 0 15px 0 15px;
  }
}
.p-front-service-block01__subtitle {
  margin: 40px 0 25px 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.38;
}
@media screen and (max-width: 1050px) {
  .p-front-service-block01__subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__subtitle {
    margin: 30px 0 25px 0;
    font-size: 20px;
  }
}
.p-front-service-block01__text {
  line-height: 1.88;
}
.p-front-service-block01__img {
  width: 378px;
  position: relative;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__img {
    left: 0px;
    width: 100%;
    margin: 0 auto 27px auto;
    padding-right: 25px;
    text-align: center;
  }
  .p-front-service-block01__img img {
    width: 80%;
  }
}

.p-front-bg-long02 {
  padding: 210px 0 0 0;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-front-bg-long02 {
    padding: 0 0 0 0;
  }
}

/* GROUP HOME */
.p-front-group__inner {
  background: url("./img/front/cloud01.png") no-repeat 100% 79px;
  background-size: 266px auto;
}
@media screen and (max-width: 767px) {
  .p-front-group__inner {
    padding-top: 117px;
    background: url("./img/front/cloud01.png") no-repeat 100% 53px;
    background-size: 116px auto;
  }
}
.p-front-group__title {
  position: relative;
  left: -5px;
  margin-bottom: 75px;
  padding: 50px 0 0 40px;
  background: url("./img/front/decoration01.png") no-repeat 0 0;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  .p-front-group__title {
    left: 0px;
    margin-bottom: 27px;
    padding: 20px 0 0 20px;
    background: url("./img/front/decoration01-sp.png") no-repeat 0 0;
    background-size: 31px auto;
  }
}
.p-front-group__textBig {
  margin-bottom: 13px;
}
.p-front-group__img01 {
  position: relative;
  margin: -53px 0 32px 0;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 1050px) {
  .p-front-group__img01 {
    margin: -15px 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group__img01 {
    margin: -12px 0 80px 0;
    text-align: center;
  }
  .p-front-group__img01 img {
    width: 90%;
  }
}
.p-front-group__btn {
  margin: 100px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-group__btn {
    margin: 40px 0 0 0;
  }
}

.p-front-group-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block01 {
    flex-wrap: wrap;
  }
}
.p-front-group-block01__img {
  position: relative;
  width: 630px;
  margin-left: -35px;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block01__img {
    max-width: 100%;
    margin: 0 auto 23px auto;
  }
}
.p-front-group-block01__img > img {
  width: 100%;
  height: 474px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 640/474;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__img > img {
    height: auto;
  }
}
.p-front-group-block01__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  max-width: 100%;
  height: 476px;
  background: url("./img/front/group-layer01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__img::before {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 630/476;
  }
}
.p-front-group-block01__img::after {
  content: "";
  position: absolute;
  top: 27px;
  left: -10px;
  width: 617px;
  max-width: 100%;
  height: 452px;
  background: url("./img/front/group-flame01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__img::after {
    top: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 617/452;
  }
}
.p-front-group-block01__content {
  position: relative;
  left: 0px;
  width: 470px;
  margin: 0 0 0 -30px;
  padding: 10px 0 0 0px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block01__content {
    left: 0;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 0px;
  }
}
.p-front-group-block01__main {
  padding: 0px 0 0 70px;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block01__main {
    padding: 0px 15px 0 15px;
  }
}
.p-front-group-block01__title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .p-front-group-block01__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__title {
    font-size: 20px;
  }
}
.p-front-group-block01__address {
  margin-bottom: 15px;
  line-height: 1.56;
  letter-spacing: 0.8px;
}
.p-front-group-block01__map {
  padding: 5px 0 5px 28px;
  background: url("./img/icon-map.png") no-repeat 0% 5px;
  background-size: 16px auto;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.48px;
}
.p-front-group-block01__map > a {
  text-decoration: underline;
}
.p-front-group-block01__info {
  margin-top: 17px;
  padding: 38px 10px 30px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__info {
    padding: 20px 10px 23px;
  }
}
.p-front-group-block01__infoTitle {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: bold;
  line-height: 0.84;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__infoTitle {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.p-front-group-block01__tel {
  margin-bottom: -7px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1050px) {
  .p-front-group-block01__tel {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__tel {
    font-size: 33px;
  }
}
.p-front-group-block01__tel-inline {
  padding: 0 0 0 50px;
  background: url("./img/icon-tel.png") no-repeat 0% 14px;
  background-size: 43px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__tel-inline {
    padding: 0 0 0 32px;
    background-position: 0 9px;
    background-size: 29px auto;
    text-decoration: none;
  }
}
.p-front-group-block01__fax {
  margin-bottom: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__fax {
    font-size: 19px;
  }
}
.p-front-group-block01__fax-inline {
  padding: 0 0 0 45px;
  background: url("./img/icon-fax.png") no-repeat 0% 10.5px;
  background-size: 38px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__fax-inline {
    padding: 0 0 0 33px;
    background-position: 0 6px;
    background-size: 25px auto;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block01__time {
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-front-group-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block02 {
    flex-wrap: wrap;
  }
}
.p-front-group-block02__content {
  position: relative;
  left: 0px;
  width: 470px;
  margin: 0 -30px 0 0;
  padding: 10px 0 0 0px;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block02__content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    order: 2;
  }
}
.p-front-group-block02__main {
  padding: 0px 0 0 40px;
}
@media screen and (max-width: 1050px) {
  .p-front-group-block02__main {
    padding: 0px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__main {
    padding: 0px 15px 0 15px;
  }
}
.p-front-group-block02__title {
  margin-bottom: 20px;
  padding-right: 45px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .p-front-group-block02__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__title {
    font-size: 20px;
  }
}
.p-front-group-block02__address {
  padding-right: 45px;
  line-height: 1.56;
  letter-spacing: 0.8px;
}
.p-front-group-block02__map {
  padding: 5px 0 5px 28px;
  background: url("./img/icon-map.png") no-repeat 0% 5px;
  background-size: 16px auto;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.48px;
}
.p-front-group-block02__map > a {
  text-decoration: underline;
}
.p-front-group-block02__info {
  position: relative;
  margin-top: 17px;
  padding: 30px 10px 30px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__info {
    padding: 20px 10px 23px;
  }
}
.p-front-group-block02__infoTitle {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: bold;
  line-height: 0.84;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__infoTitle {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.p-front-group-block02__tel {
  margin-bottom: -7px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1050px) {
  .p-front-group-block02__tel {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__tel {
    font-size: 33px;
  }
}
.p-front-group-block02__tel-inline {
  padding: 0 0 0 50px;
  background: url("./img/icon-tel.png") no-repeat 0% 14px;
  background-size: 43px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__tel-inline {
    padding: 0 0 0 32px;
    background-position: 0 9px;
    background-size: 29px auto;
  }
}
.p-front-group-block02__fax {
  margin-bottom: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__fax {
    font-size: 19px;
  }
}
.p-front-group-block02__fax-inline {
  padding: 0 0 0 45px;
  background: url("./img/icon-fax.png") no-repeat 0% 10.5px;
  background-size: 38px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__fax-inline {
    padding: 0 0 0 33px;
    background-position: 0 6px;
    background-size: 25px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__time {
    font-size: 13px;
    line-height: 1.5;
  }
}
.p-front-group-block02__img {
  position: relative;
  top: -13px;
  right: 0px;
  width: 630px;
  margin-right: -40px;
}
@media screen and (max-width: 1200px) {
  .p-front-group-block02__img {
    max-width: 100%;
    margin: 0 auto 23px auto;
  }
}
.p-front-group-block02__img > img {
  width: 100%;
  height: 474px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 640/474;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__img > img {
    height: auto;
  }
}
.p-front-group-block02__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  max-width: 100%;
  height: 476px;
  background: url("./img/front/group-layer02.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__img::before {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 630/476;
  }
}
.p-front-group-block02__img::after {
  content: "";
  position: absolute;
  top: 27px;
  left: -10px;
  width: 617px;
  max-width: 100%;
  height: 452px;
  background: url("./img/front/group-flame01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-front-group-block02__img::after {
    top: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 617/452;
  }
}

/* blog */
.p-front-blog {
  padding: 258px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front-blog {
    padding: 120px 0 100px 0;
  }
}
.p-front-blog__inner {
  position: relative;
  padding: 145px 70px 100px 70px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-blog__inner {
    padding: 76px 26px 43px 26px;
  }
}
.p-front-blog__inner::before {
  content: "";
  position: absolute;
  top: -230px;
  left: -35px;
  width: 189px;
  height: 135px;
  background: url("./img//front/blog-bg01.png") no-repeat 0% 0px;
  background-size: 189px auto;
}
@media screen and (max-width: 767px) {
  .p-front-blog__inner::before {
    top: -112px;
    left: -20px;
    width: 92px;
    height: 84px;
    background-position: center, center;
    background-size: 92px auto;
  }
}
.p-front-blog__title {
  position: absolute;
  top: -37px;
}
@media screen and (max-width: 767px) {
  .p-front-blog__title {
    top: -22px;
  }
}
.p-front-blog__btn {
  margin: 110px 0 0 0;
  text-align: center;
}

.p-front-blog-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px 45px;
  margin: 0px 0 0 0;
  padding: 0 10px 0 0;
}
.p-front-blog-list__item {
  width: calc(50% - 22.5px);
}
@media screen and (max-width: 767px) {
  .p-front-blog-list__item {
    width: 100%;
  }
}
.p-front-blog-list__img {
  margin-bottom: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-blog-list__img {
    margin-bottom: 25px;
  }
}
.p-front-blog-list__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 425/270;
  border-radius: 30px;
}
.p-front-blog-list__time {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.48px;
}
.p-front-blog-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front-blog-list__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.p-front-blog-list__desc p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.56;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-front-blog-list__desc p {
    font-size: 15px;
  }
}

/* RECRUIT */
.p-front-recruit {
  position: relative;
  background-image: url("./img/front/recruit-bg02.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 107px;
  padding: 181px 0 0px 0;
}
@media screen and (max-width: 767px) {
  .p-front-recruit {
    background-image: url("./img/front/recruit-bg02-sp.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 0px;
    padding: 120px 0 0px 0;
  }
}
.p-front-recruit__img02 {
  margin-bottom: 73px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__img02 {
    margin: 0 auto 37px auto;
    text-align: center;
  }
  .p-front-recruit__img02 > img {
    width: 70%;
    min-width: 225px;
  }
}
.p-front-recruit__title {
  text-align: center;
}
.p-front-recruit__desc {
  margin: 17px auto 42px auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.83;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-front-recruit__desc {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-recruit__desc {
    margin: 0px auto 35px auto;
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-front-recruit__btn-memo {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__btn-memo {
    margin-bottom: 12px;
  }
  .p-front-recruit__btn-memo img {
    width: 248px;
  }
}
.p-front-recruit__btn {
  text-align: center;
}
.p-front-recruit__img-bottom {
  margin: 141px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__img-bottom {
    margin: 76px 0 0 0;
  }
  .p-front-recruit__img-bottom img {
    width: 260px;
  }
}
.p-front-recruit__logo {
  position: absolute;
  bottom: -68px;
  margin: 0 -20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-front-recruit__logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-recruit__logo {
    bottom: -2.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-front-recruit__logo {
    width: 90%;
  }
}

/* CONTACT */
.p-front-contact {
  padding: 269px 0 210px 0;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-front-contact {
    padding: 220px 0 210px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-contact {
    padding: 117px 0 112px 0;
  }
}
.p-front-contact__title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-contact__title {
    margin-bottom: 102px;
  }
}
.p-front-contact__subtitle {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .p-front-contact__subtitle {
    margin-bottom: 16px;
    font-size: 25px;
  }
}
.p-front-contact__desc {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-contact__desc {
    margin-bottom: 28px;
    font-size: 15px;
  }
}
.p-front-contact__bg {
  padding-bottom: 57px;
  background: url("./img/front/icon-contact01.png") no-repeat right 88px;
  background-size: 134px auto;
}
@media screen and (max-width: 1050px) {
  .p-front-contact__bg {
    padding-top: 30px;
    background-position: right 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-contact__bg {
    padding: 0px;
    background-position: center 55px;
    background-size: 75px auto;
  }
}

.p-front-contact-block01__link {
  display: block;
  width: 502px;
  max-width: 100%;
  margin: auto;
  padding: 43px 10px 60px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-contact-block01__link {
    width: 314px;
    padding: 30px 10px 30px;
  }
}
.p-front-contact-block01__link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-front-contact-block01__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-contact-block01__img {
    margin-bottom: 15px;
    text-align: center;
  }
  .p-front-contact-block01__img img {
    width: 37px;
  }
}
.p-front-contact-block01__text {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.6;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .p-front-contact-block01__text {
    font-size: 18px;
  }
}

/* Contact
--------------------------- */
/* キービジュアル */
.p-contact-kv {
  height: 400px;
  margin: 0 -30px;
  padding-top: 54px;
  background: url("./img/contact/kv-contact-bg.png") no-repeat center 102px;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-contact-kv {
    margin: 0 0px;
    background-position: center 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-kv {
    height: 350px;
  }
}
.p-contact-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-contact-kv__desc {
    font-size: 18px;
  }
}
.p-contact-kv__text {
  font-weight: bold;
}

.p-contact-content-bg {
  margin: -88px 0 0px 0;
  padding: 70px 0 200px 0;
  background: url("./img//bg-long.png") no-repeat center 0px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-contact-content-bg {
    background: url("./img//bg-long-sp.png") no-repeat center 0px;
  }
}

.p-contact-content {
  text-align: center;
}
.p-contact-content__img {
  margin-bottom: 38px;
}
.p-contact-content__textArea {
  width: 552px;
  max-width: 100%;
  margin: 0 auto 95px auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  text-align: left;
}
.p-contact-content__textArea p {
  margin-bottom: 1.5em;
}

.p-contact-form {
  padding: 48px 0px 88.9px 0px;
  border-radius: 30px;
  background-color: #fff;
}
.p-contact-form__inner {
  width: 870px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.p-contact-form__img01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__img01 {
    text-align: center;
  }
  .p-contact-form__img01 img {
    width: 75px;
  }
}
.p-contact-form__title {
  margin-bottom: 7px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title {
    font-size: 22px;
  }
}
.p-contact-form__memo {
  margin-bottom: 5px;
  text-align: right;
  font-size: 10px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: -0.2px;
}

/* sent
--------------------------- */
/* キービジュアル */
.p-sent-kv {
  height: 400px;
  margin: 0 -30px;
  padding-top: 57px;
}
@media screen and (max-width: 1050px) {
  .p-sent-kv {
    height: auto;
    margin: 0 20px;
  }
}
.p-sent-kv__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sent-kv__row {
    flex-wrap: wrap;
  }
}
.p-sent-kv__img {
  position: relative;
  top: 5px;
  width: 137px;
}
@media screen and (max-width: 767px) {
  .p-sent-kv__img {
    top: 0px;
    width: 65px;
    margin-bottom: 20px;
  }
}
.p-sent-kv__content {
  width: 672px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .p-sent-kv__content {
    width: 100%;
    padding: 0;
  }
}
.p-sent-kv__title {
  margin-bottom: 27px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 1050px) {
  .p-sent-kv__title {
    font-size: 24px;
  }
}
.p-sent-kv__text {
  font-weight: bold;
}

.p-sent-content-bg {
  margin: -100px 0 -52px 0;
  padding: 0px 0 0px 0;
  background: url("./img//bg-long.png") no-repeat center 0px;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .p-sent-content-bg {
    margin: 40px 0 -52px 0;
  }
}

.p-sent-content {
  padding: 137px 0 0 0;
  background: url("./img/contact/kv-sent-bg.png") no-repeat center 0;
  background-size: 100% auto;
  text-align: center;
}
.p-sent-content__img {
  margin-bottom: 38px;
}

/* Privacy Policy
--------------------------- */
/* キービジュアル */
.p-privacy-kv {
  height: 342px;
  margin: 0 -30px;
  padding-top: 54px;
  background: url("./img/contact/kv-contact-bg.png") no-repeat center 15px;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-privacy-kv {
    margin: 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy-kv {
    height: 180px;
  }
}
.p-privacy-kv__desc {
  margin-bottom: 14px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-privacy-kv__desc {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-privacy-kv__text {
  font-weight: bold;
}

.p-privacy-content {
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 200px;
}
.p-privacy-content h2 {
  display: inline-block;
  margin: 50px 0 30px 0;
  padding: 7px 27px 9px 28px;
  border-radius: 5px;
  background-color: #fabe10;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-privacy-content h2 {
    font-size: 18px;
  }
}
.p-privacy-content h2:first-of-type {
  margin: 0px 0 30px 0;
}
.p-privacy-content p {
  margin-bottom: 1.5em;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.3px;
}
.p-privacy-content ul,
.p-privacy-content ol {
  margin: 0 0 1.5em 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.3px;
}

/* About
--------------------------- */
/* キービジュアル */
.p-about-kv {
  height: 400px;
  margin: 0;
  padding-top: 54px;
  background: url("./img//about/kv.png") no-repeat 100% 36%;
  background-size: 132px auto;
}
@media screen and (max-width: 767px) {
  .p-about-kv {
    height: 290px;
    background-position: 100% 29%;
    background-size: 62px auto;
  }
}
.p-about-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-about-kv__desc {
    font-size: 18px;
  }
}
.p-about-kv__text {
  font-weight: bold;
  line-height: 1.5;
}

.p-about-content-bg {
  margin: 0px 0 0px 0;
  padding: 1px 0 0px 0;
  background: url("./img//bg-long.png") no-repeat center 0px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-content-bg {
    background: url("./img//bg-long-sp.png") no-repeat center 0px;
    background-size: cover;
  }
}

/* SMILE MATE FEATURES */
.p-about-features {
  position: relative;
  padding: 0 0 257px 0;
}
@media screen and (max-width: 767px) {
  .p-about-features {
    padding: 0 0 120px 0;
  }
}
.p-about-features__img {
  margin: -188px 0 170px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-features__img {
    margin: -60px 0 50px 7px;
  }
}
.p-about-features__logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -123px;
  margin: 0 -21.5px;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-about-features__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1050px) {
  .p-about-features__logo {
    bottom: -83px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-features__logo {
    bottom: -1%;
  }
  .p-about-features__logo > img {
    width: 90%;
  }
}

.p-about-features-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 61px 35px;
}
@media screen and (max-width: 1050px) {
  .p-about-features-block01 {
    gap: 65px 20px;
  }
}
.p-about-features-block01__item {
  position: relative;
  width: calc(33.3% - 23.3px);
  padding: 20px 27px 40px 27px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-about-features-block01__item {
    width: calc(33.3% - 13.3px);
  }
}
@media screen and (max-width: 767px) {
  .p-about-features-block01__item {
    width: 400px;
    max-width: 100%;
    margin: auto;
  }
}
.p-about-features-block01__no {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 96px;
  height: 96px;
  margin: auto;
  padding-top: 19px;
  border-radius: 100px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #554538;
  background-color: #fff;
  z-index: 1;
}
.p-about-features-block01__img {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 2px solid #554538;
  z-index: 2;
}
.p-about-features-block01__title {
  margin-bottom: 10px;
  padding: 0 7px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #554538;
}
.p-about-features-block01__text {
  padding: 0 7px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  color: #554538;
}

/* GROUP HOME POLICY */
.p-about-policy {
  position: relative;
  padding: 175px 0 190px 0;
}
@media screen and (max-width: 767px) {
  .p-about-policy {
    padding: 110px 0 110px 0;
  }
}
.p-about-policy__text {
  margin-bottom: 78px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #554538;
}
@media screen and (max-width: 767px) {
  .p-about-policy__text {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
  }
}
.p-about-policy__img {
  text-align: center;
}

/* GROUP HOME MERIT */
.p-about-merit {
  position: relative;
  padding: 122px 0 300px 0;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-about-merit {
    padding: 80px 0 150px 0;
  }
}
.p-about-merit__logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -63px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-about-merit__logo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit__logo {
    bottom: -1%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-merit__logo {
    width: 90%;
  }
}
@media screen and (max-width: 1050px) {
  .p-about-merit__textSmall {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit__textSmall {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-about-merit-block-wrap {
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}
.p-about-merit-block-wrap__img01 {
  position: absolute;
  top: 43px;
  right: -23px;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block-wrap__img01 {
    display: none;
  }
}
.p-about-merit-block-wrap__img02 {
  position: absolute;
  top: 545px;
  left: -112px;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block-wrap__img02 {
    display: none;
  }
}

.p-about-merit-block01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -115px;
}
@media screen and (max-width: 1050px) {
  .p-about-merit-block01 {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block01 {
    margin-bottom: 0px;
  }
}
.p-about-merit-block01__img {
  width: 480px;
  max-width: 50%;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block01__img {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block01__img {
    max-width: 100%;
    margin: auto;
    padding: 20px 20px 0 20px;
  }
}
.p-about-merit-block01__img img {
  position: relative;
  top: -60px;
  left: -70px;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block01__img img {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block01__img img {
    top: 0px;
  }
}
.p-about-merit-block01__content {
  width: 480px;
  max-width: 50%;
  padding: 85px 20px 20px 20px;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block01__content {
    margin-left: 2%;
    padding: 85px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block01__content {
    max-width: 100%;
    margin-left: 0;
    padding: 20px 20px 20px 20px;
  }
}
.p-about-merit-block01__title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #554538;
}
@media screen and (max-width: 767px) {
  .p-about-merit-block01__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-about-merit-block01__text {
  font-size: 15px;
  line-height: 1.67;
  color: #554538;
}

.p-about-merit-block02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-about-merit-block02__content {
  width: 460px;
  max-width: 50%;
  padding: 146px 0px 20px 20px;
  order: 1;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block02__content {
    padding: 146px 20px 20px 20px;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block02__content {
    order: 2;
    max-width: 100%;
    margin-right: 0;
    padding: 20px 20px 20px 20px;
  }
}
.p-about-merit-block02__title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  color: #554538;
}
@media screen and (max-width: 767px) {
  .p-about-merit-block02__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-about-merit-block02__text {
  font-size: 15px;
  line-height: 1.67;
  color: #554538;
}
.p-about-merit-block02__img {
  width: 480px;
  max-width: 50%;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block02__img {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block02__img {
    max-width: 100%;
    margin: auto;
    padding: 20px 20px 0 20px;
    order: 1;
  }
}
.p-about-merit-block02__img img {
  position: relative;
  bottom: -60px;
  right: -70px;
}
@media screen and (max-width: 1200px) {
  .p-about-merit-block02__img img {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-merit-block02__img img {
    bottom: 0px;
  }
}

/* GROUP HOME */
.p-about-home {
  position: relative;
  padding: 189px 0 180px 0;
}
@media screen and (max-width: 767px) {
  .p-about-home {
    padding: 110px 0 110px 0;
  }
}
.p-about-home__img {
  margin: -75px 117px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about-home__img {
    display: none;
  }
}
.p-about-home__memo {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-about-home__memo {
    font-size: 12px;
  }
}

.p-about-home-list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.p-about-home-list__item {
  position: relative;
  width: 320px;
  margin: 0 36px 40px 0;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fabe10;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.48;
}
@media screen and (max-width: 1200px) {
  .p-about-home-list__item {
    margin: 0 2% 40px 0;
    width: 32%;
  }
}
@media screen and (max-width: 1050px) {
  .p-about-home-list__item {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-home-list__item {
    width: 320px;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    font-size: 16px;
  }
}
.p-about-home-list__item:nth-child(3), .p-about-home-list__item:nth-child(5) {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-about-home-list__item:nth-child(3), .p-about-home-list__item:nth-child(5) {
    margin: 0 auto 20px auto;
  }
}
.p-about-home-list__item--pt2 {
  width: 676px;
}
@media screen and (max-width: 1200px) {
  .p-about-home-list__item--pt2 {
    width: 66%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-about-home-list__item--pt2 {
    width: 320px;
    margin: 0 auto 20px auto;
  }
}
.p-about-home-list__item::after {
  content: "";
  position: absolute;
  top: -19px;
  left: -19px;
  width: 55px;
  height: 55px;
  background: url("./img//about/target-check.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-home-list__item::after {
    top: -17px;
    left: -18px;
    width: 40px;
    height: 40px;
  }
}

.p-about-content-bg2 {
  margin: 0px 0 0px 0;
  padding: 1px 0 0px 0;
  background: url("./img//bg-long.png") no-repeat center 0px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-about-content-bg2 {
    background: url("./img//bg-long-sp.png") no-repeat center 0px;
  }
}

/* SMILE MATE */
.p-about-flow {
  padding: 0 0 245px 0;
}
@media screen and (max-width: 767px) {
  .p-about-flow {
    padding: 0 0 110px 0;
  }
}
.p-about-flow__img01 {
  margin-top: -55px;
}
@media screen and (max-width: 767px) {
  .p-about-flow__img01 {
    margin-top: -35px;
  }
}
.p-about-flow__img02 {
  position: relative;
  right: 13px;
  margin-top: -165px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-flow__img02 {
    right: 7px;
    margin: -33px 0 10px 0;
  }
  .p-about-flow__img02 img {
    width: 100px;
    max-width: 100%;
  }
}
.p-about-flow__desc {
  margin-bottom: 65px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.48;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-flow__desc {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: left;
  }
}
.p-about-flow__memo {
  display: flex;
  justify-content: flex-end;
  width: 870px;
  margin-top: 26px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-about-flow__memo {
    justify-content: center;
    max-width: 100%;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-flow__memo {
    padding-left: 60px;
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }
}

.p-about-flow-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.p-about-flow-list::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 39px;
  width: 3px;
  height: calc(100% - 70px);
  border-left: 3px solid #554538;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-flow-list::after {
    left: 23px;
  }
}
.p-about-flow-list dt {
  position: relative;
  top: 5px;
  width: 80px;
  margin-right: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-flow-list dt {
    width: 50px;
    margin-right: 10px;
  }
}
.p-about-flow-list dd {
  position: relative;
  width: 870px;
  margin-bottom: 70px;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-about-flow-list dd {
    max-width: calc(100% - 80px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-about-flow-list dd {
    max-width: calc(100% - 50px - 10px);
    margin-bottom: 40px;
    padding: 15px 10px;
    font-size: 17px;
  }
}
.p-about-flow-list dd > span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-flow-list dd > span {
    font-size: 14px;
  }
}
.p-about-flow-list dd::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-top: 3px solid #554538;
  border-right: 3px solid #554538;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-about-flow-list dd::after {
    bottom: -25px;
  }
}
.p-about-flow-list dd:last-of-type {
  margin-bottom: 0px;
}
.p-about-flow-list dd:last-of-type::after {
  display: none;
}
.p-about-flow-list dd:has(span) {
  padding: 12px 20px;
}

/* Company
--------------------------- */
.p-company-massage {
  padding-top: 41px;
}

.p-company-massage-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.p-company-massage-heading__textBig {
  margin-right: 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 67px;
  font-weight: bold;
  line-height: 1.04;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company-massage-heading__textBig {
    font-size: 36px;
  }
}
.p-company-massage-heading__textSmall {
  font-size: 40px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-company-massage-heading__textSmall {
    font-size: 20px;
  }
}

/* キービジュアル */
.p-company-kv {
  height: 613px;
  padding-top: 100px;
  background: url("./img//company/daihyo_A.jpg") no-repeat 100% 0%;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .p-company-kv {
    background-position: 83% 0%;
  }
}
@media screen and (max-width: 1050px) {
  .p-company-kv {
    height: 500px;
    padding-top: 45px;
    background-position: 80% 0%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-kv {
    height: 220px;
    padding-top: 23px;
    background-position: 78% 0%;
  }
}
.p-company-kv__title {
  display: inline;
  background: linear-gradient(transparent 96%, #554538 0%);
  font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.79;
}
@media screen and (max-width: 1050px) {
  .p-company-kv__title {
    font-size: 57px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-kv__title {
    position: relative;
    left: -10px;
    font-size: 27px;
  }
}
.p-company-kv__desc {
  display: block;
  width: 490px;
  margin-top: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-company-kv__desc {
    max-width: 100%;
    font-size: 21px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-company-kv__desc {
    position: relative;
    left: -10px;
    font-size: 11px;
  }
}
.p-company-kv__text {
  font-weight: bold;
}

.p-company-message {
  padding: 131px 0 188px 0;
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-company-message {
    padding: 70px 0 110px 0;
  }
}

.p-company-message-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 95px 80px 95px 0;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-company-message-block01 {
    padding: 60px 40px 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message-block01 {
    padding: 20px 20px 20px 20px;
  }
}
.p-company-message-block01__left {
  position: relative;
  width: 43%;
}
@media screen and (max-width: 1050px) {
  .p-company-message-block01__left {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__left {
    margin-bottom: 30px;
  }
}
.p-company-message-block01__sign {
  position: absolute;
  top: 83px;
  right: -50px;
  width: 276px;
  z-index: 2;
}
.p-company-message-block01__img {
  position: relative;
  left: -306px;
  width: 715px;
  height: 400px;
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-company-message-block01__img {
    left: -77px;
    width: 470px;
  }
}
@media screen and (max-width: 1050px) {
  .p-company-message-block01__img {
    left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__img {
    height: 160px;
    margin-bottom: 25px;
  }
}
.p-company-message-block01__img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 715/400;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .p-company-message-block01__img img {
    object-position: 54% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__img img {
    height: 160px;
  }
}
.p-company-message-block01__figcaption {
  text-align: right;
}
.p-company-message-block01__post {
  font-size: 17px;
  line-height: 1.47;
}
.p-company-message-block01__post span {
  position: relative;
  right: -0.5em;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__post {
    font-size: 15px;
  }
}
.p-company-message-block01__name {
  position: relative;
  right: -0.04em;
  font-size: 27px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__name {
    font-size: 16px;
  }
}
.p-company-message-block01__right {
  width: 48%;
  padding-top: 38px;
}
@media screen and (max-width: 1050px) {
  .p-company-message-block01__right {
    width: 100%;
  }
}
.p-company-message-block01__title {
  margin-bottom: 65px;
  font-size: 50px;
  font-weight: normal;
  font-family: "Noto Sans JP", "Zen Kaku Gothic Antique", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-company-message-block01__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.p-company-message-block01__text {
  padding-left: 15px;
}
.p-company-message-block01__text p {
  margin-bottom: 1.5em;
}

/* Company */
.p-company-area {
  padding: 163px 0 125px 0;
}
@media screen and (max-width: 767px) {
  .p-company-area {
    padding: 110px 0 70px 0;
  }
}
.p-company-area__heading {
  position: relative;
  padding: 0;
  background: none;
}
.p-company-area__heading::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -204px;
  width: 153px;
  height: 229px;
  background: url("./img//company/company-illust01.png") no-repeat 0% 0%;
  background-size: 153px auto;
}
@media screen and (max-width: 1050px) {
  .p-company-area__heading::before {
    top: 0px;
    left: -160px;
    background-size: 110px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-company-area__heading::before {
    display: none;
  }
}

.p-company-area-table {
  border-collapse: collapse;
  width: 100%;
}
.p-company-area-table th {
  width: 31%;
  padding: 34px 20px 34px 50px;
  border: none;
  border-top: 1px solid #554538;
  background-color: transparent;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-area-table th {
    width: 110px;
    padding: 20px 0px 20px 0px;
    font-size: 15px;
  }
}
.p-company-area-table th:last-of-type {
  border-bottom: 1px solid #554538;
}
.p-company-area-table td {
  width: 69%;
  padding: 34px 20px 34px 50px;
  border: none;
  border-top: 1px solid #554538;
  background-color: transparent;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-area-table td {
    width: calc(100% - 110px);
    padding: 20px 0px 20px 20px;
    font-size: 15px;
  }
}
.p-company-area-table td:last-of-type {
  border-bottom: 1px solid #554538;
}
.p-company-area-table__line {
  padding: 19px 20px 19px 50px !important;
}
@media screen and (max-width: 767px) {
  .p-company-area-table__line {
    padding: 20px 0px 20px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-company-area-table th.p-company-area-table__line {
    padding: 20px 0px 20px 0px !important;
  }
}

/* News 一覧ページ
--------------------------- */
/* キービジュアル */
.p-news-kv {
  position: relative;
  height: 430px;
  margin: 0;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-news-kv {
    height: 370px;
    margin: 0;
    padding-top: 20px;
  }
}
.p-news-kv::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 40px;
  width: 399px;
  height: 418px;
  background: url("./img//news/news01.png") no-repeat 0% 0;
  background-size: 399px auto;
}
@media screen and (max-width: 767px) {
  .p-news-kv::after {
    bottom: -55px;
    right: 0;
    width: 184px;
    height: 196px;
    background-size: 184px auto;
  }
}
.p-news-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-news-kv__desc {
    font-size: 18px;
  }
}
.p-news-kv__text {
  font-weight: bold;
}

.p-news__content {
  padding: 131px 0 283px 0;
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-news__content {
    padding: 110px 0 150px 0;
  }
}
.p-news__post {
  padding: 80px 20px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news__post {
    padding: 20px 20px;
  }
}
.p-news__post article {
  width: 894px;
  max-width: 100%;
  margin: auto;
}

/* News 個別ページ
--------------------------- */
.p-news-single-kv {
  height: 285px;
  padding-top: 40px;
  border-bottom: solid 5px #554538;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-single-kv {
    height: 185px;
    padding-top: 30px;
    border-bottom: solid 3px #554538;
  }
}
.p-news-single-kv__content {
  position: relative;
  padding-bottom: 20px;
}
.p-news-single-kv__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 7px;
  margin: auto;
  background-color: #ff9d00;
}
.p-news-single-kv__heading {
  margin-bottom: 0;
}
.p-news-single-kv__desc {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-news-single-kv__desc {
    font-size: 20px;
  }
}

/* Blog 一覧ページ
--------------------------- */
/* キービジュアル */
.p-blog-kv {
  position: relative;
  height: 430px;
  margin: 0;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-blog-kv {
    height: 370px;
    padding-top: 20px;
  }
}
.p-blog-kv::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 617px;
  height: 293px;
  background: url("./img//blog/blog01.png") no-repeat 100% 100%;
  background-size: 617px auto;
}
@media screen and (max-width: 767px) {
  .p-blog-kv::after {
    left: 0;
    width: 280px;
    height: 140px;
    margin: auto;
    background-size: 280px auto;
  }
}
.p-blog-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-blog-kv__desc {
    font-size: 18px;
  }
}
.p-blog-kv__text {
  font-weight: bold;
}

.p-blog__content {
  padding: 139px 0 283px 0;
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
}
@media screen and (max-width: 767px) {
  .p-blog__content {
    padding: 80px 0 150px 0;
  }
}

/* Blog 個別ページは
News 個別ページで代用
--------------------------- */
/* Group Home 個別ページ
--------------------------- */
.p-post-group-single {
  position: relative;
  padding: 60px 0 273px 0;
}
@media screen and (max-width: 767px) {
  .p-post-group-single {
    padding: 60px 0 150px 0;
  }
}
.p-post-group-single::after {
  content: "";
  position: absolute;
  top: 370px;
  left: 0;
  width: 100%;
  height: calc(100% - 370px);
  border: solid 1px rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #fabe10, #ffdd7b);
  z-index: -1;
}

.p-group__title {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-group__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.p-group-imgs {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-group-imgs {
    margin-bottom: 80px;
  }
}
.p-group-imgs__main {
  position: relative;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .p-group-imgs__main {
    margin-bottom: 20px;
  }
}
.p-group-imgs__main-img {
  width: 100%;
}
.p-group-imgs__main-img img {
  width: 100%;
  border-radius: 30px;
}
.p-group-imgs__content {
  position: absolute;
  bottom: 47px;
  left: -50px;
  width: 655px;
  max-width: 67%;
  padding: 20px 30px 22px 30px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-group-imgs__content {
    left: -30px;
    max-width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .p-group-imgs__content {
    position: relative;
    bottom: auto;
    left: 0px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    padding: 20px 20px 22px 20px;
  }
}
.p-group-imgs__title {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-group-imgs__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-group-imgs__title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
}
.p-group-imgs__text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .p-group-imgs__text {
    font-size: 15px;
  }
}
.p-group-imgs__sub {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1050px) {
  .p-group-imgs__sub {
    gap: 20px;
  }
}
.p-group-imgs__sub-img {
  width: calc(25% - 22.5px);
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .p-group-imgs__sub-img {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-group-imgs__sub-img {
    width: calc(50% - 10px);
  }
}
.p-group-imgs__sub-img > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 270/180;
}

.p-group-heading {
  display: block;
  max-width: 100%;
  margin: 0 auto 35px auto;
  text-align: center;
}
.p-group-heading span {
  display: inline-block;
  min-width: 300px;
  padding: 6px 60px 10px 60px;
  border-radius: 30px;
  background-color: #554538;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-group-heading span {
    min-width: auto;
    width: 300px;
    max-width: 100%;
    padding: 6px 20px 10px 20px;
    font-size: 18px;
    text-align: center;
  }
}
.p-group-heading--left {
  min-width: 520px;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .p-group-heading--left {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-group-heading--left {
    min-width: auto;
    width: 300px;
    max-width: 100%;
    text-align: center;
  }
}

.p-group-floor {
  position: relative;
  margin-bottom: 110px;
  padding: 100px 0 50px 0;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-group-floor {
    padding: 40px 20px;
  }
}
.p-group-floor::after {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  width: 432px;
  max-width: 100%;
  height: 120px;
  margin: auto;
  background: url("./img//group/group02.png") no-repeat 50% 0%;
  background-size: 432px auto;
}
@media screen and (max-width: 767px) {
  .p-group-floor::after {
    top: -50px;
    height: 90px;
    max-width: 80%;
    background-size: 250px auto;
  }
}
.p-group-floor__desc {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-group-floor__desc {
    font-size: 20px;
  }
}

.p-group-price {
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .p-group-price {
    margin-bottom: 110px;
  }
}

.p-group-price-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 970px;
  max-width: 100%;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-group-price-list {
    margin: 30px auto 0 auto;
  }
}
.p-group-price-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin: 0 27px 20px 0;
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-group-price-list dt {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 10px 20px;
    font-size: 18px;
  }
}
.p-group-price-list :where(dd) {
  display: block;
  position: relative;
  width: calc(100% - 270px - 27px);
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-group-price-list :where(dd) {
    width: 100%;
    font-size: 18px;
  }
}
.p-group-price-list :where(dd)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #554538;
}
@media screen and (max-width: 767px) {
  .p-group-price-list :where(dd)::after {
    display: none;
  }
}
.p-group-price-list__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-group-price-list__main {
  width: 160px;
}
@media screen and (max-width: 1050px) {
  .p-group-price-list__main {
    width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-price-list__main {
    width: 100%;
  }
}
.p-group-price-list__sub {
  width: calc(100% - 160px);
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1050px) {
  .p-group-price-list__sub {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 767px) {
  .p-group-price-list__sub {
    width: 100%;
    font-size: 14px;
  }
}

.p-group-price-memo {
  width: 970px;
  max-width: 100%;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-group-price-memo {
    margin: 15px auto 0 auto;
  }
}

.p-group-info {
  margin-bottom: 50px;
}

.p-group-info-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 970px;
  max-width: 100%;
  margin: 65px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-group-info-block {
    margin: 30px auto 0 auto;
  }
}
.p-group-info-block__left {
  width: 430px;
  padding: 30px 25px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-group-info-block__left {
    margin: 0 auto 30px auto;
    padding: 30px 20px;
  }
}
.p-group-info-block__address {
  padding: 0 20px 14px 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #554538;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__address {
    padding: 0 0px 14px 0px;
    font-size: 15px;
  }
}
.p-group-info-block__traffic {
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__traffic {
    margin-bottom: 15px;
    padding: 0 0px;
    font-size: 15px;
  }
}
.p-group-info-block__traffic--list {
  margin-bottom: 14px;
}
.p-group-info-block__map {
  padding: 5px 0 5px 48px;
  background: url("./img/icon-map.png") no-repeat 20px 5px;
  background-size: 16px auto;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__map {
    padding: 5px 0 5px 28px;
    background-position: 0 5px;
  }
}
.p-group-info-block__right {
  width: 430px;
  padding: 30px 25px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .p-group-info-block__right {
    margin: 0 auto 30px auto;
  }
}
.p-group-info-block__info-title {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: bold;
  line-height: 0.84;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__info-title {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.p-group-info-block__tel {
  margin-bottom: -7px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__tel {
    font-size: 33px;
  }
}
.p-group-info-block__tel-inline {
  padding: 0 0 0 50px;
  background: url("./img/icon-tel.png") no-repeat 0% 14px;
  background-size: 43px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__tel-inline {
    padding: 0 0 0 32px;
    background-position: 0 9px;
    background-size: 29px auto;
    text-decoration: none;
  }
}
.p-group-info-block__fax {
  margin-bottom: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__fax {
    font-size: 19px;
  }
}
.p-group-info-block__fax-inline {
  padding: 0 0 0 45px;
  background: url("./img/icon-fax.png") no-repeat 0% 10.5px;
  background-size: 38px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__fax-inline {
    padding: 0 0 0 33px;
    background-position: 0 6px;
    background-size: 25px auto;
    text-decoration: none;
  }
}
.p-group-info-block__fax-inline:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-group-info-block__time {
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-group-map iframe {
  width: 100%;
  height: 500px;
}

/* Group Home 一覧ページ
--------------------------- */
/* キービジュアル */
.p-group-kv {
  position: relative;
  height: 311px;
  margin: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-group-kv {
    height: 270px;
    padding-top: 30px;
  }
}
.p-group-kv__desc {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .p-group-kv__desc {
    font-size: 18px;
  }
}
.p-group-kv__text {
  font-weight: bold;
}

.p-group-list-content {
  margin: 0px 0 0px 0;
  padding: 9px 0 0px 0;
  background: url("./img//bg-long.png") no-repeat center 0px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-group-list-content {
    background: url("./img//bg-long-sp.png") no-repeat center 0px;
  }
}
.p-group-list-content__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-group-list-content__img img {
    max-width: 80%;
  }
}

.p-post-group-list-wrap {
  padding: 115px 0 110px 0;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-wrap {
    padding: 50px 0 50px 0;
  }
}

.p-post-group-list {
  padding-bottom: 207px;
}
.p-post-group-list__btn {
  text-align: center;
}

.p-post-group-list-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 110px;
}
@media screen and (max-width: 1050px) {
  .p-post-group-list-block {
    width: 520px;
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block {
    padding-bottom: 60px;
  }
}
.p-post-group-list-block__img {
  width: 520px;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 1050px) {
  .p-post-group-list-block__img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__img {
    height: auto;
    margin-bottom: 30px;
  }
}
.p-post-group-list-block__img > img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 520/450;
  border-radius: 30px;
}
.p-post-group-list-block__content {
  width: 430px;
}
@media screen and (max-width: 1050px) {
  .p-post-group-list-block__content {
    max-width: 100%;
    margin: auto;
  }
}
.p-post-group-list-block__item01 {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__item01 {
    margin-bottom: 20px;
  }
}
.p-post-group-list-block__infomation {
  padding: 0 0px 3px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #554538;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__infomation {
    font-size: 20px;
  }
}
.p-post-group-list-block__address {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__address {
    font-size: 15px;
  }
}
.p-post-group-list-block__traffic {
  margin-bottom: 35px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__traffic {
    font-size: 15px;
  }
}
.p-post-group-list-block__map {
  padding: 5px 0 5px 28px;
  background: url("./img/icon-map.png") no-repeat 0px 5px;
  background-size: 16px auto;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-decoration: underline;
}
.p-post-group-list-block__item02 {
  width: 430px;
  padding: 30px 25px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__item02 {
    max-width: 100%;
  }
}
.p-post-group-list-block__info-title {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: bold;
  line-height: 0.84;
  color: #ff9d00;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__info-title {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.p-post-group-list-block__tel {
  margin-bottom: -7px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__tel {
    font-size: 33px;
  }
}
.p-post-group-list-block__tel-inline {
  padding: 0 0 0 50px;
  background: url("./img/icon-tel.png") no-repeat 0% 14px;
  background-size: 43px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__tel-inline {
    padding: 0 0 0 32px;
    background-position: 0 9px;
    background-size: 29px auto;
    text-decoration: none;
  }
}
.p-post-group-list-block__fax {
  margin-bottom: 0px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__fax {
    font-size: 19px;
  }
}
.p-post-group-list-block__fax-inline {
  padding: 0 0 0 45px;
  background: url("./img/icon-fax.png") no-repeat 0% 10.5px;
  background-size: 38px auto;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__fax-inline {
    padding: 0 0 0 33px;
    background-position: 0 6px;
    background-size: 25px auto;
    text-decoration: none;
  }
}
.p-post-group-list-block__fax-inline:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-post-group-list-block__time {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* margin top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-mb5--sp {
    margin-bottom: 5px !important;
  }
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
  .u-mb25--sp {
    margin-bottom: 25px !important;
  }
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
  .u-mb35--sp {
    margin-bottom: 35px !important;
  }
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
  .u-mb45--sp {
    margin-bottom: 45px !important;
  }
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
  .u-mb55--sp {
    margin-bottom: 55px !important;
  }
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
  .u-mb65--sp {
    margin-bottom: 65px !important;
  }
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
  .u-mb75--sp {
    margin-bottom: 75px !important;
  }
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
  .u-mb85--sp {
    margin-bottom: 85px !important;
  }
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
  .u-mb95--sp {
    margin-bottom: 95px !important;
  }
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}
@media screen and (max-width: 1050px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1050px) {
  .u-tb-none {
    display: none;
  }
}

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

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

/* Color */
.u-color-white {
  color: #fff;
}

/* underline */
.u-text-underline {
  text-decoration: underline !important;
}
.u-text-underline:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}
