@media only screen and (max-width:991px) {
  .header-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: transform ease 0.3s;
  }
}
.header-box.hide {
  transform: translateY(-100%);
}
.header-box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93.4%;
  padding-top: 22px;
  padding-bottom: 5px;
  margin: 0 auto;
}
@media only screen and (max-width:991px) {
  .header-box .inner {
    padding: 13px 5.3%;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    justify-content: flex-start;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.header-box .inner__left {
  width: 300px;
}
@media only screen and (max-width:991px) {
  .header-box .inner__left {
    width: 150px;
    margin-right: 2.6%;
  }
}
.header-box .inner__right {
  display: flex;
  align-content: center;
}
@media only screen and (max-width:991px) {
  .header-box .inner__right__item {
    display: none;
  }
}
.header-box .inner__right__item--01 {
  width: 222px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:991px) {
  .header-box .inner__right__item--01 {
    display: none;
  }
}
.header-box .inner__right__item--02 {
  width: 240px;
}
.header-box .inner .hamb {
  position: relative;
  display: none;
  min-width: 22px;
  width: 22px;
  height: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width:991px) {
  .header-box .inner .hamb {
    display: block;
    margin-left: auto;
  }
}
.header-box .inner .hamb.active span:first-child {
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-25deg);
}
.header-box .inner .hamb.active span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header-box .inner .hamb.active span:last-child {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  transform: rotate(25deg);
}
.header-box .inner .hamb span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #262d63;
  border-radius: 25px;
  transition: 0.3s;
}
.header-box .inner .hamb span:first-child {
  top: 0;
}
.header-box .inner .hamb span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.header-box .inner .hamb span:last-child {
  bottom: 0;
}
.header-box .menu-box {
  display: none;
  padding: 11px 8px;
  width: 100%;
  background-color: #262d63;
}
@media only screen and (max-width:991px) {
  .header-box .menu-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    width: 100%;
    z-index: 998;
    background-color: #ffffff;
    padding: 0;
    padding-top: 56px;
    transition: 0.3s;
    overflow-y: scroll;
  }
}
@media only screen and (max-width:374px) {
  .header-box .menu-box {
    padding-top: 66px;
  }
}
.header-box .menu-box.active {
  transform: translateX(0);
}
.header-box .menu-box nav {
  width: 50.6%;
  margin: 0 auto;
}
@media only screen and (max-width:991px) {
  .header-box .menu-box nav {
    width: 100%;
    margin-bottom: 8px;
  }
}
.header-box .menu-box nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:991px) {
  .header-box .menu-box nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 335px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:374px) {
  .header-box .menu-box nav ul {
    width: 95%;
  }
}
@media only screen and (max-width:991px) {
  .header-box .menu-box nav ul li {
    padding-top: 18px;
    padding-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width:374px) {
  .header-box .menu-box nav ul li {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media only screen and (max-width:991px) {
  .header-box .menu-box nav ul li:not(:last-child) {
    border-bottom: 1px solid #c9c9c9;
  }
}
.header-box .menu-box nav ul li a {
  color: #262d63;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.31;
  font-weight: bold;
}
@media only screen and (max-width:991px) {
  .header-box .menu-box nav ul li a {
    display: block;
  }
}
@media only screen and (max-width:374px) {
  .header-box .menu-box nav ul li a {
    font-size: 14px;
  }
}
.header-box .menu-box__bottom {
  background-color: #fcf1da;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 18px;
}
.header-box .menu-box__bottom__inner p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.61;
  color: #262d63;
}
@media only screen and (max-width:374px) {
  .header-box .menu-box__bottom__inner p {
    font-size: 11px;
  }
}
.header-box .menu-box__bottom__inner .box {
  width: 286px;
  margin: 0 auto;
}
@media only screen and (max-width:374px) {
  .header-box .menu-box__bottom__inner .box {
    width: 90%;
  }
}
.header-box .menu-box__bottom__inner .box a {
  margin-top: 16px;
  display: inline-block;
}
.header-box .menu-box__bottom__inner .box a img {
  vertical-align: bottom;
}

footer .cta-box {
  margin-top: 50px;
}
@media only screen and (max-width:991px) {
  footer .cta-box {
    margin-top: 25px;
  }
}
footer #footer-box {
  text-align: center;
}

#scroll-content {
  position: relative;
}

#scroll-content #header-box #header {
  padding-top: 26px;
}

#scroll-content #header-box #header #site-info img {
  max-width: 100%;
}

