@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-size: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

ul, ol, li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
}

img, input, select, textarea {
  vertical-align: middle;
}

img, picture {
  border: 0;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='submit'], button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

section+section {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  section+section {
    margin-top: 3vw;
  }
}

h2, h3 {
  letter-spacing: 0.1em;
  font-weight: 500;
}

p, li, a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

@media only screen and (max-width: 750px) {
  p, li, a {
    font-size: 3.0vw;
    text-align: justify;
  }
}

.p_01 {
  font-size: 1.6rem;
  letter-spacing: 1.1em;
  line-height: 1.5em;
}

@media only screen and (max-width: 750px) {
  .p_01 {
    font-size: 11.25vw;
  }
}

@media(min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.center {
  text-align: center;
}

.center2 {
  margin-left: auto;
  margin-right: auto;
}

.iblock {
  display: inline-block;
}

.pos_re {
  position: relative;
}

.boldfontclass {
  font-weight: 500;
}

.moji {
  overflow: hidden;
  word-wrap: break-word;
  min-width: 0;
}

.haikeimizuiro {
  background-color: rgba(190, 230, 255, 1.00);
}

.haikeikiiro {
  background-color: rgba(255, 230, 110, 1.00);
}

.haikeikimidori {
  background-color: rgba(190, 230, 150, 1.00);
}

.haikeihaiiro {
  background-color: rgba(240, 240, 240, 1.00);
}

.haikeishitsumon {
  background-color: rgba(255, 255, 170, 1.00);
  background-image: radial-gradient(rgba(255, 255, 255, 1.00) 20%, transparent 20%), radial-gradient(rgba(255, 255, 255, 1.00) 20%, transparent 20%);
  background-position: 0 0, 20px 20px;
  background-size: calc(20px*2) calc(20px*2);
}

@media only screen and (max-width: 750px) {
  .haikeishitsumon {
    background-position: 0 0, 2vw 2vw;
    background-size: calc(2vw*2) calc(2vw*2);
  }
}

.h2_z_index {
  z-index: 1;
}

.sp_under_box {
  z-index: 2;
}

header {
  z-index: 3;
}

.hbg {
  z-index: 4;
}

.hbg_touch {
  z-index: 5;
}

.sayu, .ueyoko {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 751px) {
  .sayu {
    max-width: 1020px;
    padding: 0 30px;
  }
  .ueyoko {
    max-width: 1020px;
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 750px) {
  .sayu {
    max-width: 92%;
  }
  .ueyoko {
    padding: 4vw 4vw;
  }
}

@media only screen and (min-width: 751px) {
  .modoru {
    text-align: right;
  }
  .modoru a {
    display: inline-block;
    margin-top: 5px;
    padding: 10px 15px;
    border-radius: 100vw;
    background-color: rgba(255, 130, 0, 1.00);
    color: white;
  }
}

@media only screen and (max-width: 750px) {
  .modoru {
    text-align: center;
  }
  .modoru a {
    display: inline-block;
    margin-top: 4vw;
    padding: 2vw 4vw;
    border-radius: 2vw;
    background-color: rgba(50, 180, 150, 1.00);
    color: white;
  }
}

.hyou {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hyou dt, .hyou dd {
  font-size: 1.6rem;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed black;
}

.hyou dt {
  width: 30%;
  padding-right: 1em;
}

.hyou dd {
  width: 70%;
}

@media only screen and (max-width: 750px) {
  .hyou {
    margin: 4vw auto 0;
  }
  .hyou dt, .hyou dd {
    font-size: 2.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    border-bottom: 0.2vw dashed black;
  }
  .hyou dt {
    width: 30%;
  }
  .hyou dd {
    width: 70%;
  }
}

@media only screen and (min-width: 751px) {
  .header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 1.00);
    border-bottom: 6px solid rgba(50, 180, 150, 1.00);
    box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.20);
  }
  .header_logo_box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header_logo_box>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: auto;
  }
  .header_logo_box div:nth-of-type(1) p {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .header_logo_box div:nth-of-type(2) {
    margin-left: auto;
    width: 76px;
  }
  .header_logo_box div:nth-of-type(3) {
    width: 190px;
  }
  /* 2024/02/29 追加 */
  .header_logo_box div:nth-of-type(3) a {
    position: relative;
  }
  .header_logo_box div:nth-of-type(3) a .time,
  .header_logo_box div:nth-of-type(3) a .tel {
    line-height: 1;
    font-weight: 500;
    position: absolute;
    right: 10px;
  }
  .header_logo_box div:nth-of-type(3) a .time {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
    top: 10px;
  }
  .header_logo_box div:nth-of-type(3) a .tel {
    color: #ffe56e;
    font-size: 22px;
    letter-spacing: -0.025em;
    top: 45px;
  }
  /* 2024/02/29 追加ここまで */
  .header_logo_box div:nth-of-type(4) {
    width: 145px;
  }
  .header_logo_box div:nth-of-type(n+3) {
    margin-left: clamp(10px, 1.5vw, 20px);
  }
  .header_title a {
    height: 40px;
    margin-bottom: 5px;
  }
  .header_title img {
    height: 100%;
  }
  .home .header {
    position: static;
  }
}

