html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 55px;
  color: #1f1f1f;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
  * {
    box-sizing: border-box;
  }
}

a:hover {
  opacity: 0.9;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
a img:hover {
  opacity: 0.8;
}

/*--------- 画像・線関係 -----------*/
.gazo0 {
  margin: 0 auto;
  display: block;
}
.gazo10 {
  margin: 0 auto 10px;
  display: block;
}
.gazo15 {
  margin: 0 auto 15px;
  display: block;
}
.gazo20 {
  margin: 0 auto 20px;
  display: block;
}
.gazo25 {
  margin: 0 auto 25px;
  display: block;
}
.gazo30 {
  margin: 0 auto 30px;
  display: block;
}
.gazo35 {
  margin: 0 auto 35px;
  display: block;
}
.gazo40 {
  margin: 0 auto 40px;
  display: block;
}
.gazo70 {
  margin: 0 auto 70px;
  display: block;
}

.left {
  float: left;
  margin-right: 25px;
}
.migi {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*--------- 文字 -----------*/
.aka {
  font-weight: bold;
  color: #b20000;
}

/*___________________ コンテンツ _____________________*/

#top0 {
  background-image: url("../images/animation.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 105% auto;
  width: 750px;
  margin: 0px auto 40px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  #top0 {
    width: 100%;
  }
}
#top {
  background-image: url("../images/bg01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 750px;
  padding-top: 15px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  #top {
    background: none;
    width: 100%;
  }
}

#voice0 {
  background-image: url("../images/voice0.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  width: 100%;
  height: 1591px;
  margin: 0px auto 70px;
  display: block;
}
/*#img03 {
	background-image: url("../images/img03.jpg");
	background-repeat: no-repeat;
    background-position: center 0;
	width: 100%;
    height: 1443px;
	margin: 0px auto 40px;
	display: block;
}
	@media (max-width: 768px) {
		#img03 {
			height: 630px;
			-webkit-background-size: 100%;
			     -o-background-size: 100%;
			        background-size: 100%;
		}
	}*/

/*.box{
	width: 580px;
	margin: 0px auto 45px;
	overflow: hidden;
	display: block;
}*/
.voice_r01 {
  position: relative;
  width: 750px;
  height: auto;
  margin: 0px auto 20px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_r01 {
    width: 100%;
  }
}

#voice_l02 {
  position: relative;
  width: 750px;
  height: auto;
  margin: 0px auto 40px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  #voice_l02 {
    width: 100%;
  }
}

.voice_r_wrap {
  background-image: url("../images/v_r_bg0.jpg");
  background-repeat: repeat-y;
  width: 750px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_r_wrap {
    width: 100%;
    background: none;
  }
}

