/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input ,b{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  background: #f8f6f4;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.sp{
  display: none;
}
header {
  padding: 140px 0 30px;
}
.headWrap {
  width: min(1280px,100%);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.headWrap .left {
  width: min(335px,50%);
  align-items: end;
}
.headWrap h1 a span {
  display: block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  margin-top: 10px;
}
.iconInst {
  width: 22px;
  margin-left: 50px;
  position: relative;
  display: inline-block;
}
.iconInst img {
  width: 22px;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.iconInst .iconInst-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.iconInst:hover .iconInst-default {
  opacity: 0;
}
.iconInst:hover .iconInst-hover {
  opacity: 1;
}
.headWrap .right {
  width: 70%;
  justify-content: flex-end;
  align-items: center;
}
.headWrap .right .menuNav {
  width: 60%;
  flex-direction: column;
}
.headWrap .right .contactHead {
  background: #fff;
  border: 1px solid #000;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 0 #000;
  position: relative;
  letter-spacing: 0.12em;
  margin-left: 42px;
  transition: .3s;
}
.headWrap .right .contactHead:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}
.headWrap .right .contactHead img {
  width: 18px;
  margin-right: 10px;
}
.headWrap .right .menuNav ul {
  display: flex;
  justify-content: flex-end;
}
.headWrap .right .menuNav ul:nth-child(1) {
  margin-bottom: 10px;
}
.headWrap .right .menuNav ul li:nth-child(1) a {
  margin-left: 0;
}
.headWrap .right .menuNav li a {
  font-size: 13px;
  margin-left: 42px;
  letter-spacing: 0.12em;
}
.headWrap .right .menuNav li a:hover,
.navMenuBlock .right ul li a:hover {
  color: #808080;
}
.navMenuBlock {
  position: fixed;
  width: 100%;
  top: -110px;
  left: 0;
  background: #f8f6f4;
  z-index: 20;
  transition: top 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
.navMenuBlock.is-visible {
  top: 0;
  pointer-events: unset;
  opacity: 1;
}
.navMenuBlock .wrap{
  padding: 24px 38px;
  box-sizing: border-box;
  width: min(1280px,100%);
  margin: 0 auto;
}
.navMenuBlock .left {
  width: 20%;
  margin-right: 10%;
  align-items: center;
}
.navMenuBlock .left h1 {
  width: 75%;
}
.navMenuBlock .left .iconInst {
  width: 10%;
  margin-left: 12%;
  position: relative;
  display: inline-block;
}
.navMenuBlock .right {
  width: 70%;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
.navMenuBlock .right ul {
  width: fit-content;
  min-width: max-content;
  flex-shrink: 0;
  justify-content: flex-end;
}
.navMenuBlock .right ul li {
  width: fit-content;
  min-width: max-content;
  flex-shrink: 0;
  margin-right: 30px;
}
.navMenuBlock .right ul li a {
  font-size: 13px;
  margin-left: 3%;
  white-space: nowrap;
}
.navMenuBlock .right .contactBtn {
  margin: 0;
}










.fvBlock {
  width: min(1280px,100%);
  margin: 0 auto;
  position: relative;
}
.fvBlock .txtBox1 {
  position: absolute;
  left: 90px;
  bottom: 120px;
  z-index: 15;
}
.fvBlock .txtBox1 h2 {
  font-family: "Sora";
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.26em;
  margin-bottom: 80px;
}
.fvBlock .txtBox1 p span {
  color: #fff;
  display: table;
  width: fit-content;
  border-bottom: 1px solid #fff;
  line-height: 2.4;
  margin-top: 10px;
  letter-spacing: 0.24em;
  font-size: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 38px;
  left: unset;
  right: 84px;
  width: 100px;
}
.swiper-pagination-bullet {
  background: #fff;
  border: 3px solid #fff;
  opacity: 1;
  width: 5px;
  height: 5px;
}
.swiper-pagination-bullet-active{
  background: transparent;
}
.topPhilosophy {
  margin: 120px auto;
  width: min(1280px,90%);
  scroll-margin-top: 200px;
}
.topPhilosophy .left h3 {
  font-size: 32px;
  margin-top: 70px;
  line-height: 2.4;
  letter-spacing: .2em;
  text-indent: -10px;
}
.topPhilosophy .left .inner1 {
  width: 80%;
  margin: 0 auto;
}
.tit1 {
  --c: #dc230a;
  --dx: 18px;
  --dy: 16px;
  --bw: 2px;
  position: relative;
  display: inline-block;
  padding: 22px 70px;
  border: var(--bw) solid var(--c);
  color: var(--c);
  letter-spacing: .2em;
  background: transparent;
  overflow: visible;
  font-size: 20px;
  font-weight: 600;
  font-family: "Sora";
}
/* 右面＋下面（奥の線） */
.tit1::before{
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(var(--dx), var(--dy));
  border-right: var(--bw) solid var(--c);
  border-bottom: var(--bw) solid var(--c);
  pointer-events: none;
}

/* 斜めのつなぎ線（3本） */
.tit1::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + var(--dx));
  height: calc(100% + var(--dy));
  pointer-events: none;

  background:
    /* 右上の斜め */
    linear-gradient(45deg,
      transparent calc(50% - 1px),
      var(--c)     calc(50% - 1px) calc(50% + 1px),
      transparent calc(50% + 1px)
    ) right top / var(--dx) var(--dy) no-repeat,

    /* 右下の斜め */
    linear-gradient(45deg,
      transparent calc(50% - 1px),
      var(--c)     calc(50% - 1px) calc(50% + 1px),
      transparent calc(50% + 1px)
    ) right bottom / var(--dx) var(--dy) no-repeat,

    /* 左下の斜め */
    linear-gradient(45deg,
      transparent calc(50% - 1px),
      var(--c)     calc(50% - 1px) calc(50% + 1px),
      transparent calc(50% + 1px)
    ) left bottom / var(--dx) var(--dy) no-repeat;
}
.topPhilosophy .left {
  width: 45%;
}
.topPhilosophy .left img {
  margin: 90px 0;
}
.topPhilosophy .right {
  width: 47%;
}
.topPhilosophy .right p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 3;
  margin-bottom: 70px;
}
.topPhilosophy .right p span,
.topPhilosophy .right p a{
  color: #dc230a;
  font-weight: 500;
}
.topPhilosophy .right p a {
  border-bottom: 1px solid #dc230a;
  font-weight: 500;
}
.topPhilosophy .right p .iconLink {
  width: 12px;
  height: 12px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: -14px;
  margin-left: 5px;
}
.topPhilosophy .left .inner1.ver2 h3 {
  text-indent: 0;
}
.workWrap {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}
.topWork {
  width: min(1280px,90%);
  margin: 0 auto;
  scroll-margin-top: 100px;
}
.tit2 {
  padding: 12px 60px;
  border: 1px solid #000;
  width: fit-content;
  margin: -36px auto 0;
  background: #fff;
  font-family: "Sora";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.tit2 span {
  font-weight: 500;
  font-size: 16px;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
  letter-spacing: 0.1em;
}
.tit2 span:before {
  content: "";
  width: 2px;
  height: 38px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(16deg);
  top: 0;
  bottom: 2px;
  margin: auto;
}
.topWork .txt1 {
  padding: 60px 0;
  text-align: center;
  font-size: 16px;
}
.topWork .box1 .box2 {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding: 4%;
}
.topWork .box1 .box2:nth-child(1) {
  border-left: 1px solid #000;
}
.topWork .box1 .box2 .txt2 {
  color: #dc230a;
  text-align: center;
  font-family: "sora";
  font-size: 13px;
  font-weight: 600;
}
.topWork .box1 .box2 h3 {
  font-size: 17px;
  text-align: center;
  margin: 10px 0 40px;
  height: 2em;
}
.topWork .box1 .box2 img {
  width: 70%;
  height: 38%;
  display: block;
  margin: 0 auto;
}
.topWork .box1 .box2 .txt3 {
  font-weight: 200;
  font-size: 14px;
  margin-top: 32px;
  text-align: justify;
}
.topWork .txt4 {
  text-align: center;
  margin: 40px 0;
  font-weight: 200;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
.topWork .txt4 span {
  font-weight: 500;
  color: #dc230a;
}
.contactBtn {
  background: #f8f6f4;
  border: 1px solid #000;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 0 #000;
  position: relative;
  letter-spacing: 0.12em;
  transition: .3s;
  width: fit-content;
  margin: 0 auto;
}
.contactBtn:hover {
  transform: translate(5px, 5px);
  box-shadow: none;
}
.contactBtn img {
  width: 18px;
  margin-right: 10px;
}
.topSchedule {
  padding: 200px 0;
}
.topSchedule .box1 {
  width: min(1280px,90%);
  margin: 0 auto;
}
.topSchedule .box1 .left {
  width: 57%;
  border-left: 1px solid #000;
}
.topSchedule .box1 .right {
  width: 33%;
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}
/* scheduleSlide: 1001px以上は通常表示、1000px以下はスライダー */
/* PC: 通常表示（2枚縦並び） */
.topSchedule .box1 .right .scheduleImages {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.topSchedule .box1 .right .scheduleImages img:first-child {
  margin-bottom: 60px;
}
.topSchedule .box1 .right .scheduleImages img {
  width: 100%;
  height: auto;
  display: block;
}
.tit3::before{
  content:"";
  position:absolute;
  inset: 0;
  background: var(--lineColor);
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowSize)) 0,
    100% 50%,
    calc(100% - var(--arrowSize)) 100%,
    0 100%
  );
  z-index: -2;
}
.tit3::after{
  content:"";
  position:absolute;
  inset: var(--lineWidth);
  background:#fff;
  --arrowInner: calc(var(--arrowSize) - var(--lineWidth));
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowInner)) 0,
    100% 50%,
    calc(100% - var(--arrowInner)) 100%,
    0 100%
  );
  z-index: -1;
}
.tit3 {
  --lineColor: #111;
  --lineWidth: 1px;
  --arrowSize: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 30px 170px;
  background: transparent;
  color: var(--lineColor);
  z-index: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1;
  font-family: "sora";
  position: relative;
  top: -1px;
  left: -1px;
}
.tit3 > span {
  position: relative;
  font-size: 16px;
  letter-spacing: .12em;
  padding-left: 46px;
  white-space: nowrap;
  font-weight: 500;
}
.tit3 > span::before{
  content:"";
  position:absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 46px;
  background: var(--lineColor);
  transform: translateY(-50%) rotate(12deg);
}
.topSchedule .box1 .left .txt1 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding: 50px 0;
}
.topSchedule .box1 .left ul li {
  --dashColor: #000;
  --dashLength: 10px;
  --gapLength: 10px;
  --lineWidth: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--dashColor) 0 var(--dashLength),
    transparent 0 calc(var(--dashLength) + var(--gapLength))
  );
  background-size: auto var(--lineWidth);
  background-repeat: no-repeat;
  background-position: left top;
  border-top: none;
  padding-top: calc(var(--lineWidth) + 0px);
}
.topSchedule .box1 .left ul li {
  padding: 30px 60px;
  position: relative;
}
.topSchedule .box1 .left ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
}
.topSchedule .box1 .left ul li .time {
  font-size: 28px;
  font-family: 'Sora';
  width: 50%;
  font-weight: 600;
}
.topSchedule .box1 .left ul li .conts {
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
}
.flowWrap {
  background: #fff;
  border-top: 1px solid #000;
  padding-bottom: 200px;
}
.topFlow {
  scroll-margin-top: 160px;
}
.topFlow .txt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 60px 0 50px;
  letter-spacing: 0.12em;
}