@media only screen and (max-width: 750px) {
  .header {
    height: 14vw;
    background-color: rgba(255, 230, 110, 1.00);
    background-image: radial-gradient(rgba(255, 210, 90, 1.00) 20%, transparent 20%), radial-gradient(rgba(255, 210, 90, 1.00) 20%, transparent 20%);
    background-position: 0 0, 2vw 2vw;
    background-size: calc(2vw*2) calc(2vw*2);
    border-bottom: 1vw solid white;
    box-shadow: 0px 0.5vw 0.5vw rgba(0, 0, 0, 0.20);
  }
  .header>div, .header_logo_box, .header_title_box {
    width: 100%;
    height: 100%;
  }
  .header_logo_box {
    display: table;
  }
  .header_title_box {
    display: table-cell;
    vertical-align: middle;
  }
  .header_subtitle {
    display: inline-block;
    font-size: 2.6vw;
    vertical-align: -0.8em;
  }
  .header_title {
    display: inline-block;
    width: 45vw;
    margin-left: 1.5vw;
    filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(255, 130, 0, 0.5));
  }
  .header_title a, .header_title img {
    width: 100%;
  }
}

.header_subtitle br {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .header_subtitle br {
    display: inline-block !important;
  }
}

.mainVisual img {
  min-width: 100%;
}