.voice_r_bg {
  background-image: url("../images/v_r_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 750px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}
.voice_r_bg2 {
  background-image: url("../images/v_r_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 385px;
  padding: 60px 30px 50px 335px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_r_bg,
  .voice_r_bg2 {
    width: 100%;
    padding: 0;
    background: none;
  }
  .voice_r_bg {
    padding: 1em;
  }

  .voice_r_bg2 p,
  .voice_l_bg2 p {
    padding: 1em;
    border: 3px solid #222;
  }

  .voice_l_bg2 p {
    padding-right: 6em;
  }

  .voice_r_bg2 p {
    padding-left: 6em;
  }
}

.voice_l_wrap {
  background-image: url("../images/v_l_bg0.jpg");
  background-repeat: repeat-y;
  width: 750px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_l_wrap {
    width: 100%;
    background: none;
  }
}

.voice_l_bg {
  background-image: url("../images/v_l_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 750px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_l_bg {
    width: 100%;
    background: none;
  }
}

.voice_l_bg2 {
  background-image: url("../images/v_l_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 385px;
  padding: 60px 335px 50px 30px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .voice_l_bg2 {
    width: 100%;
    padding: 1em;
    background: none;
  }
}

.voice_r {
  position: absolute;
  top: 0;
  left: 0;
}
.voice_l {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .voice_r,
  .voice_l {
    width: 30%;
  }
}

/*accordion*/
dl.accordion {
  width: 712px;
  margin: 0px auto 50px;
}

@media (max-width: 768px) {
  dl.accordion {
    width: 100%;
  }
}

dl.accordion dt {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url("../images/q0.png");
  background-repeat: no-repeat;
  /* width: 512px;
  height: 76px; */
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  word-wrap: break-word;
  padding: 30px 30px 10px 170px;
  margin: 0px auto 20px;
  display: block;
  cursor: pointer;
}

@media (max-width: 768px) {
  dl.accordion dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 1px;
    padding-left: 5em;

    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
}

dl.accordion dt::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  top: 50px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
  display: block;
}
dl.accordion dt.open::after {
  color: #fff;
  margin-top: 10px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  dl.accordion dt.open::after,
  dl.accordion dt::after {
    margin-top: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 35%;
    right: 1em;
    width: 5px;
    height: 5px;
  }
}

dl.accordion dt.open {
  /* width: 512px;
  height: 76px; */
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  word-wrap: break-word;
  padding: 30px 30px 10px 170px;
  margin: 0px auto 20px;
  display: block;
}

@media (max-width: 768px) {
  dl.accordion dt,
  dl.accordion dt.open {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 1.25em;
    padding-left: 7em;

    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }

  dl.accordion dt.open .aki {
    margin-top: 8px;
  }
}

dl.accordion dt:hover {
  opacity: 0.75;
}

dl.accordion dd {
  position: relative;
  background-color: #f6f6f6;
  font-size: 23px;
  line-height: 33px;
  padding: 20px 30px;
  margin: -20px auto 30px;
  display: none;
}
@media (max-width: 768px) {
  dl.accordion dd {
    font-size: 16px;
  }
}
.aki {
  margin-top: 18px;
  display: block;
}
@media (max-width: 768px) {
  .aki {
    margin-top: 8px;
  }
}

/*--------- 申し込みボタン -----------*/
/* 2024/11 */
.cv01 {
  position: relative;
}
.cv01_btn {
  position: absolute;
  inline-size: min(calc(701 / 750 * 100vw), 701px);
  inset-block-start: min(calc(230 / 750 * 100%), 230px);
  left: 50%;
  transform: translateX(-50%);
}

.btn_wrap0 {
  background-image: url("../images/btn_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 750px;
  height: 215px;
  padding-top: 20px;
  margin: 0px auto 0px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .btn_wrap0 {
    width: 100%;
  }
}

.btn_wrap {
  background-image: url("../images/btn_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 750px;
  height: 1234px;
  padding-top: 800px;
  margin: 0px auto 70px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .btn_wrap {
    width: 100%;
  }
}
.btn1 {
  margin: 0px auto 860px;
  display: block;
}
/*.btn_wrap2{
	background-image: url("../images/tanpin.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 407px;
    height: 142px;
    padding-top: 715px;
    padding-left: 270px;
	margin: 0px auto 70px;
	overflow: hidden;
	display: block;
}
	@media (max-width: 768px) {
		.btn_wrap2 {
			width: 100%;
			padding-left: 0;
		}
	}*/

.btn_2mai_area {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.btn_3mai_area {
  position: relative;
  width: 750px;
  margin: 0 auto 2em;
}
@media (max-width: 768px) {
  .btn_2mai_area,
  .btn_3mai_area {
    width: 100%;
  }
}

.btn_2mai_area a,
.btn_3mai_area a {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .btn_2mai_area a,
  .btn_3mai_area a {
    width: 90%;
  }
}

.btn_2mai_area img,
.btn_3mai_area img {
  margin-bottom: 0;
  display: block;
}

.btn_wrap2.bg_area {
  position: relative;
  /* width: 677px; */
  inline-size: min(750px, 100%);
  margin: 0 auto;
}
.btn_wrap2 .btn_area {
  position: absolute;
  bottom: 1.5em;
  /* right: 1em; */
  right: 2.5em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .btn_wrap2.bg_area {
    width: 100%;
  }
  .btn_wrap2 .btn_area {
    width: 55%;
    bottom: 1em;
    right: 1.5em;
  }
}
/*--------- アコーディオン -----------*/
#tabMenu {
  width: 490px;
  margin: 0 auto 20px;
  list-style-type: none;
}
@media (max-width: 768px) {
  #tabMenu {
    width: 100%;
  }
}
.archive {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subMenu {
  width: 490px;
  margin: 0px auto 20px;
}
@media (max-width: 768px) {
  .subMenu {
    width: 100%;
  }
}
.subMenu li {
  list-style-type: none;
}
/*--------- フッター -----------*/

#foot {
  width: 750px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  margin: 0px auto 30px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  #foot {
    width: 100%;
  }
}
#foot ul {
  text-align: center;
  list-style-type: none;
  margin: 0 auto 0px;
  display: block;
}
#foot ul li {
  display: inline;
}
#foot ul li a {
  color: #111;
  text-decoration: none;
}
#foot small {
}

@media (max-width: 768px) {
  #foot {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto 200px;
    overflow: hidden;
    display: block;
  }
}
/*___________________ トップ _____________________*/

#page-top {
  background-color: #ccc;
  width: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.8;
  color: #fff;
  padding: 3px 3px;
  border-radius: 5px;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 84px;
  text-align: center;
  display: block;
  border-radius: 10px;
  opacity: 0.8;
  font-size: 12px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.btn_end {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 195px;
}
@media (max-width: 768px) {
  .btn_end {
    width: 80px;
  }
}
