@charset "UTF-8";
@import url("https://use.typekit.net/nez4uyd.css");
/*/▼帯バナー削除用CSS▼//*/
#beltbnr {
  display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/

#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
#mainArea p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}
.pc { 
  display: block;
  width: 900px;
  margin: 0 auto;
}
.sp { 
  display: none;
}
section {
  margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.5px;	
  color: #161616;	
}
.under_ {
  margin: 2% auto 5% auto;
  clear: both;
}
.back-b {

}
.lead {
  width: 100%;
  margin: 2em auto 9em;
  position: relative;
}
.lead p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;	
	padding: 1em 0 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
  color: #161616;		
}

/*///*/
.contents_wrap {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.main_img {
  width: 50%;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.main_img img {
  width: 100%;
  border: #161616 1px solid;
  display: block;
  position: relative;
  z-index: 2;
}
.main_img .ttl_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "buena-park-jf", serif !important;
  font-size: 30px;
  letter-spacing: 1.5px;
  background: #fff;
  border: #161616 1px solid;
  border-bottom: none; 
  z-index: 1;
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.main_img .ttl_number.is-show {
  transform: translateY(0);
  opacity: 1;
}

.item_1 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #bad0f2;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_2 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #359454;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_3 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #eed9e7;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_4 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #ee8648;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_5 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #b6e0e3;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_6 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #52cb7d;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_7 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #d9cebe;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}
.item_8 {
  width: 1000px;
  margin: 0 auto;
  display: flex; 
  justify-content: space-between;
  align-items: flex-start;
  background: #b8c549;
  gap: 40px; 
  padding: 55px 40px 90px 40px;
}

.text_wrap {
  width: 50%;
  margin-top: 55px;
}
.contents_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.contents_wrap:nth-of-type(even) .text_wrap {
  margin-left: 0;
  margin-right: 0;
}

.function_icon {
  display: flex;
  gap: 5px;
  margin-left: -2px;
}
.function_icon img {
  width: 50px;
}

.features {
  display: flex;
  align-items: flex-end;;
  justify-content: space-between;
  gap: 0;
  margin: 40px 0;
}
.features p {
  font-family: "buena-park-jf", serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #161616;
  width: 70%;
}
.features p span {
  font-family: "buena-park-jf", serif !important;
  font-style: normal;
}
.features p.blue,
.features p span.blue {
  color: #412ed7;
}
.features img.big {
  width: 37%;
  height: auto;  
  margin-bottom: -7px;    
}
.features img {
  width: 20%;
  height: auto;
  margin-bottom: -8px;  
}
.white,
.text_wrap h3.white,
.f-f.white {
  color: #fff;
}
.light {
  -webkit-text-stroke: 0.3px #bad0f2;
}
.light_2 {
  -webkit-text-stroke: 0.3px #359454;
}
.light_3 {
  -webkit-text-stroke: 0.3px #eed9e7;
}
.light_4 {
  -webkit-text-stroke: 0.3px #ee8648;
}
.light_5 {
  -webkit-text-stroke: 0.3px #b6e0e3;
}
.light_6 {
  -webkit-text-stroke: 0.3px #52cb7d;
}
.light_7 {
  -webkit-text-stroke: 0.3px #d9cebe;
}
.light_8 {
  -webkit-text-stroke: 0.3px #b8c549;
}

.text_wrap h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(17px, 2vw, 17px);
  line-height: 2.2;
  letter-spacing: 1px;
  margin: 0;
  color: #161616;
}
.comment_ {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0 auto;
  text-align: justify;
}

/*///*/
.creditArea {
  margin: 6% 0 0 0;
}
.creditArea .f-f {
  text-align: center;
}
.main_item .comment_ {
  margin: 5% auto 5% auto;
}
.main_creditArea {
	padding: 0;
	margin-top: 4%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
  width: 100%;
  padding: 0;
	height: 30px;
}
.main_creditArea table td.two {
  width: 100%;
  padding: 0;
	height: 40px;
}
.main_creditArea table td.btn {
  vertical-align: middle;
}

/*////*/
.button_bl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  width: 51px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  border: solid 1px #161616;	
  text-decoration: none;
	color: #fff;
	letter-spacing: 1.5px;
}
.button_bl:hover {
  background: none;
  border: solid 1px #161616;
  color: #161616 !important;
  transition: .3s;
}

/*////*/
.related-link {
  text-align: center;
  margin: 8% auto 0 auto;
}
.related-link p.for_link {
  font-size: 1.5rem;
}
.link_buttons {
  display: flex;
  justify-content: center; 
  gap: 15px;               
  margin-top: 13px;
}
.link_buttons a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;  
  display: inline-block;
  padding: 2px 20px;
  border: 1px solid #161616;
  text-decoration: none;
  color: #fff;
  background: #161616;
  transition: 0.3s;
  font-size: 1.3rem;  
  border-radius: 25px;
}
.link_buttons a:hover {
  background: #fff;
  color: #161616;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
#mainArea p {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-style: normal;
}
.lead {
  width: 85%;
  margin: 1.5em auto 7em;
  position: relative;
}
.lead br {
  display: none;
}
.lead p {
  font-size: 1.3rem;  
  padding: 0.5em 0 0 0;
  text-align: left;
}
.f-f {
  line-height: 1.3rem;
}
.item_1,
.item_2,
.item_3,
.item_4,
.item_5,
.item_6,
.item_7,
.item_8 {
  width: 100%;
  margin: 0 auto;
  display: block; 
  gap: 0;
  padding: 40px 15px 70px 15px;
}
.main_img {
  width: 100%;
  padding-top: 50px;
}
.main_img .ttl_number {
  width: 50px;
  height: 50px;
  font-size: 22px;
}
.text_wrap {
  width: 100%;
  margin-top: 35px;
}
.features {
  position: relative;
  margin: 40px 0;
}
.features::after {
  content: "";
  display: block;
  clear: both;
}
.features p {
  width: 80%;
}
.features img.big {
  width: 37%;
  height: auto;
  float: right;
  margin: 0 0 30px -53px;
}
.features img.big_2 {
  width: 20%;
  height: auto;
  float: right;
  margin: 0 0 1px 10px;
}
.last-line {
  white-space: nowrap;
  color: #412ed7 !important;
  font-weight: 600 !important;  
}
.last-line_2 {
  white-space: nowrap;
  color: #161616 !important;
  font-weight: 600 !important;
}

.contents_wrap:nth-of-type(even) .text_wrap {
  margin-left: 0;
  margin-right: 0;
}

.main_creditArea table td.txt {
  width: 100%;
  padding: 0;
  height: 32px;
  vertical-align: middle;
  line-height: 1.5;
}
.main_creditArea table td.two {
  width: 100%;
  padding: 0;
  height: 40px;
}

.related-link {
  margin: 50px auto 20px auto;
  display: block;
  width: 85%;
}
.link_buttons {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
}
.link_buttons a {
  width: 40%;
  padding: 2px 10px;  
}


}