@media only screen and (min-width: 751px) {
  .mainVisual {
    margin-top: -1px;
  }
  .mainVisual img {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .home .mainVisual img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .mainVisual {
    position: relative;
    min-height: 100vw;
    height: calc(100vh - 14vw);
    margin-bottom: 3vw;
  }
  .mv_back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv_title_sp {
    position: absolute;
    width: 92%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0.5vw 0.5vw 0.5vw rgba(0, 0, 0, 0.3));
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-45%) translateX(-50%);
    -webkit-transform: translateY(-45%) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

.footer_nav li a {
  color: black;
}

.footer_nav li a:hover {
  color: rgba(255, 130, 0, 1.00);
}

.footer_haikei {
  background-color: rgba(255, 230, 110, 1.00);
}

.footer_white {
  background-color: white;
}

@media only screen and (min-width: 751px) {
  .footer_haikei {
    border-top: 20px solid rgba(50, 180, 150, 1.00);
  }
  .footer_box_01, .footer_box_02 {
    display: flex;
    justify-content: space-between;
  }
  .footer_box_01 {
    padding: 30px 0px;
  }
  .footer_box_02 {
    padding: 20px 0px;
  }
  .footer_nav li:not(:first-of-type) {
    margin-top: 5px;
  }
  .footer_nav li a {
    font-size: 1.8rem;
  }
  .footer_logo {
    width: 140px;
  }
  .footer_copyright {
    margin-top: auto;
    padding-bottom: 2px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .footer_haikei {
    border-top: 3vw solid rgba(50, 180, 150, 1.00);
  }
  .footer_box_01 {
    text-align: center;
    padding: 4vw 0;
  }
  .footer_box_02 {
    padding: 3vw 0;
  }
  .footer_quotation {
    margin-top: 4vw;
    text-align: center;
  }
  .footer_nav {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer_nav li:not(:first-of-type) {
    margin-top: 2vw;
  }
  .footer_nav li a {
    font-size: 4.2vw;
  }
  .footer_logo {
    width: 30%;
    margin: 0 auto;
  }
  .footer_copyright {
    text-align: center;
    font-size: 2.6vw;
    margin-top: 1vw;
  }
  .home .footer {
    border-bottom: 12vw solid rgba(255, 130, 0, 1.00);
  }
}

@media only screen and (max-width: 750px) {
  .sp_under_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 12vw;
  }
  .sp_under_box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp_under_box_inner>div {
    padding: 0 1vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 1;
    gap: 0.9vw;
  }
  .sp_under_box_inner a {
    box-shadow: 0.3vw 0.3vw 0.1vw rgba(0, 0, 0, 0.3);
  }
  /* 2024/02/29 追加 */
  .sp_under_box_inner .tel_area {
    position: relative;
  }
  .sp_under_box_inner .tel_area .time,
  .sp_under_box_inner .tel_area .tel {
    color: #ff7a12;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    position: absolute;
  }
  .sp_under_box_inner .tel_area .time {
    font-size: 2.4vw;
    top: 1.8vw;
    right: 2.6vw;
  }
  .sp_under_box_inner .tel_area .tel {
    font-size: 3.2vw;
    top: 5.2vw;
    right: 1.8vw;
  }
  /* 2024/02/29 追加ここまで */
  .pc_under_box {display: none !important;}
}

@media only screen and (min-width: 751px) {
  .pc_under_box {
    background: rgb(255, 255, 235);
    border-top: 7px solid rgb(55, 179, 149);
    display: none;
    position: fixed;
    bottom: 0;
    height: 110px;
    width: 100%;
    z-index: 3;
  }
  .pc_under_box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .pc_under_box_inner>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 1;
    padding: 0 22px;
    max-width: 1000px;
  }
  .pc_under_box_icon {
    margin-right: 15px;
  }
  .pc_under_box_tel {
    margin-right: 20px;
  }
  /* 2024/02/29 追加 */
  .pc_under_box_tel dt a {
    color: #ff8200;
    font-size: 52px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.07em;
  }
  /* 2024/02/29 追加ここまで */
  .pc_under_box_tel dd {
    color: #666;
    font-size: 17px;
    text-align: right;
  }
  .pc_under_box_inner>div> a {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    margin-left: 15px;
    transform: translateZ(0);
  }
  .pc_under_box_inner a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1000px) {
  .pc_under_box {
    border-top-width: 0.7vw;
    height: 11vw;
  }
  .pc_under_box_inner>div {
    padding: 0 2.2vw;
  }
  .pc_under_box_icon {
    margin-right: 1.5vw;
  }
  .pc_under_box_tel {
    margin-right: 2vw;
  }
  /* 2024/02/29 追加 */
  .pc_under_box_tel dt a {
    font-size: 5.2vw;
  }
  /* 2024/02/29 追加ここまで */
  .pc_under_box_tel dd {
    font-size: 1.7vw;
    text-align: right;
  }
  .pc_under_box_inner>div> a {
    filter: drop-shadow(0 0 0.5vw rgba(0, 0, 0, 0.3));
    margin-left: 1.5vw;
  }
}

.h_02, .h_02B {
  display: grid;
  place-items: center;
  width: 100%;
  height: 2em;
  margin: 0px auto 40px;
  padding: 0 0 0.1em;
  font-size: 2.6rem;
  border-radius: 100vh;
  color: white;
  background-color: rgba(50, 180, 150, 1.00);
  border: 4px solid white;
}

.h_02B {
  border: 4px solid rgba(255, 230, 110, 1.00);
}

.h_03, .h_04 {
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.3em;
  color: rgba(255, 130, 0, 1.00);
}

.h_03 {
  font-size: 2.4rem;
}

.h_04 {
  font-size: 2.2rem;
}

.h_05 {
  text-align: center;
  margin: 0px auto 20px;
  font-size: 2.6rem;
  color: rgba(50, 180, 150, 1.00);
}

@media only screen and (max-width: 750px) {
  .h_02, .h_02B {
    margin: 0 auto 1em;
    border: 1vw solid white;
    font-size: 4.2vw;
  }
  .h_02B {
    border: 1vw solid rgba(255, 230, 110, 1.00);
  }
  .h_03 {
    margin-bottom: 0.5vw;
    font-size: 3.6vw;
  }
  .h_04 {
    margin-bottom: 0.5vw;
    font-size: 3.2vw;
  }
  .h_05 {
    margin: 0 auto 2.5vw;
    font-size: 4.2vw;
  }
}

@media only screen and (min-width: 751px) {
  .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  .navigation li {
    flex: 1;
    height: 30px;
    background-color: rgba(255, 130, 0, 1.00);
    border-right: 1px solid white;
  }
  .navigation li:last-child {
    border-right: none;
  }
  .navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: white;
  }
  .navigation a:hover {
    background-color: rgba(235, 100, 0, 1.00);
    transition: 0.2s;
  }
}

#hbg:checked~.hbg {
  left: 0;
}

#hbg {
  display: none;
}

@media only screen and (min-width: 751px) {
  .hbg_touch {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .hbg {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(50, 180, 150, 1.00);
    transition: all 0.2s;
  }
  .hbg li {
    display: table;
    width: 60vw;
    height: 7vw;
    border-radius: 1vw;
    background-color: white;
  }
  .hbg li:hover {
    opacity: 0.7;
  }
  .hbg li:not(:first-of-type) {
    margin-top: 4vw;
  }
  .hbg li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 3.6vw;
    color: black;
  }
  .hbg_touch {
    position: fixed;
    top: 0vw;
    right: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.5vw;
    height: 10.5vw;
    background-color: rgba(255, 130, 0, 1.00);
    box-shadow: 0.2em 0.2em 0.05em 0.05em rgba(0, 0, 0, 0.20);
  }
  .hbg_touch span {
    position: absolute;
    display: block;
    content: '';
    height: 0.4vw;
    width: 5vw;
    border-radius: 100vh;
    background-color: white;
    transition: all 0.5s;
  }
  .hbg_touch span:before {
    position: absolute;
    display: block;
    content: '';
    height: 0.4vw;
    width: 5vw;
    bottom: 1.5vw;
    border-radius: 100vh;
    background-color: white;
    transition: all 0.5s;
  }
  .hbg_touch span:after {
    position: absolute;
    display: block;
    content: '';
    height: 0.4vw;
    width: 5vw;
    top: 1.5vw;
    border-radius: 100vh;
    background-color: white;
    transition: all 0.5s;
  }
  #hbg:checked~.hbg_touch span {
    background-color: rgba(0, 0, 0, 0);
  }
  #hbg:checked~.hbg_touch span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #hbg:checked~.hbg_touch span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 751px) {
  .wpbox {
    margin-top: 100px;
    background-color: rgba(240, 240, 240, 1.00);
  }
}

