@media not print {
  .show-for-print {
    display: none !important;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－カスタマイズここから－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
html, article, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  scroll-behavior: smooth;
}
/*本文共通パーツ－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
body, body p {
  margin: 0px;
  padding: 0px;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 2em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
body p {
  letter-spacing: 0.05rem;
}
a {
  text-decoration: none;
  color: #ef9063;
}
h1 {
  margin-bottom: 0.3em;
  font-size: 3em;
  line-height: 2em;
}
.title-head-box h1 {
  font-size: 2.5em;
  padding-bottom: 2em;
  padding-top: 1em;
}
h2 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  line-height: 1.75em;
}
h3 {
  font-size: calc(0.8vw + 1.25rem);
  margin-bottom: 1em;
  letter-spacing: 0.1rem;
  line-height: 1.75em;
}
h4 {
  font-size: calc(0.5vw + 1.15rem);
  margin-top: 1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.1rem;
  line-height: 1.75em;
  padding-bottom: 0.3em;
}
.ao {
  color: #ef9063;
}
.aka {
  color: #FF0000;
}
.tm50 {
  margin-top: 50px;
}
.tm100, .tm100pc {
  margin-top: 100px;
}
.tm200, .tm200pc {
  margin-top: 200px;
}
.tm1em {
  margin-top: 1em;
}
.tm2em {
  margin-top: 2em;
}
.tm3em {
  margin-top: 3em;
}
.tm5rem {
  margin-top: 5rem;
}
.bm50 {
  margin-bottom: 50px;
}
.bm100 {
  margin-bottom: 100px;
}
.bm200 {
  margin-bottom: 200px;
}
.bm100pc {
  margin-bottom: 100px;
}
.bm200pc {
  margin-bottom: 200px;
}
.bm05em {
  margin-bottom: 0.5em;
}
.bm1em {
  margin-bottom: 1em;
}
.bm2em {
  margin-bottom: 2em;
}
.bm2empc {
  margin-bottom: 2em;
}
.bm3em, .bm3empc {
  margin-bottom: 3em;
}
.Center {
  text-align: center;
}
ul {
  padding: 0;
}
ul li {
  margin: 0 0 0 1.5em;
}
ol {
  padding: 0;
}
ol li {
  margin: 0 0 0 1.5em;
  padding-bottom: 0.5em;
}
/*画像配置－－－－－－－－－－－－－－－－－－－－－－－－ */
img.alignright {
  margin-right: 0;
  margin-left: auto;
  float: right;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
/* 配置位置 右 */
img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}
/* 配置位置 左 */
img.aligncenter {
  display: block;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
  clear: both;
}
/* フッター　－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 1em;
}
footer a {
  color: #FFFFFF;
  background-color: #EF9063;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  padding-left: 12px;
  display: block;
  float: left;
  border-radius: 5px;
}
/*共通パーツ－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
/*100vh－－－－－－－－－－－－－－－－－－－－－－－－ */
.haikei-top {
	height: 50vh;
	position: relative;
	background-image: url(../img/top1.svg);
	background-repeat: no-repeat;
	background-size: 61vw;
	background-position: 100% bottom;
	margin-top: -7vh;
	min-height: 660px;
}
#container {
  position: relative;
  z-index: 1;
}
/* お問い合わせ－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
.otoiawase {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  border: 1em solid #EEEEEE;
  margin-bottom: 5%;
  margin-top: 5%;
}
.otoiawase h2 {
  color: #ef9063;
  text-align: center;
  border-bottom: 1px solid #ef9063;
  padding-bottom: 0.35em;
  margin-bottom: 1em;
}
.otoiawase ul {
  margin-top: 3em;
}
.tel_fax {
  color: #ef9063;
  font-size: xx-large;
  letter-spacing: 0.05em;
}
.tel_fax .fas {
  font-size: x-large;
}
.tel_fax .eigyou_time {
  /* [disabled]margin-bottom: 2em; */
  font-weight: bold;
  padding-bottom: 1rem;
  display: block;
}
.form_box {
  margin-top: 3em;
  padding-top: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  background-color: #F4F4F4;
}
.form_box h2 {
  text-align: center;
  /* [disabled]margin-bottom: 3em; */
  color: #ef9063;
}
.form_box h3 {
  margin-top: 3em;
}
.entryform {
  margin-top: 3em;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  border: 1px dotted #3E3E3E;
  background-color: #F4F4F4;
}
.c1, .c2 {
  font-weight: normal;
  color: #666666;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #BABABA;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 30px;
}
p.c1, p.c2 {
  margin: 0;
}
.c1:hover, .c2:hover {
  background-color: #F4F4F4;
}
.c1.last, .c2.last {
  border-bottom: none;
}
.m-alert {
  padding-top: 2px;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2px;
  background: #E13624;
  color: #FFFFFF;
  margin-top: 5px;
  margin-left: 0.2em;
  margin-bottom: 5px;
  font-weight: normal;
  margin-right: 0.5em;
}
input[type=text], input[type=tel], input[type=email] {
  font-size: 15px;
}
.c1 textarea, .c2 textarea {
  font-size: 13px;
  width: 100%;
}
.file {
  margin: 10px;
  display: block;
}
span.wpcf7-list-item {
  display: block;
}
input[type=text], textarea, input[type=email], input[type=tel] {
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  border: 1px solid #337AB7;
}
input[type=text], select, input[type=email], input[type=tel] {
  outline: none;
}
.contact_right textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 100%;
  padding: 0 3px;
}
.contact_right textarea:focus {
  border: 1px solid #337AB7;
}
.contact_right textarea {
  outline: none;
  width: 100%;
}
input[type=submit] {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 100%;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  color: #F4F4F4;
  font-weight: bold;
  background-color: #c39731;
  padding-top: 0;
  padding-right: 3px;
  padding-bottom: 0;
  padding-left: 3px;
  margin-top: 10px;
}
.contact_form input[type=submit] {
  width: 50%;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
  height: 50px;
  font-size: 1.5em;
}
input[type="radio"] {
  margin: 0 0 4px 0 !important;
}
.wpcf7-not-valid-tip {
  color: #E84F52;
  text-decoration: underline;
}
.ToiawaseKakunin {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ToiawaseKakunin a {
  text-decoration: underline;
  color: #337AB7;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  margin-top: 10px;
  /* [disabled]margin-bottom: 30px; */
  border: 1px solid #BABABA;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 30px;
  background-color: #fff;
}
.wpcf7-validates-as-required {
  min-width: 30%;
}
.wpcf7-form b {
  font-size: 1em;
  font-weight: bold;
  color: #ef9063;
}
.wpcf7-form b::before {
  content: "●";
}
.wpcf7-select {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #BABABA;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 30px;
  height: 3.5em;
  background-color: #FFFFFF;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding-right: 10px;
  width: auto;
}
.wpcf7-validates-as-date {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #BABABA;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 30px;
  height: 3.5em;
  padding-right: 10px;
  background-color: #FFFFFF;
  float: left;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
  border-color: #F4F4F4;
  border-style: none;
  text-align: left;
  color: #F4F4F4;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  text-indent: 0px;
  background-color: #E13624;
}
div.wpcf7-mail-sent-ok {
  border-style: none;
  color: #337AB7;
}
.toiawase_box {
  background-color: #F4F4F4;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
}
/* Flexboxを使ったより柔軟な横並び */
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; /* 縦の隙間・横の隙間 */
  color: #3E3E3E;
  font-size: 15px;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
#soudan {
  scroll-margin-top: 2vh;
}
/* ボタン関係　－－－－－－－－－－－－－－－－ */
.haikei-toiawase .button a {
  background: #eb6100;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 60%;
  padding: 20px 30px;
  line-height: 1.8;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 5px #b65511;
  transition: 0.3s ease-in-out;
  font-size: 3vh;
}
.haikei-toiawase h2 {
  font-size: 4.5rem;
}
.btn_wrap {
  width: 50%;
  height: auto;
  position: relative;
  margin: auto;
  padding-top: 4em;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .btn_wrap {
    width: 80%;
    height: auto;
    position: relative;
    margin: auto;
    padding-top: 4em;
  }
}
.btn_balloon {
  width: 80%;
  height: 2em;
  /* padding-left: 26.1em; */
  border-radius: 20px;
  border: solid 2px #32b16c;
  background-color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  transition: 0.2s;
  color: #009b5d;
  z-index: 2;
}
.btn_balloon::before, .btn_balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.btn_balloon::before {
  bottom: 1px;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.btn_balloon::after {
  bottom: 0;
  border-width: 11px 8px 0 8px;
  border-color: #32b16c transparent transparent transparent;
  z-index: 1;
}
.button1 {
  width: 100%;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
  border-radius: 1em;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
  color: #fff;
  transition: 0.2s;
}
/*エフェクト関係－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
/*========= 流体シェイプを動かす ===============*/
.fluid {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(244, 222, 124, 0.70), rgba(255, 241, 180, 0.60)); /*背景色（グラデーション）*/
  animation: fluidrotate 30s ease 0s infinite;
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*==================================================
ランダムにテキスト出現する
===================================*/
.TextRandomAnime span {
  opacity: 0;
}
.TextRandomAnime.appearRandomtext span {
  animation: text_randomanime_on .5s ease-out forwards;
}
/*アニメーションで透過を0から1に変化させる*/
@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.TextRandomAnime.appearRandomtext span:nth-child(2n) {
  animation-delay: .5s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
  animation-delay: .15s; /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}
/*==================================================
じわっ
===================================*/
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/*==================================================
にゅーん
===================================*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}
@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}
/*==================================================
526追加
===================================*/
/*=========数字カウント ===============*/
.count-size {
  font-size: 3rem;
  font-weight: bold;
  color: #d09e37;
}
/*========= waveを描画 ===============*/
.wave {
  /* [disabled]position: relative; */
}
.wave canvas {
  position: relative;
  left: 0;
  top: 23em;
  margin-top: -300px;
  width: 100%;
}
/*==================================================
526追加ここまで
===================================*/
/*index □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
.rogo {
  position: absolute;
  top: 11vh;
  margin-left: 6%;
  width: 35%;
  z-index: 100;
}
.index-top-h1 h2 {
  font-size: 2.1vw;
  /* [disabled]font-weight: bold; */
  letter-spacing: 0.2em;
  line-height: 1.35em;
  position: absolute;
  top: 26vh;
  margin-left: 7%;
  z-index: 100;
  color: #351D7A;
}
.index-top-h1 h2 span {
  font-size: 4.0vw;
  margin-left: 0%;
  line-height: 5vw;
}
.bg-extend-left {
  padding-top: 2vh;
  padding-right: 2vw;
  padding-left: 2vw;
  padding-bottom: 2vh;
  /* [disabled]border: 2px solid #F4F4F4; */
  color: #F4F4F4;
  overflow: hidden;
  font-size: 2.0vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  /* [disabled]position: absolute; */
  /* [disabled]top: 40vh; */
  /* [disabled]margin-left: 18%; */
  z-index: 100;
  /* [disabled]margin-top: 1.0vh; */
  background-color: #C81B1B;
  border-radius: 0.5em;
}
.bg-extend-left::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ef9063;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
}
.bg-extend-left:hover::before {
  left: 0;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeDownTrigger {
  opacity: 0;
}
.fluid-block {
  position: absolute;
  top: 10vh;
  width: 45%;
  height: 35vh;
  left: 2%;
}
.haikei {
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
}
.haikei-toiawase {
  padding-top: 12vh;
  padding-bottom: 15vh;
  background-color: #351D7A;
  text-align: center;
  margin-top: 0px;
  color: #F4F4F4;
}
.haikei-toiawase h3 {
  color: #d09e37;
  font-size: 3.3em;
  margin-top: 3vh;
  margin-bottom: 0;
}
.haikei-toiawase p {
  color: #F4F4F4;
  font-size: 2em;
}
.haikei-toiawase a {
  color: #F4F4F4;
}
.haikei-w {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}
.haikei-column {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #FAE3D7;
  margin-top: 0px;
  padding-left: 1vw;
  padding-right: 1vw;
}
.news-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  /* [disabled]padding-top: 10px; */
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #666 #e5e5e5;
}
.news-scroll::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.news-item {
  flex: 0 0 28vw;
  min-height: 140px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  scroll-snap-align: start;
}
.news-scroll {
  overflow-x: scroll;
}
/* スクロールバー全体のサイズ（これを書かないとトラックも効きません） */
.news-scroll::-webkit-scrollbar {
  height: 50px;
  width: 50px;
}
/* トラック（溝）の背景色 */
.news-scroll::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 10px;
}
/* サム（つまみ）のデザイン */
.news-scroll::-webkit-scrollbar-thumb {
  background-color: #000066;
  border-radius: 10px;
}
.news-item {
  flex: 0 0 clamp(260px, 30vw, 400px);
}
b {
  color: #ef9063;
  font-size: 1.2rem;
  line-height: 2.35rem;
}
.news-item a {
  color: #3E3E3E;
}
.news-item b {
  color: #ef9063;
  font-size: 1.2em;
  line-height: 1.35rem;
}
.mora-column {
  margin-bottom: 0px;
  margin-top: 2em;
  text-align: center;
}
.haikei-column .button a {
  background: #EF9063;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  /* [disabled]font-family: "Noto Sans Japanese"; */
  color: #FFFFFF;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.haikei-column .button a:hover {
  background: #fff;
  color: #EF9063;
}
.haikei-column .button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.haikei-column .button a:hover:after {
  border-color: #FFF;
}
.orange-box {
  border-radius: 2em;
  border: 2em solid #FAEACF;
  background-color: #FFFFFF;
  padding-top: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
}
.haikei-b {
  background-color: #d9f2ff;
  background-image: url(https://brain-s.co.jp/wp/wp-content/themes/ah-navi/img/kaiketu2.svg);
  background-repeat: no-repeat;
  background-position: 80% 0vh;
  background-size: 25% auto;
}
.haikei-b2 {
  background-color: #d9f2ff;
}
.haikei-g {
  background-color: #F2F0E9;
}
.haikei-w1 .white-box {
  width: 100%;
  min-width: 340px;
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 65px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 65px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.haikei-b .white-box {
  width: 55%;
  min-width: 340px;
  background-color: #fff;
  padding-top: 65px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 65px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 100;
  margin-top: 17vh;
  margin-left: 0;
}
.haikei-b2 .white-box {
  width: 60vw;
  min-width: 400px;
  background-color: #fff;
  padding-top: 65px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 65px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 100;
  right: 3vw;
  margin-top: 5vh;
  margin-left: 35vw;
}
.haikei-b2 img {
  position: relative;
  margin-left: 1vw;
  height: 55vh;
}
.haikei-g .white-box {
  width: 100%;
  min-width: 340px;
  background-color: #fff;
  padding-top: 65px;
  padding-right: 65px;
  padding-left: 65px;
  padding-bottom: 65px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.haikei-9 {
  background-color: #EEE7E3;
}
.haikei-9 h2 {
  color: #E13624;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 5px dotted #E13624;
  margin-bottom: 1em;
}
.haikei-9 section {
  border-radius: 5px;
  background-color: #fff;
  padding-top: 2em;
  padding-right: 2em;
  padding-left: 2em;
  padding-bottom: 2em;
}
.haikei-9 section h3 {
  color: #E13624;
  font-size: calc(0.4vw + 1rem);
  line-height: 1.35em;
}
.haikei-9 .row {
  margin-bottom: 3vh;
}
.white-box h3, .white-box p {
  text-align: justify;
}
.haikei-pack6 {
  background-color: #F2F0E9;
  margin-top: 0px;
  padding-top: 10vh;
}
#page .haikei-pack6 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#page .haikei-pack6 .pack {
  background-color: #FFFFFF;
  /* [disabled]padding-bottom: 5vh; */
  border-radius: 2em;
  margin-bottom: 10vh;
  margin-top: 5vh;
}
.haikei-pack6 .pack .row {
  padding-top: 0;
  padding-right: 5em;
  padding-bottom: 5em;
  padding-left: 5em;
}
.haikei-pack6 h2 {
  position: relative;
  font-size: 3.1rem;
  line-height: 1.35em;
}
.haikei-recruit {
  background-color: #F4F4F4;
  background-position: 5% 20vh;
  background-size: cover;
}
.haikei-recruit .pack {
  background-color: #FFFFFF;
  padding-bottom: 3em;
  border-radius: 2em;
  padding-top: 3em;
  padding-right: 3em;
  padding-left: 3em;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .haikei-pack6 .pack .row {
    padding-top: 0;
    padding-right: 2.5em;
    padding-bottom: 3em;
    padding-left: 2.5em;
  }
  .haikei-pack6 h2 {
    font-size: 2.2rem;
  }
}
.haikei-pack6 img {
  position: relative;
  margin-top: -12em;
}
.haikei-pack6 .pack img {
  position: sticky;
  width: 100%;
  margin-top: 0;
}
.haikei-pack6 .pack h3 {
  position: relative;
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
.haikei-pack6 .pack h3 span {
  position: absolute;
  top: 1em;
  left: -1.5em;
  padding-top: 0.3em;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 0.3em;
  color: #fff;
  background: #22ac38;
  border-radius: 1.5em;
}
.haikei-pack6 .pack h3 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .haikei-pack6 .pack h3 {
    padding-left: 2em;
  }
  .haikei-pack6 .pack h3 span {
    padding-right: 1.5rem;
    padding-left: 2rem;
  }
  .haikei-pack6 .pack h3 span:after {
    position: absolute;
    top: calc(50% - 7px);
    right: -11px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #22ac38;
  }
}
.haikei-pack6 .pack h4 {
  position: relative;
  margin-top: 0;
  /* [disabled]padding-left: 110px; */
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 1.5em;
  /* [disabled]padding-right: 4em; */
  line-height: 1.35em;
}
.haikei-pack6 .pack p strong {
  /* [disabled]padding-right: 4em; */
  /* [disabled]padding-left: 110px; */
  font-size: 1.45rem;
}
.haikei-pack6 .pack ul {
  /* [disabled]padding-left: 110px; */
  /* [disabled]padding-right: 4em; */
}
/* Q&Aページー－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #ef9063;
}
.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #D1D1D1;
}
.cp_qa label {
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.cp_qa .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.maru {
  background-color: #FF0004;
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-right: 0.1em;
  text-align: center;
  line-height: 80px;
  display: inline-block;
}
/* header　－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
header {
  margin-left: 3em;
  margin-top: 1em;
  /* [disabled]margin-right: 3em; */
  /* [disabled]color: #ef9063; */
  /* [disabled]display: flex; */
  justify-content: space-between;
}
header h1 {
  font-size: 2.05em;
  color: #000000;
  line-height: 1em;
}
/*header .rogo a img {
  width: 30%;
  display: block;
}*/
#page header {
  margin-left: 0;
  margin-top: 0;
  height: 10vh;
  padding-top: 1em;
  text-align: center;
  background-color: #F2F0E9;
}
.rogo-page {
  width: 36%;
  margin-left: 32%;
}
#page h3 {
  font-size: 1.8em;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  line-height: 1.75em;
}
#page .haikei-toiawase h3 {
  margin-bottom: 1em;
}
#column h2 {
  margin-top: 0;
  margin-bottom: 1.5em;
}
#column h3 {
  margin-top: 3em;
  color: #FFFFFF;
  background-color: #EF9063;
  padding-top: 2px;
  padding-right: 1em;
  padding-bottom: 2px;
  padding-left: 1em;
  border-radius: 5px;
  margin-bottom: 0.5em;
}
#column h4 {
  margin-top: 2em;
}
.column-list {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}
.column-list h4 {
  text-align: center;
  margin-top: 0;
}
.column-list ul {
  border-top: 1px solid #D6D6D6;
}
.column-list ul li {
  border-bottom: 1px solid #D6D6D6;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.column-list ul li a {
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background-color: #FFFFFF;
  display: block;
  color: #212121;
}
.column-list ul li a:hover {
  background-color: #F9DBCC;
  color: #EF9063;
}
/* ボタン共通設定 */
.header-btn {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 10px 30px;
  color: #3E3E3E;
  border: 1px solid #ccc;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
  border-radius: 2em;
}
/*hoverした際のボタンの形状*/
.header-btn:hover {
  color: #FFFFFF;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: .6s;
}
/*線の設定*/
.header-btn span {
  display: block;
  z-index: 2;
}
/*== 線から塗に変化（左から右） */
/*線の設定*/
.borderleft span::before, .borderleft span::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #E13624;
  /*アニメーションの設定*/
  transition: all .3s;
}
/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}
/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}
/*hoverをすると線が伸びる*/
.borderleft:hover span::before, .borderleft:hover span::after {
  width: 100%;
}
/*背景の設定*/
.borderleft::before {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  background-color: #E13624;
  /*アニメーションの設定*/
  transition: all .3s;
}
/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
}
/*表示するテキストが切り替わる*/
.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  /* [disabled]border: 1px solid #555; */
  border-radius: 25px;
  min-width: 310px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s;
  background-color: #E13624;
}
/*hoverした際の変化*/
.btntextchange:hover {
  background-color: #F5E07D;
  color: #3E3E3E;
}
.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  display: block;
  white-space: nowrap;
}
/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2) {
  opacity: 0; /*透過0に*/
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
}
.btntextchange:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
}
.zei {
  font-size: 70%;
}
/* =========================
  流れ
========================= */
.nagare ul {
  padding: 0;
}
.nagare li {
  list-style-type: none;
  background-color: #FFFFFF;
  margin: 0 0 0 0;
}
.nagare dd {
  margin-left: 0;
  font-size: 20px;
}
.nagare .flow > li {
  position: relative;
}
.nagare .flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.nagare .flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  /* [disabled]border-left: 4px dotted #e5e5e5; */
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.nagare .flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107, 144, 219);
  border-radius: 50px;
  position: relative;
}
.nagare .flow > li:not(:last-child) dl::before, .nagare .flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nagare .flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107, 144, 219);
}
.nagare .flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.nagare .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 26%;
  margin-right: 2vw;
  text-align: center;
}
.nagare .flow > li dl dt .icon {
  color: #fff;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 5px 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
/* =========================
   Foundation6 高さ揃え
========================= */
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
.row.equal-height .columns {
  display: flex;
  margin-bottom: 30px;
}
.row.equal-height section {
  width: 100%;
  display: flex;
}
.row.equal-height .topics {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.row.equal-height .topics img {
  width: 50%;
  margin-bottom: 3em;
  margin-left: 25%;
}
.row.equal-height .topics p strong {
  text-align: center;
  color: #EF9063;
  padding-bottom: 1em;
}
.qa-3 {
  max-width: 1200px;
  margin: 0 auto 1em;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.qa-3 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-3 summary::before, .qa-3 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-3 summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-3 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-3[open] summary::after {
  transform: rotate(225deg);
}
.qa-3 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.qa-3[open] p {
  transform: none;
  opacity: 1;
}
.qa-3 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
/*表組み関係－－－－－－－－－－－－－－－－－－－－－－－－ */
table.table-01 {
  border-spacing: 0;
  border-top: 1px dotted #CCCCCC;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  background-color: #FFFFFF;
}
table.table-01 th {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
table.table-01 th, table.table-01 td {
  border-top-width: 0px;
  border-bottom: 1px dotted #CCCCCC;
  border-top-style: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.25em;
  vertical-align: middle;
}
.table-01 *, .table-01 *:before, .table-01 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table-01 {
  width: 100%;
  border-collapse: collapse;
}
.table-01 th {
  width: 30%;
  text-align: left;
  background: #f4f4f4;
}
.table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  /* --- 1. モダンブラウザ用の設定（Firefox / Chrome等） --- */
  scrollbar-color: #122e55 #D0E2F2; /* [つまみの色] [背景の色] */
  scrollbar-width: auto; /* スクロールバーの太さを通常に（常に表示） */
}
.table-scroll table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
table.table-column {
  border-collapse: collapse;
  border-spacing: 0;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #AAAAAA;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-right-style: solid;
  border-left-style: solid;
  font-size: 14px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: none;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-left-color: #FFF;
  white-space: nowrap;
}
table.table-column th {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: none;
  padding-right: 10px;
  border-bottom-color: #AAAAAA;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right-color: #AAAAAA;
  text-align: center;
  vertical-align: middle; /* 上下中央 */
  background-color: #D0E2F2;
}
table.table-column td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: none;
  padding-right: 10px;
  border-bottom-color: #AAAAAA;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right-color: #AAAAAA;
  vertical-align: middle; /* 上下中央 */
}
/*スマホ用　左右768までに表示 □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
@media only screen and (max-width: 767px) {
  #page h3 {
        text-align: center;
        font-size: 1.35em;
        line-height: 1.35em;
  }
  .haikei-pack6 .pack h3 {
    padding-left: 0.5em;
    padding-top: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0.5em;
    letter-spacing: 0;
    display: block;
    line-height: 1em;
    text-align: left;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .table-01 {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .wpcf7-select, .wpcf7-validates-as-date {
    width: 100%;
  }
  .haikei-recruit .pack {
    background-color: #FFFFFF;
    padding-bottom: 1em;
    border-radius: 2em;
    padding-top: 3em;
    padding-right: 1em;
    padding-left: 1em;
  }
  body, body p {
    line-height: 1.75em;
  }
  h2 {
    margin-bottom: 1.0em;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 1.25em;
    text-align: center;
  }
  h3 {
    font-size: 4.4vw;
    /* [disabled]line-height: 1.75vh; */
  }
  h4 {
    margin-bottom: 0.3em;
    font-size: medium;
    letter-spacing: 0.1rem;
    line-height: 1.35em;
    padding-bottom: 0.3em;
    font-weight: bold;
  }
  #page .haikei-pack6 h4 {
    margin-top: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.25em;
  }
  header {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    /* [disabled]justify-content: center; */
    margin-left: 0.5em;
    margin-right: 0.5em;
    /* [disabled]text-align: center; */
  }
  header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  /*  header .rogo a img {
    width: 100%;
    display: block;
  }*/
  header .header-area {
    display: none;
  }
  #page header {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #page .haikei {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .table-01 {
    margin: 0;
  }
  .table-01 th, .table-01 td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table.table-01 th, table.table-01 td {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.25em;
    vertical-align: middle;
  }
  .table-01 tr:first-child th {
    border-top: 1px solid #dddddd;
  }
  .rogo-page {
    width: 80%;
    margin-left: 10%;
  }
  .index-top-h1 {
    text-align: center;
  }
  .index-top-h1 h2 {
    font-size: 5.8vw;
    letter-spacing: 0;
    line-height: 1.4;
    top: 12vh;
    margin-left: 2.5em;
  }
  .index-top-h1 h2 span {
    font-size: 5.8vw;
    margin-left: 0;
    line-height: 1.4;
  }
  .haikei-top {
	height: 58vh;
	background-position: center bottom;
	background-size: 90%;
	/* [disabled]margin-top: -5vh; */
	min-height: 460px;
  }
  .rogo {
    top: 5vh;
    margin-left: 13%;
    width: 74%;
  }
  .index-top-h1 h2 {
    font-size: 5.5vw;
    /* [disabled]font-weight: bold; */
    letter-spacing: 0;
    top: 15vh;
    text-align: center;
  }
  .index-top-h1 h2 span {
    font-size: 8.0vw;
    margin-left: 0%;
    /* [disabled]line-height: 5vw; */
  }
  .haikei-toiawase h3 {
    font-size: 2em;
    margin-top: 3vh;
    margin-bottom: 0.5em;
    line-height: 1.35em;
    text-align: left;
  }
  .fluid-block {
    position: absolute;
    top: 9vh;
    width: 90%;
    height: 24vh;
    left: 5%;
    text-align: center;
  }
  .bg-extend-left {
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 5.0vw;
    top: 22vh;
    margin-left: 0;
    margin-top: 0;
    border-radius: 1em;
    left: 33vw;
  }
  .haikei-w1 .white-box, .haikei-b .white-box, .haikei-b2 .white-box, .haikei-sns .white-box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 2em;
  }
  #page .haikei-pack6 .pack {
    border-radius: 1em;
    margin-bottom: 10vh;
    margin-top: 3vh;
  }
  .haikei-sns .white-box {
    margin-top: 0;
  }
  .haikei-w1 h2 {
    text-align: left;
    font-size: 6vw;
  }
  .white-box h3 {
    margin-top: 0;
    line-height: 1.3em;
  }
  .count-size {
    font-size: 1.9em;
    line-height: 1.3em;
  }
  .haikei {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  .haikei-toiawase {
    padding-top: 4vh;
    padding-bottom: 7vh;
    padding-left: 5%;
    padding-right: 5%;
  }
  .haikei-toiawase h2 {
    font-size: 1.6rem;
    line-height: 1rem;
  }
  .haikei-toiawase p {
    font-size: 1.15em;
    line-height: 2rem;
    text-align: left;
  }
  .btn_wrap {
    width: 80%;
    padding-top: 4em;
  }
  .btn_balloon {
    width: 80%;
    height: 3em;
    border-radius: 20px;
    font-size: 0.5em;
    bottom: 11.5em;
  }
  .button1 {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    font-size: 1.8em;
    line-height: 1.5;
  }
  .haikei-w {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .orange-box {
    border-radius: 2em;
    border: none;
    background-color: #FAEACF;
    padding-top: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 0.7em;
  }
  .haikei {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }
  .haikei-pack6 h2 {
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 0.5em
  }
  .haikei-pack6 img {
    margin-top: -4em;
  }
  .haikei-pack6 .pack {
    border-radius: 1em;
    margin-bottom: 10vh;
    margin-top: -0.5em;
  }
  .haikei-pack6 .pack .row {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  .haikei-pack6 .pack h4 {
    position: static;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1.0em;
    margin-bottom: 1.5em;
    line-height: 1.35em;
    font-size: 1.2em;
  }
  .haikei-pack6 .pack p {
    padding-right: 0;
    padding-left: 0;
  }
  .haikei-pack6 .pack p strong {
    font-size: 1.45rem;
  }
  .haikei-pack6 .pack h3 {
    /* [disabled]position: static; */
    /* [disabled]padding-left: 0.5em; */
    /* [disabled]padding-top: 0; */
    /* [disabled]padding-bottom: 0; */
    margin-bottom: 0;
    /* [disabled]padding-right: 0; */
    font-size: 1.7em;
    line-height: 1.35em;
  }
  .haikei-pack6 .pack h3 span {
    /* [disabled]position: absolute; */
    /* [disabled]top: -1em; */
    /* [disabled]left: -1em; */
    /* [disabled]padding-top: 1rem; */
    /* [disabled]padding-right: 1.5rem; */
    /* [disabled]padding-left: 1.5rem; */
    /* [disabled]padding-bottom: 1rem; */
    display: none;
  }
  .haikei-pack6 .pack h3 span:after {
    position: absolute;
    /* top: calc(89% - 4px); */
    right: 7px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #22ac38;
  }
  .haikei-pack6 .pack p {
    padding-right: 1em;
    padding-left: 1em;
  }
  .haikei-pack6 .pack p strong {
    font-size: 1.2em;
    line-height: 1.25em;
  }
  .wave canvas {
    top: 15em;
    margin-top: -300px;
  }
  .row.equal-height {
    padding-top: 0;
  }
  .haikei-w h2 {
    font-size: 2.2em;
  }
  .haikei-g h2 {
    font-size: 2.2em;
    margin-bottom: 1.25em;
  }
  .nagare ul li {
    margin: 0 0 0 0;
  }
  /* 各行のレイアウト（スマホでは上下に配置） */
  .nagare .flow > li dl {
    padding: 20px 20px;
    display: flex;
    flex-direction: column; /* 上下配置 */
  }
  .nagare .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
    -ms-flex-preferred-size: 20%;
    flex-basis: 100%;
    margin-right: 0;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 1.0em;
  }
  .nagare .flow > li dl dd {
    flex-basis: 100%;
    margin-right: 0;
    display: block;
  }
  .nagare .flow > li dl dt .icon {
    font-size: 1em;
    padding: 5px 10px;
    text-align: center;
    margin-top: -1.7em;
    border: 2px solid rgb(107, 144, 219);
  }
  .haikei-w h2 {
    font-size: 2.2em;
    margin-bottom: 1.25em;
  }
  .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0;
  }
  .c1, .c2 {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  p.c1, p.c2 {
    margin: 0;
  }
  .c1:hover, .c2:hover {
    background-color: #F4F4F4;
  }
  .c1.last, .c2.last {
    border-bottom: none;
  }
  .m-alert {
    padding-top: 2px;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 2px;
    background: #E13624;
    color: #FFFFFF;
    margin-top: 5px;
    margin-left: 0.2em;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 0.5em;
  }
  input[type=text], input[type=tel], input[type=email] {
    font-size: 15px;
  }
  .c1 textarea, .c2 textarea {
    font-size: 13px;
    width: 100%;
  }
  .file {
    margin: 10px;
    display: block;
  }
  span.wpcf7-list-item {
    display: block;
  }
  input[type=text], textarea, input[type=email], input[type=tel] {
    width: 100%;
  }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
    border: 1px solid #337AB7;
  }
  input[type=text], select, input[type=email], input[type=tel] {
    outline: none;
  }
  .contact_right textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    padding: 0 3px;
  }
  .contact_right textarea:focus {
    border: 1px solid #337AB7;
  }
  .contact_right textarea {
    outline: none;
    width: 100%;
  }
  input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    color: #F4F4F4;
    font-weight: bold;
    background-color: #b1831d;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
    margin-top: 10px;
  }
  .contact_form input[type=submit] {
    width: 50%;
  }
  .contact_form input[type=text], .contact_form input[type=email] {
    width: 100%;
    height: 50px;
    font-size: 1.5em;
  }
  .maru {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
  }
  .br:before {
    content: "\A"; /*改行を示すコード*/
    white-space: pre;
  }
  .bm2empc, .bm3empc {
    margin-bottom: 0;
  }
  .tm100 {
    margin-top: 50px;
  }
  .tm200, .tm200pc {
    margin-top: 100px;
  }
  .title-head-box {
    margin-left: 70px;
    margin-top: 0;
    margin-bottom: 0px;
    min-height: 6em;
    text-align: center;
    margin-right: 1em;
  }
  .title-head-box h1 {
    margin-bottom: 0;
    font-size: 7.1vw;
    line-height: 1.3em;
    font-weight: normal;
    padding-top: 0.2em;
  }
  .bm100 {
    margin-bottom: 50px;
  }
  /* footer　－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */
  footer .copy {
    padding-bottom: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }
  footer .copy p {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
  /*========= ナビゲーションのためのCSS ===============*/
  /* --- お問い合わせフォーム --- */
  .otoiawase {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    margin-bottom: 5vh;
  }
  .otoiawase h2 {
    color: #ef9063;
    text-align: center;
    border-bottom: 1px solid #ef9063;
    padding-bottom: 0.35em;
    margin-bottom: 1em;
  }
  .otoiawase ul {
    margin-top: 2em;
  }
  .otoiawase ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
}
/*iPhone5用　左右640までに表示 □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□　*/
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio: 2) {}
/* タブレット用 □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
@media only screen and (max-width: 1024px) and (min-width: 768px) {}
/* PC・タブレット用 □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□ */
@media only screen and (min-width: 768px) {
  #haiki #main2 h3 {
    font-size: 2vw;
    margin-bottom: 1em;
    line-height: 1.35em;
    background-color: #F0EFEF;
    padding-top: 0.5em;
    padding-right: 0.3em;
    padding-bottom: 0.5em;
    padding-left: 0.3em;
    text-align: center;
  }
  #haiki #main2 .topix h3 {
    background-color: #FFFFFF;
    font-size: 2vw;
    margin-bottom: 1em;
    border-bottom: 1px solid #D1D1D1;
  }
  #haiki #main2 h4 {
    font-size: calc(0.6vw + 1.25rem);
    margin-top: 0;
    line-height: 1.35em;
    padding-bottom: 0.3em;
  }
  /*バーガーメニュー左固定のため左にスペース作る*/
  #main {
    position: relative;
  }
  .houmon-time select {
    width: 25%;
  }
  .houmon-time .wpcf7-select {
    margin-right: 0.5em;
  }
}