#scroll-content #main-image {
  position: relative;
  height: 580px;
  overflow-y: hidden;
}

@media only screen and (max-width: 1199px) {
  #scroll-content #main-image {
    height: 0;
    padding-top: 109.5%;
  }
}
@media only screen and (max-width: 1199px) {
  #scroll-content #main-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#scroll-content #main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#scroll-content #main-image .mv-text {
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #scroll-content #main-image .mv-text {
    top: 50px;
    max-width: 650px;
  }
}
#scroll-content #main-image .top-image-meta {
  top: 22vw;
  transform: none;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 2;
}

#scroll-content #main-image .top-image-meta div {
  text-shadow: 0 3px 8px #000;
  font-family: YuMincho, "Yu Mincho", serif;
  max-width: 100%;
}

#scroll-content #main-image .top-image-meta div:first-child {
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  #scroll-content #main-image .top-image-meta div:first-child {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-content #main-image .top-image-meta div:first-child {
    font-size: 13px;
  }
}
#scroll-content #main-image .top-image-meta div:nth-child(2) {
  margin-top: 0;
  font-size: 64px;
}

@media only screen and (max-width: 1199px) {
  #scroll-content #main-image .top-image-meta div:nth-child(2) {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-content #main-image .top-image-meta div:nth-child(2) {
    font-size: 26px;
  }
}
#scroll-content .mv-bottom-banner {
  background-color: #061237;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .mv-bottom-banner {
    display: none;
  }
}
#scroll-content .mv-bottom-banner__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

#scroll-content .mv-bottom-banner__content .mv-bottom-comment {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding-top: 12px;
  color: #fff;
}

#scroll-content .mv-bottom-banner__content .mv-bottom-24time {
  width: 75px;
}

#scroll-content .mv-bottom-banner__content .shortly-tel {
  font-size: 22px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 20px;
  color: #e96b28;
  font-family: "Noto Sans JP", sans-serif;
}

#scroll-content .mv-bottom-banner__content a {
  width: 450px;
}

#scroll-content .leaf {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .leaf {
    top: 28%;
    padding-top: 19px;
    width: 95%;
  }
}
#scroll-content .leaf__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .leaf__inner {
    width: 84.2%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
#scroll-content .leaf__inner picture {
  width: 15.2%;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .leaf__inner picture {
    width: calc(50% - 15px);
    margin-top: 15px;
  }
}
#scroll-content .leaf__inner picture:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .leaf__inner picture:nth-child(even) {
    margin-right: 0;
  }
}
#scroll-content .leaf__inner picture:last-child {
  width: 19%;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .leaf__inner picture:last-child {
    width: 59.4%;
    min-width: 188px;
  }
}
#scroll-content .leaf__inner picture img {
  width: 100%;
  display: inline-block;
}

#scroll-content .header-contact-btn {
  position: absolute;
  top: 23px;
  right: 50px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  #scroll-content .header-contact-btn {
    top: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn {
    display: none;
  }
}
#scroll-content .header-contact-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-content .header-contact-btn__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 18, 55, 0.7);
  border: 2px solid #061237;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 28px;
  color: #fff;
  height: auto !important;
  padding: 16px 26px 16px 76px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn__item {
    height: 54px;
    padding-left: 34px;
    padding-right: 6px;
  }
}
#scroll-content .header-contact-btn__item img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 42px;
}

@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn__item img {
    width: 22px;
    left: 6px;
  }
}
#scroll-content .header-contact-btn__item--01 {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn__item--01 {
    font-size: 16px;
    text-align: left;
  }
}
#scroll-content .header-contact-btn__item--02 {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn__item--02 {
    font-size: 11px;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-content .header-contact-btn__item--02 span {
    font-size: 10px;
    display: block;
    width: 100%;
  }
}
#scroll-content .slide01 {
  background-color: #fff;
}

#sidebar {
  position: relative !important;
  padding-top: 70px !important;
}

@media only screen and (max-width: 1199px) {
  #sidebar {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) {
  #sidebar .area-border2 {
    display: none !important;
  }
}
#sidebar .widget {
  padding-left: 0;
}

#sidebar .widget .widgettitle {
  position: relative;
  background-color: transparent !important;
  border: none !important;
  color: #061237;
  font-family: YuMincho, "Yu Mincho", serif !important;
}

@media only screen and (min-width: 1200px) {
  #sidebar .widget .widgettitle {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
  }
  #sidebar .widget .widgettitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: calc(100% + 45px);
    height: 2px;
    background-color: #061237;
  }
}
#sidebar .widget .cat-item a::before {
  content: ">";
  color: #000;
}

