@charset "utf-8";
/* CSS Document */

body#newT {
  font-family:
    "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ", serif;
}
.g_box {
  position: relative;
}
.g_box:hover {
  cursor: pointer;
  opacity: 0.7;
}
.g_link {
  margin-bottom: 0px;
}
.g_link a {
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .pc_tab {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp_tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #newT header .left-logo h1 {
    font-size: 10px;
    margin-bottom: 0px;
  }
  #newT header #h_logo {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .f-contact {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 98%;
    display: flex !important;
    justify-content: center;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1% 1%;
    background: #fff;
  }
  .f-contact li {
    width: 33%;
    height: 65px;
    padding-top: 10px;
  }
  .f-contact li .li-icon {
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .f-contact li p {
    margin-bottom: 0px;
  }
  .f-contact li h6 {
    margin-bottom: 5px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .f-contact li:nth-child(1) {
    border: 3px solid #d5d5d5;
    background: #fff;
  }
  .f-contact li:nth-child(1) .li-icon {
    text-align: center;
    color: #000;
  }
  .f-contact li:nth-child(1) h6 {
    text-align: center;
    color: #000;
  }

  .f-contact li:nth-child(2) {
    border: 3px solid #06c152;
    background: #06c152;
  }
  .f-contact li:nth-child(2) .li-icon {
    text-align: center;
    color: #fff;
  }
  .f-contact li:nth-child(2) h6 {
    text-align: center;
    color: #fff;
  }

  .f-contact li:nth-child(3) {
    border: 3px solid #ce4343;
    background: #ce4343;
  }
  .f-contact li:nth-child(3) .li-icon {
    text-align: center;
    color: #fff;
  }
  .f-contact li:nth-child(3) h6 {
    text-align: center;
    color: #fff;
  }

  .f-contact li:nth-child(4) {
    border: 3px solid #ff9900;
    background: #ff9900;
  }
  .f-contact li:nth-child(4) .li-icon {
    text-align: center;
    color: #fff;
  }
  .f-contact li:nth-child(4) h6 {
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .f-contact {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #newT header {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px 0 10px;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  .in-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.5%;
  }
  .left-logo {
    width: 27%;
    margin-right: 1%;
  }
  .left-logo h1 {
    font-size: 10px;
  }
  .left-logo #h_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .left-logo #h_logo .company_name {
    font-size: 18px;
  }
  .left-logo #h_logo div {
    width: 35px;
    margin-right: 5px;
  }

  .center-nav {
    width: 36%;
    margin-right: 1%;
  }
  .center-nav nav {
    margin: 0px;
  }
  .center-nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .center-nav ul li {
    padding: 0px;
    border-left: none !important;
    border-right: none;
    font-size: 14px;
    margin-left: 2%;
    font-weight: bold;
    margin-top: 15px;
  }
  .center-nav ul li:firsr-child {
    margin-left: 0px;
  }
  .center-nav ul li span {
    display: none;
  }
  .center-nav ul li .fa-arrow-alt-circle-right {
    opacity: 0.3;
  }
  .center-nav ul li a {
    resize: none;
  }
  .center-nav ul li a:link {
    color: #000;
    text-decoration: none;
  }
  .center-nav ul li a:visited {
    color: #000;
    text-decoration: none;
  }
  .center-nav ul li a:hover {
    color: #bc1548;
    text-decoration: none;
  }
  .center-nav ul li a:active {
    color: #000;
    text-decoration: none;
  }

  .tel-tap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .tel-tap span.roboto {
    font-family: "Roboto", sans-serif;
    color: #12a73b;
    font-weight: bold;
    font-size: 2rem;
    margin-left: 0.5%;
    line-height: 1;
  }
  .tel-tap span.roboto a {
    resize: none;
  }
  .tel-tap span.roboto a:link {
    color: #12a73b;
    text-decoration: none;
  }
  .tel-tap span.roboto a:visited {
    color: #12a73b;
    text-decoration: none;
  }
  .tel-tap span.roboto a:hover {
    color: #12a73b;
    text-decoration: none;
    opacity: 0.7;
  }
  .tel-tap span.roboto a:active {
    color: #12a73b;
    text-decoration: none;
  }

  .right-nav {
    width: 35%;
  }
  .right-nav .fluffy {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #bc1548;
  }
  .right-nav .fluffy span {
    margin-right: 5px;
    background: #bc1548;
    color: #fff;
    padding: 1px 5px;
    font-size: 0.7rem;
  }

  .right-nav-flex {
    display: flex;
    justify-content: flex-end;
  }
  .right-nav-flex li {
    width: 32%;
    margin-left: 2%;
    border: 3px solid #dedede;
    padding: 5px 10px;
    border-radius: 6px;
  }
  .right-nav-flex li:nth-child(1) {
    margin-left: 0%;
  }
  .right-nav-flex li .in-li-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-nav-flex li h6 {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  .right-nav-flex li .li-L {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0px;
    width: 24%;
    margin-right: 4%;
    text-align: center;
  }
  .right-nav-flex li .li-R {
    font-size: 0.7rem;
    width: 72%;
  }
  .right-nav-flex li .li-R p {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 0.7rem;
  }
  .right-nav-flex li p {
    margin-bottom: 0px;
  }

  .right-nav-flex li:nth-child(1) {
    border: 3px solid #06c152;
  }
  .right-nav-flex li:nth-child(1) h6 {
    color: #fff;
    background: #06c152;
  }
  .right-nav-flex li:nth-child(1) .li-L {
    color: #06c152;
    font-size: 1.8rem;
  }

  .right-nav-flex li:nth-child(2) {
    border: 3px solid rgba(206, 67, 67, 0.5);
    background: #ce4343;
    border-bottom: 3px solid #a11f1f;
  }
  .right-nav-flex li:nth-child(2) h6 {
    color: #ce4343;
    background: #fff;
  }
  .right-nav-flex li:nth-child(2) .li-L {
    color: #fff;
  }
  .right-nav-flex li:nth-child(2) .li-R {
    color: #fff;
  }

  .right-nav-flex li:nth-child(3) {
    border: 3px solid #ff9900;
  }
  .right-nav-flex li:nth-child(3) h6 {
    color: #fff;
    background: #ff9900;
  }
  .right-nav-flex li:nth-child(3) .li-L {
    color: #ff9900;
  }

  #newT header.is-animation {
    padding: 5px 0 5px;
  }
  #newT header.is-animation nav {
    display: none;
  }
  #newT header.is-animation h1 {
    margin-bottom: 5px;
  }
  #newT header.is-animation .left-logo #newT header.is-animation {
    font-size: 1.1rem;
  }
  #newT header.is-animation .left-logo #h_logo div {
    width: 25px;
    margin-right: 5px;
  }
  #newT header.is-animation .tel-tap {
    font-size: 0.8rem;
  }
  #newT header.is-animation .tel-tap .xsmall {
    display: none;
  }
  #newT header.is-animation .tel-tap .teltel {
    display: none;
  }

  #newT header .right-nav-flex li .no-anim {
    display: block;
  }
  #newT header.is-animation .right-nav-flex li .no-anim {
    display: none;
  }
  #newT header .right-nav-flex li .anim {
    display: none;
  }
  #newT header.is-animation .right-nav-flex li .anim {
    display: block;
  }

  #newT header.is-animation .right-nav-flex li h6 {
    margin-bottom: 0px;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(1) {
    background: #06c152;
    border-bottom: 3px solid #00973d;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(2) {
    background: #ce4343;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(3) {
    background: #ff9900;
    border-bottom: 3px solid #db8400;
  }

  #newT header.is-animation .right-nav-flex li:nth-child(1) .li-L {
    color: #fff;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(2) .li-L {
    color: #fff;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(2) h6 {
    color: #fff;
    background: none;
  }
  #newT header.is-animation .right-nav-flex li:nth-child(3) .li-L {
    color: #fff;
  }

  #newT .contact_bg {
    padding-bottom: 20px;
  }

  #newT .headline {
    margin-bottom: 40px;
  }
  #newT section {
    margin-bottom: 40px;
  }
  #newT section:nth-child(1) {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .left-logo {
    width: 34%;
    margin-right: 1%;
  }
  .right-nav {
    width: 65%;
  }
  .right-nav-flex li .in-li-flex {
    display: block;
  }
  .right-nav-flex li h6 {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  .right-nav-flex li .li-L {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .right-nav-flex li .li-R {
    font-size: 0.7rem;
    width: 100%;
  }

  .left-logo #h_logo .company_name span {
    font-size: 1.1rem;
  }
  .left-logo #h_logo div {
    width: 25px;
    margin-right: 5px;
  }

  #newT header nav {
    background: #bd1548;
  }
  #newT header nav ul {
    display: flex;
    justify-content: center;
  }
  #newT header nav ul li {
    width: 20%;
  }
  #newT header nav ul li img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .left-logo {
    width: 34%;
    margin-right: 1%;
  }
  .center-nav {
    width: 22%;
    margin-right: 1%;
  }
  .right-nav {
    width: 40%;
  }
  .tel-tap {
    font-size: 0.8rem;
  }
  .tel-tap .teltel {
    display: none;
  }
  .tel-tap .xsmall {
    display: none;
  }
  .tel-tap span.roboto {
    font-size: 1.6rem;
    margin-left: 5px;
  }
  .right-nav-flex li h6 {
    font-size: 0.7rem;
  }
  .center-nav ul li {
    font-size: 13px;
    margin-top: 8px;
    width: inherit;
  }

  .right-nav-flex li .in-li-flex {
    display: block;
  }
  .right-nav-flex li h6 {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  .right-nav-flex li .li-L {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .right-nav-flex li .li-R {
    font-size: 0.7rem;
    width: 100%;
  }

  .left-logo #h_logo .company_name span {
    font-size: 1.1rem;
  }
  .left-logo #h_logo div {
    width: 25px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
  .left-logo {
    width: 34%;
    margin-right: 1%;
  }
  .center-nav {
    width: 24%;
    margin-right: 1%;
  }
  .right-nav {
    width: 40%;
  }
  .tel-tap {
    font-size: 0.8rem;
  }
  .tel-tap .teltel {
    display: none;
  }
  .tel-tap .xsmall {
    display: none;
  }
  .tel-tap span.roboto {
    font-size: 1.6rem;
    margin-left: 5px;
  }
  .right-nav-flex li h6 {
    font-size: 0.7rem;
  }
  .center-nav ul li {
    font-size: 13px;
    margin-top: 8px;
  }

  .right-nav-flex li .in-li-flex {
    display: block;
  }
  .right-nav-flex li h6 {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  .right-nav-flex li .li-L {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .right-nav-flex li .li-R {
    font-size: 0.7rem;
    width: 100%;
  }

  .left-logo #h_logo .company_name span {
    font-size: 1.1rem;
  }
  .left-logo #h_logo div {
    width: 25px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1480px) {
  .left-logo {
    width: 30%;
    margin-right: 1%;
  }
  .center-nav {
    width: 28%;
    margin-right: 1%;
  }
  .right-nav {
    width: 40%;
  }
  .tel-tap {
    font-size: 0.8rem;
  }
  .tel-tap .xsmall {
    display: none;
  }
  .tel-tap span.roboto {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  .right-nav-flex li h6 {
    font-size: 0.7rem;
  }
  .center-nav ul li {
    font-size: 13px;
    margin-top: 8px;
  }
}

.lineBg {
  border: 3px solid #06c152;
  padding: 10px 40px;
  border-radius: 6px;
  margin-bottom: 80px;
}
.lineBg h2.ttl01 {
  color: #06c152;
  font-weight: bold;
}
.lineBg h6 {
  text-align: center;
}
.lineBg h6 span {
  text-align: center;
  font-size: 1.1rem;
  background: #06c152;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  padding: 0 20px;
}
.lineBg h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px dashed #06c152;
}
.lineBg h5 span .fa-line {
  font-size: 4rem;
  line-height: 1;
  color: #06c152;
  margin-right: 20px;
}
.lineBg h5 span {
  font-size: 1.2rem;
  line-height: 1.4;
}
.lineFlex {
  display: flex;
  justify-content: center;
}
.lineFlex li {
  margin: 0 2%;
}
.lineFlex li h4 {
  font-size: 1.2rem;
  text-align: center;
}
.lineFlex li p {
  padding: 10px;
  background: #f9f8f2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lineBg h6 span {
    font-size: 0.9rem;
  }
  .lineBg .lineBg h2.ttl01 {
    font-size: 21px;
  }
  .lineBg h5 span {
    font-size: 1rem;
    line-height: 1.4;
  }
  .lineFlex {
    display: block;
  }
}

