@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 12rem 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
  line-height: 1.9444444444;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .g-nav {
    overflow-y: scroll;
    position: fixed;
    z-index: 999;
    top: 10rem;
    right: -120%;
    width: 100%;
    height: 100%;
    background: rgba(53, 181, 151, 0.9333333333);
    transition: all 0.6s;
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav-sp {
    width: 80%;
    margin: 10rem auto 0;
  }
  .g-nav li {
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
  }
  .g-nav li a {
    display: block;
    font-size: 4rem;
    color: #fff;
    padding: 2rem;
  }
  #hamburger_btn {
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 9999;
    margin-right: 2rem;
  }
  /*×に変化*/
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 2px;
    background-color: #333;
  }
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
  #hamburger_btn span:nth-of-type(2) {
    top: 1.4rem;
  }
  #hamburger_btn span:nth-of-type(3) {
    top: 2.8rem;
  }
  #hamburger_btn.active span:nth-of-type(1) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(-135deg);
    width: 100%;
  }
  #hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger_btn.active span:nth-of-type(3) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(135deg);
    width: 100%;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 10rem;
  position: fixed;
  background-color: #fff;
  z-index: 30;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_l {
  margin-left: 2rem;
}

.header_l h1 {
  text-align: center;
}

.header_title {
  font-size: 1rem;
}

.logo {
  width: 28rem;
}

.header_r {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav_items {
  display: flex;
  gap: 4rem;
  margin-right: 5rem;
}

.nav_items li a {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.phone_wrap {
  display: flex;
  gap: 1rem;
}

.phone a {
  font-size: 2rem;
  font-weight: bold;
}

.phone p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.head_contact {
  height: 10rem;
  padding: 3rem 5rem;
  background: linear-gradient(to right, #EB8900, #FEB45F);
}

.head_contact p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

#gnav > ul > li {
  display: table-cell;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 4.2rem 0rem;
  transition: all 0.2s ease-in;
}
#gnav > ul .menu {
  display: flex;
  gap: 1rem;
  justify-content: center;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top: 10rem;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(53, 181, 151, 0.9333333333);
}
#gnav > ul .menu .menu_inner {
  text-align: left;
  max-width: 30rem;
  padding: 1rem 0;
}
#gnav > ul .menu .menu_inner p {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 0.5rem 1rem;
}
#gnav > ul .menu a {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .phone_wrap {
    display: none;
  }
  .logo {
    width: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .header_list,
.phone_wrap,
.head_contact {
    display: none;
  }
  .header_box {
    padding: 1rem 0;
  }
  .header_l h1 {
    font-size: 1.6rem;
  }
  .header_title {
    font-size: 1.6rem;
  }
  .accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 4rem;
    padding: 2rem;
    color: #fff;
  }
  .accordion summary::-webkit-details-marker {
    display: none;
  }
  .accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    transition: transform 0.3s;
  }
  .accordion[open] summary::after {
    transform: rotate(225deg);
  }
  .accordion a {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 2em 1.5em;
    color: #333333;
    transition: transform 0.5s, opacity 0.5s;
  }
  .accordion[open] a {
    font-size: 3rem;
    transform: none;
    opacity: 1;
  }
  .city_ineer {
    display: flex;
    flex-wrap: wrap;
  }
  .accordion p {
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    margin-top: 4rem;
  }
  .logo {
    width: 28rem;
  }
}
/*FV*/
.fv {
  padding-top: 10rem;
}

.fv_wrap {
  position: relative;
  width: 100%;
  height: 66rem;
  padding: 8rem 0;
  background: center/cover url(../img/fv_bg.jpg) no-repeat;
  overflow: hidden;
}

