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

body {
  color: #403E2C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .btn {
    width: 500px;
  }
  .btn a {
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #F88F70;
    padding: 25px;
    border-radius: 90px;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgba(53, 53, 53, 0.25);
    transition: 0.3s;
  }
  .btn a:hover {
    box-shadow: unset;
    transform: translateY(6px);
    opacity: 1;
  }
  .btn a i {
    color: #ffffff;
    font-size: 2.4rem;
  }
  .btn a span {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 90%;
  }
  .btn a {
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #F88F70;
    padding: 15px;
    border-radius: 90px;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px 0px rgba(53, 53, 53, 0.25);
    transition: 0.3s;
  }
  .btn a:hover {
    box-shadow: unset;
    transform: translateY(6px);
    opacity: 1;
  }
  .btn a i {
    color: #ffffff;
    font-size: 2rem;
  }
  .btn a span {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .site_ttl a h1 {
    color: #F88F70;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .site_ttl a h1 {
    color: #F88F70;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .page_ttl-lv1 h2 {
    color: #F88F70;
    font-size: 8.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page_ttl-lv1 h2 {
    color: #F88F70;
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .section_ttl-lv1 h3 {
    color: #F88F70;
    font-size: 4.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .section_ttl-lv2 h3 {
    display: flex;
    flex-direction: column;
  }
  .section_ttl-lv2 h3 span:first-child {
    color: #F88F70;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section_ttl-lv2 h3 span:last-child {
    font-size: 4.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section_ttl-lv3 h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section_ttl-lv3 h3 span:first-child {
    color: #F88F70;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
  }
  .section_ttl-lv3 h3 span:first-child::before {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/section_ttl-lv3_line-left.png);
    position: absolute;
    left: -30px;
    bottom: 0;
  }
  .section_ttl-lv3 h3 span:first-child::after {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/section_ttl-lv3_line-right.png);
    position: absolute;
    right: -30px;
    bottom: 0;
  }
  .section_ttl-lv3 h3 span:last-child {
    font-size: 4.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .section_ttl-lv1 h3 {
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .section_ttl-lv2 h3 {
    display: flex;
    flex-direction: column;
  }
  .section_ttl-lv2 h3 span:first-child {
    color: #F88F70;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section_ttl-lv2 h3 span:last-child {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section_ttl-lv3 h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section_ttl-lv3 h3 span:first-child {
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
  }
  .section_ttl-lv3 h3 span:first-child::before {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/section_ttl-lv3_line-left.png);
    position: absolute;
    left: -30px;
    bottom: 0;
  }
  .section_ttl-lv3 h3 span:first-child::after {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/section_ttl-lv3_line-right.png);
    position: absolute;
    right: -30px;
    bottom: 0;
  }
  .section_ttl-lv3 h3 span:last-child {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .contents_ttl-lv1 h4 {
    display: inline-block;
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
  }
  .contents_ttl-lv1 h4::before {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/contents_ttl-lv1_line-left.png);
    position: absolute;
    left: -30px;
    bottom: 0;
  }
  .contents_ttl-lv1 h4::after {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/contents_ttl-lv1_line-right.png);
    position: absolute;
    right: -30px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contents_ttl-lv1 h4 {
    display: inline-block;
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
  }
  .contents_ttl-lv1 h4::before {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/contents_ttl-lv1_line-left.png);
    position: absolute;
    left: -30px;
    bottom: 0;
  }
  .contents_ttl-lv1 h4::after {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(../img/component/title/contents_ttl-lv1_line-right.png);
    position: absolute;
    right: -30px;
    bottom: 0;
  }
}
/* ===== 共通 ===== */
.hd {
  background: url(../img/layout/header/mv_bg.jpg) no-repeat center/cover;
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .hd {
    height: 800px;
    position: relative;
  }
  .hd .hd_contents {
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hd .hd_contents .hd_cta {
    align-items: center;
    gap: 0 30px;
  }
  .hd .hd_contents .hd_cta .hd_cta-tel {
    align-items: center;
    gap: 0 10px;
  }
  .hd .hd_contents .hd_cta .hd_cta-tel span:last-child {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .hd .hd_contents .hd_cta .hd_btn {
    width: 205px;
  }
  .hd .hd_contents .hd_cta .hd_btn a {
    padding: 15px;
  }
  .hd .hd_contents .hd_cta .hd_btn a i {
    font-size: 1.8rem;
  }
  .hd .hd_contents .hd_cta .hd_btn a span {
    font-size: 1.8rem;
  }
  .hd .hd_contents_box {
    height: 100%;
    position: relative;
  }
  .hd .hd_contents_box .hd_ttl_wrapper {
    width: 768px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl {
    margin-bottom: 35px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl h2 {
    text-shadow: 5px 0 #fff, -5px 0 #fff, 0 5px #fff, 0 -5px #fff, 5px 5px #fff, 5px -5px #fff, -5px 5px #fff, -5px -5px #fff;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area {
    width: 580px;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid #F88F70;
    border-radius: 30px;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .section_ttl-lv3 {
    margin-bottom: 10px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .section_ttl-lv3 h3 {
    align-items: center;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .hd_ttl_area_txt p {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area_btn {
    margin: 0 auto;
  }
  .hd .hd_contents_box .hd_img-left {
    width: 36.48%;
    position: absolute;
    bottom: 0;
    left: -90px;
  }
  .hd .hd_contents_box .hd_img-right {
    width: 32.73%;
    position: absolute;
    bottom: 0;
    right: -90px;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .hd .hd_contents {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .hd .hd_contents .hd_cta {
    display: none;
  }
  .hd .hd_contents_box {
    position: relative;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl {
    margin-bottom: 30px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl h2 {
    text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 3px 3px #fff, 3px -3px #fff, -3px 3px #fff, -3px -3px #fff;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area {
    width: 90%;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid #F88F70;
    border-radius: 30px;
    padding: 20px 30px 35px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .section_ttl-lv3 {
    margin-bottom: 10px;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .section_ttl-lv3 h3 {
    align-items: center;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area .hd_ttl_area_txt p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .hd .hd_contents_box .hd_ttl_wrapper .hd_ttl_area_btn {
    margin: 0 auto;
  }
  .hd .hd_contents_box .hd_img-left {
    width: 20%;
    max-width: 75px;
    position: absolute;
    bottom: 65px;
    left: 0;
  }
  .hd .hd_contents_box .hd_img-right {
    width: 20%;
    max-width: 75px;
    position: absolute;
    bottom: 65px;
    right: 0;
  }
}
.ft {
  /* 共通（PC/SP） */
  /* ================= PC ================= */
  /* ================= SP ================= */
}
.ft .copy-right {
  background: #F88F70;
  padding: 5px 0;
  text-align: center;
}
.ft .copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .ft .copy-right {
    margin-bottom: 0;
  }
  .ft .ft_bottom-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ft .copy-right {
    margin-bottom: 65px;
  }
  .ft .ft_bottom-nav {
    width: 100%;
    height: 65px;
    background: #ffffff;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    border-top: 1px solid #e5e7eb;
  }
  .ft .ft_bottom-nav .ft_bottom-nav_tel,
  .ft .ft_bottom-nav .ft_bottom-nav_btn {
    width: 50%;
    height: 100%;
    text-align: center;
  }
  .ft .ft_bottom-nav .ft_bottom-nav_tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    color: #F88F70;
    font-size: 2.2rem;
    font-weight: 700;
    height: 100%;
  }
  .ft .ft_bottom-nav .ft_bottom-nav_btn a {
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    background: #F88F70;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ===== PC ===== */
@media only screen and (min-width: 768px) {
  .about_sec {
    background: url(../img/section/about/about_bg.png) no-repeat bottom center/100%;
    padding: 100px 0;
  }
  .about_sec .contents_box-s {
    position: relative;
  }
  .about_sec .contents_box-s .about_ttl {
    margin-bottom: 30px;
  }
  .about_sec .contents_box-s .about_txt {
    width: 550px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
  }
  .about_sec .contents_box-s .about_txt p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .about_sec .contents_box-s .about_txt p:last-child {
    margin-bottom: 0;
  }
  .about_sec .contents_box-s .about_img {
    position: absolute;
    bottom: 0;
    right: -100px;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .about_sec {
    background: url(../img/section/about/about_bg.png) no-repeat bottom center/cover;
    padding: 50px 0;
  }
  .about_sec .contents_box-s {
    position: relative;
  }
  .about_sec .contents_box-s .about_ttl {
    margin-bottom: 20px;
  }
  .about_sec .contents_box-s .about_txt {
    background: #ffffff;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .about_sec .contents_box-s .about_txt p {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .about_sec .contents_box-s .about_txt p:last-child {
    margin-bottom: 0;
  }
  .about_sec .contents_box-s .about_img {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .trouble_sec {
    background: #FFF6CC;
  }
  .trouble_sec .contents_box-s {
    padding: 80px 0;
  }
  .trouble_sec .contents_box-s .trouble_ttl {
    margin-bottom: 30px;
  }
  .trouble_sec .contents_box-s .trouble_ttl h3 {
    text-align: center;
  }
  .trouble_sec .contents_box-s .trouble_lists {
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list {
    display: flex;
    flex-direction: column;
    width: 320px;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    background: #ffffff;
    padding: 25px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 35px;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl::before {
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 25/15;
    background: url(../img/section/trouble/trouble_list_ttl_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 span {
    color: #F88F70;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img {
    text-align: center;
  }
}
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .trouble_sec {
    background: #FFF6CC;
  }
  .trouble_sec .contents_box-s {
    padding: 50px 0;
  }
  .trouble_sec .contents_box-s .trouble_ttl {
    margin-bottom: 30px;
  }
  .trouble_sec .contents_box-s .trouble_ttl h3 {
    text-align: center;
  }
  .trouble_sec .contents_box-s .trouble_lists {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 3%;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list {
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    background: #ffffff;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 35px;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl::before {
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 25/15;
    background: url(../img/section/trouble/trouble_list_ttl_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.5;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_ttl h4 span {
    color: #F88F70;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img {
    text-align: center;
  }
  .trouble_sec .contents_box-s .trouble_lists .trouble_list .trouble_list_img img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .merit_sec {
    background: #FFFBE7;
    padding: 100px 0;
  }
  .merit_sec .contents_box-s .merit_ttl {
    margin-bottom: 30px;
  }
  .merit_sec .contents_box-s .merit_ttl h3 {
    align-items: center;
  }
  .merit_sec .contents_box-s .merit_lists {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 340px;
    background: #ffffff;
    border: 3px solid #F88F70;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 15px 30px;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_num {
    text-align: center;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_num span {
    color: #F88F70;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_ttl h4 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .merit_sec {
    background: #FFFBE7;
    padding: 50px 0;
  }
  .merit_sec .contents_box-s .merit_ttl {
    margin-bottom: 30px;
  }
  .merit_sec .contents_box-s .merit_ttl h3 {
    align-items: center;
  }
  .merit_sec .contents_box-s .merit_lists {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 3%;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list {
    width: 48.5%;
    background: #ffffff;
    border: 3px solid #F88F70;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 15px 15px;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_num {
    text-align: center;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_num span {
    color: #F88F70;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .merit_sec .contents_box-s .merit_lists .merit_list .merit_list_ttl h4 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .consulting_sec {
    background: url(../img/section/consulting/consulting_bg.png) no-repeat bottom center/100%;
    padding: 100px 0;
  }
  .consulting_sec .contents_box-s {
    position: relative;
  }
  .consulting_sec .contents_box-s .consulting_ttl {
    margin-bottom: 30px;
  }
  .consulting_sec .contents_box-s .consulting_ttl h3 {
    align-items: center;
  }
  .consulting_sec .contents_box-s .consulting_lists {
    flex-wrap: wrap;
    gap: 25px;
    width: 920px;
    margin: 0 auto 50px;
  }
  .consulting_sec .contents_box-s .consulting_lists .consulting_list {
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    background: #FFFBE7;
    border-radius: 90px;
    padding: 15px;
  }
  .consulting_sec .contents_box-s .consulting_lists .consulting_list .txt {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .consulting_sec .contents_box-s .consulting_message {
    text-align: center;
    margin-bottom: 35px;
  }
  .consulting_sec .contents_box-s .consulting_message span {
    display: inline-block;
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #F88F70;
    padding: 20px;
    border-radius: 90px;
    position: relative;
  }
  .consulting_sec .contents_box-s .consulting_message span::before {
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 26/19;
    background: url(../img/section/consulting/consulting_message_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper {
    width: 525px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents {
    margin-bottom: 30px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_ttl {
    margin-bottom: 15px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_ttl h4 {
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_txt {
    background: #ffffff;
    padding: 15px;
    border-radius: 30px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_txt p {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents-sub .consulting_contents_ttl-sub {
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents-sub .consulting_contents_txt-sub p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .consulting_sec .contents_box-s .consulting_img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .consulting_sec {
    background: url(../img/section/consulting/consulting_bg.png) no-repeat bottom center/100%;
    padding: 50px 0;
  }
  .consulting_sec .contents_box-s {
    position: relative;
  }
  .consulting_sec .contents_box-s .consulting_ttl {
    margin-bottom: 30px;
  }
  .consulting_sec .contents_box-s .consulting_ttl h3 {
    align-items: center;
  }
  .consulting_sec .contents_box-s .consulting_lists {
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 0 auto 35px;
  }
  .consulting_sec .contents_box-s .consulting_lists .consulting_list {
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    background: #FFFBE7;
    border-radius: 90px;
    padding: 15px;
  }
  .consulting_sec .contents_box-s .consulting_lists .consulting_list .ic {
    width: 20px;
  }
  .consulting_sec .contents_box-s .consulting_lists .consulting_list .txt {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .consulting_sec .contents_box-s .consulting_message {
    text-align: center;
    margin-bottom: 35px;
  }
  .consulting_sec .contents_box-s .consulting_message span {
    display: block;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #F88F70;
    padding: 15px;
    border-radius: 90px;
    position: relative;
  }
  .consulting_sec .contents_box-s .consulting_message span::before {
    content: "";
    display: block;
    width: 26px;
    aspect-ratio: 26/19;
    background: url(../img/section/consulting/consulting_message_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper {
    margin-bottom: 30px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents {
    margin-bottom: 20px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_ttl {
    margin-bottom: 15px;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_ttl h4 {
    color: #F88F70;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents .consulting_contents_txt p {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents-sub .consulting_contents_ttl-sub {
    padding: 0 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .consulting_sec .contents_box-s .consulting_contents_wrapper .consulting_contents-sub .consulting_contents_txt-sub p {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .consulting_sec .contents_box-s .consulting_img {
    width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .area_sec {
    background: #FFFBE7;
    padding: 100px 0;
  }
  .area_sec .contents_box-s {
    position: relative;
  }
  .area_sec .contents_box-s .area_ttl {
    margin-bottom: 50px;
  }
  .area_sec .contents_box-s .area_ttl h3 {
    align-items: center;
  }
  .area_sec .contents_box-s .area_contents {
    width: 670px;
  }
  .area_sec .contents_box-s .area_contents .area_message {
    display: inline-block;
    background: #ffffff;
    border-radius: 30px;
    padding: 18px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_contents .area_message p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .area_sec .contents_box-s .area_contents .area_message p span {
    color: #F88F70;
  }
  .area_sec .contents_box-s .area_contents .area_contents_ttl {
    margin-bottom: 15px;
    padding: 0 30px;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p:last-child {
    margin-bottom: 0;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p span {
    color: #FF0000;
  }
  .area_sec .contents_box-s .area_img {
    position: absolute;
    bottom: -20px;
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .area_sec {
    background: #FFFBE7;
    padding: 50px 0;
  }
  .area_sec .contents_box-s {
    position: relative;
  }
  .area_sec .contents_box-s .area_ttl {
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_ttl h3 {
    align-items: center;
  }
  .area_sec .contents_box-s .area_contents {
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_contents .area_message {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_contents .area_message p {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .area_sec .contents_box-s .area_contents .area_message p span {
    color: #F88F70;
  }
  .area_sec .contents_box-s .area_contents .area_contents_ttl {
    margin-bottom: 15px;
    padding: 0 30px;
  }
  .area_sec .contents_box-s .area_contents .area_contents_ttl h4 {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p:last-child {
    margin-bottom: 0;
  }
  .area_sec .contents_box-s .area_contents .area_contents_txt p span {
    color: #FF0000;
  }
  .area_sec .contents_box-s .area_img {
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .message_sec {
    background: url(../img/section/message/message_bg.jpg) no-repeat top center/cover;
    padding: 100px 0;
  }
  .message_sec .contents_box-s .message_ttl {
    margin-bottom: 50px;
  }
  .message_sec .contents_box-s .message_ttl h3 {
    align-items: center;
  }
  .message_sec .contents_box-s .message_txt {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .message_sec .contents_box-s .message_txt p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
  }
  .message_sec .contents_box-s .message_txt p:last-child {
    margin-bottom: 0;
  }
  .message_sec .contents_box-s .message_txt p span {
    color: #FF0000;
  }
}
@media only screen and (max-width: 767px) {
  .message_sec {
    background: url(../img/section/message/message_bg.jpg) no-repeat top center/cover;
    padding: 50px 0;
  }
  .message_sec .contents_box-s .message_ttl {
    margin-bottom: 30px;
  }
  .message_sec .contents_box-s .message_ttl h3 {
    align-items: center;
  }
  .message_sec .contents_box-s .message_txt {
    background: #ffffff;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .message_sec .contents_box-s .message_txt p {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
  }
  .message_sec .contents_box-s .message_txt p:last-child {
    margin-bottom: 0;
  }
  .message_sec .contents_box-s .message_txt p span {
    color: #FF0000;
  }
}
@media only screen and (min-width: 768px) {
  .faq_sec {
    background: #FFFBE7;
    padding: 100px 0;
  }
  .faq_sec .contents_box-s .faq_ttl {
    margin-bottom: 50px;
  }
  .faq_sec .contents_box-s .faq_ttl h3 {
    align-items: center;
  }
  .faq_sec .contents_box-s .faq_lists {
    flex-direction: column;
    gap: 30px 0;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl {
    background: #F88F70;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl h4 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_txt {
    background: #ffffff;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    border: 1px solid #C7C7C7;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_txt p {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .faq_sec {
    background: #FFFBE7;
    padding: 50px 0;
  }
  .faq_sec .contents_box-s .faq_ttl {
    margin-bottom: 30px;
  }
  .faq_sec .contents_box-s .faq_ttl h3 {
    align-items: center;
    text-align: center;
  }
  .faq_sec .contents_box-s .faq_lists {
    flex-direction: column;
    gap: 30px 0;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl {
    background: #F88F70;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_ttl h4 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_txt {
    background: #ffffff;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    border: 1px solid #C7C7C7;
  }
  .faq_sec .contents_box-s .faq_lists .faq_list .faq_list_txt p {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .flow_sec {
    padding: 100px 0;
  }
  .flow_sec .contents_box-s .flow_ttl {
    margin-bottom: 50px;
  }
  .flow_sec .contents_box-s .flow_ttl h3 {
    align-items: center;
  }
  .flow_sec .contents_box-s .flow_lists {
    justify-content: center;
    gap: 45px;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list {
    align-items: center;
    background: #F88F70;
    height: 275px;
    padding: 0 35px;
    border-radius: 90px;
    position: relative;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list:before {
    content: "";
    display: block;
    width: 27px;
    aspect-ratio: 1/1;
    background: url(../img/section/flow/flow_list_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -33px;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list:last-child::before {
    display: none;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list span {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767px) {
  .flow_sec {
    padding: 50px 0;
  }
  .flow_sec .contents_box-s .flow_ttl {
    margin-bottom: 30px;
  }
  .flow_sec .contents_box-s .flow_ttl h3 {
    align-items: center;
  }
  .flow_sec .contents_box-s .flow_lists {
    flex-direction: column;
    gap: 45px;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list {
    justify-content: center;
    background: #F88F70;
    padding: 15px 30px;
    border-radius: 90px;
    text-align: center;
    position: relative;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list:before {
    content: "";
    display: block;
    width: 27px;
    aspect-ratio: 1/1;
    background: url(../img/section/flow/flow_list_ic-arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .flow_sec .contents_box-s .flow_lists .flow_list:last-child::before {
    display: none;
  }
  .flow_sec .contents_box-s .flow_lists .flow_list span {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}
.contact_sec {
  background: #FFFBE7;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 35px;
}
.contact_sec .contents_box-s .contact_ttl h3 {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form {
  background: #ffffff;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  margin-bottom: 20px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #E53935;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  /* フォントサイズは媒体別で指定 */
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #F88F70;
  border: 1px solid #F88F70;
  box-sizing: border-box;
  border-radius: 90px;
  transition: 0.3s;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  background: #fff;
  color: #F88F70;
}

/* ========= PC ========= */
@media only screen and (min-width: 768px) {
  .contact_sec {
    padding: 100px;
  }
  .contact_sec .contents_box-s .contact_ttl h3 {
    font-size: 3.2rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form {
    padding: 35px;
    box-sizing: border-box;
    border-radius: 30px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex; /* 横並び */
    align-items: flex-start; /* 元指定：start */
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 35%;
    padding: 15px 25px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 65%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.6rem;
    padding: 20px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
    padding: 15px 0 0;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 15px 15px 0;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 15%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 85%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.6rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 320px;
    font-size: 1.8rem;
    padding: 20px;
  }
}
/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 50px 0;
  }
  .contact_sec .contents_box-s .contact_ttl h3 {
    font-size: 2.4rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form {
    padding: 25px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.5rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    color: #403E2C !important;
    font-size: 1.5rem;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff !important;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 85%;
    font-size: 1.6rem;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .company_sec .contents_box-s {
    padding: 80px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_ttl {
    width: 175px;
    margin-right: 160px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 span:last-child {
    font-size: 3.6rem;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper {
    width: 725px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl {
    background: #F88F70;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl h4 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
    margin-bottom: 50px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
    border-bottom: 1px solid #C7C7C7;
    padding: 25px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list:first-child {
    padding-top: 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
    color: #F88F70;
    font-weight: 600;
    line-height: 1.5;
    width: 130px;
    font-size: 1.6rem;
    margin-right: 90px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
    font-weight: 600;
    line-height: 1.5;
    width: 505px;
    font-size: 1.6rem;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd a {
    pointer-events: none;
  }
  .company_sec .contents_box-s .company_map {
    width: 100%;
    height: 350px;
  }
  .company_sec .contents_box-s .company_map iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .company_sec .contents_box-s {
    padding: 50px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper {
    flex-direction: column;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_ttl {
    margin-bottom: 30px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl {
    background: #F88F70;
    padding: 5px 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists_ttl h4 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
    margin-bottom: 50px;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
    border-bottom: 1px solid #C7C7C7;
    padding: 25px 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list:first-child {
    padding-top: 0;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
    width: 25%;
    color: #F88F70;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-right: 5%;
  }
  .company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
    width: 70%;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .company_sec .contents_box-s .company_map {
    width: 100%;
    height: 250px;
  }
  .company_sec .contents_box-s .company_map iframe {
    width: 100%;
    height: 100%;
  }
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  border-bottom: 1px solid #000;
}

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