@charset "UTF-8";


html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-size: 15px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

.wrapper {
  max-width: 750px;
  /* width: 100%; */
  margin: 0 auto;
}
.container {
  max-width: 750px;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 auto;
}


a {
  color: #fff;
  text-decoration: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
.bg_gray {
  background-color: #eeeeee;
}
.bg_yellow {
  background-color: #fffbe6;
}
.bg_blue {
  background-color: #0067af;
}
.white {
  color: #fff;
}
.offwhite {
  color: #666666;
}
.red {
  color: #d62b2b;
}
/*ヘッダー
-------------------------------------*/
header {
  width: 100%;
  box-shadow: 0px 4px 12.87px 0.13px rgba(103, 103, 103, 0.17);
  z-index: 80;
  align-items: center;
  display: flex;
  background-color: #ffffff;

}

.header_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/*fv
-------------------------------------*/
.fv p {
  color: #fff;
  background-color: #f77415;
  text-align: center;
  font-size: 2em;
  font-style: italic;
  margin: 0;
}
.fv {
  background-color: #fff;
  text-align: center;
  background-image: url(/business/template/images/fv_bg.webp);
  background-repeat: repeat-x;
  background-position: center top 51px;
  background-size: 1920px 979px;
}
.fv_inner {
  margin-top: 46px;
  /* padding-bottom: 20px; */
}
/* 日付入りバナー */
.banner {
  position: relative;
  text-align: center;
}
.banner_inner {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
h2 {
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: none;
}
.year, .month, .day {
  font-size: 1.5em;
}

/*cta
-------------------------------------*/

.floatbtn {
  display: none;
}
.btn_inner {
  position: fixed;
  right: 0%;
  bottom: 0px;
  z-index: 80;
  display: flex;
  justify-content: space-between; /* 子要素を均等に配置 */
}

.tel, .mail {
  flex-basis: 50%; /* 各要素の基本の横幅を50%に設定 */
  flex-grow: 0; /* 要素の拡大率を0に設定 */
  flex-shrink: 0; /* 要素の縮小率を0に設定 */
  box-sizing: border-box; /* paddingやborderを含めたサイズ計算を行う */
}

/* イメージタグのサイズがコンテナにフィットするように調整 */
.tel img, .mail img {
  width: 100%; /* 親要素の横幅に合わせて画像サイズを調整 */
  height: auto; /* 画像のアスペクト比を保持 */
}

.btn a:hover img {
  position: relative;
  bottom: 3px;
  opacity: 0.9;
}
.cta {
  background-color: #fee95e;
  background-image:
   repeating-linear-gradient(-45deg,
  #fee64c, #fee64c 10px,
   transparent 0, transparent 20px);
   text-align: center;
   padding-top: 80px;
   padding-bottom: 80px;
}
.cta p {
  font-size: 24px;
}

/* form */
#form {
	margin-top: 60px;
}

.nn {
	padding: 8px;
	font-size: 16px;
	padding: 16px 10px;
	width: 400px;
	margin-left: 10px;
	background-color: #fffbe6 !important;
	border: none !important;
}

#nyuuryoku {
	width: 690px;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 0 auto;
}

#nyuuryoku th {
	background-color: #eee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #bbb;
}

#nyuuryoku td {
	width: 50%;
	padding: 1em;
	border: 1px solid #bbb;
}

.bord {
	border: 0px none !important;
	padding: 0 !important;
}

.formtxt {
	margin: 2rem;
	text-align: center;
  border: 1px solid #9b6239;
  padding: 20px;
}

.smbtn {
	border: 0px;
	text-align: center;
	width: 100%;
  height: 155px;
	background: url(../images/btn_form.png) no-repeat;
	background-position: center top;
	margin: 20px 0;
}

/*footer*/
footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #003875;
  color: #fff;
}

.footer_li {
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_li li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_li li a {
  color: #fff;
}

.footer_li li a:hover {
  color: #e8d9cd;
}

.left_border {
  border-left: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}



.bold {
  font-weight: bold;
}
.mt2 {
  margin-top: 2rem;
}
@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  img {
    max-width: 100% !important;
  }

  .pb2 {
    padding-bottom: 1rem;
  }

  .mt2 {
    margin-top: 1rem;
  }

  /* footer */
  footer {
    padding-top: 2rem;
  }

  .logo {
    height: 40px;
  }

  .footer_li {
    display: block;
    margin-bottom: 0;
  }

  .footer_li li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
  }

  .left_border {
    border-left: none;
  }

  .copyright {
    font-size: 0.75rem;
  }

  /* 日付入りバナー */
  h2 {
    font-size: 3vw;
  }
  /* cta */
.cta {
  padding: 40px 1rem;
}
/* .cta a img {
  width: 80%;
} */
.cta p {
  font-size: 1em;
}


/* form */
#form {
  padding: 0 1rem;
  margin-top: 1rem;
}

#nyuuryoku {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 auto;
}

.nn {
  padding: 8px;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 10px;
}

#nyuuryoku th {
  font-size: 0.9375rem;
  width: 20%;
}

.formtxt {
	margin: 0 0 1rem 0;
	text-align: center;
  border: 1px solid #f77415;
  padding: 1rem;
  font-size: 0.9375rem;
}

.smbtn {
  background-size: contain;
  margin: 20px 0;
  height: 50px;
}
.header_inner .logo{
  width:50%;
  margin-left: 0.5rem;
  margin-right: 2.5rem;
}
.last-btn{
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px;
}
}

