@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700&display=swap");
.manrope {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #202121;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 100%;
  background-color: #f8f4ed;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.7rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.pc_m,
.pc_m_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 1180px) {
  .pc_m {
    display: block !important;
  }
  .pc_m_inline {
    display: inline;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  color: #202121;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

em {
  font-style: normal;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}

input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinch:before {
  content: "\e903";
}

.icon-circle:before {
  content: "\e901";
  color: #fff;
}

.icon-triangle:before {
  content: "\e902";
  color: #fff;
}

.icon-icon_check:before {
  content: "\e900";
}

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

@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 1072px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #61a577;
}

@media print, screen and (min-width: 920px) {
  .header {
    padding: 1.33% 1.5%;
    border-top: 8px solid #61a577;
  }
}

.header_inner {
  display: flex;
  align-items: center;
  column-gap: 1%;
  width: 100%;
  padding: 0 15px;
}

@media print, screen and (min-width: 920px) {
  .header_inner {
    padding: 0;
  }
}

.header_logo {
  width: 34%;
  max-width: 117px;
}

@media print, screen and (min-width: 768px) {
  .header_logo {
    max-width: 200px;
  }
}

@media print, screen and (min-width: 920px) {
  .header_logo {
    max-width: none;
    width: 17%;
  }
}

.header_logo img {
  width: 100%;
}

.header_logo a {
  display: block;
}

.header_logo.under_header_logo {
  padding-top: 6px;
}

@media print, screen and (min-width: 768px) {
  .header_logo.under_header_logo {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 920px) {
  .header_logo.under_header_logo {
    padding-top: 0;
  }
}

.header_logo_txt {
  font-size: clamp(1.1rem, 3.4vw, 1.3rem);
  line-height: 1.4;
  background-color: #fff;
  padding: 3px 15px;
  margin-bottom: 15px;
  width: 100%;
}

@media print, screen and (min-width: 920px) {
  .header_logo_txt {
    background-color: transparent;
    width: auto;
    font-size: clamp(1.2rem, 1.3vw, 1.5rem);
    padding: 0;
    margin-bottom: 0;
  }
}

.tel_num {
  display: block;
  margin-left: auto;
  width: 55.5%;
  max-width: 192px;
}

@media print, screen and (min-width: 768px) {
  .tel_num {
    max-width: 360px;
  }
}

@media print, screen and (min-width: 920px) {
  .tel_num {
    width: 37%;
    max-width: none;
  }
}

.tel_num img {
  width: 100%;
}

.footer {
  background-color: #f8f4ed;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 920px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer_outer {
  background-color: #549f6c;
}

.footer_flex {
  padding: 12px 0;
}

@media print, screen and (min-width: 768px) {
  .footer_flex {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}

.footer_flex .policy {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .footer_flex .policy {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_flex .policy {
    font-size: 1.3rem;
  }
}

.footer_flex .policy:hover {
  text-decoration: none;
}

.footer_flex .copy {
  color: #fff;
  font-size: 1.2rem;
  margin-left: auto;
  line-height: 1.4;
}

@media print, screen and (min-width: 920px) {
  .footer_flex .copy {
    font-size: 1.3rem;
  }
}

.sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .sec_ttl {
    margin-bottom: 60px;
  }
}

.sec_ttl span {
  display: inline-block;
  font-size: clamp(2.2rem, 6.8vw, 3.2rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  border-bottom: 6px dotted #ed7224;
  padding-bottom: 7px;
  white-space: nowrap;
}

@media print, screen and (min-width: 920px) {
  .sec_ttl span {
    font-size: clamp(3rem, 3.2vw, 4.5rem);
    padding-bottom: 10px;
  }
}

.sec_ttl span img {
  width: 36%;
}

@media print, screen and (min-width: 920px) {
  .sec_ttl span img {
    width: 42%;
  }
}

.sec_ttl em {
  font-weight: inherit;
  font-style: normal;
  color: #ed7224;
}

.sec_catch {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .sec_catch {
    font-size: 1.8rem;
    margin-top: -20px;
    margin-bottom: 60px;
  }
}

.highlighter {
  background: linear-gradient(transparent 60%, #fffb9a 60%);
}

.on_circle_ttl {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  font-size: 2rem;
  margin-bottom: 14px;
}

@media print, screen and (min-width: 768px) {
  .on_circle_ttl {
    font-size: 2.6rem;
  }
}

@media print, screen and (min-width: 920px) {
  .on_circle_ttl {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}

.on_circle_ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/ttl_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(1px);
  margin-right: 8px;
}

@media print, screen and (min-width: 920px) {
  .on_circle_ttl::before {
    width: 30px;
    height: 30px;
    transform: translateY(2px);
    margin-right: 12px;
  }
}

.mv_block {
  aspect-ratio: 2250/1011;
}

.link_block {
  background-image: url(../img/link_block_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10% 0 12%;
}

@media print, screen and (min-width: 768px) {
  .link_block {
    padding: 4% 0 6%;
  }
}

@media print, screen and (min-width: 920px) {
  .link_block {
    padding: 2.2% 0 3.4%;
  }
}

.link_block_ttl {
  color: #fff;
  font-size: clamp(2rem, 6.2vw, 2.6rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5%;
}

@media print, screen and (min-width: 768px) {
  .link_block_ttl {
    margin-bottom: 7%;
  }
}

@media print, screen and (min-width: 920px) {
  .link_block_ttl {
    font-size: clamp(2.4rem, 2.5vw, 3.2rem);
    margin-bottom: 2%;
  }
}

.link_block_outer {
  background-color: #fff;
  border-radius: 5px;
  padding: 13% 0 6%;
  box-shadow: -2px 7px 24px rgba(79, 118, 81, 0.1);
}

@media print, screen and (min-width: 768px) {
  .link_block_outer {
    border-radius: 10px;
    padding: 2% 0;
  }
}

.link_block_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1%;
}

.link_block_flex .left,
.link_block_flex .right {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .link_block_flex .left,
  .link_block_flex .right {
    width: calc((100% - 1%) / 2);
  }
}

.link_block_flex .left a,
.link_block_flex .right a {
  display: block;
  position: relative;
  z-index: 1;
}

.link_block_flex .left a img,
.link_block_flex .right a img {
  width: 100%;
}

.link_block_flex .left a {
  display: block;
}

.link_block_flex .right {
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .link_block_flex .right {
    margin-top: 0;
  }
}

.link_block_flex .right a:hover {
  transform: translateY(5px);
  opacity: 0.7;
}

.link_block_treat {
  display: block;
  position: absolute;
  top: -26%;
  left: 1%;
  width: 28%;
}

@media print, screen and (min-width: 768px) {
  .link_block_treat {
    top: -57%;
    left: 11%;
  }
}

.anchor_block {
  margin: 30px 0 40px;
}

@media print, screen and (min-width: 920px) {
  .anchor_block {
    margin: 60px 0 80px;
  }
}

.anchor_block_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
}

@media print, screen and (min-width: 768px) {
  .anchor_block_list {
    column-gap: 12px;
    row-gap: 18px;
  }
}

.anchor_block_item {
  width: calc((100% - 15px) / 2);
}

@media print, screen and (min-width: 768px) {
  .anchor_block_item {
    width: calc((100% - 24px) / 3);
  }
}

@media print, screen and (min-width: 920px) {
  .anchor_block_item {
    width: calc((100% - 60px) / 6);
  }
}

.anchor_block_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 8px;
  height: 100%;
  position: relative;
  box-shadow: 2px 3px 5px rgba(137, 137, 137, 0.16);
}

@media print, screen and (min-width: 920px) {
  .anchor_block_item a {
    font-size: clamp(1.4rem, 1.5vw, 2rem);
    padding: 12px 10px;
    border-radius: 8px;
  }
}

.anchor_block_item a:hover::before {
  opacity: 1;
}

.anchor_block_item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ed7224;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.anchor_block_item a::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  margin-top: 10px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.white_cap,
.beige_cap {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}

.white_cap img,
.beige_cap img {
  width: 100%;
}

.worries_outer {
  background-color: #fff;
  position: relative;
  padding: 0 0 20px;
}

@media print, screen and (min-width: 768px) {
  .worries_outer {
    padding: 0 0 40px;
  }
}

@media print, screen and (min-width: 920px) {
  .worries_outer {
    padding: 0 0 90px;
  }
}

.worries_outer img {
  width: 100%;
}

.sec_point {
  background-color: #e0f0ce;
  padding: 60px 0 0;
}

@media print, screen and (min-width: 920px) {
  .sec_point {
    padding: 100px 0 0;
  }
}

.point_upper {
  position: relative;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .point_upper {
    margin-bottom: 0;
  }
}

.point_flex {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .point_flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 920px) {
  .point_flex {
    column-gap: 2.5%;
  }
}

.point_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 14px 18px;
  margin-bottom: 43px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .point_card {
    width: calc((100% - 5%) / 3);
    padding: 16px 16px 20px;
    border-radius: 20px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .point_card {
    padding: 20px 20px 30px;
  }
}

.point_card:last-child {
  margin-bottom: 0;
}

.point_num {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed7224;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .point_num {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}

@media print, screen and (min-width: 920px) {
  .point_num {
    width: 62px;
    height: 62px;
    font-size: 2.9rem;
    top: -31px;
  }
}

.point_img {
  margin-bottom: 18px;
}

@media print, screen and (min-width: 920px) {
  .point_img {
    margin-bottom: 25px;
  }
}

.point_img img {
  width: 100%;
}

.point_heading {
  font-size: clamp(1.6rem, 5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .point_heading {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
  }
}

@media print, screen and (min-width: 920px) {
  .point_heading {
    margin-bottom: 25px;
  }
}

.point_txt {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .point_txt {
    font-size: clamp(1.5rem, 1.9vw, 1.7rem);
  }
}

@media print, screen and (min-width: 768px) {
  .point_lower {
    margin-top: -13%;
  }
}

@media print, screen and (min-width: 920px) {
  .point_lower {
    margin-top: -20%;
  }
}

.point_lower_outer {
  background-color: #f8f4ed;
  background-image: url(../img/point_lower_bg_left.png), url(../img/point_lower_bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
  padding-top: 10%;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 920px) {
  .point_lower_outer {
    padding-top: 16%;
    padding-bottom: 100px;
  }
}

.point_h3 {
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  font-size: clamp(2rem, 2.6vw, 3rem);
  padding-bottom: 14px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 920px) {
  .point_h3 {
    font-size: clamp(3rem, 3.2vw, 3.6rem);
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.point_h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #ed7224;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service_item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 20px 0;
}

@media print, screen and (min-width: 920px) {
  .service_item {
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 40px 0;
  }
}

.service_item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .service_item_flex {
    display: flex;
    align-items: center;
    column-gap: 7%;
  }
}

@media print, screen and (min-width: 920px) {
  .service_item_flex {
    column-gap: 10%;
  }
}

.service_img {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 18px;
}

@media print, screen and (min-width: 768px) {
  .service_img {
    text-align: left;
    margin-bottom: 0;
  }
}

.service_img img {
  width: 36%;
}

@media print, screen and (min-width: 768px) {
  .service_img img {
    width: auto;
    max-width: 100%;
  }
}

.service_txt_area {
  flex-grow: 1;
}

.service_txt {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 920px) {
  .service_txt {
    font-size: 1.7rem;
  }
}

.sec_kind {
  padding: 50px 0 60px;
  background-color: #fff;
}

@media print, screen and (min-width: 920px) {
  .sec_kind {
    padding: 100px 0 120px;
  }
}

.sec_kind .on_circle_ttl {
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .sec_kind .on_circle_ttl {
    padding-bottom: 16px;
  }
}

@media print, screen and (min-width: 920px) {
  .sec_kind .on_circle_ttl {
    border-bottom: 3px solid #d5d5d5;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}

.kind_block {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .kind_block {
    margin-bottom: 80px;
  }
}

.kind_block:last-child {
  margin-bottom: 0;
}

.kind_summary {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .kind_summary {
    display: flex;
    column-gap: 3%;
    margin-bottom: 40px;
  }
}

.kind_summary_img {
  flex-shrink: 0;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .kind_summary_img {
    width: 32%;
    margin-bottom: 0;
  }
}

.kind_summary_img img {
  width: 100%;
}

.kind_summary_txt {
  flex-grow: 1;
}

.kind_mold_item {
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .kind_mold_item {
    display: flex;
    align-items: center;
  }
}

@media print, screen and (min-width: 920px) {
  .kind_mold_item {
    padding: 18px 40px;
    border-radius: 10px;
    margin-bottom: 12px;
  }
}

.kind_mold_item:last-child {
  margin-bottom: 0;
}

.kind_mold_item.pink {
  background-color: #ffefe6;
}

.kind_mold_item.pink .kind_mold_txt_item::before {
  background-color: #f1926e;
}

.kind_mold_item.yellow {
  background-color: #fff9d1;
}

.kind_mold_item.yellow .kind_mold_txt_item::before {
  background-color: #f5d670;
}

.kind_mold_item.green {
  background-color: #f0fae5;
}

.kind_mold_item.green .kind_mold_txt_item::before {
  background-color: #c7e295;
}

.kind_mold_ttl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 12px;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .kind_mold_ttl {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .kind_mold_img {
    width: 50px;
    height: 50px;
  }
}

.kind_mold_ttl_txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 20px;
}

@media print, screen and (min-width: 920px) {
  .kind_mold_ttl_txt {
    font-size: 2.5rem;
    padding-right: 40px;
  }
}

.kind_mold_txt {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .kind_mold_txt {
    padding-left: 18px;
    border-left: 2px solid #f0f0f0;
  }
}

@media print, screen and (min-width: 920px) {
  .kind_mold_txt {
    padding-left: 37px;
    border-left: 3px solid #f0f0f0;
    font-size: 1.6rem;
  }
}

.kind_mold_txt_item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}

@media print, screen and (min-width: 920px) {
  .kind_mold_txt_item {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.kind_mold_txt_item:last-child {
  margin-bottom: 0;
}

.kind_mold_txt_item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(-3px);
}

@media print, screen and (min-width: 920px) {
  .kind_mold_txt_item::before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    transform: translateY(-3px);
  }
}

.kind_note_list {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .kind_note_list {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 920px) {
  .kind_note_list {
    margin-bottom: 40px;
  }
}

.kind_note_item {
  color: #888888;
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 920px) {
  .kind_note_item {
    font-size: 1.4rem;
  }
}

.sec_flow {
  padding: 60px 0;
  background-color: #f8f4ed;
  background-image: url(../img/flow_bg_left.png), url(../img/flow_bg_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
}

@media print, screen and (min-width: 920px) {
  .sec_flow {
    padding: 120px 0;
  }
}

.flow_block {
  position: relative;
}

.flow_block:not(:last-child) {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .flow_block:not(:last-child) {
    margin-bottom: 50px;
  }
}

.flow_block_inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 3px 6px rgba(196, 186, 186, 0.16);
}

@media print, screen and (min-width: 920px) {
  .flow_block_inner {
    border-radius: 20px;
    padding-left: 40px;
  }
}

.triangle_img {
  position: absolute;
  bottom: -37px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.flow_block_flex {
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  .flow_block_flex {
    display: flex;
    align-items: center;
    column-gap: 4%;
  }
}

@media print, screen and (min-width: 920px) {
  .flow_block_flex {
    padding: 40px 0;
    column-gap: 7%;
  }
}

.flow_block_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
  left: -12px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #549f6c;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 768px) {
  .flow_block_num {
    width: 70px;
    height: 70px;
    top: -24px;
    left: -24px;
  }
}

@media print, screen and (min-width: 920px) {
  .flow_block_num {
    top: -30px;
    left: -30px;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
  }
}

.flow_block_num .txt_s {
  display: inline-block;
  line-height: 1;
  color: #fff;
  margin-bottom: 3px;
}

.flow_block_num .txt_l {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

@media print, screen and (min-width: 920px) {
  .flow_block_num .txt_l {
    font-size: 3.7rem;
  }
}

.flow_block_img {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 14px;
}

@media print, screen and (min-width: 768px) {
  .flow_block_img {
    width: 26%;
    text-align: left;
    margin-bottom: 0;
  }
}

.flow_block_img img {
  max-width: 180px;
}

@media print, screen and (min-width: 768px) {
  .flow_block_img img {
    max-width: 100%;
  }
}

.flow_block_txt_area {
  flex-grow: 1;
}

.flow_block_ttl {
  color: #ed7224;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
}

@media print, screen and (min-width: 768px) {
  .flow_block_ttl {
    font-size: clamp(2.2rem, 2.8vw, 2.6rem);
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 920px) {
  .flow_block_ttl {
    margin-bottom: 20px;
  }
}

.flow_block_img_area {
  margin-top: 18px;
}

@media print, screen and (min-width: 920px) {
  .flow_block_img_area {
    display: flex;
    column-gap: 5%;
    align-items: center;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 1180px) {
  .flow_block_img_area {
    column-gap: 7%;
  }
}

.flow_block_tel_img {
  display: block;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .flow_block_tel_img {
    margin-bottom: 0;
  }
}

.flow_block_mail {
  width: 100%;
  flex-shrink: 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  background: orangered;
  background: linear-gradient(0deg, orangered 0%, #ff984e 100%);
  padding: 16px 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .flow_block_mail {
    width: 230px;
    padding: 2.2% 0;
  }
}

.flow_block_mail img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.flow_block_mail:hover {
  opacity: 0.7;
}

.sec_faq {
  background-color: #fff;
  padding: 60px 0;
}

@media print, screen and (min-width: 920px) {
  .sec_faq {
    padding: 120px 0;
  }
}

.faq_item {
  background-color: #f8f4ed;
  padding: 26px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 920px) {
  .faq_item {
    padding: 35px 60px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}

.faq_item:last-child {
  margin-bottom: 0;
}

.faq_item .faq_q {
  font-size: clamp(1.5rem, 4.6vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 920px) {
  .faq_item .faq_q {
    font-size: clamp(2rem, 2.1vw, 2.4rem);
    margin-bottom: 20px;
  }
}

.faq_item .faq_q,
.faq_item .faq_a {
  display: flex;
}

.faq_q_img,
.faq_a_img {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 768px) {
  .faq_q_img,
  .faq_a_img {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
}

@media print, screen and (min-width: 920px) {
  .faq_q_img,
  .faq_a_img {
    margin-right: 15px;
    width: 38px;
    height: 38px;
  }
}

.faq_q_img img,
.faq_a_img img {
  width: 100%;
}

.faq_q_img {
  transform: translateY(-1px);
}

@media print, screen and (min-width: 768px) {
  .faq_q_img {
    transform: translateY(-2px);
  }
}

@media print, screen and (min-width: 920px) {
  .faq_q_img {
    transform: translateY(-1px);
  }
}

.faq_a_img {
  transform: translateY(-1px);
}

@media print, screen and (min-width: 768px) {
  .faq_a_img {
    transform: translateY(-3px);
  }
}

.sec_field {
  padding: 60px 0;
}

@media print, screen and (min-width: 920px) {
  .sec_field {
    padding: 120px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .field_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 7%;
  }
}

@media print, screen and (min-width: 920px) {
  .field_inner {
    column-gap: 10%;
  }
}

.field_inner .left,
.field_inner .right {
  text-align: center;
}

.field_inner .left {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .field_inner .left {
    width: 60%;
    margin-bottom: 0;
  }
}

.field_inner .left img {
  width: 100%;
  max-width: 450px;
}

@media print, screen and (min-width: 768px) {
  .field_inner .left img {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .field_inner .right {
    width: 33%;
  }
}

@media print, screen and (min-width: 920px) {
  .field_inner .right {
    width: 30%;
  }
}

.field_inner .right img {
  width: 100%;
  max-width: 292px;
}

@media print, screen and (min-width: 768px) {
  .field_inner .right img {
    max-width: 100%;
  }
}

.sec_company {
  background-color: #fff;
  padding: 60px 0;
  background-image: url(../img/company_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media print, screen and (min-width: 920px) {
  .sec_company {
    background-image: url(../img/company_bg.jpg);
    padding: 120px 0;
  }
}

.company_list {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 920px) {
  .company_list {
    margin-bottom: 67px;
  }
}

.company_item {
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

@media print, screen and (min-width: 768px) {
  .company_item {
    display: flex;
    flex-wrap: wrap;
  }
}

.company_heading {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .company_heading {
    margin-bottom: 0;
    width: 200px;
    font-size: 1.5rem;
  }
}

.company_txt {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 920px) {
  .company_txt {
    font-size: 1.5rem;
  }
}

.company_business {
  margin-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .company_business {
    display: flex;
    column-gap: 30px;
    margin-top: 34px;
  }
}

@media print, screen and (min-width: 920px) {
  .company_business {
    column-gap: 40px;
  }
}

.company_business_img {
  display: block;
  background-color: #fff;
  border: 1px solid #5c5c5c;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 20px;
  max-width: 450px;
}

@media print, screen and (min-width: 768px) {
  .company_business_img {
    max-width: none;
    flex-shrink: 0;
    width: 300px;
    border-radius: 12px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .company_business_img {
    width: 380px;
    padding: 20px 50px;
  }
}

.company_business_img:hover {
  filter: brightness(0.95);
}

.company_business_img:hover img {
  transform: scale(1.05);
}

.company_business_img img {
  width: 100%;
  transition: 0.2s;
}

@media print, screen and (min-width: 768px) {
  .company_business_txt_area {
    flex-grow: 1;
  }
}

.company_business_ttl {
  color: #ed7224;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .company_business_ttl {
    margin-bottom: 16;
  }
}

@media print, screen and (min-width: 920px) {
  .company_business_ttl {
    font-size: 2.4rem;
    margin-bottom: 22px;
  }
}

.under_mv_block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../img/under_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 180px;
  border-bottom: 3px solid #ed7224;
}

@media print, screen and (min-width: 768px) {
  .under_mv_block {
    height: 270px;
  }
}

.under_page_ttl {
  font-size: clamp(1.8rem, 5.6vw, 3rem);
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .under_page_ttl {
    font-size: clamp(3rem, 3.9vw, 4.5rem);
  }
}

.device-pc a[href="tel:0120279296"] {
  pointer-events: none;
}
