@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
.fuwafuwa {
  animation-name: anim_sc;
  transform: scale(0.97, 0.97);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
/*　メインビジュアル　*/
#mv {
  background: linear-gradient(58deg, #F4CB2A 77.87%, #F2E19D 100%);
  width: 100%;
 /* height: calc(100vh - 80px);*/
  position: relative;
}
#mv .sub_section {
  width: 100%;
padding: 72px 0;
  background: #000;
  display: flex;
  align-items: center;
}
#mv .sub_section .key_image02 {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 25%;
  max-width: 600px;
}
#mv .sub_section .txt_box {
  max-width: 670px;
  margin: 0 auto;
  color: #FFFFFF;
}
#mv .sub_section .txt_box p {
  font-size: 2.4rem;
}
#mv .main_ttl_wrap {
  position: relative;
	padding: 150px 0;
}
#mv .main_ttl {
  max-width: 600px;
  width: 100%;
	margin: 0 20% 0 auto;
}
.key_img {
  width: 30%;
  max-width: 550px;
  z-index: 101;
  position: absolute;
  left: 10%;
  top: -20px;
}
@media screen and (max-width: 1600px) {
  .key_img {
    width: 30%;
    left: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .key_img {
    width: 30%;
    left: 5%;
  }

  #mv .sub_section .txt_box {
    max-width: 600px;
  }
		#mv .main_ttl {
		width: 50%;
}
}
@media screen and (max-width: 1200px) {
  #mv .sub_section .txt_box {
    max-width: 550px;
  }
	#mv .main_ttl_wrap {
	padding: 150px 0;
}
			#mv .main_ttl {
			margin: 0 10% 0 auto;
}
}
@media screen and (max-width: 991px) {
  .key_img {
    width: 30%;
    left: 2%;
  }
  #mv .sub_section .txt_box p {
    font-size: 1.8rem;
  }
  #mv .sub_section .txt_box {
    max-width: 670px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    height: auto;
  }
  #mv .sub_section {
    width: 100%;
    height: auto;
    background: #000;
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    align-items: center;
  }