#sidebar .widget .cat-item .cat-item a::before {
  font-size: 14px !important;
}

#sidebar .search-box input[type=search] {
  border: 1px solid #000;
}

body.home #sidebar {
  position: absolute !important;
}

@media only screen and (max-width: 1199px) {
  body.home #sidebar {
    position: static !important;
  }
}
@media only screen and (max-width: 1199px) {
  body.home #sidebar .frix-decoy {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.home) #sidebar .widget .widgettitle {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
  }
  body:not(.home) #sidebar .widget .widgettitle::before {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: calc(100% + 45px);
    height: 2px;
    background-color: #061237;
  }
}
.home .top#contents {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #061237;
}

.home .top#contents .main-contents {
  padding: 64px 0 100px;
  margin-left: auto;
  margin-right: 400px;
  float: none;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents {
    margin: 0 auto;
  }
}
.home .top#contents .main-contents__inner .section {
  color: #fff;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section {
    padding-bottom: 60px;
  }
}
.home .top#contents .main-contents__inner .section .orange {
  color: #e96b28;
}

.home .top#contents .main-contents__inner .section h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 46px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section h2 {
    font-size: 24px;
  }
}
.home .top#contents .main-contents__inner .section h2.phase2 {
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section h2.phase2 {
    display: block;
  }
}
.home .top#contents .main-contents__inner .section h2.phase2 img {
  vertical-align: bottom;
  margin-right: 0;
}