.kiji article {
  overflow: hidden;
  word-wrap: break-word;
  min-width: 0;
  text-align: justify;
}

.kiji .title {
  margin-top: -0.2em;
}

.kiji .title a {
  color: rgba(255, 130, 0, 1.00);
}

.kiji .hiduke {
  color: rgba(110, 110, 110, 1.00);
}

@media only screen and (min-width: 751px) {
  .kiji article {
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .kiji article:not(:first-of-type) {
    margin-top: 20px;
  }
  .kiji .title a {
    font-size: 2.0rem;
  }
  .kiji .hiduke {
    font-size: 1.2rem;
  }
  .kiji .content {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .kiji .tsugimae {
    margin-top: 20px;
  }
  .kiji .tsugimae .mae, .kiji .tsugimae .tsugi {
    display: inline-block;
  }
  .kiji .tsugimae .mae a, .kiji .tsugimae .tsugi a {
    color: rgba(255, 130, 0, 1.00);
  }
  .kiji .tsugimae .mae a::before {
    content: '【';
  }
  .kiji .tsugimae .mae a::after {
    content: '】';
  }
  .kiji .tsugimae .tsugi a::before {
    content: '【';
  }
  .kiji .tsugimae .tsugi a::after {
    content: '】';
  }
}

@media only screen and (max-width: 750px) {
  .kiji article {
    padding: 3vw;
    background-color: rgba(240, 240, 240, 1.00);
    border-radius: 2vw;
  }
  .kiji article:not(:first-of-type) {
    margin-top: 2.5vw;
  }
  .kiji .title a {
    font-size: 3.4vw;
  }
  .kiji .hiduke {
    font-size: 2.4vw;
  }
  .kiji .content {
    margin-top: 1.3vw;
    font-size: 2.8vw;
  }
  .kiji .tsugimae {
    display: flex;
    justify-content: space-between;
    margin-top: 6vw;
  }
  .kiji .tsugimae .mae a, .kiji .tsugimae .tsugi a {
    display: grid;
    place-items: center;
    width: 30vw;
    min-height: 8vw;
    background-color: rgba(255, 130, 0, 1.00);
    border-radius: 100vw;
    text-align: center;
    color: white;
  }
}

.toko p {
  line-height: 1.7em;
}

.tokoblog {
  font-weight: 500;
}

.tokotitle {
  line-height: 1.3em;
  font-weight: 500;
  color: rgba(255, 130, 0, 1.00);
}

.toko p+p {
  margin-top: 1em;
}

.toko figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 751px) {
  .tokoblog {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .tokotitle {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .tokoblog {
    font-size: 2.6vw;
    margin-bottom: 1.3vw;
  }
  .tokotitle {
    margin-bottom: 4vw;
    font-size: 3.4vw;
  }
}

.thanks p+p {
  margin-top: 1em;
}

.thanks_modoru {
  margin-top: 2vw;
}

@media only screen and (max-width: 750px) {
  .thanks_modoru {
    margin-top: 6vw;
  }
}

.wp-block-button__link {
  margin-top: 1em;
  font-size: 1.6rem !important;
  background-color: rgba(255, 130, 0, 1.00) !important;
}

.wp-block-button__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .wp-block-buttons {
    justify-content: center;
  }
  .wp-block-button__link {
    font-size: 3.0vw !important;
  }
}

.wp-block-heading {
  margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(50, 180, 150, 1.00);
  overflow: hidden;
  word-wrap: break-word;
  min-width: 0;
  text-align: justify;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type {
  border-bottom: 1px solid rgba(50, 180, 150, 1.00);
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-weight: 400;
  color: rgba(50, 180, 150, 1.00);
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 750px) {
  .wp-block-heading {
    margin-top: 14vw;
    margin-bottom: 2vw;
    text-align: center;
    font-size: 3.4vw !important;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    padding-top: 1vw;
    border-top: 1px solid rgba(50, 180, 150, 1.00);
    line-height: 1.3em;
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li:last-of-type {
    border-bottom: 1px solid rgba(50, 180, 150, 1.00);
  }
  .wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 2.6vw;
  }
  .wp-block-latest-posts__post-excerpt {
    margin-bottom: 3vw !important;
  }
}

select.wpcf7-select {
  font-size: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.50);
}

@media only screen and (max-width: 750px) {
  select.wpcf7-select {
    width: 100%;
    height: 6vw;
    font-size: 3.0vw;
    border: 0.2vw solid rgba(0, 0, 0, 0.50);
  }
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 0.2em 0.6em;
  background-color: rgba(240, 240, 240, 1.00);
  border: 1px solid rgba(230, 230, 230, 1.00);
  border-radius: 5px;
}

@media only screen and (max-width: 750px) {
  input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: rgba(240, 240, 240, 1.00);
    border: 0.2vw solid rgba(230, 230, 230, 1.00);
    border-radius: 0.5vw;
  }
}

input.wpcf7-submit {
  display: block;
  margin: 3em auto 0;
  padding: 1em 3em;
  font-size: 1.6rem;
  color: white;
  background-color: rgba(255, 130, 0, 1.00);
  border-radius: 9999px;
}

input.wpcf7-submit:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  input.wpcf7-submit {
    width: 50%;
    font-size: 2.0rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem;
  color: white;
  background-color: rgba(255, 130, 130, 1.00);
  border: none;
}

@media only screen and (max-width: 750px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 2.4vw;
  }
}

