@charset "UTF-8";

#aqua h3 {
    border-top: 2px solid #3975CE;
    border-bottom: 2px solid #3975CE;
    border-radius: 0px;
    background-color: transparent;
    color: #3975CE;
}

#news dl a {
	justify-content: flex-start;
}


.Blog-all .all {
  background-image: url(../img/2.jpg);
}

.Bredcrumb {
    font-size: 1.2rem;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.Bredcrumb .pankuzu {
    margin: auto;
    max-width: 1440px;
}
.Bredcrumb #bread {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.Bredcrumb #bread li {
    margin:0 .5em;
}
.Bredcrumb #bread li a {
  color: #000;
}

#Single {
    font-size: 1.6rem;
    max-width: 1000px;
    margin: auto;
    line-height: 2;
}
#Single p {
    margin-bottom: 1.6rem;
}

#Single .Day {
    font-size: 1.3rem;
}

#Single h2 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-align: unset;
    color: #1e4061;
    font-size: 2.8rem;
}
#Single h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 130px;
    height: 1px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#Single h3 {
    margin: 50px 0 18px 0;
    text-align: unset;
    color: #1e4061;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


#Single ul.wp-block-list {
    list-style: disc inside;
    margin-bottom: 18px;
}
#Single ol.wp-block-list {
    list-style: inside decimal;
    margin-bottom: 18px;
}

#Single #News {
    padding-bottom: 80px;
    width: 96%;
    margin: auto;
}
#Single .attachment-640_448 {
    max-width: 100%;
    margin: 40px auto 24px;
    display: block;
}






/* ここから関連記事のCSS */
section#related {
    padding-bottom: 80px;
    margin-bottom: 0!important;
    background-color: #f9f9f9;
}
section#related h2 {
    margin: 0;
    padding: 0;
}
section#related h2:after {
    content: none;
}
section#related .container {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}

section#related .related-title {
    margin-bottom: 15px;
    font-size: 20px;
}

section#related .related-list {
    display: flex;
    flex-wrap: wrap;
}

section#related .related-card {
    color: #222;
}

section#related .related-item {
    width: 31%;
    list-style: none;
    margin: 1%;
    background-color: #fff;
}
section#related .related-item a {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    height: 100%;
}

section#related .related-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

section#related .related-text-wrap {
    padding: 15px;
}

section#related .related-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0!important;
}
section#related .Day {
    margin-bottom: 0!important;
}

section#related .related-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section#related .related-info .category {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #33ccff;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    section#related .related-item {
        width: 100%;
    }

    section#related .related-item:not(:first-child) {
        margin-top: 10px;
    }
}


