@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #415e78;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.mask01, .mask02, .mask03 {
  position: relative;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.mask01 {
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.mask02 {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
.mask03 {
  mask-image: url(../img/mask03.svg);
  -webkit-mask-image: url(../img/mask03.svg);
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ebf9ff; /*#e0f6ff*/
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.marker.white {
  text-decoration-color: #f7fdff;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 65px;
  display: block;
  text-align: center;
  line-height: 0.2;
  position: relative;
  font-size: clamp(4.3rem, 2.68rem + 5.76vw, 7rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
.maintitle.serif {
  line-height: 0.35;
}
.maintitle .mf {
  text-align: center;
  text-transform: capitalize;
  position: relative;
  color: #94D7F2;
  font-family: "Allura", cursive;
  font-weight: 400;
}
.maintitle .sf {
  font-size: 23%;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 40px !important;
}
@media (max-width: 550px) {
  .maintitle {
    line-height: 0.3;
  }
  .maintitle .sf {
    font-size: 26%;
  }
  .txtmgb {
    margin-bottom: 35px !important;
  }
  .maintitle {
    margin-bottom: 45px;
  }
}
/*02*/
.mtitle {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 13px;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
  line-height: 1.7;
  background: #415e78;
  color: #fff;
  padding: 10px 25px 11px 12px;
}
.mtitle::after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.15rem, 1.06rem + 0.32vw, 1.3rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #415e78;
}
/* ボタン */
.mainbtn a {
  padding: 16px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #415e78;
}
.mainbtn a:hover {
  opacity: 0.6;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    min-width: auto;
    max-width: 215px;
    width: 100%;
  }
  .tbtn {
    margin-top: 33px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1328px;
    width: 88%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w52 {
    width: 48%;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w63 {
  width: 63%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43.5%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg {
  overflow: hidden;
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-size: 750px;
  background-repeat: repeat;
  pointer-events: none;
  opacity: 0.1;
  z-index: -98;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 103%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #edfaff;
  mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 11%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.8) 11%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  opacity: 0.75;
  z-index: -99;
}
.splash::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -97;
  opacity: 0.6;
  background-position: top 5px right 5px;
  background: url(../img/splash.svg) no-repeat;
  background-size: 20%;
}
.bg_blue.splash::before, .bg_blue .splash::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 750px) {
  .splash::before {
    background-size: 43%;
  }
}
.splash_w::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/splash_w.svg);
  opacity: 0.75;
  background-position: top;
  z-index: -97;
  background-repeat: repeat;
  background-size: 100%;
}
@media (max-width: 750px) {
  .splash_w::before {
    content: none;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* 写真の切り抜き ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
  height: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  object-fit: contain !important;
  width: 100% !important;
  height: 390px !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.tl img, .bl img {
  object-position: left;
}
.tr img, .br img {
  object-position: right;
}
/*位置*/
.tl, .tr {
  top: -185px !important;
}
.bl, .br {
  bottom: -50px !important;
}
.tl, .bl {
  left: -70px !important;
}
.tr, .br {
  right: -70px !important;
}
.tl.ssize, .bl.ssize {
  left: -25px !important;
}
.tr.ssize, .br.ssize {
  right: -25px !important;
}
@media (max-width: 1805px) {
  .tl img, .tr img, .bl img, .br img {
    height: 22vw !important;
  }
  .tl, .tr {
    top: -12vw !important;
  }
  .tl, .bl {
    left: -5vw !important;
  }
  .tr, .br {
    right: -5vw !important;
  }
  .tl.ssize, .bl.ssize {
    left: -1vw !important;
  }
  .tr.ssize, .br.ssize {
    right: -1vw !important;
  }
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 130px !important;
  }
  .tl, .tr {
    top: -66px !important;
  }
  .tl, .bl {
    left: -30px !important;
  }
  .tr, .br {
    right: -30px !important;
  }
  .tl.ssize, .bl.ssize {
    left: -5px !important;
  }
  .tr.ssize, .br.ssize {
    right: -5px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl {
  top: -4% !important;
  left: -10px !important;
}
.psr .tr {
  top: -4% !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -4% !important;
  left: -10px !important;
}
.psr .br {
  bottom: -4% !important;
  right: -10px !important;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 25px 19px;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.13);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg.jpg) repeat 50% 50% / 750px;
}
.header_pc {
  width: 100%;
  max-width: fit-content;
  margin: auto;
}
/*flex*/
.h_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.hlogo {
  line-height: 1;
  display: block;
  width: 260px;
}
/* btn */
.header_item .mainbtn a {
  padding: 10px 12px;
  min-width: 180px;
  font-size: 0.86rem;
}
/* menu */
.header_menu ul {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.header_menu ul li {
  width: fit-content;
  text-align: center;
  border-right: 1px dotted #5c86ab;
}
.header_menu ul li:last-of-type {
  border-right: none;
}
.header_menu li a {
  font-size: 1.02rem;
  padding: 3px 25px;
  display: block;
  color: #415e78;
  white-space: nowrap;
}
.header_menu li a:hover {
  opacity: 0.6;
}
@media (max-width: 1230px) {
  .header_menu li a {
    font-size: 1.45vw;
    padding: 7px 1.5vw;
  }
}
/* hamburger ================================= */
.header__inner {
  position: relative;
  height: fit-content;
  display: none;
}
.hamburger {
  display: block;
  height: 31px;
  position: relative;
  z-index: 9997;
  width: 55px;
  border: none;
  background-color: transparent;
  padding-bottom: 48px;
  margin-bottom: -5px;
}
/**/
.hamburger__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hamburger__text::before {
  content: "menu";
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -5px;
}
/**/
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #415e78;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
/**/
.hamopen .header {
  position: fixed;
}
/**/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg.jpg) repeat 50% 50% / 750px;
  overflow-y: scroll;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  width: 84%;
  max-width: 500px;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
}
.global-navigation__list {
  margin-bottom: 27px;
}
.global-navigation__list li {
  margin-bottom: 5px;
  border-bottom: 1px dashed #5c86ab;
}
.global-navigation__list li a {
  font-size: 1.05rem;
  padding: 14px 5px;
  display: block;
  color: #415e78;
  position: relative;
}
.global-navigation__list li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 0.6em;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  display: block;
  transition: .4s;
}
.global-navigation__list li a:hover::after {
  right: 9px;
}
.global-navigation .mainbtn a {
  font-size: 0.95rem;
}
@media (max-width:1050px) {
  .header {
    padding: 17px 20px 20px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_pc {
    margin: 0;
  }
  .header_item, .header_menu {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .hlogo {
    width: 250px;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 15px 10px 20px;
  }
  .hlogo {
    width: 210px;
  }
  .global-navigation__list li a {
    font-size: 1rem;
  }
  .global-navigation .mainbtn a {
    font-size: 0.88rem;
  }
}
/* footer ================================================*/
.footer .tl, .footer .tr {
  top: -8vw !important;
}
.footer {
  padding: 60px 0;
  position: relative;
}
.footer::after, .footer::before {
  content: '';
  width: 100%;
  height: 108%;
  position: absolute;
  bottom: 0;
  left: 0;
  mask-image: linear-gradient(to top, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 20%, #000 50%, transparent 100%);
}
.footer::after {
  background: #edfaff;
  opacity: 0.85;
  z-index: -99;
}
.footer::before {
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 85%;
  opacity: 0.4;
  z-index: -100;
}
.footer .inner {
  max-width: 940px;
}
/*logo*/
.flogo {
  display: block;
  width: 88%;
  max-width: 330px;
  margin: 0 auto 33px;
}
/*flex*/
.f_flex {
  display: flex;
  justify-content: space-between;
}
/**/
.finfo {
  width: 53%;
}
.fcon {
  width: 42%;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dashed #5c86ab;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.footer .info_table tr:first-of-type th {
  padding-top: 0 !important;
}
@media(max-width: 550px) {
  .footer .tl, .footer .tr {
    top: -65px !important;
  }
  .info_table:not(.gutter) tr {
    border-bottom: none;
  }
  .info_table:not(.gutter) td {
    border-bottom: 1px dashed #5c86ab;
    margin-bottom: 0;
  }
  .info_table:not(.gutter) td, .info_table:not(.gutter) th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table:not(.gutter) th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* お問い合わせ */
.fcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg.jpg) repeat 50% 50% / 750px;
}
.fcon::after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.fcon a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background: #415e78;
  font-size: clamp(1rem, 0.97rem + 0.1067vw, 1.05rem);
  margin-bottom: 10px;
}
.fcon a:hover {
  opacity: 0.6;
}
a.line {
  background: #00B900;
}
.fcon a:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.fcon .br {
  bottom: -22% !important;
  right: -16% !important;
}
.fcon .br img {
  height: 130px !important;
}
/**/
.pdeco {
  position: absolute;
  top: -15px;
  left: -10px;
  text-align: center;
  line-height: 1.4;
  width: fit-content;
  font-family: "Allura", cursive;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 0 13px 10px;
  font-size: 1.7rem;
  transform: rotate(-15deg);
}
.pdeco::before {
  content: '';
  display: block;
  background-image: url(../img/balloon.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -28%;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(34%) sepia(25%) saturate(641%) hue-rotate(167deg) brightness(96%) contrast(94%);
}
/*copyright*/
.copyright {
  text-align: center;
  margin-top: 60px;
  font-size: clamp(0.9rem, 0.84rem + 0.2133vw, 1rem);
}
@media(max-width: 1165px) {
  .fcon .br {
    right: -5vw !important;
  }
}
@media(max-width: 750px) {
  .footer .inner {
    max-width: 450px;
  }
  .flogo {
    max-width: 290px;
  }
  .f_flex {
    display: block;
  }
  .finfo, .fcon {
    width: 100%;
  }
  .finfo {
    margin-bottom: 47px;
  }
  .fcon .br {
    bottom: -24% !important;
    right: -6% !important;
  }
  .fcon .br img {
    height: 80px !important;
  }
  .pdeco {
    top: -33px;
  }
}
@media(max-width: 550px) {
  .footer {
    padding: 30px 0 110px;
  }
  .flogo {
    margin-bottom: 22px;
  }
  .fcon {
    padding: 17px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  background: #415e78;
  position: fixed;
  bottom: 20px;
  right: 25px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 58px;
    right: 13px;
    bottom: 96px;
  }
}
/* SP下部 ボタン ==============================================*/
.sp_btn_fixed {
  position: fixed;
  bottom: -0.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 10px 17px;
  display: none;
  justify-content: space-between;
  z-index: 79;
  overflow: hidden;
}
.sp_btn_fixed::after, .sp_btn_fixed::before {
  filter: invert(34%) sepia(25%) saturate(641%) hue-rotate(167deg) brightness(96%) contrast(94%);
}
.sp_btn_fixed::after {
  content: '';
  width: 100%;
  height: 82%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -2;
}
.sp_btn_fixed::before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 125%;
  height: 100%;
  background: url(../img/paint.svg) no-repeat;
  background-position: top center;
  background-size: 100%;
}
.sp_btn_fixed a {
  position: relative;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  font-size: 0.84rem;
  white-space: nowrap;
  width: fit-content;
  width: 48.5%;
  color: #415e78;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/bg.jpg) repeat 50% 50% / 750px;
}
.sp_btn_fixed a i {
  font-size: 110%;
  margin-right: 5px;
}
.sp_btn_fixed a::after {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.sp_btn_fixed a.line {
  color: #00B900;
}
.sp_btn_fixed a.line::after {
  border: 1px dashed #00B900;
  opacity: 0.3;
}
@media(max-width:550px) {
  .sp_btn_fixed {
    display: flex;
  }
}
/* スライド ==============================================*/
/**/
.topslide {
  position: relative;
}
/**/
.slide_items {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 10%, #000 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 10%, #000 60%, transparent 100%);
}
.slide_items .slick-slide::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #94D7F2;
}
.slide_items .slick-slide:nth-child(1)::after {
  opacity: 0.25;
}
.slide_items .slick-slide:nth-child(2)::after {
  opacity: 0.6;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 135px);
  min-height: 620px;
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  line-height: 1.4;
  color: #fff;
  z-index: 3;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1190px) {
  .slide_items img {
    min-height: 400px;
    height: calc(100vh - 200px);
  }
}
@media (max-width: 1050px) {
  .slide_items img {
    height: calc(100vh - 165px);
  }
  .catchcopy {
    font-size: 3rem;
  }
}
@media (max-width: 750px) {
  .slide_items img {
    min-height: 75vw;
  }
  .catchcopy {
    font-size: 8.3vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 210px);
  }
}
/**/
.slide_link {
  position: absolute;
  bottom: 15px;
  right: 5px;
  width: 99%;
  max-width: 610px;
}
.slide_link a {
  display: block;
  width: 100%;
}
.slide_link a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .slide_link {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 誠塗装について ======================================================*/
.aboutus .mask {
  position: relative;
  transform: scale(1.5);
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.aboutus .flexbox:nth-child(2n) .mask {
  mask-image: url(../img/au_mask01.svg);
  -webkit-mask-image: url(../img/au_mask01.svg);
}
.aboutus .flexbox:nth-child(2n+1) .mask {
  mask-image: url(../img/au_mask02.svg);
  -webkit-mask-image: url(../img/au_mask02.svg);
}
.aboutus .flexbox {
  margin-bottom: 55px;
}
.aboutus .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.autext {
  max-width: 700px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
.autext h2 {
  position: relative;
  font-size: clamp(1.35rem, 1.08rem + 0.96vw, 1.8rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 1.6;
}
.autext h2 .en {
  position: absolute;
  bottom: -36%;
  right: 0;
  line-height: 1;
  font-size: 230%;
  z-index: -1;
  text-shadow: none;
  color: #94D7F2;
  text-transform: capitalize;
  font-family: "Allura", cursive;
  font-weight: 400;
  opacity: 0.4;
}
@media (max-width: 1410px) {
  .aboutus .flexbox {
    margin-bottom: 8vw;
  }
}
@media (max-width: 925px) {
  .aboutus .flexbox {
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .aboutus .flexbox {
    margin-bottom: 110px;
  }
  .aboutus .flexbox .spmgb {
    margin-bottom: 55px;
  }
  .autext {
    text-shadow: none;
  }
}
@media (max-width: 550px) {
  .aboutus .flexbox {
    margin-bottom: 60px;
  }
}
/* こんなお悩み、ありませんか？ ========================================*/
.situation::after {
  opacity: 0.85;
}
.situation::before {
  content: '';
  width: 100%;
  height: 103%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/situation.webp);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.35;
  mask-image: linear-gradient(to top, transparent 0%, #000 15%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 15%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  z-index: -100;
}
.situation .inner {
  max-width: 1432px;
  width: 95%;
}
/**/
.s_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 110%;
  line-height: 1.6;
}
.s_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.9%;
  margin: 0 1.2% 20px;
  padding: 17px 15px;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
}
.s_list li span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.s_list li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: lighter;
  color: #94D7F2;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1255px) {
  .s_list li {
    width: 47.6%;
  }
}
@media (max-width: 985px) {
  .situation .inner {
    width: 88%;
  }
  .s_list {
    font-size: 100%;
    line-height: 1.9;
  }
  .s_list li {
    padding: 13px;
  }
}
@media (max-width: 750px) {
  .s_list {
    display: block;
  }
  .s_list li {
    justify-content: flex-start;
    margin: 0 0 12px;
    width: 100%;
  }
}
/*一つでも当てはまったら〜*/
.s_bottom {
  margin-top: 30px;
}
/**/
.sb_first {
  text-align: center;
  position: relative;
  width: 92%;
  max-width: 310px;
  margin: 0 auto 10px;
  font-size: clamp(0.95rem, 0.86rem + 0.32vw, 1.1rem);
  line-height: 1.7;
}
.sb_first::before, .sb_first::after {
  content: url(../img/deco.svg);
  filter: invert(73%) sepia(63%) saturate(208%) hue-rotate(154deg) brightness(98%) contrast(94%);
  display: block;
  width: 6.5%;
  position: absolute;
  bottom: -0.1em;
}
.sb_first::before {
  left: 0;
}
.sb_first::after {
  right: 0;
  transform: scaleX(-1);
}
/*診断無料・見積無料・しつこい営業ナシ！〜*/
.sb_last {
  text-align: center;
  font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  line-height: 1.7;
}
/* 誠塗装が選ばれる7つの理由 ===========================================*/
.reasons .inner {
  max-width: 1405px;
  width: 94%;
}
.reasons .mask {
  width: 80%;
  display: block;
  position: relative;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/rea_mask.svg);
  -webkit-mask-image: url(../img/rea_mask.svg);
}
.rea_items {
  counter-reset: number 0;
}
.rea_items .maintitle {
  margin-bottom: 0;
  margin-left: 3%;
  text-align: left;
}
.rea_items > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.rea_items > div:first-of-type::before {
  content: none;
}
.rea_items > div > div:not(.mask)::before {
  content: "0"counter(number);
  counter-increment: number 1;
  text-transform: capitalize;
  color: #94D7F2;
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: clamp(2.8rem, 1.48rem + 4.6933vw, 5rem);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  line-height: 0.65;
  height: fit-content;
  opacity: 0.2;
}
.rea_items > div > .mask {
  width: 38%;
}
.rea_items > div > div:not(.mask) {
  width: 57%;
  position: relative;
}
.rea_items > div > div:not(.mask) h2 {
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 1.6;
}
@media (max-width: 1105px) {
  .reasons .inner {
    width: 88%;
  }
  .rea_items .maintitle {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .rea_items {
    display: block;
  }
  .rea_items > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .rea_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .rea_items > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .rea_items > div:nth-child(2n) div:not(.mask)::before {
    right: auto;
    left: 0;
    bottom: -25px;
  }
}
@media (max-width: 750px) {
  .rea_items > div {
    display: block;
    margin-bottom: 55px;
  }
  .rea_items > div > .mask, .rea_items > div > div:not(.mask) {
    width: 100%;
  }
  .rea_items > div > .mask {
    margin-bottom: 20px;
    mask-image: url(../img/mask01.svg);
    -webkit-mask-image: url(../img/mask01.svg);
  }
  .rea_items > div:nth-child(2n+1) .mask {
    mask-image: url(../img/mask02.svg);
    -webkit-mask-image: url(../img/mask02.svg);
  }
  .rea_items > div > .mask img {
    width: 100%;
    height: 65vw;
    object-fit: cover;
  }
  .rea_items > div > div:not(.mask) h2 {
    text-align: center;
  }
  .rea_items > div > div:not(.mask) {
    position: initial;
  }
  .rea_items > div > div:not(.mask)::before {
    bottom: auto;
    top: 10px;
    z-index: 1;
    opacity: 1;
  }
}
/* 施工メニュー =====================================================*/
.menu .splash::before {
  filter: none;
}
.menu .inner {
  max-width: 1100px;
}
.menu_item {
  margin-bottom: 120px;
}
.menu_item:last-of-type {
  margin-bottom: 0 !important;
}
.menu_item .flexbox {
  margin-bottom: 40px;
  position: relative;
}
.menu_item:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
@media (max-width: 1105px) {
  .menu_item:nth-child(2n) .flexbox {
    flex-direction: row;
  }
  .menu_item:nth-child(2n+1) .flexbox {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  .menu_item {
    margin-bottom: 85px;
  }
  .menu_item .flexbox {
    margin-bottom: 33px;
  }
}
.menu_item .spmgb {
  position: relative;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.menu_item:nth-child(3n+1) .spmgb {
  mask-image: url(../img/mask01.svg);
  -webkit-mask-image: url(../img/mask01.svg);
}
.menu_item:nth-child(3n+2) .spmgb {
  mask-image: url(../img/mask02.svg);
  -webkit-mask-image: url(../img/mask02.svg);
}
.menu_item:nth-child(3n) .spmgb {
  mask-image: url(../img/mask03.svg);
  -webkit-mask-image: url(../img/mask03.svg);
}
.mbox {
  padding: 17px 15px;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
}
.mbox p:not(.border) {
  width: fit-content;
  margin-left: auto;
  margin-top: 10px;
}
.mbox_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mbox_flex .mbox {
  width: 49%;
  margin-bottom: 20px;
}
.mbox .stitle {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
}
p.border {
  border-bottom: 1px dashed #5c86ab;
  padding: 23px 0;
  padding-left: 5px;
}
.covering.info_table th {
  width: 75%;
  text-align: left;
  padding-left: 5px;
}
.covering.info_table td {
  width: 25%;
  white-space: nowrap;
}
@media (max-width:1075px) {
  .mbox_flex {
    display: block;
  }
  .mbox_flex .mbox {
    width: 100%;
  }
  .mbox_flex .mbox:last-of-type {
    margin-bottom: 0 !important;
  }
  .mbox .info_table:not(.covering) th {
    text-align: left;
    padding-left: 5px;
    width: 38%;
  }
  .mbox .info_table:not(.covering) td {
    width: 62%;
  }
  .covering.info_table td, .gutter.info_table td {
    text-align: right;
  }
}
@media (max-width:750px) {
  .mbox {
    padding: 15px 10px;
  }
  .mbox .info_table:not(.gutter) tr:first-of-type th {
    padding-top: 0 !important;
  }
  .mbox .info_table:not(.gutter) tr {
    border-bottom: none;
  }
  .mbox .info_table:not(.gutter) td {
    border-bottom: 1px dashed #5c86ab;
    margin-bottom: 0;
  }
  .mbox .info_table:not(.gutter) td, .mbox .info_table:not(.gutter) th {
    width: 100% !important;
    padding: 8px 0 18px;
    display: block;
  }
  .mbox .info_table:not(.gutter) th {
    text-align: left;
    padding-left: 0 !important;
    padding-bottom: 0;
    padding-top: 13px;
  }
  .covering.info_table:not(.gutter) tr:first-of-type th {
    padding-top: 13px !important;
  }
  .info_table.gutter td, .info_table.gutter tr th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  p.border {
    padding: 18px 0;
  }
}
/* 塗料へのこだわり =================================================*/
.quality::after {
  opacity: 0.85;
}
.quality::before {
  content: '';
  width: 100%;
  height: 103%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/quality.webp);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.35;
  mask-image: linear-gradient(to top, transparent 0%, #000 15%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 15%, #000 20%, #000 40%, #000 60%, #000 80%, transparent 100%);
  z-index: -100;
}
/**/
.quality .inner02 .maintitle {
  line-height: 0.25;
}
.str {
  font-size: clamp(1.35rem, 1.08rem + 0.96vw, 1.8rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 1.6;
}
@media (max-width:1405px) {
  .str {
    white-space: nowrap;
    font-size: 2vw;
  }
}
@media (max-width:1000px) {
  .str {
    white-space: normal;
    font-size: clamp(1.35rem, 1.08rem + 0.96vw, 1.8rem);
  }
  .str br {
    display: none;
  }
}
@media (max-width:750px) {
  .quality .inner02 .maintitle {
    line-height: 0.35;
  }
}
@media (max-width:460px) {
  .mflong {
    font-size: 14.5vw;
  }
}
/* 取り扱い塗料メーカー */
.manufacturer {
  margin-top: 80px;
}
.manufacturer .inner {
  max-width: 1281px;
}
.manufacturer .flexbox .w48 {
  padding: 17px 15px;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
}
.manufacturer .flexbox .w48 div {
  margin-top: 20px;
}
.manufacturer .flexbox .w48 div ul li {
  border-bottom: 1px dotted #5c86ab;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.manufacturer .flexbox .w48 div ul li a {
  color: #415e78;
}
.manufacturer .flexbox .w48 div ul li a:hover {
  opacity: 0.6;
}
.click {
  display: inline-block;
  width: 75px;
  margin-left: auto;
}
@media (max-width:880px) {
  .manufacturer .flexbox {
    display: block;
  }
  .manufacturer .flexbox .w48 {
    width: 100%;
    margin-bottom: 30px;
  }
  .manufacturer .flexbox .w48:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width:550px) {
  .manufacturer .flexbox .w48 {
    padding: 15px 13px;
  }
}
/* よくあるご質問 ===================================================*/
/* よくあるご質問 */
.faq .flexbox {
  counter-reset: number 0;
}
.faq .flexbox > div {
  width: 49%;
  padding: 23px 17px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
  counter-increment: number 1;
}
.faq .flexbox > div h2 {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  margin-bottom: 7px;
  line-height: 1.6;
}
.faq .flexbox > div h2, .answer {
  position: relative;
  padding-left: 47px;
}
.faq .flexbox > div h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  font-weight: 500;
}
.faq .flexbox > div h2::before {
  content: "Q"counter(number)".";
  top: -0.05em;
  left: 0;
  color: #415e78;
}
.answer::before {
  content: "A"counter(number)".";
  top: -0.2em;
  left: 0.5px;
  color: #67bde0;
}
.answer p:last-of-type {
  margin-bottom: 0;
}
@media(max-width:1140px) {
  .faq .flexbox > div {
    width: 100%;
  }
  .faq .flexbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .faq .flexbox > div {
    padding: 17px 13px;
  }
}
/* お問い合わせ =====================================================*/
.contact_sec .inner {
  max-width: 970px;
}
/**/
.contact .inner {
  max-width: 1105px;
}
.contop {
  margin-bottom: 45px;
}
.contop .maintitle {
  margin-bottom: 37px;
}
.contop .fitc {
  text-align: center;
}
@media(max-width:795px) {
  .contop .fitc {
    text-align: left;
  }
}
@media(max-width:550px) {
  .contop {
    margin-bottom: 35px;
  }
  .contop .maintitle {
    margin-bottom: 30px;
  }
}
/* 電話・LINE */
.contact_links > div {
  padding: 17px 20px;
  position: relative;
  background: #415e78;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_links > div::after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  pointer-events: none;
  opacity: 0.65;
}
.contact_links > div h2 {
  position: relative;
  width: 100%;
  max-width: fit-content;
  padding: 0 7%;
  margin: auto;
  margin-bottom: 7px;
  font-weight: 500;
  white-space: nowrap;
  font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
}
.contact_links > div h2::before, .contact_links > div h2::after {
  content: url(../img/deco.svg);
  filter: brightness(0) invert(1);
  display: block;
  width: 3.5%;
  position: absolute;
  bottom: -0.1em;
}
.contact_links > div h2::before {
  left: 0;
}
.contact_links > div h2::after {
  right: 0;
  transform: scaleX(-1);
}
.linkarea {
  text-align: center;
  max-width: 330px;
}
.linkarea:not(.w63) {
  margin: auto;
  width: 70%;
}
.linkarea a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 13px 0;
  font-size: 1.5rem;
  color: #415e78;
}
.linkarea a:hover {
  opacity: 0.6;
}
.contact_links > div:last-of-type {
  background: #00B900;
}
.contact_links > div:last-of-type .linkarea a {
  color: #00B900;
}
@media(max-width:1120px) {
  .contact_links > div h2 {
    font-size: 1.8vw;
  }
  .linkarea a {
    font-size: 2.1vw;
  }
}
@media(max-width:900px) {
  .contact_links {
    display: block;
  }
  .contact_links > div {
    margin: 0 auto 25px;
    width: 100%;
    max-width: 500px;
    padding: 35px 25px;
  }
  .contact_links > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .contact_links > div h2 {
    font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
  }
  .linkarea a {
    font-size: 1.5rem;
  }
}
@media(max-width:750px) {
  .contact_links > div {
    margin-bottom: 15px;
    padding: 17px 15px;
  }
  .contact_links > div .w32 {
    margin-top: 10px;
  }
  .linkarea {
    margin: auto;
    width: 100% !important;
    max-width: 315px;
  }
  .linkarea a {
    font-size: 1.25rem;
  }
}
/* メール */
.contact_sec .stitle {
  font-size: clamp(1.25rem, 1.01rem + 0.8533vw, 1.65rem);
}
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 90%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #415e78;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #415e78;
  padding: 5px;
  margin-right: 3px;
  font-size: 80%;
}
.mailform .row span.mailsp {
  color: #415e78;
  background: #fff;
  border: 1px solid #415e78;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #415e78;
  color: #fff;
  border: 1px solid #415e78;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #415e78;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #415e78;
  border-bottom: 3px solid #415e78;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 65px;
}
@media (max-width: 550px) {
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* プライバシーポリシー */
.privacy {
  padding-top: 0;
}
.privacy .stitle {
  font-size: clamp(1.15rem, 0.94rem + 0.7467vw, 1.5rem);
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 12px;
}
.privacy .stitle::after {
  content: none;
}
.privacy .stitle i {
  color: #415e78;
}
.scrollBox {
  border: 2px solid rgba(234, 246, 250, 0.85);
  background: rgba(234, 246, 250, 0.43);
  padding: 15px;
}
.scrollBox div {
  height: 210px;
  overflow-y: scroll;
  padding: 0 10px;
}
.scrollBox span {
  font-size: 107%;
}
.scrollBox span::before {
  content: "■";
  color: #415e78;
  margin-right: 3px;
}
@media(max-width:450px) {
  .scrollBox {
    padding: 15px 10px;
    font-size: 95%;
  }
}
/* 下層ページトップ =================================================*/
.fv {
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 60%;
  opacity: 0.8;
  z-index: -100;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #edfaff;
  opacity: 0.9;
  z-index: -99;
}
.fv::after, .fv::before {
  mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
  -webkit-mask-image: linear-gradient(to bottom, #000 10%, transparent 95%);
}
.fv h2 {
  text-align: center;
  margin-bottom: 15px !important;
  font-size: clamp(1.55rem, 0.98rem + 2.0267vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
@media(max-width:1050px) {
  .fv {
    padding: 80px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 37px;
  }
  .fv::after {
    width: 140%;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.45;
  width: 97%;
  font-size: clamp(0.7rem, 0.55rem + 0.5333vw, 0.95rem);
  position: relative;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #415e78;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}