/*swiper*/
.cardSlider-swiper-wrapper {
  margin-bottom: 20px;
}
.cardSlider-swiper-slide {
  opacity: 0.2;
}
.cardSlider-swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ba-box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.exList .iraiTbl {
  width: 100%;
  margin-bottom: 20px;
}
.exList .iraiTbl th {
  padding: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #275ba9;
  border: 1px solid #275ba9;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
}
.exList .iraiTbl td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #275ba9;
  font-size: 1.05rem;
  background: #fff;
}

.ba-box .out-before {
  width: 30%;
  margin-right: 4%;
}
.ba-box .before {
  border: 5px solid #f3e792;
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
.ba-box .before:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  color: #ffa800;
  font-size: 5rem;
  z-index: 10;
}
.ba-box .before img {
  border-radius: 2px;
}
.ba-box .before .bText {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 72px 0 0;
  border-color: #f3e792 transparent transparent transparent;
  color: #275ba9;
  font-size: 0.8rem;
}
.ba-box .before .bText span {
  transform: rotate(-45deg);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  top: -55px;
  left: 3px;
}

.ba-box .out-before table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.ba-box .out-before table th {
  font-weight: normal;
  padding: 5px 10px;
  border-bottom: 1px dotted #dedede;
  font-size: 0.8rem;
  background: #f4f4f4;
}
.ba-box .out-before table td {
  font-weight: bold;
  padding: 5px 10px;
  font-size: 1.05rem;
  border-bottom: 1px dotted #dedede;
  background: #fff;
}
.ba-box .out-before table td span {
  font-size: 0.8rem;
  font-weight: normal;
}

.ba-box .after {
  width: 66%;
  border: 5px solid #275ba9;
  border-radius: 6px;
  position: relative;
}
.ba-box .after img {
  border-radius: 2px;
}
.ba-box .after .aText {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #275ba9 transparent transparent transparent;
  color: #fff;
}
.ba-box .after .aText span {
  transform: rotate(-45deg);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  top: -80px;
  left: 8px;
  font-size: 1.1rem;
}
.exList h3 {
  color: #6cb4e4;
  text-align: center;
  padding: 10px 20px;
  border-top: solid 2px #275ba9;
  border-bottom: solid 2px #275ba9;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
  margin-bottom: 20px;
  color: #275ba9;
  font-size: 1.3rem;
}