.topFlow ol {
  width: min(860px,90%);
  margin: 0 auto;
}
.topFlow ol li {
  border: 1px solid #000;
  margin-top: 40px;
  align-items: stretch;
  position: relative;
}
.topFlow ol li .num {
  background: #a98f77;
  width: 15%;
}
.topFlow ol li .txtBox {
  width: 85%;
}
.topFlow ol li .num {
  background: #a98f77;
  width: 18%;
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-family: "Sora";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4% 0;
  font-weight: 600;
}
.topFlow ol li .num span {
  display: block;
  color: #fff;
  font-family: "Sora";
  font-size: 12px;
  margin-top: -10px;
  font-weight: 600;
}
.topFlow ol li .txtBox {
  padding: 4% 6%;
  box-sizing: border-box;
}
.topFlow ol li:nth-child(1) .txtBox .contactBtn {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.topFlow ol li:nth-child(1) .txtBox {
  align-items: center;
}
.topFlow ol li .txtBox h3 {
  font-size: 16px;
  font-weight: 500;
}
.topFlow ol li .txtBox p {
  font-size: 14px;
  font-weight: 200;
  margin-top: 8px;
}
.topFlow ol li:before {
  content: "";
  display: block;
  width: 14px;
  height: 32px;
  position: absolute;
  left: 8%;
  bottom: -12%;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
}
.topFlow ol li:last-child:before {
  display: none;
}
.topAbout {
  background: #f8f6f4;
  width: min(1280px, 90%);
  margin: 180px auto 0;
  align-items: flex-start;
  padding: 3%;
  box-sizing: border-box;
  scroll-margin-top: 160px;
}
.topAbout .tit2 {
  margin: 0;
}
.topAbout .box1 {
  width: calc(95% - 380px);
}
.topAbout .box1 ul li {
  border-bottom: 1px solid #000;
  padding: 24px 0;
  display: flex;
}
.topAbout .box1 ul li:first-child {
  border-top: 1px solid #000;
}
.topAbout .box1 ul li span {
  font-weight: 200;
  font-size: 14px;
}
.topAbout .box1 ul li .th {
  width: 15%;
  margin-right: 5%;
}
.topAbout .box1 ul li .td {
  width: 80%;
}
.topContact {
  border-top: 1px solid #000;
  scroll-margin-top: 200px;
}
.topContact .txt1 {
  margin: 60px 0 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.topContact .wpcf7 {
  width: min(660px, 80%);
  margin: 0 auto;
}
.topContact label .th {
  font-size: 15px;
  display: block;
  margin: 24px 0 6px;
}
.topContact label .his {
  color: #dc230a;
  font-size: 10px;
  margin-left: 6px;
}
.topContact label .td input,
.topContact label .td textarea {
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.topContact label .privacy {
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 200px;
  font-size: 14px;
  overflow: auto;
}
.topContact .doui .wpcf7-form-control-wrap {
  margin: 30px auto 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.topContact .doui .wpcf7-form-control-wrap input {
  margin-right: 7px;
}
.topContact .send {
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 0 #000;
  position: relative;
  transition: .3s;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  transition: .3s;
}
.topContact .send:hover {
    transform: translate(5px, 5px);
    box-shadow: none;
}
.topContact .send input {
  width: 100%;
  height: 100%;
  padding: 16px 120px;
  letter-spacing: 0.12em;
  background: transparent;
}
.topContact .wpcf7-spinner {
  position: absolute;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 200;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  padding: 20px;
  background: #fff;
}
.topContact .txt2 {
  text-align: center;
  margin-top: 18px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.topContact .txt3 {
  font-size: 32px;
  text-align: center;
  margin: 87px 0 95px;
  line-height: 2;
  letter-spacing: 0.18em;
}
.bnr1 {
  width: min(934px,90%);
  margin: 0 auto;
  display: block;
}
footer {
  border-top: 1px solid #000;
  margin-top: 140px;
  padding-top: 40px;
}
.fbox1 {
  width: min(1135px,90%);
  margin: 0 auto;
}
.fbox1 > .left {
  width: 58%;
  padding-right: 0%;
  border-right: 1px solid #000;
  margin-right: 2%;
}
.fbox1 .left .logo {
  margin-right: 10%;
  width: 40%;
}
.fbox1 .left .logo span {
  font-size: 12px;
  margin-top: 8px;
  display: block;
  text-align: center;
  letter-spacing: 0.16em;
}
.fbox1 > .left ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.fbox1 > .left ul li {
  width: 50%;
}
.fbox1 > .left ul li a {
  font-size: 13px;
  margin: 4px 0;
  display: block;
  letter-spacing: 0.08em;
  transition: .3s;
}
.fbox1 > .left ul li a:hover{
  color: #aaa;
}
.fbox1 > .right {
  width: 38%;
  display: flex;
  align-items: center;
}
.fbox1 > .right .left2 h2 {
  font-size: 12px;
  font-weight: 600;
  font-family: "Sora";
  margin-bottom: 6px;
}
.fbox1 > .right .left2 {
  width: 60%;
  margin-right: 5%;
}
.fbox1 > .right .left2 a {
  font-size: 11px;
  font-weight: 600;
}
.fbox1 > .right .left2 a span {
  display: block;
  font-size: 13px;
}
.fbox1 > .right .right2 {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
.fbox1 > .right .right2 .inst {
  width: 22px;
  margin-left: 0;
  margin-right: 40px;
}
.fbox1 > .right .right2 .topBtn {
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  position: relative;
}
.fbox1 > .right .right2 .topBtn img{
  width: 13px;
  height: 17px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
  transform: rotate(-180deg);
  top: 0;
  transition: .3s;
}
.fbox1 > .right .right2 .topBtn:hover img{
  top: -25px;
} 
footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 80px auto 30px;
  letter-spacing: 0.14em;
}
.sp{
  display: none;
}
@media screen and (max-width: 1300px){
  .navMenuBlock .right .contactBtn{
    display: none;
  }
	.topPhilosophy .left h3 {
    font-size: 28px;
	}
}
@media screen and (max-width: 1000px){
.pc{
  display: none;
}
.sp{
  display: block;
}
.navMenuBlock{
  display: none;
}
header {
  padding: 16px 0 5%;
  width: 100%;
  position: fixed;
  z-index: 30;
}
.headWrap .left {
  position: absolute;
  z-index: 22;
}
.headWrap .right {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: #f8f6f4;
  z-index: 20;
  overflow: hidden;
}
.headWrap .iconInst{
  display: none;
}
.headWrap .left {
    width: 57%;
    height: 48px;
    left: 5%;
    margin: auto;
    background: #f8f6f4;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
}
.headWrap .left h1{
  width: 100%;
}
.headWrap .left h1 a {
  display: flex;
}
.headWrap .left h1 a .logo {
  width: 42%;
  margin-right: 4%;
}
.headWrap h1 a span {
    font-size: 1.75vw;
    text-align: left;
}
.br{
  display: block;
}
header .btn {
  position: fixed;
  top: 0;
  margin: auto;
  right: 0;
  width: 72px;
  width: 18%;
  padding: 12px 0 7px;
  z-index: 30;
  background: #f8f6f4;
}
header .btn span {
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  margin: 8px auto;
  position: relative;
  top: 0;
  transition: .3s;
}
header .on .btn span:first-child {
  transform: rotate(45deg);
  top: 9px;
}
header .on .btn span:nth-child(2) {
  opacity: 0;
}
header .on .btn span:last-child {
  transform: rotate(-45deg);
  top: -9px;
}
.headWrap .right {
  flex-wrap: wrap;
  padding-bottom: 1vh;
  transition: .3s;
}
.headWrap .right.on {
  height: 90vh;
  overflow: auto;
  align-items: self-start;
  padding-bottom: 20vh;
}
.headWrap .right .menuNav {
  width: 100%;
  padding-top: 110px;
}
.headWrap .right .menuNav ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
.headWrap .right .menuNav ul:nth-child(1) {
  margin-bottom: 0;
}
.headWrap .right .menuNav ul li {
  border-bottom: 1px solid #000;
}
.headWrap .right .menuNav ul:first-child li:first-child {
  border-top: 1px solid #000;
}
.headWrap .right .menuNav ul li a {
  font-size: 16px;
  display: flex;
  text-align: left;
  width: 100%;
  margin-left: 0;
  justify-content: space-between;
  padding: 30px 7%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.headWrap .right .menuNav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  width: 25px;
  height: 14px;
  margin: auto;
}
.headWrap .right .menuNav ul li a span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Sora";
  color: #dc230a;
  text-align: left;
  width: 42%;
}
.headWrap .right .contactHead {
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0;
  margin-top: 20px;
}
article {
  padding-top: 61px;
}
.fvBlock {
  width: 100%;
  height: calc(100vh - 72px);
}
.fvSlide {
  height: calc(100vh - 72px);
}
.fvSlide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fvBlock .txtBox1 h2 {
  writing-mode: vertical-rl;
  font-size: 34px;
  position: absolute;
  top: 8%;
  right: 8%;
}
.fvBlock .txtBox1 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fvBlock .txtBox1 p {
  position: absolute;
  bottom: 16%;
  left: 12%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 0;
  right: 0;
  margin: auto;
}
.topPhilosophy {
  margin-top: 50px;
  flex-wrap: wrap;
  scroll-margin-top: 100px;
}
.topPhilosophy .left {
  width: 100%;
}
.tit1 {
  padding: 20px 40px;
  margin: 0 auto;
  font-size: 16px;
  display: table;
}
.topPhilosophy .left h3 {
  font-size: 21px;
  margin-bottom: 30px;
}
.topPhilosophy .left p,
.topPhilosophy .right p {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 40px;
  text-align: justify;
}
.topPhilosophy .left p br,
.topPhilosophy .right p br{
  display: none;
}
.topPhilosophy .left p span{
  color: #dc230a;
  font-weight: 500;
}
.topPhilosophy .left img {
  margin: 0 auto 40px;
  width: 80%;
  display: block;
}
.topPhilosophy .right {
  width: 80%;
  margin: 40px auto;
}
.topPhilosophy .right p {
  font-size: 14px;
}
.topPhilosophy .right h3 {
  font-size: 21px;
  line-height: 2.4;
  letter-spacing: .2em;
}
.tit2 {
  padding: 15px 0;
  width: 80%;
  box-sizing: border-box;
  text-align: center;
}
.topWork .txt1 {
  padding: 40px 0;
  font-size: 13px;
  line-height: 2.2;
}
.topWork .box1 {
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}
.topWork .box1 .box2 .txt3 {
  margin-top: -10px;
}
.topWork .box1 .box2 {
  width: 100%;
}
.topWork .box1 .box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.topWork .box1 .box2 .box3 {
  width: 60%;
  margin-right: 5%;
}
.topWork .box1 .box2 .box3 {
  width: 55%;
  margin-right: 5%;
}
.topWork .box1 .box2 .box3 *{
  text-align: left;
}
.topWork .box1 .box2 img {
  width: 35%;
}
.topWork .box1 .box2:nth-child(1) {
  border-left: none;
  border-top: 1px solid #000;
}
.topWork .box1 .box2 {
  border-right: 0;
  border-bottom: 1px solid #000;
  padding: 30px 5%;
}
.topWork .box1 .box2:nth-child(odd) {
  background: #f8f6f4;
}
.topWork .box1 .box2 h3 {
  font-size: 20px;
  margin-top: 4px;
}
.topWork .txt4 {
  font-size: 13px;
  text-align: justify;
  line-height: 2;
  width: 85%;
  margin: 30px auto;
}
.topWork .txt4 br{
  display: none;
}
.contactBtn {
  font-size: 15px;
  width: 85%;
  box-sizing: border-box;
  justify-content: center;
  padding: 22px 0;
}
.contactBtn img {
  width: 24px;
  margin-right: 10px;
}
.workWrap {
  padding-bottom: 80px;
}
.topSchedule {
  padding: 60px 0;
}
.tit3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  gap: 20px;
  padding: 30px 160px;
  margin-left: -15px;
}
.tit3 > span {
  padding-left: 20px;
  font-size: 15px;
}
.topSchedule .box1 {
  flex-wrap: wrap;
}
.topSchedule .box1 .left {
  width: 90%;
  margin: 0 auto;
}
.topSchedule .box1 .left .txt1 {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.topSchedule .box1 .left ul li {
  padding: 20px 30px;
}
.topSchedule .box1 .left ul li .time {
  font-size: 14px;
}
.topSchedule .box1 .left ul li .conts {
  font-size: 14px;
  width: 50%;
}
.topSchedule .box1 .left ul li .conts br{
  display: none;
}
.topSchedule .box1 .right {
  width: 90%;
  margin-top: 40px;
  margin: 40px auto;
}
.topSchedule .scheduleSlide {
  width: 100%;
  overflow: hidden;
}
.topSchedule .scheduleSlide img {
  width: 100%;
  height: auto;
  display: block;
}
.topSchedule .scheduleSlide .swiper-pagination {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.topSchedule .scheduleSlide .swiper-pagination-bullet {
  background: #000;
  border: 3px solid #000;
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.topSchedule .scheduleSlide .swiper-pagination-bullet-active {
  background: transparent;
  border: 3px solid #000;
}
.topSchedule .box1 .right .scheduleImages{
  display: none;
}
.topFlow .txt1 {
  font-size: 13px;
  line-height: 2.3;
  margin: 36px 0 20px;
}
.topFlow ol li {
  flex-wrap: wrap;
}
.topFlow ol li .num {
  width: 100%;
  padding: 10px 0;
  font-size: 27px;
}
.topFlow ol li .num span {
  font-size: 13px;
  margin: 3px 16px 0;
}
.topFlow ol li .num {
  width: 100%;
  padding: 10px 0;
  font-size: 27px;
  flex-direction: row;
  align-items: center;
}
.topFlow ol li:nth-child(1) .txtBox {
  display: block;
  width: 100%;
  padding: 4% 6% 9%;
}
.topFlow ol li .txtBox h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 14px;
}
.topFlow ol li .txtBox p br{
  display: none;
}
.topFlow ol {
  width: min(860px,80%);
}
.topFlow ol li:nth-child(1) .txtBox .contactBtn {
  width: 100%;
  justify-content: center;
  padding: 18px 0;
  margin: 20px 0 0;
}
.topFlow ol li {
  margin-top: 50px;
}
.topFlow ol li .txtBox {
    width: 100%;
    padding:4% 6% 6%;
}
.topFlow ol li:before {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -3.5vw;
}
.topAbout {
  margin: 90px auto 0;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
}
.topAbout {
  margin: 90px auto 0;
  width: 100%;
  padding: 50px 10%;
  box-sizing: border-box;
}
.topAbout {
  margin: 90px auto 0;
  width: 100%;
  padding: 50px 10% 120px;
  box-sizing: border-box;
  border-top: 1px solid #000;
  flex-wrap: wrap;
}
.topAbout .tit2 {
  width: 90%;
  margin: 0 auto;
}
.topAbout .box1 {
  width: 100%;
  margin-top: 40px;
}
.topAbout .box1 ul li .th {
  width: 30%;
  margin-right: 5%;
}
.topAbout .box1 ul li .td {
    width: 65%;
}
.topAbout .box1 ul li .td br{
    display: none;
}
.flowWrap {
    padding-bottom: 0;
}
.topContact .txt1 {
  margin: 40px 0 30px;
  font-size: 13px;
  line-height: 2.1;
}
.topContact .send {
  width: 100%;
  overflow: hidden;
}
.topContact .send p{
  width: 100%;
}
.topContact .send input {
  box-sizing: border-box;
  padding: 16px 0;
}
.topContact .txt3 {
  font-size: 21px;
  margin: 40px 0;
}
footer {
  margin-top: 60px;
}
.fbox1, .fbox1 > .left {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fbox1 > .left,
.fbox1 > .right,
.fbox1 .left .logo,
.fbox1 > .left ul{
  width: 100%;
}
.fbox1, .fbox1 > .left{
  border-right: 0;
}
.fbox1 .left .logo {
  margin: 0 auto;
  width: 80%;
}
.fbox1 .iconInst {
  margin: 50px auto;
}
.fbox1 > .left ul li a {
  margin: 8px 0;
}
.fbox1 > .right {
  margin-top: 40px;
}
.fbox1 > .right .right2 {
  margin-right: 7%;
}
.topFlow {
  scroll-margin-top: 100px;
}
.topAbout {
  scroll-margin-top: 100px;
}
.topContact {
  scroll-margin-top: 140px;
}
}
@media screen and (max-width: 710px){
header {
    height: 26px;
}
.headWrap .left {
	width: 78%;
	height: 30px;
	align-items: center;
}
	}