#mv .main_ttl_wrap {

	padding: 0;
}	
  #mv .main_ttl {
	  margin: 0 auto 40px auto;
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding-top: 420px;
  }
  #mv .key_image_sp {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: 470px;
    z-index: 1;
  }
  #mv .sub_section {
    padding: 30px 15px;
  }
  #mv .sub_section .txt_box {
    width: 65%;
    margin: 0 auto 0 20px;
  }
  #mv .sub_section .txt_box p {
    font-size: 1.6rem;
  }
  #mv .sub_section .key_image02 {
    width: 30%;
    bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  #mv .main_ttl {
    width: 75%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #mv .sub_section .txt_box p {
    font-size: 1.2rem;
  }
  #mv .sub_section .txt_box {
    width: 60%;
    margin: 0 auto 0 20px;
  }
  #mv .sub_section .key_image02 {
    width: 35%;
    right: 0;
    bottom: 0;
  }
}
/*キャンペーン*/
.campaign {
  background: #9AF3A8;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
.camp_box {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.camp_box .camp_price {
  width: 32%;
  text-align: center;
  max-width: 420px;
}
.camp_box .camp_price h4 {
  background: #000;
  font-size: 4.0rem;
  color: #FFFFFF;
  font-weight: 900;
  padding: 0.3em 0.5em;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}
.camp_box .camp_price p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.camp_box .camp_price02 {
  width: 65%;
}
.camp_box .camp_price02 p {
  margin-top: 10px;
  padding-right: 70px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: right;
}
.camp_box .camp_price02 p a {
  text-decoration: underline;
  color: #000;
}
.camp_box .camp_price02 p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .camp_box .camp_price {
    width: 25%;
  }
  .camp_box .camp_price02 {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .camp_box {
    flex-direction: column;
  }
  .camp_box .camp_price {
    width: 100%;
    text-align: center;
    max-width: 420px;
    margin: 0 auto 30px auto;
  }
  .camp_box .camp_price02 {
    width: 100%;
    margin: 0 auto;
  }
  .camp_box .camp_price02 p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .camp_box .camp_price h4 {
    font-size: 3.0rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .camp_box .camp_price p {
    font-size: 2.0rem;
  }
  .camp_box .camp_price02 p {
    padding-right: 0;
    font-size: 1.8rem;
  }
  .camp_box .camp_price02 img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {}
/* サービス01 */
#service01 {
  background: #F4CB2A;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
#service01 .sub_ttl {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 60px;
}
#service01 .txt_box {
  max-width: 850px;
  margin: 0 auto
}
#service01 .txt_box p {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 40px;
}
#service01 .txt_box p:first-of-type {
  text-align: center;
}
#service01 .txt_box p:nth-of-type(2) {
  text-align: right;
}
#service01 .txt_box p:last-of-type {
  text-align: left;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  #service01 .sub_ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #service01 .txt_box p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  #service01 .txt_box p {
    font-size: 1.6rem;
  }
}
/* サービス02 */
#service02 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#service02 h2 img {
  max-width: 680px;
}
#service02 h2::before {
  content: "";
  width: 50%;
  height: 30px;
  background: #F4CB2A;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#service02 h2::after {
  content: "";
  width: 50%;
  height: 30px;
  background: #F4CB2A;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.point_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.point_box {
  background: #000;
  position: relative;
  padding: 50px 0;
  width: 76%;
  transform: skewX(-12deg);
}
.point_box .no {
  color: #000;
  font-size: 4.8rem;
  font-weight: 900;
  position: absolute;
  top: -60px;
  left: 0;
  line-height: 1;
}
.point_box:nth-of-type(2) .no {
  left: auto;
  right: 0;
}
.point_box .inner {
  width: 83%;
  margin: 0 auto;
  transform: skewX(12deg);
}
.point_box h3 {
  color: #F4CB2A;
  font-size: 4.4rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 40px;
}
.point_box h3 span {
  color: #31BDF4;
  font-size: 4.8rem;
  font-weight: 900;
  vertical-align: baseline;
}
.point_box p {
  color: #FFF;
  font-size: 2.4rem;
}
.point01, .point02, .point03 {
  position: relative;
  width: 100%;
}
.point01 .point_box {
  margin: 0 auto 200px 0;
}
.point02 .point_box {
  margin: 0 0 200px auto;
}
.point03 .point_box {
  margin: 0 auto 0 0;
}
.point01 img, .point02 img, .point03 img {
  position: absolute;
  z-index: 1;
}
.point01 img {
  right: -50px;
  top: -130px;
}
.point02 img {
  left: -60px;
  top: -130px;
}
.point03 img {
  right: -100px;
  top: -200px;
}
@media screen and (max-width: 1400px) {
  .point01 img, .point02 img, .point03 img {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .point_box {
    transform: skewX(0deg);
  }	
.point_box .inner {
    width: 85%;
    transform: skewX(0deg);
  }
  .point_box h3 {
    font-size: 4rem;
  }
  .point_box h3 span {
    font-size: 4rem;
  }
  .point_box p {
    font-size: 2.2rem;
  }
  .point01 img {
    right: 0px;
    top: -50px;
  }
  .point02 img {
    left: 0;
    top: -100px;
  }
  .point03 img {
    right: 0;
    top: -100px;
  }	
}
@media screen and (max-width: 991px) {
  .point_box {
    background: #000;
    position: relative;
    padding: 30px 0;
    width: 80%;
    transform: skewX(0deg);
  }
  .point01 img, .point02 img, .point03 img {
    width: 25%;
  }
  .point01 .point_box {
    margin: 0 auto 150px 0;
  }
  .point02 .point_box {
    margin: 0 0 150px auto;
  }
  .point_box .inner {
    width: 85%;
    transform: skewX(0deg);
  }
  .point_box .no {
    font-size: 4rem;
  }
  .point_box h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .point_box h3 span {
    font-size: 3rem;
  }
  .point_box p {
    font-size: 2rem;
  }
  .point01 img {
    right: 0px;
    top: -50px;
  }
  .point02 img {
    left: 0;
    top: -100px;
  }
  .point03 img {
    right: 0;
    top: -100px;
  }
}
@media screen and (max-width: 768px) {
  #service02 h2 {
    padding: 30px 0;
  }
  #service02 h2 img {
    max-width: 400px;
    width: 90%;
  }
  #service02 h2::before {
    width: 35%;
    height: 20px;
  }
  #service02 h2::after {
    width: 35%;
    height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .point_box h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .point_box h3 span {
    font-size: 2.2rem;
  }
  .point_box p {
    font-size: 1.6rem;
  }
  .point01 img, .point02 img, .point03 img {
    width: 30%;
  }
  .point01 .point_box {
    margin: 0 auto 100px 0;
  }
  .point02 .point_box {
    margin: 0 0 100px auto;
  }
}
/* plan */
#plan {
  background: #F4CB2A;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