.box_link_btn02 a {
  color: #ff6600;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: #ff6600 1px solid;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
}
.box_link_btn02 a:link {
  color: #ff6600;
  text-decoration: none;
}
.box_link_btn02 a:visited {
  color: #ff6600;
  text-decoration: none;
}
.box_link_btn02 a:hover {
  color: #fff;
  text-decoration: none;
  background: #ff6600;
}
.box_link_btn02 a:active {
  color: #ff6600;
  text-decoration: none;
}

.exList ul.tagList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.7rem;
  color: #333;
}
.exList ul.tagList li {
  margin-right: 10px;
  font-size: 0.9rem;
  margin-bottom: 5px;
  background: none;
  padding: 0px;
}
.exList ul.tagList li.time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

ul.exList02 li {
  margin-bottom: 40px;
  padding: 40px;
  background: #fffef4;
  border-radius: 8px;
}

.exList.exList02 ul.tagList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.7rem;
  color: #333;
}
.exList.exList02 ul.tagList li {
  margin-right: 10px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  background: none;
  padding: 0px;
}
.exList.exList02 ul.tagList li.time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.f-flex-ex {
  display: flex;
  justify-content: space-between;
}
.f-flex-ex ul {
  width: 76%;
  margin-right: 4%;
}
.f-flex-ex p {
  width: 20%;
  text-align: right;
}
.f-flex-ex p a {
  color: #ff6600;
}

@media screen and (max-width: 767px) {
  .ba-box {
    display: block;
    margin-bottom: 20px;
  }
  .ba-box .out-before {
    width: 60%;
    margin-right: 0%;
  }
  .ba-box .after {
    width: 100%;
  }
  .ba-box .before:after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 83%;
    transform: translateY(0%);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #ffa800;
    font-size: 3rem;
    z-index: 10;
    text-align: center;
  }

  .exList h3 {
    font-size: 1.1rem;
  }

  .box_link_btn02 a {
    width: 80%;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    font-size: 12px;
  }

  .exList .sp table {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .exList .sp table th {
    font-weight: normal;
    padding: 5px 10px;
    border-bottom: 1px dotted #dedede;
    font-size: 0.7rem;
    background: #f4f4f4;
  }
  .exList .sp table td {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 0.9rem;
    border-bottom: 1px dotted #dedede;
    background: #fff;
  }
  .exList .sp table td span {
    font-size: 0.8rem;
    font-weight: normal;
  }

  .exList .iraiTbl th {
    font-size: 0.8rem;
  }
  .exList .iraiTbl td {
    font-size: 0.9rem;
  }

  .exList ul li {
    font-size: 0.7rem;
  }

  #newT .box_link_btn a {
    width: 80%;
    margin: 0 auto;
    font-size: 0.9rem;
  }

  ul.exList02 li {
    margin-bottom: 20px;
    padding: 4%;
    background: #fffef4;
    border-radius: 8px;
  }

  .f-flex-ex {
    display: block;
  }

  .exList ul.tagList li {
    font-size: 0.8rem;
  }
  .f-flex-ex ul {
    width: 100%;
    margin-right: 0%;
  }
  .f-flex-ex p {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
}

.box_link_btn03 a {
  border: 1px solid #333;
  color: #333;
}
.box_link_btn03 a:link {
  color: #333;
  text-decoration: none;
}
.box_link_btn03 a:visited {
  color: #333;
  text-decoration: none;
}
.box_link_btn03 a:hover {
  color: #fff;
  text-decoration: none;
  background: #333;
}
.box_link_btn03 a:active {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .box_link_btn03 a {
    width: 80%;
    margin: 0 10%;
  }
}

#newT02 .swiper-button-prev:after {
  content: "prev";
  color: rgba(155, 155, 155, 0.9);
  border-radius: 25px;
  font-size: 1rem;
}
#newT02 .swiper-button-next:after {
  content: "next";
  color: rgba(155, 155, 155, 0.9);
  border-radius: 25px;
  font-size: 1rem;
}
#newT02 .swiper-button-prev,
#newT .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: rgba(187, 187, 187, 0.5);
}
#newT02 .swiper-pagination-bullet {
  border-radius: 0px;
  width: 50px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #newT02 .swiper-button-prev,
  #newT02 .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: rgba(187, 187, 187, 0.5);
  }
  #newT02 .swiper-button-prev {
    left: 5px;
    background: rgba(187, 187, 187, 0.75);
  }
  #newT02 .swiper-button-next {
    right: 5px;
    background: rgba(187, 187, 187, 0.75);
  }
  #newT02 .swiper-button-prev:after {
    color: rgba(85, 85, 85, 0.9);
    font-size: 0.8rem;
  }
  #newT02 .swiper-button-next:after {
    color: rgba(85, 85, 85, 0.9);
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1160px) {
}