.last-btn{
	text-align: center;
	margin-bottom: 5%;
}
.last-btn:hover{
	position: relative;
	top: 3px;
	left: 3px;
	opacity: 0.8;
}

div#cfinside {
  width: 80%;
  margin: 0 auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_left {
  width: 30%;
  background: #efefef;
border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_right {
  width: 70%;
  border-bottom: 1px solid #ccc;
}

div#cfinside .input_unit {
margin:0;
width:100%;
}

div#cfinside .my_column.my_left label.required:after {
  content: '必須';
  color: #fff;
  font-size: 0.6em;
  background: #e32;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: normal;
  margin-left: 5px;
}

div#cfinside .my_left .label_frame {
  font-weight: normal!important;
  font-size: 0.9em;
  padding-left: 10px;
}

div#cfinside .my_right input {
border-radius:0;
border:none;
background: #ffffa2!important;
width:90%;
}

div#cfinside .my_right .form-text {
font-size: 0.7em;
}

div#cfinside select {
border-radius: 0;
  font-size: 0.8em;
}

@media only screen and (max-width: 768px) {

div#cfinside .my_left {
  width:93.5%;
  border-right:none;
  border-bottom: none;
  padding:10px
}

div#cfinside .my_right {
  width:93.5%;
  padding: 10px 10px 15px;
}

input[type="image"] {
  width: 100%;
  margin-bottom:10px;
}
}

/* FAQここから */
.faq{
  margin: 20px auto;
  width: 90%;
}
.faq__q,
.faq__a {
  position: relative;
  padding-left: 60px;
}

.faq__q::before,
.faq__a::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* 質問文 */
.faq__q {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 50px;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
  justify-content: center;
}

/* 回答文 */
.faq__a {
  margin-bottom: 16px;
  margin-top: 50px;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
  justify-content: center;
  /* margin-right: 30px; */
}

.faq__q::before {
  content: 'Q';
  color: #FFF;
  background-color: #f99c3f; /* 「Q」の文字色 */
  text-align: center;
  padding-top: 0%;
  /* vertical-align: middle!important; */
  justify-content: center;
  align-items: center;
  width: 50px; /* 正方形の一辺の長さ */
  height: 50px; /* 正方形の一辺の長さ */
  margin-right: 200px; /* ラベルとテキストの間のマージン */
  margin-bottom: 5px; /* 下に少し間を空ける */
}

.faq__a::before {
  content: 'A';
  color: #FFF;
  background-color:  #2877cc; /* 「A」の文字色 */
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50px; /* 正方形の一辺の長さ */
  height: 50px; /* 正方形の一辺の長さ */
  margin-right: 10px; /* ラベルとテキストの間のマージン */
  margin-bottom: 5px; /* 下に少し間を空ける */
}
.faq hr {
  border: none;
  border-top: 3px dashed #b1d1e8;
  margin: 20px auto;
  width: 94%;
}
.block{
  display: block;
}
.greeting{
  width: 92%;
  margin: 10px auto;
  font-size: 2vw;
  font-size: min(24px, max(16px, 2vw));
}
.greeting .leader-photo {
  border-radius: 5px; /* 画像の角を丸める */
  max-width: 100%; /* 画像がコンテナを超えないようにする */
  height: auto; /* アスペクト比を保持 */
  float: right; /* 画像を右に */
  margin-left: 20px; /* テキストとの間隔を設定 */
  width: 36%; /* 画像の幅を固定 */
}
.mb40{
  margin-top: -20px;
}
.map.mb40 {
  padding: 0 40px 60px;
  text-align: center;
}
.mb40 h2 {
  background-color: #f77513;
  color: #fff;
  width: 100%;
  margin: 10px auto;
  font-size: 3vw;
  font-size: min(32px, max(18px, 3vw));
}

/* PCビュー用のスタイル */
@media (min-width: 768px) {
  .faq__q::before {
    font-size: 1.3em;
  }

  .faq__a::before {
    font-size: 1.3em;
  }
  .logo img {
    position: relative;
    top: 12px;
  }
}

/* スマホビュー用のスタイル */
@media (max-width: 767px) {
  .faq__q::before {
    font-size: 2em;
  }

  .faq__a::before {
    font-size: 2em;
  }
  .map.mb40 {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .logo img {
    position: relative;
    top: 3px;
  }
}
.voice{
  background-color: #fffbe6;
}

div.eapps-widget {
  padding: 6%!important;
  margin: 0px auto!important;
  background-color: #fffbe6!important;
}
h2.obihead {
  background-color: #f77513;
  color: #fff;
  width: 92%;
  margin: 10px auto;
  font-size: 3vw;
  font-size: min(32px, max(18px, 3vw));
}
.toclient {
  margin: 10px auto 30px;
  text-align: center;
  font-size: 2vw;
  font-size: min(24px, max(14px, 2vw));
  font-weight: 900;
}
.ourstaff{
  width:92%;
  margin: 20px auto;
  text-align: center;
}
.ourstaff img {
  border-radius: 10px;
}
p.mt2 {
  font-size: 2vw;
  font-size: min(24px, max(14px, 2vw));
}
.theformalert {
  background-color: #db3434;
  /* text-align: center; */
  margin: 20px auto;
  padding: 34px;
  color: #fff;
}
@media only screen and (max-width:768px) {
.onlypc{
  display: none;
}
.wide80{
  margin: 0 auto 56px;
}
}
.wide80{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