.fv_cont {
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.city {
  width: 28rem;
  margin: 0 auto 2rem;
  padding: 1rem 0;
  background: linear-gradient(to right, #35B597, #6EC481);
  text-align: center;
}

.city p {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2px;
}

.fv_cont h2 {
  font-size: 3.4rem;
  letter-spacing: 4px;
  margin-bottom: 3rem;
}

.fv_lead {
  font-size: 2.6rem;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.fv_cont span {
  color: #EB8900;
  font-size: 5.4rem;
  font-weight: 500;
}

.circle_wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.circle {
  display: flex;
  background: linear-gradient(to right, #35B597, #6EC481);
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.circle p {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

.mimura {
  position: absolute;
  width: 50vw;
  bottom: 0rem;
  right: -24rem;
}

.mimura_img {
  width: 49rem;
}

.fv_name_wrap {
  position: absolute;
  bottom: 1rem;
  left: 72%;
}

.fv_name {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
  -webkit-text-stroke: 3px #35B597;
  text-stroke: 3px #35B597;
  paint-order: stroke;
}

.back {
  position: relative;
}

.back::before {
  content: "";
  position: fixed;
  inset: 0;
  background: center/cover url("../img/section_bg.jpg") no-repeat;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .fv_wrap {
    height: 76rem;
    padding: 8rem 0;
  }
  .fv_cont {
    margin-left: 2rem;
  }
  .city {
    width: 28rem;
    margin: 0 0 2rem 0;
  }
  .fv_cont h2 {
    text-align: left;
  }
  .fv_lead {
    text-align: left;
    paint-order: stroke;
    -webkit-text-stroke: 3px #fff;
  }
  .circle_wrap {
    justify-content: flex-start;
  }
  .mimura {
    width: 73vw;
    bottom: 0rem;
    right: -13rem;
  }
  .mimura_img {
    width: 100%;
  }
  .fv_name_wrap {
    position: absolute;
    bottom: 1rem;
    left: 57%;
  }
  .back::before {
    background-position: top center;
    background: center/cover url("../img/section_bg_sp.jpg") no-repeat;
    width: 100%;
    height: 100vh;
    bottom: 0;
  }
}
/*共通*/
.page_tmp {
  position: relative;
  padding-bottom: 4rem;
}

.page_tmp::before {
  content: url(../img/point.png);
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.page_tmp h2 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, #35b597 0%, #6ec481 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.page_tmp p {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .inner {
    width: 90%;
  }
  .page_tmp h2 {
    font-size: 4.1rem;
    margin-bottom: 5rem;
  }
  .page_tmp p {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 5rem;
  }
}
/*強み*/
.strong_wrap {
  display: flex;
  gap: 5rem;
  margin-bottom: 5rem;
}

.strong_cont {
  width: 30rem;
}

.strong_wrap img {
  width: 30rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.strong_ttl {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.strong_num {
  color: #fff;
  font-size: 2.4rem;
  background: linear-gradient(to right, #EB8900, #FEB45F);
  padding: 0.3rem 1.2rem;
}

.strong_ttl h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .strong_wrap {
    flex-direction: column;
    align-items: center;
  }
  .strong_cont {
    width: 100%;
  }
  .strong_wrap img {
    width: 100%;
  }
  .strong_ttl {
    justify-content: center;
  }
  .strong_num {
    font-size: 3.6rem;
    padding: 1.5rem 2.5rem;
  }
  .strong_ttl h3 {
    font-size: 3rem;
  }
  .strong_cont p {
    font-size: 3rem;
  }
}
/*cta*/
.cta {
  padding: 9rem 0;
  width: 100%;
  background-color: #EFF5FA;
}

.cta_ttl {
  display: flex;
  gap: 2rem;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.cta_ttl::before {
  content: url(../img/tel_icon.png);
}

.cta_ttl h2 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 0;
  background: linear-gradient(90deg, #35b597 0%, #6ec481 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.cta_sub_ttl {
  max-width: 62rem;
  margin: 0 auto 2rem;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 16px -12px #000000;
  padding: 2rem 5rem;
}

.cta_sub_ttl p {
  font-size: 2.4rem;
  text-align: center;
  color: #35B597;
}

.orange {
  color: #EB8900;
}

.cta_lead {
  text-align: center;
  margin-bottom: 2.5rem;
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.form_btn {
  padding: 2rem 5rem;
  background: linear-gradient(to right, #EB8900, #FEB45F);
  color: #fff;
  border-radius: 10px;
  font-size: 2rem;
  box-shadow: 0px 10px 19px -12px #000000;
}

.tel_btn {
  padding: 1rem 5rem;
  background: linear-gradient(to right, #35B597, #6EC481);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
  box-shadow: 0px 10px 19px -12px #000000;
}

.line_btn {
  padding: 2rem 5rem;
  background: linear-gradient(to right, #6EC481, #35B597);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
  box-shadow: 0px 10px 19px -12px #000000;
}

.tel_btn span {
  font-size: 1.6rem;
}

.cta_night {
  margin-top: 1rem;
  text-align: center;
}

.cta_night a {
  color: #425BD9;
}

@media screen and (max-width: 750px) {
  .cta_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .cta_ttl h2 {
    font-size: 4.5rem;
  }
  .cta_sub_ttl {
    max-width: 55rem;
  }
  .cta_sub_ttl p {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .cta_lead {
    text-align: left;
    font-size: 3rem;
  }
  .btn_wrap {
    flex-direction: column;
  }
  .form_btn {
    width: 50rem;
    text-align: center;
    padding: 3rem 5rem;
    font-size: 3rem;
  }
  .tel_btn {
    padding: 1.5rem 5rem;
    width: 50rem;
    font-size: 3rem;
  }
  .line_btn {
    width: 50rem;
    text-align: center;
    padding: 3rem 5rem;
    font-size: 3rem;
  }
  .tel_btn span {
    font-size: 2.7rem;
  }
  .cta_night {
    margin-top: 3rem;
    line-height: 1.6;
    font-size: 2.8rem;
  }
}
/*メディア一覧*/
.media_img {
  width: 20rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .media_img {
    width: 50rem;
  }
}
/*サービス一覧*/
.service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

.service_cont {
  max-width: 48rem;
  box-shadow: 0px 10px 19px -12px #000000;
  border: #35B597 1px solid;
  background-color: #fff;
}

.service_ttl {
  background-color: #35B597;
  padding: 2rem 7rem;
}

.service_ttl h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.service_txt {
  padding: 2rem;
}

@media screen and (max-width: 750px) {
  .service_cont {
    max-width: 70rem;
  }
  .service_ttl h3 {
    font-size: 3.6rem;
  }
  .service_txt p {
    font-size: 2.8rem;
  }
}
/*料金*/
.price_wrap {
  margin-bottom: 4rem;
}

.table_l table {
  width: 100%;
  border: 0px #D9D9D9 solid;
  border-collapse: collapse;
  margin-bottom: 4rem;
}

.table_r table {
  margin-bottom: 3rem;
}

.table_l th {
  background-color: #35B597;
  padding: 1rem 8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px #D9D9D9 solid;
}

.table_l td {
  background-color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1.6rem;
  border: 1px #D9D9D9 solid;
}

.table_r th {
  background-color: #35B597;
  padding: 0rem 2rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px #D9D9D9 solid;
}

.table_r td {
  background-color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1.6rem;
  border: 1px #D9D9D9 solid;
  line-height: 2;
}

.price_txt {
  font-size: 2.4rem;
  text-align: center;
  color: #35B597;
}

.info_btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
  padding: 2rem 0;
  background: linear-gradient(to right, #35B597, #6EC481);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 750px) {
  .price_wrap {
    flex-direction: column;
    align-items: center;
  }
  .table_l th {
    padding: 2rem 1rem;
    font-size: 2.8rem;
  }
  .table_l td {
    padding: 2.5rem 3rem;
    font-size: 2.8rem;
  }
  .table_r th {
    padding: 0rem 2rem;
    font-size: 2.8rem;
  }
  .table_r td {
    padding: 1.5rem 1rem;
    font-size: 2.8rem;
  }
  .info_btn {
    width: 50rem;
    padding: 3rem 0;
    font-size: 3rem;
  }
  .price_txt {
    font-size: 3.2rem;
  }
}
/*実績・信頼*/
.trust_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trust_cont {
  width: 28rem;
}

.trust_cont img {
  height: 8rem;
  width: auto;
  margin: 0 auto 2rem;
}

.trust_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3px;
  background: linear-gradient(90deg, #35b597 0%, #6ec481 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and (max-width: 750px) {
  .trust_wrap {
    display: flex;
    justify-content: center;
    gap: 10rem;
    flex-wrap: wrap;
  }
  .trust_cont img {
    height: 13rem;
  }
  .trust_txt {
    font-size: 2.8rem;
  }
  .trust_cont:nth-of-type(1) {
    width: 36rem;
  }
}
/*事例*/
.case_wrap {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.case_cont {
  width: 48rem;
  box-shadow: 0px 10px 19px -12px #000000;
  border: #35B597 1px solid;
  background-color: #fff;
}

.case_ttl {
  background-color: #35B597;
  padding: 2rem 7rem;
}

.case_ttl h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.case_cont_bot {
  padding: 2rem 3.5rem;
}

.case_box {
  padding: 2rem;
  background-color: #EFF5FA;
}

.case_box p {
  text-align: center;
  font-size: 2.4rem;
}

.case_box p span {
  font-weight: bold;
}

.case_items {
  text-align: left;
  font-size: 1.6rem;
}

.case_cost {
  text-align: center;
  font-size: 1.6rem;
}

.case_cost span {
  font-size: 3rem;
  color: #EB8900;
}

@media screen and (max-width: 750px) {
  .case_wrap {
    flex-direction: column;
  }
  .case_cont {
    width: 100%;
  }
  .case_ttl h3 {
    font-size: 3.6rem;
  }
  .case_box p {
    font-size: 3.4rem;
  }
  .case_items {
    font-size: 3rem;
  }
  .case_cost {
    font-size: 3rem;
  }
  .case_cost span {
    font-size: 3.4rem;
  }
}
/*流れ*/
.flow_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.step {
  max-width: 30rem;
}

.step_num {
  background: linear-gradient(to right, #35B597, #6EC481);
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}

.step img {
  width: 30rem;
  margin: 0 auto 1.5rem;
  border-radius: 10px;
}

.step_ttl {
  text-align: center;
  color: #35B597;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .flow_wrap {
    flex-direction: column;
  }
  .step {
    max-width: 100%;
  }
  .step_num {
    font-size: 3.6rem;
  }
  .step img {
    width: 100%;
    margin: 0 auto 1.5rem;
    border-radius: 10px;
  }
  .step_ttl {
    font-size: 3.6rem;
    line-height: 2;
  }
  .step_txt {
    font-size: 2.8rem;
  }
}
/*声*/
.voice_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.voice_cont {
  max-width: 47rem;
  padding: 3rem;
  border-radius: 10px;
  background-color: #EFF5FA;
}

.voice_name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.voice_name img {
  width: 8rem;
}

.voice_name p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0px;
}

.voice_ttl {
  text-align: center;
  color: #35B597;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .voice_cont {
    padding: 5rem 3rem;
    max-width: 100%;
  }
  .voice_name p {
    font-size: 3.4rem;
  }
  .voice_ttl {
    font-size: 3.4rem;
  }
  .voice_txt {
    font-size: 2.8rem;
  }
}
/*スタッフ紹介*/
.staff_wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.staff_cont {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.staff_cont img {
  width: 30rem;
  border-radius: 10px;
}

.staff_info {
  flex: 5;
}

.staff_ttl {
  background-color: #EFF5FA;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}

.staff_ttl p {
  font-size: 2rem;
  font-weight: bold;
}

.green {
  color: #35B597;
}

@media screen and (max-width: 750px) {
  .staff_wrap {
    gap: 6rem;
  }
  .staff_cont {
    flex-direction: column;
  }
  .staff_cont img {
    width: 50rem;
  }
  .staff_ttl {
    padding: 1rem 2rem;
  }
  .staff_ttl p {
    font-size: 3.4rem;
    text-align: center;
  }
  .staff_txt {
    font-size: 2.8rem;
  }
}
/*アクセス*/
.access_wrap {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.access_cont {
  flex: 5;
}

.access_ttl {
  margin-bottom: 2rem;
}

.company {
  font-size: 2.4rem;
  color: #35B597;
  font-weight: 600;
  margin-bottom: 1rem;
}

.access_ttl p {
  font-size: 2rem;
  font-weight: 600;
}

.access_txt {
  background-color: #EFF5FA;
  padding: 2rem;
}

.directions {
  padding: 4rem 0 0;
}

.directions_ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #35B597;
  line-height: 1.6;
}

.directions_wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 3rem 0 0;
}

.directions_subttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.directions_subttl span {
  color: #35B597;
}

.directions_img {
  border-radius: 10px;
  min-width: 30rem;
}

@media screen and (max-width: 750px) {
  .access_wrap {
    flex-direction: column-reverse;
  }
  .company {
    font-size: 3.4rem;
  }
  .access_ttl {
    text-align: center;
  }
  .access_ttl p {
    font-size: 2.8rem;
  }
  .access_txt p {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .directions {
    padding: 7rem 0 0;
  }
  .directions_ttl {
    font-size: 3.4rem;
  }
  .directions_wrap {
    flex-direction: column;
    gap: 5rem;
    padding: 5rem 0 0;
  }
  .directions_subttl {
    font-size: 3.2rem;
  }
  .directions_img {
    min-width: 30rem;
  }
  .directions_txt {
    font-size: 3rem;
  }
}
/*選び方*/
.reading_wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.reading_wrap img {
  width: 40rem;
}

.reading_cont_l {
  display: flex;
  gap: 5rem;
  align-items: center;
  padding-right: 2rem;
}

.reading_cont_r {
  display: flex;
  gap: 5rem;
  align-items: center;
  padding-left: 2rem;
}

.reading_info {
  flex: 5;
}

.reading_ttl {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.reading_ttl h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: #EB8900 3px solid;
}

.reading_ttl::before {
  content: "";
  width: 5rem;
  height: auto;
}

.reading_ttl.point1::before {
  content: url("../img/point1.png");
}

.reading_ttl.point2::before {
  content: url("../img/point2.png");
}

.reading_ttl.point3::before {
  content: url("../img/point3.png");
}

.reading_ttl.point4::before {
  content: url("../img/point4.png");
}

.reading_ttl.point5::before {
  content: url("../img/point5.png");
}

.reading_ttl.point6::before {
  content: url("../img/point6.png");
}

@media screen and (max-width: 750px) {
  .reading_cont_l {
    flex-direction: column;
    padding: 0;
  }
  .reading_cont_r {
    flex-direction: column-reverse;
    padding: 0;
  }
  .reading_wrap img {
    width: 100%;
  }
  .reading_ttl::before {
    width: 10rem;
  }
  .reading_ttl {
    align-items: center;
    gap: 1rem;
  }
  .reading_ttl h3 {
    font-size: 3.4rem;
  }
  .reading_info p {
    font-size: 2.8rem;
  }
}
/*相場*/
.market_wrap table {
  max-width: 100rem;
  margin: 0 auto;
  border: 0px #D9D9D9 solid;
  border-collapse: collapse;
}

.market_wrap th {
  width: 30rem;
  background-color: #35B597;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px #D9D9D9 solid;
}

.market_wrap td {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  border: 1px #D9D9D9 solid;
  vertical-align: middle;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .market_wrap th {
    font-size: 2.8rem;
  }
  .market_wrap td {
    font-size: 2.8rem;
    padding: 2rem 0rem;
  }
}
/*よくある質問*/
.qa_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}

.qa_cont {
  background-color: #EFF5FA;
  padding: 4rem;
}

.q_ttl {
  position: relative;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: center;
}

.q_ttl h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: #EB8900 3px solid;
  letter-spacing: 2px;
}

.q_ttl::before {
  content: "Q";
  font-size: 3.1rem;
  color: #425BD9;
  font-weight: bold;
}

.a_txt {
  position: relative;
  display: flex;
  gap: 1.5rem;
}

.a_txt::before {
  content: "A";
  font-size: 3.1rem;
  color: #FF0707;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .qa_cont {
    padding: 4rem 2rem;
  }
  .q_ttl,
.a_txt {
    gap: 3rem;
  }
  .q_ttl h3 {
    font-size: 3.4rem;
  }
  .a_txt p {
    font-size: 2.8rem;
  }
  .q_ttl::before,
.a_txt::before {
    font-size: 5rem;
  }
}
/*ニュース*/
.news_wrap {
  display: flex;
  padding-bottom: 5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
}

.news_box {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
}

.post-category {
  background: linear-gradient(to right, #35B597, #6EC481);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-size: 1.6rem;
}

.post-thumb_wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
}

.post-thumb {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.post-time {
  font-size: 1.6rem;
  font-weight: 500;
}

.news_list {
  max-width: 30rem;
}

.news_list h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

.news_list h2 {
  font-size: 2rem;
  margin-bottom: 0rem;
  text-align: left;
}

#news .info_btn,
#single .info_btn {
  padding: 2rem 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 0;
}

.prev .page-numbers,
.page-numbers {
  background-color: #EB8900;
  color: #fff;
  padding: 1rem 0;
  width: 4rem;
  text-align: center;
  font-size: 1.6rem;
}

.current {
  border: #EB8900 1px solid;
  background-color: #fff;
  color: #EB8900;
}

@media screen and (max-width: 750px) {
  .news_box {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .post-category {
    font-size: 2.8rem;
    padding: 1.5rem 3rem;
  }
  .post-time {
    font-size: 2.8rem;
  }
  .news_list {
    width: 100%;
    max-width: 90rem;
  }
  .news_list h3 {
    font-size: 2.8rem;
  }
  .news_list h2 {
    text-align: left;
    font-size: 3.6rem;
  }
  #news .info_btn,
#single .info_btn {
    padding: 2rem 0;
    width: 30rem;
    font-size: 2.8rem;
  }
  .prev .page-numbers,
.page-numbers {
    padding: 2rem 2rem;
    width: 8rem;
    font-size: 2.8rem;
  }
}
/*フッター*/
.footer_box {
  background-color: #fff;
  padding: 6rem 0;
}

.footer_box img {
  margin: 0 auto;
}

.footer_items {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 4rem;
}

.footer_items li a {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.footer_copy {
  width: 100%;
  background-color: #1a1a1a;
}

.footer_copy-txt {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer_items {
    text-align: center;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .footer_items li a {
    font-size: 2.8rem;
  }
}
/*お問い合わせ*/
.form_content dl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  position: relative;
}

.form_content dt {
  width: 25rem;
  font-weight: 400;
}

.form_content dd {
  margin: 0;
  width: calc(100% - 25rem);
}

.form_content .required {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #EB8900;
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
}

.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  color: #000;
}

.form_content input[type=text]::-moz-placeholder,
.Page_contact .form_content input[type=email]::-moz-placeholder,
.form_content input[type=tel]::-moz-placeholder,
.form_content textarea::-moz-placeholder,
.form_content textarea::-moz-placeholder {
  color: #909090;
}

.form_content input[type=text]::-moz-placeholder,
.form_content input[type=email]::-moz-placeholder,
.form_content input[type=tel]::-moz-placeholder,
.form_content textarea::-moz-placeholder,
.form_content input[type=text]::-moz-placeholder,
.form_content input[type=email]::-moz-placeholder,
.form_content input[type=tel]::-moz-placeholder,
.form_content textarea::-moz-placeholder {
  color: #909090;
}

.form_content input[type=text]::-moz-placeholder, .form_content input[type=email]::-moz-placeholder, .form_content input[type=tel]::-moz-placeholder, .form_content textarea::-moz-placeholder, .form_content input[type=text]::-moz-placeholder, .form_content input[type=email]::-moz-placeholder, .form_content input[type=tel]::-moz-placeholder, .form_content textarea::-moz-placeholder {
  color: #909090;
}

.form_content input[type=text]::placeholder,
.form_content input[type=email]::placeholder,
.form_content input[type=tel]::placeholder,
.form_content textarea::placeholder,
.form_content input[type=text]::placeholder,
.form_content input[type=email]::placeholder,
.form_content input[type=tel]::placeholder,
.form_content textarea::placeholder {
  color: #909090;
}

.form_content textarea,
.form_content textarea {
  height: 10rem;
}

.form_content .captcha,
.form_content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_content .captcha img {
  width: 12rem;
}

.form_content .captcha input[type=text] {
  font-size: 1.6rem;
}

.form_content .form_submit {
  text-align: center;
}

.form_content .form_submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: linear-gradient(to right, #EB8900, #FEB45F);
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  padding: 0;
  transition: 0.3s;
}

.form_content .form_submit input[type=submit]:hover {
  opacity: 0.8;
}

.form_content .form_submit .wpcf7-spinner {
  display: none;
}

.form_content .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.form_content .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .form_content dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.4rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .form_content dl::after {
    width: 13rem;
    height: 2px;
    bottom: -2px;
  }
  .form_content dd {
    width: 100%;
  }
  .form_content dt {
    width: 100%;
  }
  .form_content dt p {
    font-size: 3rem;
  }
  .form_content dd p {
    font-size: 3rem;
  }
  .form_content.required {
    font-size: 2.8rem;
  }
  .form_content .captcha img {
    width: 30rem;
    margin: 0 auto;
    flex-shrink: 0;
  }
  .form_content .captcha input[type=text] {
    font-size: 2.8rem;
  }
  .form_content .form_submit input[type=submit] {
    width: 100%;
    max-width: 36rem;
    height: 8rem;
    font-size: 2.8rem;
  }
}
.breadcrumbs_wrap {
  background-color: #fff;
  width: 100%;
}

.breadcrumbs {
  max-width: 100rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

#single .breadcrumbs {
  max-width: 80rem;
}

@media screen and (max-width: 750px) {
  .breadcrumbs {
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
  }
}
.page {
  padding-top: 10rem;
}

.header_page {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #35B597, #6EC481);
}

.page_ttl {
  font-size: 4rem;
  color: #fff;
}

.contact_lead {
  text-align: center;
  margin-bottom: 4rem;
}

#contact .inner,
#notFound .inner,
#company .inner,
#news .inner {
  padding: 4rem 0;
}

@media screen and (max-width: 750px) {
  .contact_lead {
    font-size: 2.8rem;
  }
}
#single .inner {
  width: 80rem;
  padding: 0;
}

.single_inner .post-category {
  width: 15rem;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}

.single_inner {
  padding: 4rem 0;
}

.single_inner h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.single_inner h2 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2rem;
  background-color: #35B597;
  border-radius: 5px;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 2rem;
}

.single_inner h3 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-left: 1rem;
  border-bottom: #333 1px solid;
  margin-bottom: 2rem;
}

.single_inner h4 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: #333 3px solid;
  margin-bottom: 2rem;
}

.single_inner p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.single-thumb_wrap {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.post-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#single .info_btn {
  padding: 2rem 0;
}

.single-thumb {
  width: 100%;
}

@media screen and (max-width: 750px) {
  #single .inner {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .single_inner p {
    font-size: 2.8rem;
  }
  .single_inner h1 {
    font-size: 4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .single_inner h2 {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .single_inner h3 {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  .single_inner h4 {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}
.page_company table {
  width: 100%;
  border: 0px #D9D9D9 solid;
  border-collapse: collapse;
  margin-bottom: 4rem;
}

.page_company th {
  background-color: #35B597;
  padding-left: 2rem;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px #D9D9D9 solid;
  line-height: 1.6;
}

.page_company td {
  background-color: #fff;
  padding: 2rem 2rem;
  text-align: left;
  font-size: 1.6rem;
  border: 1px #D9D9D9 solid;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .page_company th {
    font-size: 2.8rem;
  }
  .page_company td {
    font-size: 2.8rem;
  }
  .page_price_txt {
    font-size: 2.8rem;
  }
}
/*エリア*/
.area_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}

.area_ttl {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2rem;
  background-color: #35B597;
  border-radius: 5px;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 2rem;
}

.area_wrap li a {
  font-size: 1.6rem;
}

#toc_container {
  border: 1px solid #333;
  box-sizing: border-box;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2rem;
  margin: 2rem 0;
  width: 80%;
}

.toc_title {
  background: #eee;
  font-weight: bold;
  text-align: left;
  padding: 1rem 1rem;
}

.toc_toggle {
  font-size: 0.9em;
  font-weight: normal;
}

.toc_brackets {
  display: none;
}

.toc_list,
.toc_list * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc_list {
  margin-top: 1em;
}

.toc_list a {
  display: block;
  text-decoration: none;
  color: #444;
  border-bottom: 1px dotted #ccc;
}

.toc_list > li > a {
  border-bottom: 2px solid #ccc;
  font-size: 110%;
}

.toc_list ul {
  padding: 1em 0 0 1em;
}

.toc_list li {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
}

@media screen and (max-width: 750px) {
  .toc_list > li > a {
    font-size: 2.8rem;
  }
  .toc_list a {
    font-size: 2rem;
  }
}
/*404*/
.notFound_img {
  width: 80%;
  margin: 0 auto 4rem;
}

.notFound_ttl {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.notFound_txt {
  margin-bottom: 2rem;
}

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