@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #333;
  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;
}
section::before, section::after {
  content: '';
  width: 100%;
  height: calc(100% + 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(calc(100% - 55%) 0, calc(100% - 55% + 5%) 40px, 100% 40px, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
}
section.right::before, section.right::after {
  clip-path: polygon(0 40px, calc(100% - 55%) 40px, calc(100% - 55% + 5%) 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
  section::before, section::after {
    height: calc(100% + 20px) !important;
    clip-path: polygon(130px 0, 170px 20px, 100% 20px, 100% 100%, 0 100%, 0 0);
  }
  section.right::before, section.right::after {
    clip-path: polygon(0 20px, calc(100% - 170px) 20px, calc(100% - 130px) 0, 100% 0, 100% 100%, 0 100%);
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
  .sppdb0 {
    padding-bottom: 1px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.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: 45px;
  position: relative;
  line-height: 0;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.32rem + 1.7067vw, 3.6rem);
  text-align: center;
  color: #0575E6;
}
.maintitle .mf {
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1.55;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
}
@media (max-width: 360px) {
  .mflong {
    font-size: 12.3vw;
  }
}
/*02*/
.mtitle {
  position: relative;
  background: #0575E6;
  padding: 7px 32px 9px 13px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
}
.mtitle::after {
  content: '';
  width: 27px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.65);
  pointer-events: none;
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.5;
  padding-bottom: 10px;
  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: #0575E6;
}
.stitle .en {
  font-family: "Cormorant Garamond", serif;
  color: #0575E6;
  text-transform: uppercase;
  display: block;
  font-size: 75%;
}
.stitle .en .num {
  font-size: 175%;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 280px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.mainbtn a:hover {
  border: 1px solid #0575E6;
  color: #0575E6;
  background: #fff;
}
.mainbtn a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, #80d0ff, #0575e6, #021b79);
  transition: .3s all;
  z-index: -1;
}
.mainbtn a:hover::after {
  opacity: 0;
}
/**/
a.white {
  border: 1px solid #0575E6;
  color: #0575E6;
  background: #fff;
}
a.white:hover {
  color: #fff;
  background: transparent;
}
a.white::after {
  opacity: 0;
}
a.white:hover::after {
  opacity: 1;
}
/**/
.tbtn {
  margin-top: 33px;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 5px;
    min-width: auto;
    max-width: 240px;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* 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: 45px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1365px;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray::after {
  background: #f5f5f5;
  z-index: -100;
}
.bg_blue::after {
  background: linear-gradient(125deg, #80d0ff, #0576e6, #0575e6, #021b79);
  z-index: -2;
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
  bottom: auto;
  top: 0;
}
/**/
.white, .white span {
  color: #fff;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s, transform 0.9s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup {
  overflow: hidden;
  transition: 1.5s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.4s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.imgup.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.imgup img {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.4s;
  transform: translateX(-5%) scale(1.25);
}
.imgup.inview img {
  opacity: 1;
  transform: translateX(0) scale(1);
}
/* text animetion */
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: showText 1.3s backwards;
}
@keyframes showText {
  0%, 10% {
    transform: translateX(70px) rotateY(-50deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotateY(0deg);
  }
}
/* 背景文字 ========================*/
.flowimg {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: -10;
  opacity: 0.13;
  pointer-events: none;
}
.bg_blue .flowimg {
  filter: brightness(0) invert(1);
  z-index: -1;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.flowimg::before, .flowimg::after {
  content: "soma company soma company";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 13.5rem;
  line-height: 1;
  z-index: -10;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  color: #0575E6;
  pointer-events: none;
  display: inline-block;
  animation: flowimg 33s linear infinite;
}
.flowimg::before {
  left: 0;
}
.flowimg::after {
  left: 3580px;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3580px);
  }
}
@media (max-width: 1080px) {
  .flowimg::before, .flowimg::after {
    content: "soma company";
    font-size: 11rem;
    animation: flowimg 23s linear infinite;
  }
  .flowimg::after {
    left: 1450px;
  }
  @keyframes flowimg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1450px);
    }
  }
}
@media (max-width: 550px) {
  .flowimg::before, .flowimg::after {
    content: "soma company soma company";
    font-size: 7.6rem;
    animation: flowimg 35s linear infinite;
  }
  .flowimg::after {
    left: 2030px;
  }
  @keyframes flowimg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2030px);
    }
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 19px 15px;
  background: transparent;
  transition: .6s all;
}
.change {
  background: #fff;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 8px 0px;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 380px;
  filter: brightness(0) invert(1);
}
.change .header_title a {
  filter: none;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 28px;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1.07rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 10px 5px;
  display: block;
  position: relative;
  top: 0;
  line-height: 1.2;
  color: #fff;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a span {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  display: block;
  font-size: 125%;
}
.hnav ul li a:hover {
  opacity: 0.5;
}
.change .hnav ul li a {
  color: #333;
}
.change .hnav ul li a span {
  color: #0575E6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 197px;
  padding: 10px 0;
  font-size: 0.85rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.header_item .mainbtn a::after {
  opacity: 0;
}
.header_item .mainbtn a:hover {
  opacity: 0.5;
}
.header_item .btnflex a {
  margin: 0 1px;
}
.change .header_item .mainbtn a {
  border: 1px solid #0575E6;
  color: #0575E6;
}
/* tel */
.hflex {
  display: flex;
  align-items: center;
}
.tel {
  margin-right: 13px;
}
.tel p {
  color: #fff;
  text-align: center;
  padding-left: 27px;
  font-size: 60%;
  line-height: 0.7;
}
.tel a {
  color: #fff;
}
.tel {
  font-size: 1.4rem;
  line-height: 1.8;
}
.tel a:hover {
  opacity: 0.6;
}
.change .tel p {
  color: #ff5736;
}
.change .tel a {
  color: #333;
}
.change .tel a i {
  color: #0575E6;
}
@media (max-width: 1305px) {
  .header_title a {
    width: 28vw;
  }
  .hnav ul {
    margin-right: 2vw;
  }
  .hnav ul li a {
    padding: 0 0.7vw;
    font-size: 1.3vw;
  }
  .header_item .mainbtn a {
    width: 16vw;
    font-size: 1.13vw;
  }
  .tel {
    font-size: 1.65vw;
    margin-right: 1vw;
  }
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  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: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #0575E6;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background: linear-gradient(to bottom right, rgba(128, 208, 255, 0.85), rgba(5, 117, 230, 0.85), rgba(2, 27, 121, 0.9)), url(../img/hamburger.webp) no-repeat 10% 50%/cover;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.3rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 1.3;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  display: block;
  font-size: 145%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #0575E6;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #0575E6;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* btn */
.header__nav-area .btnflex a {
  margin: 13px auto;
  display: block;
}
.header__nav-area .mainbtn a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.header__nav-area .mainbtn a::after {
  opacity: 0;
}
.header__nav-area .mainbtn a:hover {
  opacity: 0.5;
}
@media (max-width: 1095px) {
  .header_sticky {
    padding: 20px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
  .header_title a {
    width: 355px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 14px 7px;
  }
  .hamburger {
    width: 45px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 1.05rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.98rem;
  }
  .header__nav-area .mainbtn a {
    max-width: 210px;
  }
}
@media (max-width: 450px) {
  .header_title a {
    width: 77.5vw;
  }
}
/* footer ================================================*/
.footer_contact_wrap {
  position: relative;
}
.footer_contact .flowimg {
  filter: brightness(0) invert(1);
  z-index: -1;
  opacity: 0.7;
  mix-blend-mode: overlay;
}
.footer_contact, .footer_contact span {
  color: #fff;
}
.footer_contact {
  padding: 85px 0;
  position: relative;
  overflow: hidden;
}
.footer_contact_wrap::before, .footer_contact_wrap::after {
  content: '';
  width: 100%;
  height: calc(100% + 40px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(calc(100% - 55%) 0, calc(100% - 55% + 5%) 40px, 100% 40px, 100% 100%, 0 100%, 0 0);
  pointer-events: none;
}
.footer_contact_wrap::before {
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact_wrap::before {
  background-attachment: scroll;
}
.footer_contact_wrap::after {
  background: linear-gradient(125deg, #80d0ff, #0576e6, #0575e6, #021b79);
  opacity: 0.75;
  z-index: -1;
}
/*btn*/
.footer_contact .btn_wrap {
  text-align: center;
}
.footer_contact .btn_wrap a {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  padding: 23px 5px;
  font-size: 1.2rem;
  margin: 7px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
.btn_wrap a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
a.fax {
  pointer-events: none;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 60px 0 55px;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 11px auto;
  }
}
@media (max-width: 550px) {
  .footer_contact_wrap::before, .footer_contact_wrap::after {
    height: calc(100% + 20px);
    clip-path: polygon(130px 0, 170px 20px, 100% 20px, 100% 100%, 0 100%, 0 0);
  }
  .footer_contact_wrap::before {
    background-attachment: scroll;
  }
  .footer_contact {
    padding: 50px 0 45px;
  }
  .footer_contact .btn_wrap a {
    padding: 17px 5px;
    font-size: 1.05rem;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
}
/* ロゴ・アドレス・サイトマップ */
.footer_address {
  padding: 52px 0;
}
.footer_address .inner {
  width: 93%;
  max-width: 885px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fadd, .footer_sitemap {
  width: fit-content;
}
/*ロゴとアドレス*/
.fadd {
  white-space: nowrap;
}
.fadd p {
  margin-bottom: 0;
}
.flogo {
  line-height: 0;
  width: 100%;
  max-width: 325px;
  margin: 0 auto 10px 0;
}
/*sitemap*/
.footer_sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: fit-content;
  max-width: 415px;
  margin-left: auto;
}
.footer_sitemap li {
  margin-left: 20px;
}
.footer_sitemap li a {
  color: #333;
}
.footer_sitemap li a:hover {
  opacity: 0.6;
}
.footer_sitemap li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  color: #0575E6;
  font-size: 78%;
  position: relative;
  top: -0.15em;
  margin-right: 3px;
}
@media (max-width: 780px) {
  .footer_address .inner {
    display: block;
    width: 88%;
  }
  .fadd, .footer_sitemap {
    margin: auto;
  }
  .flogo {
    margin-left: auto;
  }
  .fadd {
    text-align: center;
    margin-bottom: 12px;
    white-space: normal;
  }
  .footer_sitemap {
    display: block;
    width: 100%;
    max-width: 400px;
  }
  .footer_sitemap li {
    margin-left: 0;
    border-bottom: 1px dotted #0575E6;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 40px 0;
  }
  .flogo {
    max-width: 270px;
    margin-bottom: 5px;
  }
  .fadd p, .footer_sitemap li {
    font-size: 93%;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 1px solid #e8e8e8;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background: #0575E6;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  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: 63px;
    right: 15px;
    bottom: 10px;
  }
}
/* 動画 ==================================================*/
.topvideo {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.topvideo video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  filter: brightness(96%);
}
@media (max-width: 550px) {
  .topvideo video {
    height: calc(100vh - 70px);
    min-height: 300px;
  }
}
/* 新着情報 ==============================================*/
.news {
  padding-top: 80px;
}
@media (max-width: 550px) {
  .news {
    padding-top: 57px;
  }
}
/* ごあいさつ ============================================*/
/*img*/
.g_twflex {
  display: flex;
  justify-content: space-between;
}
.g_twflex div {
  width: 47%;
  position: relative;
}
.g_twflex div:first-child {
  margin-top: 30px;
}
.reverse .g_twflex div:first-child {
  margin-top: 0;
}
.reverse .g_twflex div:last-child {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .g_twflex {
    width: 116% !important;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 相馬カンパニーの強み ==================================*/
.strengths, .strengths span {
  color: #fff;
}
.strengths::before {
  background: url(../img/strengths.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .strengths::before {
  background-attachment: scroll;
}
.strengths.bg_blue::after {
  opacity: 0.87;
}
/**/
.strengths .inner {
  width: 100%;
  max-width: 1400px;
}
.stritems > div {
  padding: 15px 30px;
  width: calc(100% / 3);
  position: relative;
}
/**/
.stritems > div.flowup {
  opacity: 1;
  transform: translateY(0);
}
.stritems > div.flowup::after {
  content: '';
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: 1.1s;
  transition-delay: .7s;
}
.stritems > div.flowup:nth-child(3)::after {
  transition-delay: .95s;
}
.stritems > div.flowup.inview::after {
  height: 100%;
  opacity: 0.75;
}
.stritems > div:first-of-type::after {
  content: none;
}
.stritems > div h2::after, .stritems > div h2::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #dbdbdb;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: 1.1s;
  transition-delay: .6s;
}
.stritems > div.flowup.inview h2::after, .stritems > div.flowup.inview h2::before {
  opacity: 1;
}
.stritems > div::after, .stritems > div h2::after, .stritems > div h2::before {
  pointer-events: none;
}
.stritems > div h2::after {
  top: 0;
  left: -2px;
}
.stritems > div h2::before {
  bottom: 0;
  left: -2px;
}
.stritems > div:first-of-type h2::before, .stritems > div:first-of-type h2::after {
  content: none;
}
/*title*/
.stritems > div h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 17px;
  line-height: 1.4;
  white-space: nowrap;
}
.stritems > div h2 > span:not(.ib) {
  display: block;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 68%;
  margin-bottom: 10px;
}
.stritems > div h2 > span:not(.ib) span {
  font-size: 180%;
}
@media (max-width: 1330px) {
  .stritems > div h2 {
    font-size: 1.9vw;
  }
}
@media (max-width: 1105px) {
  .strengths .inner {
    width: 90%;
  }
  .stritems {
    display: block;
  }
  .stritems > div {
    width: 100%;
    padding: 35px 5px;
  }
  .stritems > div:first-of-type {
    padding-top: 0;
  }
  .stritems > div:last-of-type {
    padding-bottom: 0;
  }
  .stritems > div.flowup::after {
    width: 0;
    height: 1px;
    transition-delay: .4s !important;
  }
  .stritems > div.flowup.inview::after {
    width: 100%;
    height: 1px;
  }
  .stritems > div h2::after {
    top: -2px;
    bottom: auto;
    right: 0;
  }
  .stritems > div h2::before {
    top: -2px;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .stritems > div h2 {
    font-size: 1.6rem;
  }
}
@media (max-width:550px) {
  .strengths::before {
    background-attachment: scroll;
  }
  .strengths .maintitle {
    margin-bottom: 23px;
  }
  .stritems > div {
    padding: 25px 5px;
  }
  .stritems > div h2 {
    font-size: 1.35rem;
    white-space: normal;
  }
}
/* こんな時にご相談ください！ ============================*/
.guide .acheck {
  margin-bottom: 25px;
}
.guide .maintitle {
  margin-bottom: 35px;
}
@media (max-width:550px) {
  .guide .maintitle {
    margin-bottom: 27px;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dotted #0575E6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #0575E6;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-weight: bold;
  font-size: .3em;
  top: 2.25em;
}
/* ご依頼の流れ ==========================================*/
.request .inner {
  width: 93%;
}
.request_flow {
  display: flex;
  justify-content: center;
}
.request_flow > div {
  position: relative;
  height: 370px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-size: clamp(1.15rem, 0.97rem + 0.64vw, 1.45rem);
  padding: 1.6%;
  margin: 0 1.2%;
  white-space: nowrap;
}
.request_flow > div::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  bottom: 50%;
  right: -23%;
  transform: translateY(50%);
  font-size: 0.8rem;
  color: #0575E6;
}
.request_flow > div:last-of-type::after {
  content: none;
}
.request_flow p:first-of-type {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  color: #0575E6;
  line-height: 0.8;
  margin-bottom: 20px;
  font-size: 70%;
}
.request_flow p:first-of-type span {
  display: block;
  font-size: 210%;
}
.request_flow p:last-of-type {
  writing-mode: vertical-rl;
}
@media (max-width:750px) {
  .request .inner {
    width: 88%;
  }
  .request_flow {
    display: block;
  }
  .request_flow > div {
    height: auto;
    padding: 12px 15px;
    margin: 0 0 20px;
    flex-direction: row;
    white-space: normal;
  }
  .request_flow > div::after {
    content: "\f078";
    bottom: -22px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .request_flow > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .request_flow p {
    margin-bottom: 0 !important;
  }
  .request_flow p:last-of-type {
    width: fit-content;
    margin-left: 20px;
    writing-mode: horizontal-tb;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 140px 0 80px;
  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% 65%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(125deg, #80d0ff, #0576e6, #0575e6, #021b79);
  opacity: 0.85;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 15px !important;
  font-size: clamp(1.65rem, 1.14rem + 1.8133vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media(max-width:1095px) {
  .fv {
    padding: 95px 0 60px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 75px 0 30px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: relative;
  color: #fff;
}
.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: #fff;
}
.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;
}
/* 事業内容ページ ===========================================================================================================*/
.services .maintitle .mf {
  white-space: nowrap;
  font-size: clamp(2.4rem, 1.8rem + 2.1333vw, 3.4rem);
}
@media (min-width: 2000px) {
  .services .inner02 {
    max-width: 1486px;
  }
}
@media(max-width:750px) {
  .services .inner02 .spmgb {
    margin-bottom: 35px;
  }
}
/* 防水工事 */
.services .waterproofing .maintitle .mf {
  white-space: normal;
}
.waterproofing .maintitle .mf .anime-up {
  white-space: nowrap;
}
.services section:not(:last-of-type)::before {
  content: '';
  width: 60%;
  height: 23vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  opacity: 0.65;
  z-index: -2;
  transition: 1.3s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.4s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  max-height: 370px;
}
.services section.inview::before {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.services section.bg_blue::before {
  left: auto;
  right: 0;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.16;
  z-index: -1;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.services section.bg_blue.inview::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media(max-width:1090px) {
  .services section:not(:last-of-type)::before {
    height: 250px;
  }
}
@media(max-width:550px) {
  .services section:not(:last-of-type)::before {
    height: 150px !important;
  }
}
/* 対応エリア */
.area {
  padding: 70px 0;
}
.area .inner {
  max-width: 855px;
}
.arealine {
  position: relative;
  padding-bottom: 5px;
  font-size: clamp(1.25rem, 1.01rem + 0.8533vw, 1.65rem);
}
.arealine::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  color: #0575E6;
  margin-right: 7px;
}
.arealine::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ddd;
  transition: 1.2s;
  transition-delay: 0.75s;
}
.areatext.inview .arealine::after {
  width: 100%;
}
@media(max-width:750px) {
  .areaimg {
    width: 85% !important;
    margin: 30px auto 0;
  }
}
@media(max-width:550px) {
  .area {
    padding: 50px 0 55px;
  }
  .area .maintitle {
    margin-bottom: 15px !important;
  }
}
/* ご依頼の流れページ =======================================================================================================*/
/* ご依頼の流れ */
.flow .inner {
  max-width: 1093px;
}
.flow .maintitle {
  margin-bottom: 23px;
}
.flow .fitc {
  margin-bottom: 35px;
  text-align: center;
}
@media(max-width:750px) {
  .flow .fitc {
    text-align: left;
  }
  .flow .fitc br {
    display: none;
  }
}
/**/
.flows {
  position: relative;
}
.flows::before {
  content: "";
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 40px;
  padding: 25px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 11px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #0575E6;
  border-radius: 50%;
  top: 57px;
  left: -44px;
}
.flows > div::after {
  width: 40px;
  border-bottom: 2px dotted #0575E6;
  position: absolute;
  top: 56px;
  left: -41px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows .stitle .en {
  display: inline-block;
  margin-right: 10px;
}
.flows .spmgb {
  display: flex;
}
.flows .spmgb img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.flows > div .tbtn {
  margin-top: 15px;
}
@media (max-width:750px) {
  .flows > div {
    margin-left: 20px;
    padding: 15px;
  }
  .flows > div::before {
    width: 9px;
    left: -23.55px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 21px;
    left: -22px;
  }
  .flows .spmgb {
    margin-bottom: 8px;
  }
}
@media (max-width:550px) {
  .flow .fitc {
    margin-bottom: 30px;
  }
  .flows > div {
    margin-bottom: 13px;
  }
}
/* よくある質問 */
.faqs .inner {
  max-width: 887px;
}
.faqs .maintitle {
  margin-bottom: 30px;
}
.faq {
  counter-reset: number 0;
}
.faq div:not(.answer) {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.faq div:not(.answer):last-of-type {
  margin-bottom: 0 !important;
}
.faq div:not(.answer) h2 {
  font-weight: 500;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #0575E6;
}
.faq div:not(.answer) h2, .answer {
  position: relative;
  padding-left: 30px;
}
.faq div:not(.answer) h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
  font-family: "Cormorant Garamond", serif;
}
.faq div:not(.answer) h2::before {
  counter-increment: number 1;
  content: "Q.";
  top: -0.05em;
  left: 0;
  opacity: 0.7;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #0575E6;
}
@media(max-width:550px) {
  .faqs .maintitle {
    margin-bottom: 25px;
  }
  .faq div:not(.answer) {
    padding: 15px 11px;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 会社概要 */
.overview .inner {
  max-width: 1043px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #0575E6;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 500;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #0575E6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
  .info_table .spnone {
    display: none;
  }
  .info_table .spblock {
    display: block;
  }
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  margin-top: -7px;
}
.twflex div {
  width: 48.3%;
  position: relative;
}
.twflex div:last-of-type {
  margin-top: 20px;
}
@media(max-width: 750px) {
  .twflex {
    width: 115%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 27px;
  }
  .twflex div {
    width: 47%;
  }
  .twflex div:last-of-type {
    margin-top: 15px;
  }
}
/* アクセス */
.map .maintitle {
  margin-bottom: 30px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map .maintitle {
    margin-bottom: 23px;
  }
  .map iframe {
    height: 260px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  background: #fff;
  padding: 27px;
}
.telbox i {
  color: #0575E6;
}
.red {
  color: #ff5736;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.5rem, 1.35rem + 0.5333vw, 1.75rem);
  color: #333;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 0;
  line-height: 1.7;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #0575E6;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1055px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p:first-of-type {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 92%;
  }
  .telboxwrap .telbox p:first-of-type {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.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: #0575E6;
  padding: 5px;
  margin-right: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.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: .45s;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid transparent;
  background: transparent;
}
.mailform button:hover {
  color: #0575E6;
  border: 1px solid #0575E6;
  background: #fff;
}
.mailform button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, #80d0ff, #0575e6, #021b79);
  transition: .35s all;
  z-index: -1;
}
.mailform button:hover::after {
  opacity: 0;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
/*チェックボックス*/
.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 #0575E6;
  border-bottom: 3px solid #0575E6;
  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;
}
@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%;
  }
}
@media (max-width: 550px) {
  .longbtn a {
    max-width: 300px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
/* プライバシーポリシーページ ===============================================================================================*/
.privacypolicy .inner {
  max-width: 969px;
}
.privacypolicy .maintitle {
  margin-bottom: 30px;
}
.privacypolicy p {
  margin-bottom: 20px;
}
.privacypolicy p:last-of-type {
  margin-bottom: 0 !important;
}
.privacypolicy p span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #0575E6;
}