span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
  font-size: 1.4rem;
  color: red;
  margin-top: 10px;
  line-height: 1em;
}

@media only screen and (max-width: 750px) {
  span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}

.wpcf7 th, .wpcf7 td {
  font-weight: 400;
}

.wpcf7 td {
  background-color: white;
}

.hissu {
  background-color: rgba(255, 130, 130, 1.00);
  position: relative;
  color: white;
}

.nini {
  background-color: rgba(100, 190, 255, 1.00);
  position: relative;
  color: white;
}

@media only screen and (min-width: 751px) {
  .contactform7table th, .contactform7table td {
    padding: 18px 20px;
    font-size: 1.6rem;
  }
  .contactform7table tbody {
    border-top: solid 6px rgba(50, 180, 150, 1.00);
    border-bottom: solid 6px rgba(50, 180, 150, 1.00);
  }
  .contactform7table tr:not(:last-of-type) {
    border-bottom: solid 2px rgba(190, 230, 150, 1.00);
  }
  .contactform7table th {
    width: 240px;
    text-align: left;
    background-color: rgba(255, 245, 220, 1.00);
  }
  .hissu {
    font-size: 1.2rem;
    padding: 3px;
    border-radius: 4px;
    margin-right: 10px;
    bottom: 1px;
  }
  .nini {
    font-size: 1.2rem;
    padding: 3px;
    border-radius: 4px;
    margin-right: 10px;
    bottom: 1px;
  }
}

@media only screen and (max-width: 750px) {
  .contactform7table {
    margin-top: 10vw;
  }
  .contactform7table th, .contactform7table td {
    display: block;
    width: 100%;
    font-size: 3.0vw;
    border: solid 0.4vw rgba(50, 180, 150, 1.00);
    box-shadow: 0.3vw 0.3vw 0.2vw rgba(0, 0, 0, 0.2);
  }
  .contactform7table th {
    padding: 0 3vw;
    color: white;
    background-color: rgba(50, 180, 150, 1.00);
    border-bottom: none;
    border-radius: 1vw 1vw 0 0;
  }
  .contactform7table td {
    padding: 3vw;
    margin-bottom: 3.5vw;
    border-top: none;
    border-radius: 0 0 1vw 1vw;
  }
  .contactform7table th p {
    text-align: center;
  }
  .hissu {
    font-size: 2vw;
    padding: 0.5vw;
    border-radius: 0.7vw;
    margin-right: 1.5vw;
    bottom: 0.3vw;
  }
  .nini {
    font-size: 2vw;
    padding: 0.5vw;
    border-radius: 0.7vw;
    margin-right: 1.5vw;
    bottom: 0.3vw;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-10 .grecaptcha-badge {
  visibility: visible;
}


/*キャンペーン*/

.campaign {
  width: 100%;
}

.campaign h2 {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -47%);
  white-space: pre;
  font-size: clamp(0px, 3.6vw, 3.4rem);
  color: white;
}

.campaign img {
  width: 100%;
}

.campaign_price {
  padding-bottom: 30px;
}

@media only screen and (min-width: 751px) {
  .campaign {
    width: 80%;
  }
  .campaign h2 {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: clamp(0px, 3.6vw, 3.4rem);
  }
  .campaign_price {
    padding-bottom: 4vw;
  }
}


/*当社の特徴*/

.feature {
  margin-bottom: 30px;
}

.feature h2 {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre;
  font-size: clamp(0px, 4.8vw, 3.4rem);
  color: white;
}

.feature_bubble_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 130, 0, 1.00);
  height: 90px;
}

