@charset "utf-8";

body{
  background-color:#fff
}


h2{
  color:#008077
}

li{
  list-style:none;
}

a{
  text-decoration:none;
}

.area {
  width: 96%;
  max-width: 700px;
  padding: 1.2em 1em;
  border: 1px solid #c5c5c5;
  border-radius: 16px;
  margin: 0 auto 2em;
  background: rgba(255, 255, 255, 0.7);
}

.area span {
  font-weight: bolder;
}

.impacts {
  margin: 0 auto;
}

.impact {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  /* text-shadow: -1px -1px 1px #000; */
  /* text-shadow: 1px 1px 2px #000; */
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;

  letter-spacing: 0.2em;
  margin: 0 auto;
}
.i1 {
  margin-top: 10%;
}

.i2 {
  margin-top: 20%;
}

.i3 {
  margin-top: 30%;
  left: 38%;
}

@media screen and (max-width: 767px) {

  .impact{
  font-size: 1.2em;
  left: 40%;
  }

  .i1 {
    margin-top: 20%;
  }
  
  .i2 {
    margin-top: 40%;
  }
  
  .i3 {
    margin-top: 60%;
    left: 29%;
  }
}


.footer-menu{
  align-items: center;
  bottom: 0;
  border-top: 2px solid #008077;
  background: #eef4f6;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content:center;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 768px) {
  .footer-menu{
    padding: 0% 5%;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu{
    padding: 0px 8%;
  }
}

.conversion-btn--bottom.is-hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.conversion-btn-opener {
  position: absolute;
  right: 0;
  bottom: calc(100% + 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #38bdb4;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .conversion-btn-opener {
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 1.6rem;
    transition: opacity .3s;
  }
}

@media screen and (max-width: 767px) {
  .conversion-btn-opener {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

/* .conversion-btn-opener::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
  border-radius: 50%;
  color: #38bdb4;
  content: "\f077";
  font-size: 1.0rem;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  text-align: center;
} */

/* @media screen and (min-width: 768px) {
  .conversion-btn-opener::after {
    right: 16px;
    transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, transform .3s;
    transition: margin-top .3s, transform .3s, -webkit-transform .3s;
  }
} */

/* @media screen and (max-width: 767px) {
  .conversion-btn-opener::after {
    right: 10px;
    transition: margin-top .3s;
  }
} */

/* body[class*='pc'] .conversion-btn-opener:hover {
  opacity: .7;
}

body[class*='pc'] .conversion-btn-opener:hover::after {
  margin-top: -5px;
}

.conversion-btn-opener.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/* .conversion-btn,
.footer-menu{
  display: flex;
  align-items: center;
  background: #eef4f6;
  justify-content:center;
} */

@media screen and (min-width: 768px) {
  .footer-contents {
    display: flex;
    align-items: center;
    margin-right:100px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contents {
    flex: 1 0 0%;
  }
}

.footer-contents__ttl {
  color: #323232;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-contents__ttl {
    /* margin-right: 50px; */
    /* font-size: 1.8rem; */
    padding:0px;
    margin:0px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contents__ttl {
    padding:0px;
    margin:0px;
    font-size: 1.1rem;
  }
}

.footer-contents__telnum {
  margin:0px;
  color: #008077;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-contents__telnum {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .footer-contents__telnum {
    background-size: 25px auto;
    font-size: 1.1em;

    /* font-size: 1.7rem; */
  }
}

.footer-tel{
  display:flex;
  align-items:center;
}

.reception_time {
  color: #323232;
  margin:0px;
}

@media screen and (min-width: 768px) {
  .reception_time {
    /* font-size: 1.6rem; */
  }
}

@media screen and (max-width: 767px) {
  .reception_time {
    display:none;
    /* font-size: 1.0rem; */
  }
}

.footer-mail {
  flex-shrink: 0;
  background: #fff;
  border: 1px #008077 solid;
  color: #008077;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    margin-left: 30px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
  .fa-envelope{
    font-size:35px;
    margin:10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-mail {
    display: block;
    width: 105px;
    height: 54px;
    margin-left: 5px;
    padding-top: 10px;
    /* font-size: ; */
    border-radius: 27px;
  }

  .fa-envelope{
    font-size:35px;
  }

  .mail-text{
    display:none;
  }
}
@media screen and (min-width: 768px) {
  .footer-mail::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-mail::before {
    position: static;
    display: block;
    margin-bottom: 5px;
    color: #008077;
    font-size: 1.2rem;
  }
}
.footer-mail:hover {
  background: #008077;
  color: #fff;
  cursor:pointer;
}

.mainimg-box{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}

.buying{
  margin-bottom:0px;
}

.company {
	background-image: url(../images/effected_28766276_l.avif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15%;
	padding-right: 20px;
	padding-bottom: 15%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #FFF;
}

.company h2 {
	color: #FFF;
	border-bottom: none;
	padding-bottom: 0px;
}
.company p {
	line-height: 2.4;
}
.company.text {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
} 

.btn_cnt a {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius:5px;
  color: #000;
	background-color: #eef4f6;
}

.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #000000;
	background-color: #fefefe;
}

.detail_button{
  font-size: 16px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	background-color: rgb(17, 187, 221);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  cursor:pointer;
  border:none;
}

.detail_button i {
	padding-right: 10px;
}
.detail_button:hover {
	background-color: rgb(17, 187, 221,0.5);;
}

.detail_button.reverse {
	padding-right: 10px;
  margin-right:0;
  margin-left:auto;
}


@media screen and (max-width: 767px) {
  .detail_button{
    margin-left: auto;
  }

  .detail_button.reverse{
    margin-right: auto;
  }
}
/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #111;
}

header.txt_w .menu_btn span {
	background-color: #FFBF00;
}
header.txt_w.fixed .menu_btn span {
	background-color: #111;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #555;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #F6F6F6;
	background-color: rgba(246,246,246,0.85);
	display: none;
	padding-left: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}


#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #111;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #FFBF00;
	color: #000;
	width: 90%;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #111;
}


/*
SNSボタン
-------------------------------------------*/

.sns-list {
	padding: 5px;
	position: fixed;
	top: 150px;
	right: 0px;
	background-color: rgba(0,0,0,0.6);
}
.sns-list li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.sns-list li a:hover {
	background-color: #fefefe;
	color: #000;
}
@media screen and (max-width:640px)
{
  .sns-list{
    display:none;
  }
}

/* @media screen and (max-width:640px){
.sns-list {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}

.sns-list li {
	width: 25%;
}
.sns-list li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
} */


#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 560px;
	height: 500px;
	margin-top: -250px;
	margin-left: -280px;
	color: #FFF;
	background-color: #111;
	background-color: rgba(0,0,0,0.8);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}

#index_top #top_catch h2 {
	font-size: 50px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.05
}