.home .top#contents .main-contents__inner .section h2.phase2 span {
  padding-left: 35px;
  font-size: 24px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section h2.phase2 span {
    display: block;
    padding-left: 0;
    font-size: 16px;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check {
  position: relative;
  padding: 65px 111px 35px;
  background: center/cover no-repeat url("../img/top/webp/img_section01.webp");
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check {
    padding: 6.6%;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home .top#contents .main-contents__inner .section--01 .block--01 .check * {
  position: relative;
  z-index: 1;
}

.home .top#contents .main-contents__inner .section--01 .block--01 .check h3 {
  font-size: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check h3 {
    font-size: 16px;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check__inner {
  position: relative;
  padding: 31px 36px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner {
    padding: 20px 15px;
    min-width: 285px;
  }
}
@media only screen and (max-width: 400px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner {
    padding: 15px 10px;
    font-size: 10px;
    min-width: auto;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}

.home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li {
    font-size: 13px;
    word-break: keep-all;
  }
}
@media only screen and (max-width: 400px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li {
    font-size: 10px;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li img {
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  vertical-align: baseline;
  transform: translateY(5px);
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li img {
    width: 9px;
    margin-right: 7px;
    transform: none;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li span {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--01 .check__inner ul li span {
    display: block;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 h2 {
  margin-top: 45px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 h2 {
    font-size: 22px;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 h3 {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 37px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 h3 span {
  font-size: 42px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 h3 span {
    font-size: 36px;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 .example {
  width: 760px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 .example {
    width: 100%;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 .example__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 .example__box {
    display: block;
  }
}
.home .top#contents .main-contents__inner .section--01 .block--02 .example__box__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  border: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 .example__box__item {
    width: 100%;
    height: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--01 .block--02 .example__box__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.home .top#contents .main-contents__inner .section--02 {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 {
    margin: 0 auto;
  }
}
.home .top#contents .main-contents__inner .section--02 h2 img {
  width: 220px;
  vertical-align: bottom;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 h2 img {
    width: 195px;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box:not(:first-child) {
  margin-top: 50px;
}

.home .top#contents .main-contents__inner .section--02 .case__box h3 {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 .case__box h3 {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.home .top#contents .main-contents__inner .section--02 .case__box h3 .orange {
  display: flex;
  align-items: flex-end;
  padding-right: 25px;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 .case__box h3 .orange {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    justify-content: center;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box h3 span {
  position: relative;
  z-index: 1;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.home .top#contents .main-contents__inner .section--02 .case__box h3 img {
  display: inline-block;
  width: 95px;
  vertical-align: bottom;
  margin-right: 20px;
}

.home .top#contents .main-contents__inner .section--02 .case__box .consult,
.home .top#contents .main-contents__inner .section--02 .case__box .anser {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 .case__box .consult,
  .home .top#contents .main-contents__inner .section--02 .case__box .anser {
    flex-direction: column;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box .consult img,
.home .top#contents .main-contents__inner .section--02 .case__box .anser img {
  width: 131px;
}

.home .top#contents .main-contents__inner .section--02 .case__box .consult p,
.home .top#contents .main-contents__inner .section--02 .case__box .anser p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 .case__box .consult p,
  .home .top#contents .main-contents__inner .section--02 .case__box .anser p {
    font-size: 16px;
    margin-left: 0;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box .consult p .orange,
.home .top#contents .main-contents__inner .section--02 .case__box .anser p .orange {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.home .top#contents .main-contents__inner .section--02 .case__box .consult {
  margin-bottom: 20px;
}

.home .top#contents .main-contents__inner .section--02 .case__box .anser {
  display: flex;
  padding: 25px;
  border: 2px solid #e96b28;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--02 .case__box .anser {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.home .top#contents .main-contents__inner .section--02 .case__box .anser img {
  width: 156px;
}

.home .top#contents .main-contents__inner .section--02 .case__box .anser p {
  margin-right: 25px;
}

.home .top#contents .main-contents__inner .section--03 {
  padding-top: 20px;
}

.home .top#contents .main-contents__inner .section--03 h2 img {
  width: 204px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 h2 img {
    width: 183px;
  }
}
.home .top#contents .main-contents__inner .section--03 .point {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 .point {
    flex-direction: column;
  }
}
.home .top#contents .main-contents__inner .section--03 .point__box {
  width: calc(50% - 32.5px);
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 .point__box {
    width: 100%;
  }
}
.home .top#contents .main-contents__inner .section--03 .point__box:nth-child(odd) {
  margin-right: 65px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 .point__box:nth-child(odd) {
    margin-right: 0;
  }
}
.home .top#contents .main-contents__inner .section--03 .point__box:nth-child(-n+2) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 .point__box:nth-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--03 .point__box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.home .top#contents .main-contents__inner .section--03 .point__box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .top#contents .main-contents__inner .section--03 .point__box h3 img {
  width: 105px;
  margin-right: 17px;
}

.home .top#contents .main-contents__inner .section--03 .point__box h3 span {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.home .top#contents .main-contents__inner .section--03 .point__box p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.14;
  font-size: 14px;
}

.home .top#contents .main-contents__inner .section--04 {
  padding-top: 20px;
}

.home .top#contents .main-contents__inner .section--04 h2 {
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}

.home .top#contents .main-contents__inner .section--04 h2 img {
  width: 141px;
  vertical-align: bottom;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 h2 img {
    width: 125px;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow {
    flex-direction: column;
    text-align: center;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box {
  width: calc(33.333% - 11.6px);
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box {
    width: 100%;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box:not(:last-child) {
  margin-right: 35px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box:not(:last-child) {
    margin-right: 0;
    padding-bottom: 25px;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box__num {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box__num {
    position: relative;
    text-align: left;
  }
  .home .top#contents .main-contents__inner .section--04 .flow__box__num::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateX(20px);
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box__num .flow-img {
  width: 88px;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box__num .flow-img {
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 70px;
    border-bottom: 0;
    background-color: #061237;
    padding-right: 15px;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box__num h3 {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box__num h3 {
    text-align: center;
    font-size: 22px;
  }
}
.home .top#contents .main-contents__inner .section--04 .flow__box p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box > picture {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--04 .flow__box > picture img {
    width: 61.3%;
    min-width: 230px;
  }
}
.home .top#contents .main-contents__inner .section--05 {
  padding-top: 20px;
}

.home .top#contents .main-contents__inner .section--05 h2 {
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}

.home .top#contents .main-contents__inner .section--05 h2 img {
  width: 141px;
  vertical-align: bottom;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--05 h2 img {
    width: 124px;
  }
}
.home .top#contents .main-contents__inner .section--05 .faq {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--05 .faq {
    margin-bottom: 0;
  }
}
.home .top#contents .main-contents__inner .section--05 .faq__box {
  width: 100%;
}

.home .top#contents .main-contents__inner .section--05 .faq__box:not(:last-child) {
  margin-bottom: 15px;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item.active .faq__box__item__inner .arrow {
  transform: rotate(180deg);
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item__inner {
  position: relative;
  padding: 0 60px;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item .question {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 45px;
  vertical-align: baseline;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item p {
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--05 .faq__box__item p {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
  }
}
.home .top#contents .main-contents__inner .section--05 .faq__box__item .arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 21px;
  vertical-align: baseline;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item--01 {
  position: relative;
  padding-bottom: 25px;
  cursor: pointer;
}

.home .top#contents .main-contents__inner .section--05 .faq__box__item--01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--05 .faq__box__item--02 .faq__box__item__inner {
    padding-right: 0;
  }
}
.home .top#contents .main-contents__inner .section--06 {
  padding-top: 20px;
}

.home .top#contents .main-contents__inner .section--06 h2 {
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}

.home .top#contents .main-contents__inner .section--06 h2 img {
  width: 219px;
  vertical-align: bottom;
  margin-right: 30px;
}