.feature_bubble {
  position: absolute;
  top: -70px;
  left: auto;
  right: auto;
}

.feature_bubble_text1 {
  position: absolute;
  text-align: center;
  left: auto;
  right: auto;
  white-space: nowrap;
  color: rgba(255, 130, 0, 1.00);
  top: -45px;
  font-size: 2.4rem;
  font-weight: 500;
}

.feature_bubble_text2 {
  position: absolute;
  text-align: center;
  left: auto;
  right: auto;
  white-space: nowrap;
  color: rgba(255, 130, 0, 1.00);
  top: -80px;
  font-size: 5.2rem;
  font-weight: 400;
}

.feature_column {
  display: flex;
  flex-wrap: wrap;
}

.feature_column > div {
  background-color: white;
  border: 4px solid rgba(255, 130, 0, 1.00);
  border-top: none;
  width: 48.6%;
}

.feature_column img {
  margin-bottom: 15px;
}

.feature_column .inner {
  padding: 15px;
}

@media only screen and (min-width: 751px) {
  .feature_bubble_text1 {
    top: -42px;
    font-size: 2.4rem;
  }
  .feature_bubble_text2 {
    top: -20px;
    font-size: 5.2rem;
  }
  .feature_column {
    gap: 55px 2.8%;
    width: clamp(0vw, 80vw, 100%);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  .feature {
    margin-bottom: 1vw;
  }
  .feature_bubble_box {
    height: 8vw;
  }
  .feature_bubble {
    width: 12vw;
    top: -60%;
  }
  .feature_bubble_text1 {
    top: -32%;
    font-size: 2.8vw;
  }
  .feature_bubble_text2 {
    top: 3%;
    font-size: 4.2vw;
  }
  .feature_column {
    gap: 3vw 2.8%;
  }
  .feature_column > div {
    border: 0.6vw solid rgba(255, 130, 0, 1.00);
    border-top: none;
  }
  .feature_column img {
    width: 20vw;
    margin-bottom: 2vw;
  }
  .feature_column_text {
    font-size: 2.4vw;
  }
  .feature_column .inner {
    padding: 2vw;
  }
}


/*サービス一覧*/

.service_h {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  background-color: rgba( 40, 180, 255, 1.00);
  border-radius: 11px 11px 0 0;
  white-space: nowrap;
}

.service_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.service_1 > div {
  background-color: white;
  border: solid rgba( 40, 180, 255, 1.00);
  border-width: 0 4px 4px;
  border-radius: 15px 15px 0 0;
  width: 31.875%;
}

.service_1 img {
  margin-bottom: 15px;
}

.service_1 .inner {
  padding: 15px;
}

@media only screen and (max-width: 750px) {
  .service_1 {
    gap: 3vw 2vw;
  }
  .service_1 > div {
    border-width: 0 0.6vw 0.6vw;
  }
  .service_1 img {
    width: 20vw;
    margin-bottom: 2vw;
  }
  .service_1 p {
    font-size: 2.4vw;
  }
  .service_1 .inner {
    padding: 2vw;
  }
}

.service_yen, .service_yen2 {
  margin-left: 0.2em;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: 0.05em;
  color: rgba(255, 130, 0, 1.00);
}

.service_yen2 {
  font-weight: 800;
}

@media only screen and (max-width: 750px) {
  .service_h {
    height: 5vw;
    font-size: 3.0vw;
    border-radius: calc(15px - 0.6vw) calc(15px - 0.6vw) 0 0;
    padding-bottom: 0.2vw;
  }
  .service_yen, .service_yen2 {
    font-size: 2vw;
  }
}

.service_4 {
  margin-top: 1em;
  margin-bottom: -0.5em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 750px) {
  .service_4 {
    font-size: 2.4vw;
  }
}

.area {
  position: relative;
}

.area h2 {
  color: white;
  background-color: rgba(50, 180, 150, 1.00);
}

.area p {
  padding: 0.3em 1em;
}

.area_map img {
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .area h2 {
    position: absolute;
    display: inline-table;
    text-align: center;
    width: 300px;
    height: 50px;
    padding-top: 1px;
    border: 4px solid white;
    font-size: 2.6rem;
  }
  .area p {
    position: absolute;
    top: 15px;
    left: 315px;
    font-size: 1.6rem;
    background-color: rgba(255, 255, 255, 1);
  }
  .area_map img {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 750px) {
  .area h2 {
    margin: -0.95em auto 0;
    padding-top: 0.2em;
    width: 60%;
    height: 2em;
    text-align: center;
    border: 0.5vw solid white;
    border-top: none;
    border-radius: 0 0 4vw 4vw;
    font-size: 4.2vw;
  }
  .area p {
    margin-top: 1em;
    font-size: 3.0vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.70);
  }
  .area_map img {
    margin-top: 5vw;
  }
}

.order-flow {
  display: grid;
}

.order-flow > div {
  background-color: white;
  border: 4px solid rgba(255, 130, 0, 1.00);
  border-top: none;
}

.order-flow .inner {
  padding: 15px;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  background-color: rgba(255, 130, 0, 1.00);
  border-radius: 15px 15px 0 0;
}

.flow-number {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 4px;
  vertical-align: -0.1em;
}

.order-flow img {
  margin-bottom: 15px;
}

.order-flow .mini {
  margin: -0.1em 0em 0.3em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(255, 130, 0, 1.00);
}

.omitsumori {
  text-align: center;
  margin-bottom: 3px;
  line-height: 1.3em;
  color: rgba(255, 130, 0, 1.00);
}

@media only screen and (min-width: 751px) {
  .omitsumori {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 750px) {
  .omitsumori {
    margin-bottom: 0.5vw;
    font-size: 3.6vw;
  }
}

.order-flow a {
  border-bottom: 1px solid black;
}

.order-flow a:hover {
  color: rgba(255, 130, 0, 1.00);
  border-bottom: 1px solid rgba(255, 130, 0, 1.00);
}

@media only screen and (min-width: 751px) {
  .order-flow {
    display: flex;
    gap: 20px 20px;
  }
  .order-flow > div {
    border-radius: 15px 15px 0 0;
    width: 31.875%;
  }
  .step {
    border-radius: 11px 11px 0 0;
  }
}

@media only screen and (max-width: 750px) {
  .order-flow {
    margin-top: 6vw;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5vw;
  }
  .order-flow>div {
    background-color: rgba(255, 130, 0, 1.00);
    border: 0.5vw solid rgba(255, 130, 0, 1.00);
    border-top: none;
    border-radius: 2.5vw 2.5vw 0 0;
    margin: 0 auto;
    width: 70vw;
  }
  .order-flow .inner {
    background-color: white;
    padding: 2vw;
  }
  .step {
    height: 5vw;
    font-size: 3.0vw;
    border-radius: 2vw 2vw 0 0;
    padding-bottom: 0.2vw;
  }
  .flow-number {
    font-size: 3.8vw;
    padding-left: 0.5vw;
  }
  .order-flow img {
    width: 20vw;
    margin-bottom: 2vw;
  }
  .order-flow .mini {
    font-size: 3.0vw;
  }
  .order-flow a {
    border-bottom: 0.2vw solid black;
  }
  .order-flow a:hover {
    color: rgba(255, 130, 0, 1.00);
    border-bottom: 0.2vw solid rgba(255, 130, 0, 1.00);
  }
}

.flow_right {
  text-align: right;
}


/*回収物*/

.collect-1 {
  display: inline;
  color: white;
  background-color: rgba(50, 180, 150, 1.00);
  padding: 0.2em 0.2em 0.2em 0.4em;
  text-align: center;
}

.collect_icon {
  margin-top: 5px;
  width: 160px;
}

.collect_text {
  background-color: rgba(255, 230, 110, 1.00);
}

.kishuuyokohaji {
  display: flex;
  justify-content: space-between;
}

.kaishu li, .kaishu h3, .kaishu h4 {
  display: inline;
  font-size: 1.6rem;
  font-weight: normal;
}

.kaishu li:not(:last-of-type) {
  margin-right: 1em;
}

@media only screen and (min-width: 751px) {
  .collect-1 {
    margin-right: 60px;
    border: 4px solid white;
    border-radius: 0 0 20px 0;
    font-size: 2.6rem;
  }
  .collect_icon {
    margin: -10px 10px 0 0;
  }
  .collect_text {
    margin-top: 15px;
    padding: 15px;
    border: 10px solid white;
  }
}

@media only screen and (max-width: 750px) {
  .kaishu li, .kaishu h3, .kaishu h4 {
    font-size: 3.0vw;
  }
  .collect-1 {
    margin-right: 9.5vw;
    border: 1vw solid white;
    border-radius: 0 0 4vw 0;
    font-size: 3.6vw;
  }
  .collect_icon {
    margin: 0vw 1.5vw 0 0;
    width: 21vw;
  }
  .collect_text {
    margin-top: 1.5vw;
    padding: 2vw;
    border: 1vw solid white;
  }
}


/*ビフォーアフター*/

.beforeafter h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10%);
  white-space: pre;
  font-size: clamp(0px, 4.8vw, 3.4rem);
  color: white;
}