.plan_box{
	background: #EBEBEB;
	border-radius: 18px;
	position: relative;
	padding: 20px;
	max-width: 310px;
}
.plan_box .plan_no1{
 position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.plan_box h3{
	color: #FFF;
text-align: center;
font-size: 1.2rem;
font-weight: 900;
	padding: 0.7em;
	line-height: 1;
	margin-bottom: 20px;
	transform: skewX(-12deg);
}
.plan_box .price{
color: #333;
text-align: center;
font-size: 3.6rem;
font-weight: 900;
	line-height: 1;
}
.plan_box .price span{
font-size: 1.8rem;
font-weight: 900;
	vertical-align: baseline;
}
.plan_box .red_bold{
font-size: 1.8rem;
font-weight: 900;
	color: #E80000;
	text-align: center;
}
.plan_box .before_price{
font-size: 1.6rem;
font-weight: 900;
	line-height: 1;
	text-align: center;
}
.plan_box .before_price span{
font-weight: 900;
	vertical-align: baseline;
		position: relative;
}
.plan_box .before_price span::after {
    content: '';
    transform: rotate(-7deg);
    width: 100%;
    border-top: 2px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}
.plan_box .red_price{
font-size: 4.8rem;
font-weight: 900;
	color: #E80000;
	text-align: center;
	line-height: 1;
}
.plan_box .red_price span{
font-size: 1.8rem;
font-weight: 900;
	vertical-align: baseline;
}
.plan_box h4{
	color: #FFF;
text-align: center;
font-size: 1.8rem;
font-weight: 900;
	padding: 0.5em;
	margin-bottom: 10px;
	line-height: 1;
}
.plan_box .dtl{
	border-radius: 18px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.plan_box .dtl p{
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: 500;
}
.plan_box ul{
width: 80%;
	margin: 0 auto 10px auto;
}
.plan_box.p_ume{
	border: 3px solid #F219AA;
}
.plan_box.p_ume h3{
	background: #F219AA;
}
.plan_box.p_ume h4{
	background: #F219AA;
}
.plan_box.p_ume .dtl{
background: #F219AA;
}
.plan_box.p_take{
	border: 3px solid #31BDF4;
}
.plan_box.p_take h3{
	background: #31BDF4;
}
.plan_box.p_take h4{
	background: #31BDF4;
}
.plan_box.p_take .dtl{
background: #31BDF4;
}
.plan_box.p_matsu{
	border: 3px solid #6FEF1B;
}
.plan_box.p_matsu h3{
	background: #61D117;
}
.plan_box.p_matsu h4{
	background: #61D117;
}
.plan_box.p_matsu .dtl{
background: #61D117;
}
.sld{
	overflow: hidden;
}
.sld .slick-slide {
margin: 0 10px;	
}

.plan_list{
	width: 100%;
	max-width: 990px;
	margin: 0 auto ;
	position: relative;
}
	.table_box{
		margin-bottom: 20px;
}
	.plan_list thead th {
    padding: 1em 0.5em;
}
.plan_list,.plan_list td,.plan_list th {
    border-collapse: collapse;
	border:2px solid #000000;
    }
.plan_list td,.plan_list th {
padding: 0.5em;
    }
.plan_list thead {
	background: #000000;
	color: #FFFFFF;
    }
.plan_list thead th{
	font-size: 2.4rem;
font-weight: 900;
	text-align: center;
		border:none;
    }
.plan_list tbody th,.plan_list tbody td{
	background: #EBEBEB;
    }
.plan_list tbody th.plan_midashi{
	background: #F4CB2A;
	text-align: center;
	font-size: 2.4rem;
    }
.plan_list tbody th{
	font-size: 1.8rem;
font-weight: 900;
    }
.plan_list tbody td{
	font-size: 1.8rem;
font-weight: 900;
	text-align: center;
    }

@media screen and (max-width: 991px) {
.plan_list thead th{
	font-size: 1.4rem;
    }
.plan_list tbody th.plan_midashi {
    font-size: 2.0rem;
}
}
@media screen and (max-width: 768px) {
	.plan_box .price{
font-size: 3.0rem;
}
.plan_box .price span{
font-size: 1.6rem;
}	
.plan_box .red_price{
font-size: 4.0rem;
}
.plan_box .red_price span{
font-size: 1.6rem;
}	
}
@media screen and (max-width: 550px) {
  .plan_img01 {
    max-width: 200px;
  }
	.plan_list thead{
    position: sticky;
  top: 0;
}
		.plan_list thead::before{
   content: "";
			width: 100%;
			height: 5px;
			background: #000000;
			position: absolute;
			left: 0;
			top: 0;
}
	.table_box{
  overflow-y: auto;
  height: 400px;
  -webkit-overflow-scrolling: touch;
		margin-bottom: 20px;
}
	.plan_list thead th {
    padding: 1em 0.5em;
}
	.plan_list tbody th{
	font-size: 1.4rem;
    }
.plan_list tbody td{
	font-size: 1.6rem;
    }
}
/* Flow */
#flow {
  background-image: url("../images/bg_flow.jpg");
  background-size: cover;
}
#flow .ttl, #flow .ttl02 {
  color: #FFFFFF;
}
#flow .ttl span::before {
  background: #FFFFFF;
}
#flow .ttl02::before {
  background: #FFFFFF;
}
.flow_box {
  background: #D9D9D9;
  box-shadow: 10px 10px #000;
  margin-bottom: 30px;
}
.flow_box h4 {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  padding: 30px;
  font-weight: 900;
}
.flow_box .inner {
  padding: 30px;
}
.flow_box .inner p span {
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 550px) {}
/* present */
.campaign02 {
  background: #000;
}
.campaign02 .caption {
  color: #FFF;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.campaign02 .caption02 {
  color: #F219AA;
  font-size: 6.4rem;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .campaign02 .caption {
    font-size: 3rem;
  }
  .campaign02 .caption02 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .campaign02 .caption02 {
    font-size: 4rem;
  }
}