.home .top#contents .main-contents__inner .section--06 .contact .wpcf7 {
  width: 100%;
  background-color: transparent;
  padding: 0 !important;
}

.home .top#contents .main-contents__inner .section--06 .contact form {
  padding: 38px 35px 44px;
  background-color: rgba(255, 255, 255, 0.2);
}

.home .top#contents .main-contents__inner .section--06 .contact form .group {
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .group {
    display: block;
  }
}
.home .top#contents .main-contents__inner .section--06 .contact form .group:not(:first-child) {
  margin-top: 20px;
}

.home .top#contents .main-contents__inner .section--06 .contact form .group__title {
  width: 27.7%;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .group__title {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.home .top#contents .main-contents__inner .section--06 .contact form .group__input {
  width: 72.3%;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .group__input {
    width: 100%;
  }
}
.home .top#contents .main-contents__inner .section--06 .contact form .group__input input,
.home .top#contents .main-contents__inner .section--06 .contact form .group__input textarea {
  background-color: transparent;
  outline: none;
  border: 2px solid #fff;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .group__input input,
  .home .top#contents .main-contents__inner .section--06 .contact form .group__input textarea {
    font-size: 12px;
  }
}
.home .top#contents .main-contents__inner .section--06 .contact form .group__input input {
  height: 42px !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .group__input textarea {
    height: 90px;
  }
}
.home .top#contents .main-contents__inner .section--06 .contact form .group__input .wpcf7-not-valid-tip {
  margin-top: 10px;
  color: #ff6666;
}

.home .top#contents .main-contents__inner .section--06 .contact form .submit {
  text-align: center;
  margin-top: 42px;
}

.home .top#contents .main-contents__inner .section--06 .contact form .submit input {
  font-size: 16px;
  width: 243px;
  padding: 20px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .home .top#contents .main-contents__inner .section--06 .contact form .submit input {
    width: 126px;
    padding: 14px;
    font-size: 12px;
  }
}
.home .top#contents #sidebar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 45px;
  width: 100%;
  background-color: #ebebeb;
  margin-left: 0;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .home .top#contents #sidebar {
    position: static;
  }
}
html {
  overflow-x: hidden;
  margin-top: 0 !important;
}

*,
html,
body {
  font-family: YuMincho, "Yu Mincho", serif;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .pc {
    display: none;
  }
}
.tablet_pc {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .tablet_pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}
.mpt-none {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section-line {
  position: relative;
}

.section-line::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 200%;
  height: 2px;
  background-color: #fff;
}

.blue {
  background-color: #061237;
}

#page-top {
  bottom: 80px;
}
#page-top .totop {
  background-color: #262d63;
}

@media screen and (max-width: 919px) {
	body {
	  overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
  body:not(.home) #custom_html-3 {
    display: none;
  }
}
body:not(.home) #contents {
  display: flex;
}

@media only screen and (max-width: 767px) {
  body:not(.home) #contents {
    display: block;
  }
}
body:not(.home) #sidebar {
  float: none;
}

@media only screen and (max-width: 767px) {
  body:not(.home) #sidebar {
    float: left;
  }
}
@media only screen and (max-width: 1199px) {
  body.home #custom_html-3 {
    display: none;
  }
}
#custom_html-3 .contact-sidebar__title {
  margin-bottom: 15px;
}

#custom_html-3 .contact-sidebar__btn a {
  display: inline-block;
}

#custom_html-3 .contact-sidebar__btn a:not(:last-child) {
  margin-bottom: 10px;
}

.grecaptcha-badge {
  position: relative;
  z-index: 999;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fbefd6;
  padding-top: 20px;
  z-index: 9998;
}

@media only screen and (min-width: 768px) {
  .floating-banner {
    display: none;
  }
}
.floating-banner .comment {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9b37;
  margin: 0;
  border-radius: 4px;
}

.floating-banner .comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 21px;
  background: center/contain no-repeat url("../img/common/tryangle01.png");
  z-index: -1;
}