#Point {
  margin-top: 80px;
}
.Point-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.t-flow__house__step {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 7rem;
  position: relative;
  width: calc(100% + 2rem);
  margin-left: -2rem;
  padding: 6rem 7rem 5.5rem 14rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F9F9F9;
  border-radius: 14rem 2rem 2rem 2rem;
}
@media (max-width: 768px) {
  .t-flow__house__step {
    padding: 3rem 2rem 3rem 6rem;
  }
}
.t-flow__house__step .Second {
  margin-top: 30px;
}
.t-flow__house__step p {
    font-size: 1.6rem;
    margin-bottom: .8em;
    margin-top: .5em;
}
@media (max-width: 768px) {
  .t-flow__house__step p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.t-flow__house__step .t-flow__house__step__label {
    display: inline-block;
    height: 100%;
    font-size: 5.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #85a74d;
    position: absolute;
    top: -1rem;
    left: 2rem;
}
@media (max-width: 768px) {
  .t-flow__house__step .t-flow__house__step__label {
    font-size: 2.4rem;
  }
}
.t-flow__house__step .t-flow__house__step__label:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 5rem);
    background-color: #85a74d;
    position: absolute;
    top: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.t-flow__house__step h4 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
  .t-flow__house__step h4 {
    font-size: 1.85rem;
    text-wrap: auto;
  }
}
.Linewrap span {
    top: 0;
    left: 0;
    display: block;
    color: #000;
    text-align: justify;
}
.Linewrap span:before {
    content: "";
    display: inline-block;
    width: 2em;
    border-top: 1px solid #a29893;
    vertical-align: middle;
    margin-right: .5em;
    padding-bottom: 4px;
}
.t-flow__house__step .Point01Flex {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .t-flow__house__step .Point01Flex {
    flex-direction: column;
  }
}
.t-flow__house__step .Point01Flex .FlexLeft {
  width: 30%;
}
.t-flow__house__step .Point01Flex .FlexRight {
  width: 70%;
}
.t-flow__house__step .Point01Flex .Flex40 {
  width: 40%;
}
.t-flow__house__step .Point01Flex .Flex60 {
  width: 60%;
}
@media (max-width: 768px) {
  .t-flow__house__step .Point01Flex .FlexLeft,
  .t-flow__house__step .Point01Flex .FlexRight,
  .t-flow__house__step .Point01Flex .Flex40,
  .t-flow__house__step .Point01Flex .Flex60 {
    width: 100%;
  }
}
.t-flow__house__step ul.cp_list li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
    margin-bottom: .08em;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: bold;
}
.t-flow__house__step ul.cp_list li:before {
    position: absolute;
    content: '';
    display: block;
    background: #3975CE;
    height: 16px;
    width: 4px;
    border-radius: 10px;
    top: 0.7em;
    left: 0.08em;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.t-flow__house__step ul.cp_list li:after {
    position: absolute;
    top: 0.3em;
    left: 0.5em;
    content: '';
    display: block;
    background: #3975CE;
    height: 16px;
    width: 4px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t-flow__house__step ul.cp_list p {
  margin-bottom: 18px;
}

.t-flow__house__step .Step {
  text-align: center;
}
.t-flow__house__step h5 {
    max-width: fit-content;
    padding: 1em;
    font-size: 2rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    border: 2px solid #3475D1;
    margin: 30px auto 18px;
    background-color: #fff;
    border-radius: 50%;
    color: #3475C5;
    text-align: center;
}
@media (max-width: 768px) {
  .t-flow__house__step h5 {
    font-size: 1rem;
  }
}
.t-flow__house__step h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
  .t-flow__house__step h6 {
    font-size: 1.65rem;
  }
}
.t-flow__house__step .Step .innerMedia {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.t-flow__house__step .Step img {
  width: 100%;
}
.t-flow__house__step .Step .innerMedia .Media500 {
    max-width: 500px;
}
.t-flow__house__step .Step .innerMedia span {
  color: #3475C5;
}
.t-flow__house__step .Step .caption {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .t-flow__house__step .Step .caption {
    font-size: 1rem;
  }
}
.t-flow__house__step .RedL {
  font-size: 3rem;
  color: #ff0000;
  font-weight: bold;
}

@media (max-width: 768px) {
  #about .overwrapBox {
    flex-direction: column;
  }
  #about .overwrapBox .ObjectLeft {
    width: 100%;
  }
  #about .overwrapBox .txtRight {
    position: unset;
    width: 100%;
    padding: 20px 30px;
    font-size: 1.5rem;
  }
}


@media screen and (min-width:601px) and ( max-width:900px) {
    #Staff .StaffArea {
        padding: 40px 30px;
    }
    #Staff .StaffArea dl {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 600px) {
  #Staff .StaffArea dl {
    width: 100%;
  }
}

#Staff .StaffArea dl dt .motto span {
  font-size: clamp(1rem, 1.04vw, 1.6rem);
  font-weight: bold;
}
@media (max-width: 900px) {
    #Staff .StaffArea dl dt .motto span {
        font-size:1.5rem;
    }
}

@media (max-width: 700px) {
  #price .flex-wrapper {
    gap: 16px;
    flex-direction: column;
    margin-top: 16px;
  }
  #price .flex-wrapper p {
    text-align: center;
  }
}