/* contact */
#contact {
  background: #F4CB2A;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25) inset;
  position: relative;
}
.contact_img01 {
  position: absolute;
  left: 10%;
  top: -5%;
}
#contact .txt01 {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
}
.bt_line {
  display: inline-block;
  position: relative;
  background: #06C755;
  color: #FFFFFF;
  padding: 0.7em 1.5em;
  font-size: 3.6rem;
  line-height: 1;
  border-radius: 50px;
  box-shadow: 6px 6px #000;
  font-weight: 600;
  transition: all 0.2s ease;
}
.bt_line::before {
  content: url("../images/ico_line.svg");
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.bt_line:hover {
  transform: translateY(3px);
  box-shadow: 3px 3px #000;
  color: #FFFFFF;
}
.form_area {
  border-radius: 18px;
  background: #FFF;
  padding: 60px 0;
}
.form_area .inner {
  width: 90%;
  margin: 0 auto;
}
.form_area h4{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}
table.contact {
  width: 100%;
  /*border-top: 1px solid #fff;*/
  font-size: 1.8rem;
  color: #000;
}
table.contact th, table.contact td {
  /*border-bottom: 1px solid #fff;*/
  letter-spacing: 0.1em;
  vertical-align: middle;
}
table.contact th {
  padding: 1.5em 1.5em 0 0;
  width: 30%;
  vertical-align: top;
  font-weight: 600;
}
table.contact th div {
  position: relative;
  text-align: right;
  padding-right: 30px;
}
table.contact td p {
  margin-bottom: 0 !important;
}
span.must {
  color: #FFFFFF;
  background: #E00000;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  display: inline-block;
  margin-right: 5px;
}
table.contact td {
  padding: 1.5em 0.5em 1.5em 0;
}
.form_area a {
  text-decoration: underline;
}
/*フォーム*/
.submit_btn_wrap {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #9AF3A8;
  font-size: 1.8rem;
  color: #000;
  padding: 1em 1.5em;
  line-height: 1;
  border-radius: 50px;
  box-shadow: 6px 6px #000;
  font-weight: 400;
  transition: all 0.2s ease;
  border: none;
}
.submit_btn:hover {
  transform: translateY(3px);
  box-shadow: 3px 3px #000;
  color: #000;
}
.back_btn {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #666;
  font-size: 1.8rem;
  color: #FFFFFF;
  padding: 1em 1.5em;
  line-height: 1;
  border-radius: 50px;
  box-shadow: 6px 6px #000;
  font-weight: 400;
  transition: all 0.2s ease;
  border: none;
}
.back_btn:hover {
  transform: translateY(3px);
  box-shadow: 3px 3px #000;
  color: #FFFFFF;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.consent_check_wrap {
  margin-bottom: 40px;
}
.consent_check_wrap p {
  font-size: 1.6rem;
  text-align: center;
}
.consent_check_wrap p a {
  text-decoration: underline;
  color: #ff1e0d;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  font-family: inherit;
  font-size: 18px;
  padding: 0.5em;
  margin: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #000;
  background: #EFEFEF;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0 0 0 5px
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
  display: block;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
.radio_if span.wpcf7-list-item {
  display: block;
}
.radio_if {
  background: #D9D9D9;
  color: #000000;
  padding: 1em;
  margin-top: 20px;
}
.radio_if label {
  display: block;
}

.privacy_box {
  border: 1px solid #000000;
	background: #EFEFEF;
  margin-bottom: 20px;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.4rem;
}
.privacy_inner h5{
  font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.consent_check_wrap {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
	border: 3px solid #F4CB2A;
  border-radius: 10px;
}
.consent_check_wrap p a {
  text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}








@media screen and (max-width: 1300px) {
  .contact_img01 {
    position: absolute;
    left: 5%;
    top: -5%;
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .bt_line {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .txt01 {
    padding-top: 250px;
    font-size: 3rem;
  }
  .contact_img01 {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: 300px;
  }
  #contact .txt01 {
    font-size: 2.4rem;
  }
  .form_area {
    padding: 10px 0 60px 0;
  }
  .form_area .inner {
    width: 85%;
    margin: 0 auto;
  }
	.form_area h4{
	font-size: 1.6rem;
}
  table.contact {
    font-size: 1.6rem;
  }
  table.contact th, table.contact td {
    display: block;
    width: 100%;
    text-align: left;
  }
  table.contact th {
    padding: 1.5em 0 0 0;
    border: none;
  }
  table.contact th div {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
  }
  table.contact td {
    padding: 1.5em 0;
    border-bottom: 1px solid #3C2617;
  }
  table.contact tr:last-of-type td {
    border-bottom: none;
  }
  .submit_btn {
    font-size: 1.6rem;
  }
  ul.form_list li {
    margin-bottom: 20px;
  }
  ul.form_list li:last-child {
    margin-bottom: 0;
  }
	.privacy_inner {
    width: auto;
    height: 150px;
    overflow-y: scroll;
    padding: 15px;
    font-size: 1.2rem;
}
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
.form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  font-size: 16px;
}	
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 16px;
  }
}
/*----------------------------------------
	共通
-----------------------------------------*/
.ttl {
  font-size: 3.6rem;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.ttl span {
  font-family: Noto Sans JP;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
.ttl span::before {
  content: "";
  width: 38px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ttl02 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.ttl02::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 6px;
  background: #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.plate {
  background: #000;
  display: inline-block;
  padding: 0.7em 2em;
  line-height: 1;
  margin-bottom: 30px;
  transform: skewX(-12deg);
}
.plate span {
  color: #FFF;
  font-size: 4.8rem;
  font-weight: 900;
  transform: skewX(12deg);
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
.about_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_list li {
  width: calc(100% / 3);
  padding: 15px;
}
.point_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_list li {
  width: calc(100% / 4);
  padding: 15px;
}
.about_list li img, .point_list li img {
  width: 100%;
}
@media(max-width: 768px) {
  .ttl {
    font-size: 3.0rem;
  }
  .ttl span {
    font-family: Noto Sans JP;
    font-size: 1.6rem;
  }
  .ttl02 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .plate span {
    font-size: 3rem;
  }
  .col_box {
    margin-left: auto;
    margin-right: auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
  .about_list li {
    width: calc(100% / 3);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 4);
    padding: 10px;
  }
}
@media(max-width: 550px) {
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 330px;
  }
  .about_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .ttl {
    font-size: 3.0rem;
  }
  .ttl span {
    font-family: Noto Sans JP;
    font-size: 1.4rem;
  }
  .ttl02 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
  .plate span {
    font-size: 2.2rem;
  }
}