.floating-banner .comment p {
  font-size: 12px;
  font-family: "m-plus-2c", sans-serif;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.floating-banner .plink__cont {
  display: flex;
}

.floating-banner .plink__cont img {
  vertical-align: bottom;
}

.grecaptcha-badge {
  opacity: 0 !important;
  visibility: hidden !important;
}

.contact-btn-wrap {
  background-color: #061237;
  padding-top: 50px;
}

.contact-btn-wrap .contact-btn {
  width: calc(67.5% - 50.25px);
}

@media only screen and (min-width: 768px) {
  .contact-btn-wrap .contact-btn {
    width: calc(66.66667% - 16.66667px);
  }
}
@media only screen and (max-width: 767px) {
  .contact-btn-wrap .contact-btn {
    width: calc(100% - 30px);
  }
}
.contact-btn {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: 90%;
  margin: 0 auto;
  background-color: #061237;
  padding: 20px;
}

@media only screen and (max-width: 1199px) {
  .contact-btn {
    width: 100%;
  }
}
.contact-btn img {
  width: 100%;
  vertical-align: bottom;
}

.contact-btn__item {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
}

.contact-btn__item__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .contact-btn__item__inner {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-btn__item__inner {
    border-radius: 15px;
  }
}
.contact-btn__item__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
  animation: glitter 1.25s infinite;
}

@keyframes glitter {
  100% {
    left: 100%;
  }
}
#wpadminbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .head-content-wrap {
    position: relative;
    padding: 10px 60px 10px 10px !important;
    display: block !important;
    border-bottom: 5px solid #061237;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .head-content-wrap {
    padding: 12px 60px 12px 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .head-content-wrap #site-info {
    width: 31.666666% !important;
  }
}
.head-content-wrap__left {
  display: flex;
  justify-content: space-between;
  align-content: inherit;
}

@media only screen and (max-width: 767px) {
  .head-content-wrap__left {
    justify-content: flex-start;
  }
}
.head-content-wrap__left #site-info {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .head-content-wrap__left #site-info {
    display: flex;
    align-items: center;
    width: 45% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .head-content-wrap__left #site-info img {
    width: 100% !important;
  }
}
.head-content-wrap__left .contact-link-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .head-content-wrap__left .contact-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 55%;
  }
}
.head-content-wrap__left .contact-link-btn img {
  vertical-align: bottom;
}

.head-content-wrap .hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .head-content-wrap .hamburger {
    cursor: pointer;
    z-index: 1000;
    width: 45px;
    height: 45px;
    background: #061237;
    display: block;
    padding: 5px;
    border-radius: 3px;
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .head-content-wrap .hamburger span {
    transition: 0.5s;
  }
  .head-content-wrap .hamburger span:not(:last-child) {
    width: 35px;
    height: 4px;
    left: 5px;
    display: block;
    background: #fff;
    position: absolute;
  }
  .head-content-wrap .hamburger span:first-child {
    top: 5px;
  }
  .head-content-wrap .hamburger span:nth-child(2) {
    top: 13px;
  }
  .head-content-wrap .hamburger span:nth-child(3) {
    top: 21px;
  }
  .head-content-wrap .hamburger span:last-child {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .head-content-wrap .hamburger.active span:first-child {
    top: 13px;
    transform: rotate(33deg);
  }
  .head-content-wrap .hamburger.active span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .head-content-wrap .hamburger.active span:nth-child(3) {
    top: 13px;
    transform: rotate(-33deg);
  }
}
.head-nav {
  display: none;
  opacity: 0;
}

.head-nav--pc #drawernav ul li a {
  font-size: 18px !important;
  height: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 1199px) {
  .head-nav--pc #drawernav ul li a {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav__inner {
    display: flex;
    align-items: center;
  }
  .head-nav__inner nav {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav .sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    margin-left: 0 !important;
    transition: transform 0.5s;
  }
  .head-nav .sub-menu.active {
    transform: scaleY(1);
  }
  .head-nav .sub-menu li {
    margin-left: 0 !important;
  }
  .head-nav .sub-menu li a::before {
    content: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav ul {
    margin: 0 auto;
    overflow-y: hidden;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav ul li {
    width: 100%;
  }
}
.head-nav ul li a {
  font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
  .head-nav ul li a {
    font-size: 12px !important;
    font-weight: bold;
    color: #061237 !important;
    background: #f3f3f3;
    text-align: center;
    letter-spacing: 0.1em;
    height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 46px;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .head-nav ul li a::before {
    content: none;
  }
} /*# sourceMappingURL=common.css.map */