.beforeafter2 {
  background-color: white;
  padding: 15px;
  border: 5px solid rgba(255, 130, 0, 1.00);
  border-radius: 15px;
}

.beforeafter2 h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 2.0rem;
  color: rgba(255, 130, 0, 1.00);
  border-bottom: 4px dotted rgba(255, 130, 0, 1.00);
}

.beforeafter3 {
  align-items: center;
  margin-bottom: 10px;
}

.beforeafter4 {
  position: relative;
  width: 45%;
  margin-bottom: 5px;
}

.beforeafter5 {
  width: 4.5%;
  margin: 0 0 0 0.5%;
}

.beforeafter6::after, .beforeafter7::after {
  position: absolute;
  top: 0;
  left: 0;
}

.beforeafter6::after {
  content: url("../img/before_pc.png");
}

.beforeafter7::after {
  content: url("../img/after_pc.png");
}

.beforeafter2>div+div {
  margin-top: 20px;
}

@media only screen and (max-width: 750px) {
  .beforeafter2 {
    margin-top: -0.5vw;
    padding: 2vw;
    border: 0.7vw solid rgba(255, 130, 0, 1.00);
    border-radius: 2.5vw;
  }
  .beforeafter2 h3 {
    margin-bottom: 3vw;
    padding-bottom: 1vw;
    font-size: 3.6vw;
    color: rgba(255, 130, 0, 1.00);
    border-bottom: 0.7vw dotted rgba(255, 130, 0, 1.00);
  }
  .beforeafter3 {
    margin-bottom: 1vw;
  }
  .beforeafter4 {
    margin-bottom: 1vw;
  }
  .beforeafter6::after {
    content: url("../img/before_sp.png");
  }
  .beforeafter7::after {
    content: url("../img/after_sp.png");
  }
  .beforeafter2>div+div {
    margin-top: 4vw;
  }
}