@media screen and (min-width: 1025px) {
  #newT02 nav.nav02 ul li {
    padding: 5px 4.85%;
  }
}
@media screen and (max-width: 767px) {
  .catSearch {
    margin-bottom: 20px;
  }
  .catSearch .headCat {
  }
  .catSearch .headCat .catTtl {
    font-family: "Roboto", sans-serif;
    color: #275ba9;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .catSearch .headCat .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .catSearch .headCat .tabs li.tabMenu {
    width: 49.5%;
    text-align: center;
    color: #275ba9;
    font-weight: bold;
    background: #edf4ff;
    border: 1px solid #96b4e1;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
  }
  .catSearch .headCat .tabs li.tabMenu:nth-child(1),
  .catSearch .headCat .tabs li.tabMenu:nth-child(3) {
    border-right: none;
  }
  .catSearch .headCat .tabs li.tabMenu a {
    color: #000;
    display: block;
  }
  .catSearch .headCat .tabs li.tabMenu a:link {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu a:visited {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu a:hover {
    color: #fff;
    text-decoration: none;
    background: #275ba9;
  }
  .catSearch .headCat .tabs li.tabMenu a:active {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu.selected {
    background: #275ba9;
  }
  .catSearch .headCat .tabs li.tabMenu.selected a {
    color: #fff;
    display: block;
  }
  .catSearch .headCat .tabs li .svg-inline--fa {
    margin-right: 5px;
  }

  .catSearch .catList {
    border: 2px solid #96b4e1;
    padding: 4% 4% 0;
  }
  .catSearch .catList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .catSearch .catList li {
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .catSearch .catList li a {
    color: #fff;
    display: block;
    border: 2px solid #dedede;
    min-width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 0.8rem;
    padding: 0 10px;
  }
  .catSearch .catList li a:link {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:visited {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:hover {
    color: #ffa800;
    text-decoration: none;
  }
  .catSearch .catList li a:active {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-flex {
    display: flex;
    justify-content: flex-end;
  }
  .footer-nav-flex li {
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
  }

  .footer-nav-flex li .in-li-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-nav-flex li h6 {
    font-size: 0.9rem;
    margin-bottom: 0px;
  }
  .footer-nav-flex li .li-L {
    line-height: 1;
    margin-bottom: 0px;
    margin-right: 10%;
  }

  .footer-nav-flex li p {
    margin-bottom: 0px;
  }

  .footer-nav-flex li:nth-child(1) {
    border: 3px solid #fff;
    order: 2;
    width: 50%;
    margin-right: 1%;
    background: #ff9900;
    border-radius: 6px 6px 6px 6px;
    padding: 0px 0px;
  }
  .footer-nav-flex li:nth-child(1) .no-anim {
    width: 100%;
  }
  .footer-nav-flex li:nth-child(1) .li-L {
    font-size: 0.9rem;
    font-weight: normal;
    width: 26%;
    line-height: 1.5;
    color: #fff;
    margin-right: 4%;
    padding: 10px 10px;
    background: #ff6a00;
    position: relative;
  }
  .footer-nav-flex li:nth-child(1) .li-L:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ff6a00;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav-flex li:nth-child(1) .li-R {
    width: 66%;
    padding-left: 2%;
  }

  .footer-nav-flex li:nth-child(2) {
    border: 3px solid #4ba36f;
    order: 1;
    width: 23%;
    margin-right: 1%;
    background: #06c152;
    border-bottom: 5px solid #105f30;
  }
  .footer-nav-flex li:nth-child(2) h6 {
    color: #fff;
    font-size: 0.9rem;
    word-break: keep-all;
  }
  .footer-nav-flex li:nth-child(2) .li-L {
    font-size: 3rem;
  }
  .footer-nav-flex li:nth-child(2) .li-L .fa-line {
    color: #fff;
  }

  .footer-nav-flex li:nth-child(3) {
    border: 3px solid #4f82b7;
    order: 3;
    width: 23%;
    background: #429efd;
    border-bottom: 5px solid #185593;
  }
  .footer-nav-flex li:nth-child(3) h6 {
    color: #fff;
    word-break: keep-all;
  }
  .footer-nav-flex li:nth-child(3) .li-L {
    font-size: 2rem;
  }
  .footer-nav-flex li:nth-child(3) .li-L .fa-laptop {
    color: #fff;
  }

  .footer-nav-flex li:nth-child(4) {
    border: 3px solid #ff9900;
  }
  .footer-nav-flex li:nth-child(4) h6 {
    color: #fff;
    background: #ff9900;
    font-size: 1rem;
  }
  .footer-nav-flex li:nth-child(4) .li-L {
    color: #fff;
  }

  .f-tel-tap02 {
    text-align: left;
    font-size: 2.1rem;
    color: #fff;
    line-height: 1;
    word-break: keep-all;
  }

  .f_pc_bnr .fluffy {
    color: #fff;
    text-align: right;
    font-size: 1.1rem;
  }

  .f_bnr_women {
    position: absolute;
    top: -40px;
    left: -110px;
  }

  .catSearch {
    margin-bottom: 40px;
  }
  .catSearch .headCat {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .catSearch .headCat .catTtl {
    font-family: "Roboto", sans-serif;
    color: #275ba9;
    font-weight: bold;
    width: 18%;
    margin-right: 2%;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .catSearch .headCat .tabs {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .catSearch .headCat .tabs li.tabMenu {
    width: 25%;
    text-align: center;
    color: #275ba9;
    font-weight: bold;
    background: #edf4ff;
    border: 2px solid #96b4e1;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
  }
  .catSearch .headCat .tabs li.tabMenu:nth-child(1),
  .catSearch .headCat .tabs li.tabMenu:nth-child(2),
  .catSearch .headCat .tabs li.tabMenu:nth-child(3) {
    border-right: 1px solid #96b4e1;
  }
  .catSearch .headCat .tabs li.tabMenu a {
    color: #000;
    display: block;
  }
  .catSearch .headCat .tabs li.tabMenu a:link {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu a:visited {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu a:hover {
    color: #fff;
    text-decoration: none;
    background: #275ba9;
  }
  .catSearch .headCat .tabs li.tabMenu a:active {
    color: #000;
    text-decoration: none;
  }
  .catSearch .headCat .tabs li.tabMenu.selected {
    background: #275ba9;
  }
  .catSearch .headCat .tabs li.tabMenu.selected a {
    color: #fff;
    display: block;
  }
  .catSearch .headCat .tabs li .svg-inline--fa {
    margin-right: 5px;
  }

  .catSearch .catList {
    border: 2px solid #96b4e1;
    padding: 2% 4%;
    width: 91.7%;
  }
  .catSearch .catList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .catSearch .catList li {
    margin-right: 1%;
  }
  .catSearch .catList li a {
    color: #fff;
    display: block;
    border: 2px solid #dedede;
    min-width: 135px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 10px;
  }
  .catSearch .catList li a:link {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:visited {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:hover {
    color: #ffa800;
    text-decoration: none;
  }
  .catSearch .catList li a:active {
    color: #275ba9;
    text-decoration: none;
  }
  .catSearch .catList li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .footer-nav-flex li h6 {
    font-size: 0.8rem;
  }
  .footer-nav-flex li:nth-child(1) .li-L {
    font-size: 0.8rem;
  }
  .footer-nav-flex li:nth-child(2) .li-L {
    font-size: 2rem;
    margin-right: 6%;
  }
  .footer-nav-flex li:nth-child(3) .li-L {
    font-size: 1.8rem;
    margin-right: 6%;
  }
  .f-tel-tap02 {
    text-align: left;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1;
    word-break: keep-all;
  }

  .footer-nav-flex li:nth-child(1) .li-L {
    font-size: 0.8rem;
  }
  .f-tel-tap02 {
    text-align: left;
    font-size: 2rem;
  }

  #newT02 footer {
    background: rgba(206, 67, 67, 0.9);
  }
  .exList ul.tagList li:before {
    content: "#";
  }
  .exList ul.tagList li:nth-child(1):before,
  .exList ul.tagList li:nth-child(2):before {
    display: none;
  }
}
.fluffy {
  width: 100%;
  height: auto;
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.blog_content table {
  width: 100%;
  margin: 0 auto 20px;
}
.blog_content table th {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
}
.blog_content table td {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
}
.blog_content img.aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .privacy {
    margin-bottom: 60px;
    display: block;
  }
}

.pn-f {
  ul {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.n-area {
  padding: 32px 24px 32px 24px;
  h2 {
    font-size: 20px;
  }
  .t-ah3 {
    position: relative;
    margin-bottom: 48px;
    @media screen and (min-width: 768px) {
      .japan_map {
        position: absolute;
        top: -18px;
        right: 0px;
        z-index: 1;
      }
    }
    @media screen and (max-width: 767px) {
      .japan_map {
        top: 18px;
        right: 3px;
        z-index: 1;
        width: 100px;
      }
    }
  }
  .h2-line {
    margin-bottom: 0px;
  }
  .t-area-wrap {
    background-color: #e9f1f9;
    padding: 40px;
    @media (max-width: 767px) {
      padding: 40px 24px;
    }
  }
  h2,
  h3 {
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
    font-size: 20px;
  }
  h3 {
    margin-top: 20px;
  }
  .t-area-inner {
    margin-inline: auto;
    span.area-headline {
      display: block;
      text-align: center;
      font-size: 20px;
      color: black;
      font-weight: 700;
      margin-bottom: 16px;
    }
    span {
      line-height: 28px;
    }
    a:visited {
      color: #0000ee !important;
    }
    ul {
      padding-left: 0px;
    }
    h3 {
      text-align: center;
    }
    a {
      padding: 0px;
      word-break: keep-all;
    }
    a:visited {
      color: #0000ee !important;
    }
    span {
      line-height: 28px;
    }
    .area-list-wrap {
      gap: 12px;
      padding: 0;
      margin: 0;
      list-style: none;
      justify-content: start;
      margin-bottom: 32px;
      &:nth-of-type(2) {
        margin-bottom: 0px;
      }
      .area-list-term {
        border-radius: 4px;
        text-align: center;
        transition: background 0.2s;
        display: inline-flex;
        justify-content: center;
        @media (max-width: 767px) {
          width: auto;
          font-size: 14px;
        }
        a {
          display: block;
          color: #333;
          text-decoration: underline;
          &:hover {
            opacity: 0.8;
            text-decoration: underline !important;
          }
        }
      }

      @media (max-width: 767px) {
        grid-template-columns: repeat(2, 1fr);
      }

      @media (min-width: 768px) and (max-width: 1023px) {
        grid-template-columns: repeat(3, 1fr);
      }

      @media (min-width: 1024px) {
        grid-template-columns: repeat(4, 1fr);
      }
    }
  }
  .area-prefecture {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .t-area {
    .t-area-inner {
      width: clamp(600px, 70%, 800px);
      padding: 24px;
      border-radius: 24px;
      margin-inline: auto;
      margin-top: 16px;
    }
    .t-h2 {
      font-size: 28px;
    }
  }
}

/* 新エリアページ */
html {
  scroll-behavior: smooth;
}
body.n-area-page [id] {
  scroll-margin-top: 100px; /* ヘッダーの高さに合わせる */
}

.n-area-page {
  @media (width >= 960px) {
    margin-bottom: 110px;
  }
  @media screen and (max-width: 767px) {
    .h_l_ttl {
      top: 65px;
    }
    .h_l_text {
      top: 140px;
    }
    .h_l_btn {
      top: 290px;
    }
  }
  #header-blog {
    @media screen and (max-width: 767px) {
      .h_logoarea {
        margin: 0 1% 2%;
        padding: 4px;
        display: flex;
        align-items: center;
        div#h_contact {
          width: 140px;
        }
      }
      .sp-menu-wrap {
        display: flex;
      }
    }
    .sl-wrap {
      display: contents;
      @media (width <= 768px) {
        display: flex;
        width: 100% !important;
        .company_name span {
          font-size: 16px;
          @media (width <= 380px) {
            font-size: 12px;
          }
        }
      }
      .sp-in {
        width: 40px !important;
      }
    }
    @media screen and (max-width: 767px) {
      #h_logo div {
        width: 100%;
      }
    }
  }
  .faq_box dt {
    background: url(/wp/wp-content/uploads/2025/12/a_faq.png) 0px 0px no-repeat;
    background-size: 32px;
  }

  .ttl_logo {
    width: 100% !important;
    margin-left: 0%;
    margin-bottom: 24px;
    h2 {
      color: #1e73be !important;
      font-size: clamp(24px, 3.125vw, 40px);
      font-weight: bold;
    }
  }
  @media screen and (min-width: 768px) {
    #h_logo .company_name span {
      font-size: 1em;
      font-weight: 800;
    }
  }
  @media screen and (max-width: 767px) {
    #h_logo .company_name span {
      font-size: 12px;
      font-weight: 800;
    }
  }
  @media screen and (max-width: 767px) {
    .c_t_ttl {
      font-size: 18px;
      color: #bc1548;
      font-weight: bold;
    }
    #content {
      margin: 0px 2% 40px !important;
    }
  }
  .headline {
    .eye-sp {
      display: none;
    }
    @media screen and (max-width: 767px) {
      margin-top: 160px;
      .eye-sp {
        display: inline-block;
      }
      .eye-pc {
        display: none;
      }
    }
  }
  @media screen and (max-width: 767px) {
    #content {
      margin: 0px;
    }
  }
  .sp-menu {
    button {
      margin-top: 0px !important;
    }
  }
  section {
    margin-top: 40px;
    margin-bottom: 40px;
    @media screen and (max-width: 767px) {
      &:nth-child(1) {
        margin-top: 20px;
      }
    }
  }
  .p_b_ttl {
    text-align: center;
    background: #1e73be;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p_b_ttl:after {
      border-color: #1e73be transparent transparent transparent;
    }
  }
  .n-area-price {
    .bpp {
      background: #f7f7f7;
      color: #1e73be;
      text-align: center;
      font-size: 24px;
      padding: 12px 0px;
      margin-bottom: 24px;
      font-weight: 900;
      @media screen and (max-width: 767px) {
        font-size: 18px;
      }
    }
    @media screen and (max-width: 767px) {
      h3.price_ttl {
        color: #1e73be !important;
      }
    }
    .tbl03 {
      margin-bottom: 60px;
    }
    .acc {
      margin: 24px auto 24px auto;

      .acc__item {
        overflow: hidden;
        margin: 10px 0;
        .acc__toggle {
          position: absolute !important;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0 0 0 0);
          white-space: nowrap;
          border: 0;
        }

        .acc__head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          padding: 14px 16px;
          font-weight: 700;
          position: relative;
          user-select: none;
          background: #f7f7f7;
          color: #1e73be;
          justify-content: center;
          gap: 12px;
          &:focus-visible {
            outline: 2px solid #4c9aff;
            outline-offset: 2px;
          }
          &:hover {
            background: #e6e5e5;
          }

          .acc__title {
            font-size: 16px;
          }

          /* 実体の＋／－ */
          .acc__icon {
            display: inline-flex;
            align-items: center;
            gap: 0.25em;
            font-size: 20px;
            font-weight: bold;

            .plus {
              display: inline;
            }
            .minus {
              display: none;
              transition: opacity 0.3s ease;
            }
          }
        }

        .acc__panel {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.28s ease;
          border-top: 1px solid #eee;
          transition: max-height 0.6s ease;
          .acc__inner {
            padding: 12px 0px;
            line-height: 1.8;

            .price-list-in {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 16px 10px;

              @media (max-width: 768px) {
                grid-template-columns: 1fr;
              }

              .plin {
                display: grid;
                grid-template-columns: 1fr auto;
                justify-content: space-between;
                align-items: center;
                padding: 6px 12px;
                background: #f7f7f7;
                margin-bottom: 0;

                span {
                  &:first-child {
                    font-weight: 900;
                  }
                  &:last-child {
                    text-align: right;
                    font-weight: bold;
                  }
                }
              }
            }
          }
        }

        /* 開いた時：＋を隠して－を表示 */
        .acc__toggle:checked + .acc__head {
          .acc__icon {
            .plus {
              display: none;
            }
            .minus {
              display: inline;
            }
          }
        }

        .acc__toggle:checked ~ .acc__panel {
          max-height: 480px;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .acc__item {
          .acc__panel {
            transition: none;
          }
        }
      }
    }
    .pl-al {
      display: flex;
      justify-content: flex-start;
      margin-top: 48px;
      gap: 32px;
      margin-bottom: 48px;
      align-items: center;
      @media screen and (max-width: 768px) {
        gap: 24px;
      }
      img {
        width: 55px;
        height: 55px;
        object-fit: contain;
      }
      .mb20 {
        margin-bottom: 0px !important;
        text-decoration: none !important;
        font-size: 18px;
        letter-spacing: 1.5px;
        @media screen and (max-width: 768px) {
          font-size: 16px;
        }
        @media screen and (max-width: 390px) {
          font-size: 14px;
        }
      }
    }
    .price_box {
      margin-bottom: 40px;
      p {
        font-size: 18px;
      }
      .rd {
        color: #cc0000;
        font-weight: 900;
        letter-spacing: 1px;
      }
      a {
        color: #4c9dff;
        text-decoration: underline;
      }
    }
  }
  .n-area-cta {
    color: white;
    position: relative;
    background-color: #2a68b3;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      box-shadow: 0 0 0 100vmax #2a68b3;
      clip-path: inset(0 -100vmax);
      background-color: #2a68b3;
    }
    .na {
      display: none;
      @media (width <= 430px) {
        display: inline;
      }
    }
    .n-cta-up {
      display: block;
      text-align: center;
      font-size: 28px;
      @media screen and (max-width: 430px) {
        font-size: 24px;
      }
      .ne {
        font-family: "dashicons";
        @media screen and (max-width: 430px) {
          display: none;
        }
      }
    }
    .n-cta-down {
      display: block;
      text-align: center;
      font-size: clamp(18px, 1.944vw, 28px);
      margin-bottom: 16px;
      margin-top: 16px;
    }
    .footer-nav-flex {
      display: flex;
      justify-content: flex-end;
      @media screen and (max-width: 1024px) {
        flex-direction: column;
        gap: 20px;
        li.g_box {
          width: 100% !important;
          max-width: 600px;
          margin-inline: auto;
          box-sizing: border-box;
        }
      }
    }
    .footer-nav-flex li {
      padding: 5px 10px;
      border-radius: 6px 6px 0 0;
      display: flex;
      align-items: center;
    }

    .footer-nav-flex li .in-li-flex {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .footer-nav-flex li h6 {
      font-size: 0.9rem;
      margin-bottom: 0px;
    }
    .footer-nav-flex li .li-L {
      line-height: 1;
      margin-bottom: 0px;
      margin-right: 10%;
    }

    .footer-nav-flex li p {
      margin-bottom: 0px;
    }

    .footer-nav-flex li:nth-child(1) {
      border: 3px solid #fff;
      order: 2;
      width: 50%;
      background: #ff9900;
      border-radius: 6px 6px 6px 6px;
      padding: 0px 0px;
    }
    .footer-nav-flex li:nth-child(1) .no-anim {
      width: 100%;
    }
    .footer-nav-flex li:nth-child(1) .li-L {
      font-size: 0.9rem;
      font-weight: normal;
      width: 26%;
      line-height: 1.5;
      color: #fff;
      margin-right: 4%;
      padding: 10px 10px;
      background: #ff6a00;
      position: relative;
      @media screen and (max-width: 768px) {
        font-size: 12px;
      }
      @media screen and (max-width: 375px) {
        font-size: 10px;
      }
    }
    .footer-nav-flex li:nth-child(1) .li-L:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 15px;
      border-color: transparent transparent transparent #ff6a00;
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
    }
    .footer-nav-flex li:nth-child(1) .li-R {
      width: 66%;
      padding-left: 2%;
      text-align: center;
      svg.svg-inline--fa.fa-mobile-alt {
        padding-right: 10px;
      }
      @media screen and (max-width: 768px) {
        font-size: 24px;
        text-align: center;
      }
    }

    .footer-nav-flex li:nth-child(2) {
      border: 3px solid #4ba36f;
      order: 1;
      width: 23%;
      background: #06c152;
      border-bottom: 5px solid #105f30;
    }
    .footer-nav-flex li:nth-child(2) h6 {
      color: #fff;
      font-size: 0.9rem;
      word-break: keep-all;
    }
    .footer-nav-flex li:nth-child(2) .li-L {
      font-size: 3rem;
    }
    .footer-nav-flex li:nth-child(2) .li-L .fa-line {
      color: #fff;
    }

    .footer-nav-flex li:nth-child(3) {
      border: 3px solid #4f82b7;
      order: 3;
      width: 23%;
      background: #429efd;
      border-bottom: 5px solid #185593;
      min-width: 200px;
    }
    .footer-nav-flex li:nth-child(3) h6 {
      color: #fff;
      word-break: keep-all;
    }
    .footer-nav-flex li:nth-child(3) .li-L {
      font-size: 2rem;
    }
    .footer-nav-flex li:nth-child(3) .li-L .fa-laptop {
      color: #fff;
    }

    .footer-nav-flex li:nth-child(4) {
      border: 3px solid #ff9900;
    }
    .footer-nav-flex li:nth-child(4) h6 {
      color: #fff;
      background: #ff9900;
      font-size: 1rem;
    }
    .footer-nav-flex li:nth-child(4) .li-L {
      color: #fff;
    }

    .f-tel-tap02 {
      text-align: left;
      font-size: 2.1rem;
      color: #fff;
      line-height: 1;
      word-break: keep-all;
    }

    .f_pc_bnr .fluffy {
      color: #fff;
      text-align: right;
      font-size: 1.1rem;
      height: auto;
    }

    .f_bnr_women {
      position: absolute;
      top: -40px;
      left: -110px;
    }

    .catSearch {
      margin-bottom: 40px;
    }
    .catSearch .headCat {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .catSearch .headCat .catTtl {
      font-family: "Roboto", sans-serif;
      color: #275ba9;
      font-weight: bold;
      width: 18%;
      margin-right: 2%;
      font-size: 1.2rem;
      height: 50px;
      line-height: 50px;
      margin-bottom: 0px;
    }
    .catSearch .headCat .tabs {
      width: 80%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    .catSearch .headCat .tabs li.tabMenu {
      width: 25%;
      text-align: center;
      color: #275ba9;
      font-weight: bold;
      background: #edf4ff;
      border: 2px solid #96b4e1;
      height: 50px;
      line-height: 50px;
      border-bottom: none;
    }
    .catSearch .headCat .tabs li.tabMenu:nth-child(1),
    .catSearch .headCat .tabs li.tabMenu:nth-child(2),
    .catSearch .headCat .tabs li.tabMenu:nth-child(3) {
      border-right: 1px solid #96b4e1;
    }
    .catSearch .headCat .tabs li.tabMenu a {
      color: #000;
      display: block;
    }
    .catSearch .headCat .tabs li.tabMenu a:link {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu a:visited {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu a:hover {
      color: #fff;
      text-decoration: none;
      background: #275ba9;
    }
    .catSearch .headCat .tabs li.tabMenu a:active {
      color: #000;
      text-decoration: none;
    }
    .catSearch .headCat .tabs li.tabMenu.selected {
      background: #275ba9;
    }
    .catSearch .headCat .tabs li.tabMenu.selected a {
      color: #fff;
      display: block;
    }
    .catSearch .headCat .tabs li .svg-inline--fa {
      margin-right: 5px;
    }

    .catSearch .catList {
      border: 2px solid #96b4e1;
      padding: 2% 4%;
      width: 91.7%;
    }
    .catSearch .catList ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }
    .catSearch .catList li {
      margin-right: 1%;
    }
    .catSearch .catList li a {
      color: #fff;
      display: block;
      border: 2px solid #dedede;
      min-width: 135px;
      text-align: center;
      height: 40px;
      line-height: 40px;
      border-radius: 40px;
      padding: 0 10px;
    }
    .catSearch .catList li a:link {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:visited {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:hover {
      color: #ffa800;
      text-decoration: none;
    }
    .catSearch .catList li a:active {
      color: #275ba9;
      text-decoration: none;
    }
    .catSearch .catList li a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 5px;
    }

    @media screen and (min-width: 768px) {
      .footer-nav-flex li:nth-child(2) {
        width: 20%;
      }
      .footer-nav-flex li:nth-child(1) {
        width: 45%;
      }
      .footer-nav-flex li:nth-child(3) {
        width: 20%;
      }
      .footer-nav-flex {
        justify-content: center;
      }
    }
  }
  .n-area-faq {
    a {
      &:hover {
        text-decoration-color: #3ab7ff !important;
      }
    }
    dd,
    dt {
      font-size: 18px;
    }
    font {
      color: #3ab7ff !important;
    }
  }
  @media screen and (max-width: 960px) {
    .f-contact {
      width: 100%;
      box-sizing: border-box;
    }
  }
  .n-area-flow {
    @media screen and (max-width: 430px) {
      padding: 0px 20px;
    }
    .pc-flow-wrap {
      max-width: 1280px;
      display: flex;
      align-items: center;
      margin-inline: auto;
      margin-bottom: 40px;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px 0px;
      @media screen and (max-width: 1023px) {
        flex-wrap: wrap;
        max-width: 880px;
      }
      @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 20px 0px;
      }
    }
    .f2 {
      position: relative;
      .fe {
        background-image: url(http://shutters.space/wp/wp-content/uploads/2025/10/fuki.png);
        top: -24px;
        right: -24px;
        background-size: cover;
        width: 63px;
        height: 68px;
        color: white;
        font-size: 12px;
        box-sizing: border-box;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        @media screen and (max-width: 430px) {
          top: -12px;
          right: -12px;
        }
      }
    }
    .flow-content-wrap {
      background-color: #fefef2;
      border: solid 1px #e5e1b1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 300px;
      height: 460px;
      @media screen and (max-width: 1023px) {
        padding: 0px;
        height: 620px;
      }
      @media screen and (max-width: 1280px) {
        max-width: 280px;
        height: 480px;
      }
      @media screen and (max-width: 820px) {
        height: 520px;
        justify-content: space-around;
      }
      @media screen and (max-width: 430px) {
        max-width: 480px;
      }
      &::after {
        display: none;
      }
      .flow-content-inner {
        padding: 24px;
        width: 100%;
        box-sizing: border-box;
        img {
          width: 100%;
          display: inline-block !important;
          box-sizing: border-box;
          aspect-ratio: 1 / 0.65;
          object-fit: cover;
          border-radius: 10px;
          max-width: 244px;
          margin-bottom: 12px;
          @media screen and (max-width: 430px) {
            max-width: 340px;
          }
        }
        .ft {
          display: block;
          text-align: center;
          font-size: 18px;
          font-weight: 900;
          background-color: #1e73be;
          color: white;
        }
        .ftd {
          font-weight: 900;
          font-size: 18px;
        }
        p {
          text-align: center;
          margin: 0px;
          padding: 12px 0;
          padding-top: 0px;
        }
        .f-pf {
          color: black;
          height: 280px;
          @media screen and (max-width: 1280px) {
            height: 300px;
          }
          @media screen and (max-width: 768px) {
            height: auto;
          }
          p {
            color: black;
            text-align: left;
            letter-spacing: 1.5px;
            .al {
              color: #ff0000;
            }
            .ab,
            a {
              color: #0e22ff !important;
            }
          }
        }
      }
    }
    .f-head-wrap {
      text-align: center;
      margin-bottom: 24px;
      h2 {
        font-size: 42px;
        color: #1e73be;
      }
    }
    .step-allow {
      width: 24px;
      padding: 0px 12px;
      &.sp {
        display: none;
      }
      @media screen and (max-width: 1023px) {
        &.pc {
          display: none;
        }
        &.sp {
          display: inline;
        }
      }
      @media screen and (max-width: 767px) {
        transform: rotate(90deg);
        &.pc {
          display: inline;
        }
      }
    }
    .flow-content-heading {
      display: flex !important;
      align-items: center;
      transform: skewX(333deg);
      margin-bottom: -8px;
      padding-left: 0px;
      & span {
        color: #1e73be;
        &:first-of-type {
          transform: rotate(0deg);
          font-size: 30px;
          height: auto;
          opacity: 1;
        }
        &:nth-of-type(2) {
          font-size: 30px;
          margin-left: 0px;
        }
      }
    }
  }

  .region {
    background-image: unset;
    text-align: center;
    .t-h2 {
      text-align: center;
      font-size: 40px;
      margin-bottom: 36px;
    }
    .region-wrap {
      background-color: #fefef2;
      padding: 60px 48px;
      text-align: left;
    }
  }

  .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;

    @media (max-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 640px) {
      grid-template-columns: 1fr;
    }
  }
  .n-are-construction {
    .construction__slick {
      margin: 0 0 24px;
      .construction__card {
        .c-n {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        .construction__thumb {
          aspect-ratio: 16 / 9;
          overflow: hidden;
          border-radius: 8px;
          background: #f7f7f7;
          display: flex;
          align-items: center;
          justify-content: center;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }
          .construction__ph {
            font-size: 12px;
            color: #999;
          }
        }

        .construction__name,
        .construction__cost {
          font-size: 16px !important;
          margin: 10px 0 6px;
        }

        .construction__mechanism,
        .construction__kinds {
          font-size: 16px;
        }

        .construction__title {
          font-size: 18px;
          font-weight: bold;
        }

        .construction__cost-dup {
          font-size: 16px;
        }

        .construction__cost,
        .construction__date {
          font-size: 14px;
          line-height: 1.6;
          margin: 2px 0;
          margin-top: 12px;
          color: #333;
        }
      }
      .slick-dots {
        bottom: -28px;
        li button:before {
          font-size: 10px;
        }
      }
    }
  }
  .n-area-customer_voice {
    .cv__slick {
      margin: 0 0 24px;
      .cv__card {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;

        .cv__area {
          font-size: 12px;
          color: #666;
          margin-bottom: 8px;
        }

        .cv__thumb {
          aspect-ratio: 16 / 9;
          overflow: hidden;
          border-radius: 8px;
          background: #f7f7f7;
          display: flex;
          align-items: center;
          justify-content: center;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
          }

          .cv__ph {
            font-size: 12px;
            color: #999;
          }
        }

        .cv__name {
          font-size: 16px;
          font-weight: 400;
          margin: 10px 0 6px;
        }

        .cv__title,
        .cv__content,
        .cv__date {
          font-size: 13px;
          line-height: 1.6;
          margin: 2px 0;
          color: #333;
        }
      }
      .cv__title {
        font-size: 16px !important;
        font-weight: 900;
      }
      .slick-dots {
        bottom: -28px;

        li button:before {
          font-size: 10px;
        }
      }
    }
  }
  /* スライド共通 */
  .nslcard {
    background: #fefef2;
    border: 1px solid #e3dfac;
    border-radius: 12px;
    padding: 12px;
    margin: 0 8px;
    height: 100%;
  }
  .n_area_title {
    font-size: 24px !important;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
  }
  .asl-arrow {
    width: 24px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    border: none;
    color: #2a68b3;
    padding: 0px;
    cursor: pointer;
    :hover {
      opacity: 0.8;
    }
    img {
      object-fit: cover;
      width: 100%;
    }
  }
  .aslnext {
    top: calc((100% - 45px) / 2);
    left: -40px;
    @media screen and (max-width: 1100px) {
      left: 20px;
      z-index: 2;
    }
    @media screen and (max-width: 430px) {
      left: -10px;
    }
  }
  .aslprev {
    top: calc((100% - 45px) / 2);
    right: -40px;
    @media screen and (max-width: 1100px) {
      right: 20px;
      z-index: 2;
    }
    @media screen and (max-width: 430px) {
      right: -10px;
    }
  }
  .n-area-maker {
    .t-maker-wrap {
      margin-bottom: 36px;
      .mh {
        background: #f7f7f7;
        color: #1e73be;
        text-align: center;
        font-size: 24px;
        padding: 12px 0px;
        margin-bottom: 24px;
        font-weight: 900;
      }
      .t-maker-logo-wrap {
        background-color: white;
        width: clamp(300px, 100%, 1024px);
        margin-inline: auto;
        box-sizing: border-box;
      }
      .maker-pc-wrap {
        display: contents;
      }
      .t-maker-logo-wrap-inner {
        display: flex;
        justify-content: space-around;
        text-align: center;
        width: 100%;
        img {
          width: clamp(100px, 30%, 300px);
        }
      }
    }
  }

  @media screen and (min-width: 1024px) {
    .n-area-maker {
      .t-maker-wrap {
        .maker-pc-wrap {
          display: flex;
        }

        .t-maker-wrap {
          margin-bottom: 70px;
          padding-top: 40px;
        }
        .t-maker-logo-wrap {
          padding: 24px;
        }
        .t-maker-logo-wrap-inner {
          img {
            width: 120px;
          }
        }
      }
    }
  }

  .n-area-contact {
    padding-bottom: 20px;
  }
  .n-area-blog {
    padding: 40px 0;
    margin-top: 60px;
    position: relative;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      box-shadow: 0 0 0 100vmax #e9f1f9;
      clip-path: inset(0 -100vmax);
      background-color: #e9f1f9;
    }
    h4 {
      margin: 4px 0;
      font-size: 20px;
      text-decoration: underline;
    }
    .t-b-data {
      color: #0d0d0d;
      font-weight: bold;
    }
    .t-blogcard-wrap {
      display: flex;
      margin-inline: auto;
      padding: 12px;
      width: clamp(300px, 70%, 900px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: white;
      gap: 12px;
      text-decoration: none;
      margin-bottom: 32px;
      color: #0d0d0d;
      @media screen and (max-width: 768px) {
        flex-direction: column;
      }
      &:hover {
        opacity: 0.7;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    h4 {
      color: #0202e0 !important;
    }
    .t-b-img,
    .t-b-content-wrap {
      pointer-events: none; /* 子要素がホバーの影響を受けないように */
    }
    .t-b-img {
      width: 90%;
    }
    .t-b-text,
    .t-b-data {
      color: black;
    }
    .t-b-p-wrap {
      display: flex;
      align-items: flex-end;
      img {
        width: 32px;
      }
    }
    .case-more {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-inline: auto;
      color: white;
      background-color: #2a68b2;
      width: 300px;
      text-align: center;
      padding: 24px 56px;
      box-sizing: border-box;
      &:hover {
        text-decoration: none;
        opacity: 0.8;
      }
      .fa-chevron-right {
        margin-right: 0px;
        color: #fff;
        margin-top: 0px;
      }
    }
    a.case-more.t-content-button:visited {
      color: white !important;
    }
  }
  @media screen and (max-width: 600px) {
    .t-blog {
      margin-top: 32px;
      .t-blogcard-wrap {
        flex-direction: column;
      }
    }
  }
}
.related-cards {
  display: grid;
  gap: 14px;

  .related-card {
    display: flex;
    gap: 16px;
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition:
      transform 0.15s ease,
      box-shadow 0.15s ease,
      border-color 0.15s ease;

    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      border-color: #d8d8d8;

      .related-card__title {
        text-decoration: underline;
      }
    }

    &__thumb {
      flex: 0 0 240px;
      width: 240px;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
      overflow: hidden;
      background: #f3f3f3;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    }

    &__body {
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-top: 2px;
    }

    &__date {
      font-size: 13px;
      line-height: 1.2;
      color: #666;
    }

    &__title {
      font-size: 20px;
      line-height: 1.35;
      font-weight: 700;
      margin: 0;

      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    &__excerpt {
      font-size: 14px;
      line-height: 1.7;
      color: #555;
      margin: 0;

      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }

  @media (max-width: 767px) {
    .related-card {
      flex-direction: column;

      &__thumb {
        width: 100%;
        flex-basis: auto;
      }

      &__title {
        font-size: 18px;
      }
    }
  }
}

.blogs-template-default {
  .blog_content {
    overflow-wrap: break-word;
  }
}

.wp-embed-share-dialog.hidden {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.b-n-area {
  .construction__slick {
    margin: 0 0 24px;
    .construction__slick-item {
      background: #fefef2;
      border: 1px solid #e3dfac;
      border-radius: 12px;
      padding: 12px;
      @media (width <= 768px) {
        margin: 0 16px;
      }
    }
    .construction__card {
      .c-n {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      text-decoration: none;
      color: inherit;
      display: block;
      height: 100%;
      .construction__thumb {
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 8px;
        background: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: center;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
        }
        .construction__ph {
          font-size: 12px;
          color: #999;
        }
      }

      .construction__name,
      .construction__cost {
        font-size: 16px !important;
        margin: 10px 0 6px;
      }

      .construction__mechanism,
      .construction__kinds {
        font-size: 16px;
      }

      .construction__title {
        font-size: 18px;
        font-weight: bold;
      }

      .construction__cost-dup {
        font-size: 16px;
      }

      .construction__cost,
      .construction__date {
        font-size: 14px;
        line-height: 1.6;
        margin: 2px 0;
        margin-top: 12px;
        color: #333;
      }
    }
    .slick-dots {
      bottom: -28px;
      li button:before {
        font-size: 10px;
      }
    }
  }
  .nslcard {
    background: #fefef2;
    border: 1px solid #e3dfac;
    border-radius: 12px;
    padding: 12px;
    margin: 0 8px;
    height: 100%;
  }
  .n_area_title {
    font-size: 24px !important;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
  }
  .asl-arrow {
    width: 24px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    border: none;
    color: #2a68b3;
    padding: 0px;
    cursor: pointer;
    :hover {
      opacity: 0.8;
    }
    img {
      object-fit: cover;
      width: 100%;
    }
  }
  .aslnext {
    top: calc((100% - 45px) / 2);
    left: 0px;
    z-index: 2;
    @media screen and (max-width: 1100px) {
      left: 20px;
    }
    @media screen and (max-width: 430px) {
      left: -10px;
    }
  }
  .aslprev {
    top: calc((100% - 45px) / 2);
    right: 0px;
    z-index: 2;
    @media screen and (max-width: 1100px) {
      right: 20px;
    }
    @media screen and (max-width: 430px) {
      right: -10px;
    }
  }
}

.c-n-area {
  margin-bottom: 24px;
  @media (width >= 768px) {
    .construction_blog {
      display: flex;
      overflow-x: auto;
      margin-bottom: 24px;
      gap: 12px;
      /* 	 .n-card{
		 background: #fefef2;
		 border: 1px solid #e3dfac;
		 border-radius: 12px;
		 padding: 12px;
	 } */
      .construction__slick-item {
        min-width: 300px;
        img {
          width: 100%;
          aspect-ratio: 4 / 3;
        }
      }
    }
  }
}

.single-blogs {
  @media (width <= 440px) {
    .slick-dots {
      bottom: -0px !important;
      position: unset;
      li {
        margin-left: 4px !important;
      }
    }
  }
}