#index_top #top_catch h2 strong {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.05em .3em;
	background-image: -webkit-radial-gradient(.10em .10em at center center,#FFBF00,#FFBF00 100%,transparent);
    background-image: radial-gradient(.10em .10em at center center,#FFBF00,#FFBF00 100%,transparent);
}
#index_top #top_catch p {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.4;
	color: #EEE;
}



.buying{
  background: #eef4f6;
}

/*ボックス１個あたり*/
.list-reverse .list {
padding: 2rem 0;	/*上下、左右へのボックス内の余白*/
}

.list-reverse .text{
direction:rtl;
}

/*ボックス内のfigure画像*/
.list-reverse .list figure {
margin-bottom: 1rem;	/*画像の下に空けるスペース*/
}
/*ボックス内のh4タグ*/
.list-reverse .list h4 {
margin: 0;				/*デフォルトマージンを一旦リセット*/
margin-bottom: 0.5em;	/*下に少し余白を作る*/
font-size: 1.3rem;		/*文字サイズ。bodyで指定しているfont-sizeの1.3倍。*/
direction:ltr;
}

/*ボックス内のpタグ*/
.list-reverse .list p {
margin: 0;			/*デフォルトマージンを一旦リセット*/
font-size: 0.9rem;	/*文字サイズ。bodyで指定しているfont-sizeの0.9倍。*/
direction:ltr;
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width:767px) {

.list-reverse .list div {
  flex: 1;
}

/*ボックス１個あたり*/
.list-reverse .list {
  display: flex;	/*flexボックスを使う指定*/
  align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
  flex-direction:row-reverse;
}

/*ボックス内のfigure画像*/
.list-reverse .list figure {
  margin-bottom: 0;	/*下に空けるスペースをリセットする*/
  width: 40%;			/*画像の幅*/
  margin-left: 2rem;	/*画像の右側に空けるスペース*/
}

/*ボックス内のh4タグ*/
.list-reverse .list h4 {
  direction:rtl;
  }
  
  /*ボックス内のpタグ*/
  .list-reverse .list p {
  direction:rtl;
  }

}


/* flow-chart */
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #4D9BC1;
}

.flow05 > li dl dd {
  margin-left: 0;
  margin-bottom:20px;
}
   

/* buying */

.buying_section{
  display:flex;
}

@media screen and (max-width: 767px) {
  .buying_section{
    flex-direction: column;
  }
}

.buying_table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  font-size:0.8em;
}
.buying_table th, .buying_table td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.buying_table th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.formButtons{
  display:flex;
  align-items:center;
  justify-content:center;
}

.formButton{
  background: #fff;
  border: 1px #008077 solid;
  color: #008077;
  font-weight: bold;
  text-align: center;
  width: 150px;
  height: 50px;
  margin: 10px;
  border-radius: 30px;
  font-size: 1.2rem;
}

.formButton:hover {
  background: #008077;
  color: #fff;
  cursor:pointer;
}