.beforeafter8 {
  position: relative;
}

.beforeafter8::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.beforeafter8 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*業者とコロナ*/

.heads_up {
  width: clamp(10px, 60vw, 482px);
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.heads_up_under {
  border-bottom: 3px dashed white;
  margin-bottom: clamp(10px, 2vw, 20px) !important;
}

.corona h2 {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre;
  font-size: clamp(0px, 3.4vw, 3.4rem);
  color: white;
}

.hantoumei:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.gyoushachuui {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.gyoushayoko {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.gyousha {
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .gyousha {
    padding-bottom: 4vw;
  }
}


/*よくある質問*/

.qa h3, .qa p {
  position: relative;
  padding-left: 40px;
}

.qa h3::before, .qa p::before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: clamp(0px, 6vw, 30px);
  height: clamp(0px, 6vw, 30px);
  background-size: contain;
}

.qa h3 {
  font-size: 2.0rem;
  color: rgba(255, 130, 0, 1.00);
}

.qa p {
  font-size: 1.6rem;
}

.qa h3::before {
  background-image: url("../img/qa_q.png");
  top: -1px;
}

.qa p::before {
  background-image: url("../img/qa_a.png");
  top: -1px;
}

.qa>div {
  padding: 25px;
  background-color: white;
  border: 3px solid rgba(50, 180, 150, 1.00);
  border-radius: 40px 40px 40px 40px / 35px 35px 35px 35px;
}

.qa>div+div {
  margin-top: 30px;
}

.qa h3+p {
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .qa h3, .qa p {
    padding-left: 7vw;
  }
  .qa h3 {
    font-size: 3.6vw;
  }
  .qa p {
    font-size: 3.0vw;
  }
  .qa h3::before, .qa p::before {
    width: 5vw;
    height: 5vw;
    top: -0.1vw;
  }
  .qa>div {
    padding: 2.5vw;
    background-color: white;
    border: 0.4vw solid rgba(50, 180, 150, 1.00);
    border-radius: 5vw 5vw 5vw 5vw / 4, 5vw 4, 5vw 4, 5vw 4, 5vw;
  }
  .qa>div+div {
    margin-top: 5vw;
  }
  .qa h3+p {
    margin-top: 1.5vw;
  }
}


/*会社情報*/

.company {
  width: clamp(0px, 75%, 960px);
}

@media only screen and (max-width: 750px) {
  .company {
    width: 100%;
  }
}


/*コンタクト*/

.contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact_h {
  display: grid;
  place-items: center;
  margin: -0.5em auto 40px;
  padding: 5px;
  width: 100%;
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 130, 0, 1.00);
  border-bottom: 8px solid rgba(255, 130, 0, 1.00);
}

@media only screen and (min-width: 751px) {
  .contact {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .contact {
    grid-gap: 3vw;
  }
  .contact_h {
    margin: -2vw auto 4vw;
    padding-bottom: 0.5vw;
    border-bottom: 1vw solid rgba(255, 130, 0, 1.00);
    font-size: 5.0vw !important;
  }
}

.contact_a {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.contact_a img {
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.1s;
}

.contact_a img:nth-of-type(1) {
  position: relative;
  opacity: 1;
}

.contact_a img:nth-of-type(2) {
  position: absolute;
  opacity: 0;
}

.contact_a:hover img:nth-of-type(1) {
  position: absolute;
  opacity: 0;
}

.contact_a:hover img:nth-of-type(2) {
  position: relative;
  opacity: 1;
}