@charset "utf-8";
@import url("root.css");
/***************************************
-------------- TOP HEADER --------------
***************************************/
#main_view {
  display: block;
  overflow: hidden;
  height: auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
}
#main_view .slide_inner {
  background-image: url("../img/index/main_bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  padding: 25px 0 30px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  #main_view .slide_inner {
    margin: 80px auto 0px;
    padding: 25px 0px 30px;
  }
}
@media screen and (max-width:768px) {
  #main_view .slide_inner {
    padding: 25px 0px 50px;
  }
}
@media screen and (max-width:599px) {
  #main_view .slide_inner {
    margin: 60px auto 0px;
    padding: 25px 0px 50px;
  }
}
.swiper-container {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto 0;
}
.swiper-container img {
  display: block;
  max-width: 100%;
}
.swiper-pagination-bullet {
  background-color: #1d2088 !important;
}
.swiper-pagination {
  height: 30px;
  bottom: -5px !important;
}
.swiper-slide {
  position: relative;
}
.caption {
  position: absolute;
  bottom: -1.75rem;
  right: 5px;
  font-weight: 600;
  color: #cc141c;
  background-image: url("../img/index/main_bg.jpg");
}
@media screen and (max-width:768px) {
  .caption {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1.75rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 96%;
  }
}

/*------------------------------------
#main
------------------------------------*/
#main {
	display: block;
	overflow: hidden;
	height: auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
}


.sliderArea {
background-image: url("../img/index/main_bg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding: 25px 0 20px;
max-width: 100%;
margin: 0 auto;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

@media screen and (max-width:1024px) {
	.sliderArea {
		margin: 80px auto 0px;
		padding: 25px 0px 20px;
	}
}
@media screen and (max-width:599px) {
	.sliderArea {
		margin: 60px auto 0px;
		padding: 25px 0px 20px;
	}
}

.sliderArea.w300 {
max-width: 1175px;
}
.slick-slide {
margin: 0 0px;
}
.slider div {
	padding: 0 0px 0;
}


.slick-slide img {
width: 100%;
height: auto;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: 0.7;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}

.sliderArea .thumb .slick-slide img {
padding: 0 3%;
}
.sliderArea .thumb .slick-slide {
cursor: pointer;
}
.sliderArea .thumb .slick-slide:hover {
opacity: .7;
}

.full-screen .slick-list {
overflow: visible;
}
.full-screen.slider {
max-width: 1175px;
margin: 0 auto;
}
.slick-dotted.slick-slider {
margin-bottom:1.2em !important;
}

/*slick-dots*/
.full-screen .slick-dots {
	bottom: -20px;
}
.full-screen .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.full-screen .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	margin: 0 5px 0;
	outline: 0;
	transition-duration: 0.3s;
	width: 10px;
	height: 10px;
	border-radius: 10px;
		background: #999999;
}
.full-screen .slick-dots li button:before {
	content: none;
}
.full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
background: #e6aa28;
}

.slick-slide a:hover img {
	transform: scale(1.01);
	transition: all .6s;/*表示の変化を0.3秒に指定*/
	opacity: 1.0 !important;
}

/*------------------------------------
#
------------------------------------*/

h2.t_title {
	line-height: 100%;
	margin-bottom: 0;
	margin-top: 0px;
}
h2.t_title span{
	display: block;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	background-color: var(--base-color01);
	color: var(--base-color03);
	border-radius: 35px;
	padding: 5px 2% 5px;
	max-width: 520px;
	margin:0 auto 1rem;
}

h2.t_title span span{
	display: inline-block;
	color: var(--base-color05);
	padding: 0;
	margin:0 auto 0;
}
h2.t_title strong {
	font-weight: inherit;
	font-size: inherit;
}

@media only screen and (max-width: 768px) {
h2.t_title span{
	font-size: 1.25rem;
	}
}
@media only screen and (max-width: 599px) {
h2.t_title span{
	font-size: 1rem;
	padding: 5px 2% 5px;
	white-space: nowrap;
	}
}
@media only screen and (max-width: 480px) {
	h2.t_title strong {
		display: block;
		
	}
}
/*---------------------------*/

h2.t_title2 {
	line-height: 100%;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
}


h2.t_title2 span {
	font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
h2.t_title2 span {
	font-size: 2.25rem;
}
}
@media only screen and (max-width: 768px) {
h2.t_title2 span {
	font-size: 1.75rem;
}
h2.t_title2 span {
	display: block;	
	}
}
@media only screen and (max-width: 599px) {
h2.t_title2 span {
	font-size: 1.5rem;
}
}
@media only screen and (max-width: 480px) {
	
}
/*---------------------------*/
h2.line_title {
	color: var(--base-color01);
	font-size: 2rem
}

h2.line_title span {
	font-size: inherit;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-top: -12px;
	margin-left: 0px;
}


h2.line_title span:after {
border-top: 2px solid;
content: "";
flex-grow: 1;
}
h2.line_title span:after {
margin-left: 2rem;
}

	
h2.line_title span:before {
border-top: 2px solid;
content: "";
flex-grow: 1;
}
h2.line_title span:before {
margin-right: 2rem;
}
@media only screen and (min-width: 1025px) {
h2.line_title {
	font-size: 2.25rem
}
}
@media only screen and (max-width: 768px) {
h2.line_title {
	font-size: 1.5rem
}
}
@media only screen and (max-width: 599px) {
h2.line_title {
	font-size: 1.375rem
}
	h2.line_title span:after,
	h2.line_title span:before{
		display: none;
	}
	h2.line_title span {
		justify-content: center;
		border-top: 1px solid;
		border-bottom: 1px solid;
		padding: 10px 0 10px !important;
		text-align: center;
	}
}

/*------------------------------------
#top_information
------------------------------------*/
#top_information {}

.info_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.news_box {
  width: 55%;
}

.calendar_box {
  width: 43%;
}

.calendar_box {
  padding: 6px;
  background-color: var(--base-color02);
}

.calendar_box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 0px solid #CCC;
  margin-bottom: 0rem;
}

.news_box {
  color: var(--base-color03);
  border: 2px solid var(--base-color02);
}

.news_box h2 {
  font-size: 1.5rem;
  background-color: var(--base-color02);
  color: var(--base-color03);
  padding: 5px 10px 5px;
  margin-bottom: 0;
  text-align: left;
}

.news_box h2 span {
  font-size: inherit;
  margin-left: 1.5rem;
  color: var(--base-color04);
}

.news_box .scl {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 200px;
  padding: 5px 5px 5px 15px;
  overflow-y: auto;
}

.news_box dl {
  width: 98%;
  padding: 10px 3px 15px;
}

.news_box dl:not(:first-of-type) {
  border-top: solid 3px #CCCCCC;
}

.news_box dl dt {
  color: var(--base-color02) !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: .875rem
}

.news_box dl dt::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 600;
  margin-right: 5px;
  margin-top: -3px;
  color: var(--base-color01) !important;
}

.news_box dl dd {
  width: 100%;
}

.news_box dl dd h3 {
  font-size: 1.125rem !important;
  color: var(--base-color02);
  line-height: 140%;
	margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /*border-bottom: 1px solid #CCC;*/
	text-decoration: underline !important;
}

.news_box dl dt, .info_box dl dd a {
  font-size: 16px;
  color: var(--base-color02);
}

.news_box a:hover {
	 color: var(--base-color01);
  text-decoration: underline !important;
}
.news_box a:hover h3,.news_box a:hover p {
	color: var(--base-color01);
}


.news_box dl dd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--base-color02);
}

@media only screen and (min-width: 1025px) {
  .news_box {
    width: 65%;
  }
  .calendar_box {
    width: 33%;
  }
}

@media only screen and (max-width: 768px) {
  .news_box .scl {
    max-height: 360px;
  }
  .news_box {
    width: 100%;
  }
  .calendar_box {
    width: 100%;
    max-width: 490px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 599px) {
  .news_box h2 {
    font-size: 1.375rem;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .news_box h2 span {
    display: block;
    margin-left: auto;
  }
  .news_box dl dt {
    font-size: .75rem;
    margin-bottom: 5px;
  }
  .news_box dl dd h3 {
    font-size: 1.0625rem !important;
    line-height: 120% !important;
  }
  .news_box dl dd p {
    font-size: 1rem !important;
  }
}
/*------------------------------------
#top_campaign
------------------------------------*/
#top_campaign {
	background: url("../img/index/camp_bg.jpg");
	background-position: top center;
	background-size: cover;
	margin-top: 0 !important;
}

/*------------------------------------
#top_access
------------------------------------*/

#top_access {}

.ac_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: var(--base-color01);
  padding: 5px;
}

.ac_area article:nth-child(1) {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 10px 10px;
	margin-bottom: 0 !important;
  width: 40%;
}

.ac_area article:nth-child(2) {
  padding: 15px;
  width: 60%;
  background-color: var(--base-color03);
}

.ac_area article:nth-child(1) h3 {
  font-size: 1.5rem !important;
  color: var(--base-color05);
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.ac_area article:nth-child(1) h3 span {
  display: block;
  font-size: 1.375rem !important;
  color: var(--base-color03);
}

.ac_area article:nth-child(1) div {
  margin-top: auto;
  background-color: #f8a980;
}

.ac_area article:nth-child(2) p {
  font-size: .875rem !important;
}

.ac_area article:nth-child(2) div {
  position: relative;
}

.ac_area article:nth-child(2) div::before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: ""counter(number)"";
  background-color: var(--sub-color01);
  color: var(--base-color03);
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.ac_area article:nth-child(2) div {
  margin-bottom: 5px;
}

.ac_area .flex_box {
  counter-reset: number 0;
}

.ac_area .flex_box li:nth-child(1), .ac_area .flex_box li:nth-child(2) {
  margin-bottom: 3%;
}

.ac_area .flex_box li:nth-child(3), .ac_area .flex_box li:nth-child(4) {
  margin-bottom: 0%;
}

@media only screen and (min-width: 1025px) {
  .ac_area article:nth-child(1) h3 {
    font-size: 1.75rem !important;
    padding-left: 5px;
  }
  .ac_area article:nth-child(1) h3 span {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 900px) {
  .ac_area article:nth-child(1) {
    padding: 10px 10px 15px 10px !important;
    width: 100%;
  }
  .ac_area article:nth-child(1) img {
    display: block;
    max-width: 490px;
    margin: 0 auto 0;
  }
  .ac_area article:nth-child(1) h3 {
    text-align: center;
  }
  .ac_area article:nth-child(2) {
    padding: 15px;
    width: 100%;
    background-color: var(--base-color03);
  }
}

@media only screen and (max-width: 768px) {
  .ac_area .flex_box li {
    width: 49%;
    margin-top: 0px
  }
}

@media only screen and (max-width: 479px) {
  .ac_area article:nth-child(1) h3 {
    font-size: 1.25rem !important;
    padding-left: 5px;
  }
  .ac_area article:nth-child(1) h3 span {
    font-size: 1.125rem !important;
  }
  .ac_area .flex_box li {
    width: 100%;
  }
.ac_area .flex_box li:nth-child(3){
  margin-bottom: 3%;
}
	
.ac_area article:nth-child(2) p {
  font-size: 1rem !important;
}
	
}
/*------------------------------------
#top_greeting
------------------------------------*/
#top_greeting {
  background-image: url("../img/index/greeting_bg_ob.png"), url("../img/index/greeting_bg.jpg");
  background-position: top right, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

#top_greeting .container {
  padding-bottom: 160px;
}

#top_greeting h2 {
  font-size: 1.75rem;
  line-height: 160%;
  text-align: left;
}

#top_greeting h2 span {
  color: var(--base-color01);
  font-size: inherit;
}

#top_greeting p {
  line-height: 180%;
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  #top_greeting {
    background-image: url("../img/index/greeting_bg_ob.png"), url("../img/index/greeting_bg_w.jpg");
  }
  #top_greeting .container {
    padding-bottom: 80px;
  }
  #top_greeting h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #top_greeting {
    background-image: url("../img/index/greeting_bg_ob.png"), url("../img/index/greeting_bg_sp.jpg");
  }
  #top_greeting h2 {
    margin-bottom: 20px;
  }
  #top_greeting .container {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 599px) {
  #top_greeting h2 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 429px) {
  #top_greeting .container {
    padding-bottom: 200px;
  }
  #top_greeting h2 br {
    display: none;
  }
}

/*--------------------------------------*/
#top_greeting .flex_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3%;
}

#top_greeting .flex_txt .img_box{
	width: 35% !important;
	text-align: center;
	order: 2;
}

#top_greeting .flex_txt .txt_box{
	width: 61% !important;
	order: 1;
}

#top_greeting .flex_txt .txt_box img{
	display: none;
}


@media screen and (max-width: 768px) {
#top_greeting .flex_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#top_greeting .flex_txt .img_box{
	display: none;
	width: 100% !important;
	order: 1;
}

#top_greeting .flex_txt .txt_box{
	width: 100% !important;
	order: 2;
}
#top_greeting .flex_txt .txt_box img{
	display: block;
	width: 96%;
	max-width: 240px;
	margin: 0 auto 20px;
}
	
	
}



/*--------------------------------------*/
.flex_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_txt .img_box{
	width: 32.5%;
	text-align: center;
}

.flex_txt .txt_box{
	width: 65%;
}
@media screen and (max-width: 768px) {
.flex_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_txt .img_box{
	width: 100%;
}

.flex_txt .txt_box{
	width: 100%;
}
.flex_txt div:not(:last-of-type){
		margin-bottom: 20px;
}
}



/***************************************
---------------- assessment ----------------
***************************************/

#assessment{
	border-top: 3px solid;
}

#assessment h2{border-bottom: 1;}

#assessment .txt_area {
	display: block;
	width: 100%;
}

#assessment .txt_area h3 {
	color: var(--sub-color01);
	font-size: 1.5rem;
	line-height: 160%;
	margin: 1rem auto 1rem;
}

#assessment .txt_area p {
	font-size: 108% !important;
	line-height: 200%;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#assessment .txt_area h3 br{
		display: none;
	}
}
@media screen and (max-width: 599px) {
#assessment .txt_area h3 {
	color: var(--sub-color01);
	font-size: 1.25rem;
	line-height: 140%;
	margin: 1rem auto 1rem;
}

#assessment .txt_area p {
	font-size: 100% !important;
	line-height: 180%;
	font-weight: 400;
}
	
}

/***************************************
---------------- ITEMS ----------------
***************************************/

.home #items{
background-color: var(--base-bgcolor03);
  border-top: 3px solid var(--base-bgcolor02);
	border-bottom: 3px solid var(--base-bgcolor02);
}

.pages #items{
background-color: var(--base-bgcolor03);
	padding-top: 3%;

}
/*---------------------------*/

#items .wide_img_box img{
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,.30));
}
#items .wide_img_box {
	margin-bottom: 30px;
}
#items p {
	font-size: 1.125rem !important;
	line-height: 180% !important;
	margin-bottom: 60px;
}

.itemsBox_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.itemsBox {
  width: 33.333%;
  margin-bottom: 5px;
	padding: 6px;
}

.itemsBox a {
  display: flex;
  width: 100%;
  height: 100%;
	border: 1px solid var(--base-color01);
	border-radius: 5px;
	background: var(--base-color03);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
  
}

.items_img {
  display: block;
  width: 42%;
  height: auto;
margin-bottom: 0;
}

.items_txt {
	 display: flex;
  justify-content: center;
  align-items: center;
  width: 58%;
}

.items_txt h3 {
  font-size: 1rem !important;
  line-height: 160%;
  color: var(--base-color01);
  text-align: center;
  margin-bottom: 0px;
  padding: 5px 5px;
}



@media screen and (min-width: 1025px) {
  .itemsBox {
    width: 25%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .itemsBox {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .itemsBox {
    width: 50%;
    margin-bottom: var(--sp-container_space);
  }
  .itemsBox a {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .items_img {
    width: 100%;
  }
  .items_txt {
    width: 100%;
  }
  .items_txt h3 {
    font-size: 1rem !important;
  }
  .items_txt p {
    font-size: var(--sp-fontsize_p);
    line-height: 1.5;
  }
  .itemsBox {
    width: 50%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
 .items_txt h3 {
    /*font-size: 17px !important;*/
  }
}



/***************************************
--------------- PURCHASE ---------------
***************************************/
#purchase_way {
}


#purchase_way .flex_box {
	padding:0 0px;
}

#purchase_way h2.t_title strong {
	color: var(--base-color01);
}

#purchase_way .flex_box li{
	display: flex;
	flex-direction: column;
	margin-bottom: 3%;
	background: var(--base-color01);
	color: var(--base-color03);
	border: 1px solid var(--base-color03);
	border-radius: 5px;
	overflow: hidden;
	 box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
	
}
#purchase_way .flex_box li a{
	color: var(--base-color03);
}

#purchase_way .flex_box li:last-child{
	margin-bottom: 0px;
	
}

#purchase_way .flex_box li div.txt_links{
	margin-top: auto;
	justify-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#purchase_way .flex_box li div.txt_links span{
	display: flex;
	align-items: center;
	width: 100%;
	color: var(--base-color03);
	padding: 10px 20px;
	font-size: 1rem;
	/*position: relative;*/
}
#purchase_way .flex_box li div.txt_links span::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 600;
	margin-right: 5px;
	/*position: absolute;
	right: 15px;*/
}
#purchase_way .flex_box li div.txt_links span::after{
	display: none;
}

#purchase_way .flex_box h3 {
	 font-family: "HG明朝E", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal !important;
	  display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3px;
	padding: 5px;
	font-size: 1.75rem !important;
}
#purchase_way .flex_box h3 span {
	font-family: "Roboto", sans-serif !important;
	font-weight: 300;
	font-size: .75rem !important;
	
}

#purchase_way .flex_box h3::before {
	content: "";
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	margin: 0 auto 0;
}

#purchase_way .flex_box li:nth-child(1) h3::before {
	background-image: url("../img/p_icon1.png");
}
#purchase_way .flex_box li:nth-child(2) h3::before {
	background-image: url("../img/p_icon2.png");
}
#purchase_way .flex_box li:nth-child(3) h3::before {
	background-image: url("../img/p_icon3.png");
}



#purchase_way .flex_box p {
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
    line-height: 1.5;
    text-align: center;
	font-size: 1.125rem !important;
	color: var(--base-color03);
	
	padding: 5px 5px 5px;
}
#purchase_way .flex_box p strong{
	font-weight: inherit;
	font-size: inherit;
	color: var(--base-color05);
}
#purchase_way .flex_box li:nth-child(1) p{
	background-color: var(--pway-color01);
}
#purchase_way .flex_box li:nth-child(2) p{
	background-color: var(--pway-color02);
}
#purchase_way .flex_box li:nth-child(3) p{
	background-color: var(--pway-color03);
}

#purchase_way .flex_box img{
	display: block;
	max-width:490px;
	height: auto;
}
@media screen and (min-width: 1025px) {

	
#purchase_way .flex_box li{
	margin-bottom: 0px;
}
	
}


@media screen and (max-width: 768px) {
	
	
#purchase_way .flex_box .txt_links{
	justify-content: center;
}
#purchase_way .flex_box {
	max-width: 490px;
	}
	


}
@media screen and (max-width: 599px) {
	

	
#purchase_way .flex_box li div.txt_links span{
	padding: 8px 15px;
	font-size: 1rem;
	}
	
#purchase_way .flex_box p {
    font-size: 1rem !important;
	
}
	
}

#purchase_way .wide_img_box {
	margin-top: 40px;
}
#purchase_way .wide_img_box li{
	border-radius: 0px;
	overflow: hidden;
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
}

@media screen and (max-width: 768px) {
	#purchase_way .wide_img_box li img{
		max-width: 490px;
	}
}


/***************************************
--------------- LINE ---------------
***************************************/
#line_assessment {
	background-color: var(--base-bgcolor01);
}


#line_assessment  h2.t_title strong {
	color: var(--sub-color02);
}
#line_assessment p.mess_txt{
	margin: 0 auto 0rem !important;
}


#line_assessment .wide_img_box {
	margin-top: 20px;
}
#line_assessment .wide_img_box li{
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid var(--base-color03);
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
}

@media screen and (max-width: 768px) {
	#line_assessment .wide_img_box li img{
		max-width: 490px;
	}
}

	#line_assessment p.mess_txt strong {
		color: var(--sub-color02);
}
@media screen and (max-width: 768px) {
	
	
	
	#line_assessment p.mess_txt strong {
		display: block;
	}
}
@media screen and (max-width: 599px) {
#line_assessment .wide_img_box {
	margin-top: 10px;
}
}
@media screen and (max-width: 339px) {
#line_assessment h2.t_title span{
	letter-spacing: -1px;
	}
}

/***************************************
--------------- brand ---------------
***************************************/
#brand_list {
	background-color: var(--base-bgcolor01);
}

#brand_list {
	background-image: url("../img/pt02.png");
	background-repeat: repeat;
	background-position: center top;
	background-color: var(--base-color01);	
}
#brand_list h2.t_title2 {
	color: var(--base-color01);
}


#brand_list h2.t_title2 span {
	color: var(--base-color02);
}

#brand_list p.rmess {
	 font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
	
}


.blist_area {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.blist_area li {
	width: 12.5%;
	padding: 1% 1%;
	margin-bottom: .5rem;
	
}

.blist_area li img {
	display: block;
	max-width: 112px;
	height: auto;
	margin: 0 auto 1rem;
}

.blist_area li p{
	white-space: nowrap;
	text-align: center;
	font-size: .875rem !important;
}

@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 859px) {
.blist_area li {
	width: 25%;
	
}
	
}
@media only screen and (max-width: 379px) {
.blist_area li {
	width: 33.333%;
	
}
}





/***************************************
------------- ACHIEVEMENT -------------
***************************************/

#achievement {
	background-image: url("../img/pt03.png");
	background-repeat: repeat;
	background-position: center top;
	background-color: var(--base-color01);	
}
#achievement h2.t_title2 {
	color: var(--base-color04);
	border-bottom-color: transparent;
}


#achievement h2.t_title2 span {
	color: var(--base-color03);
}
#achievement p.rmess {
	color: var(--base-color03);
}


.achievement_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;

}
.achievement_box {
	
    width: 32.333%;
	margin-bottom: 20px;
	background: var(--base-color03);
	border-radius: 5px;
}
.achievement_box img{
	aspect-ratio: 4/2.5;
	object-fit: cover;
	border: 0px solid #CCC;
	margin-bottom: 0rem;
	border-radius: 5px 5px 0 0;
}
.achievement_txt{
	padding:0 0% 5%;

	
	
}
.achievement_txt .date {
	font-family: "Roboto", sans-serif !important;
	display: block; 
    text-align: right;
    line-height: 1.0;
	margin-top: auto;
	margin-right: 10px;
	

}

.achievement_txt .date::before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f073";
	font-weight: 600;
	margin-right: 5px;
	margin-top: -3px;
	color: var(--base-color01);
}

.achievement_txt .category {
	display: block;
    text-align: center;
    font-size: 108% !important;
	font-weight: 600;
    line-height: 1.0;
	 margin: 0px 0 10px;
    padding: 12px 10px 10px;
	color: var(--base-color01);
	background-color: var(--base-color03);
	border-bottom: 2px solid;
}

.achievement_txt .text {
	clear: both;
    text-align: justify;
    font-size: 1rem;
	/*-----*/
	padding: 0 15px 0;
	max-height: 80px;
	min-height: 80px;
	overflow-y: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .achievement_wrap {
       margin-top: 0; 
    }
    .achievement_box  {
        width: 48%;
        margin-bottom: calc(var(--sp-container_space) * 0.8);
    }
    .achievement_txt .text,
    .achievement_txt .category {
       font-size: .875rem !important;
    }
}

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

}


#achievement .wide_img_box {
	margin-top: 60px;
}
#achievement .wide_img_box li{
	border-radius: 5px;
	overflow: hidden;
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
}

@media screen and (max-width: 768px) {
	#achievement .wide_img_box li img{
		max-width: 490px;
	}
}

/***************************************
------------- cleanup_bana_area -------------
***************************************/

#cleanup_bana_area {
	background-image: url("../img/pt03.png");
	background-repeat: repeat;
	background-position: center top;
	background-color: var(--base-color01);	
}

#cleanup_bana_area .wide_img_box {
	margin-top: 0px;
}
#cleanup_bana_area .wide_img_box li{
	border-radius: 5px;
	overflow: hidden;
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
}

@media screen and (max-width: 768px) {
	#cleanup_bana_area .wide_img_box li img{
		max-width: 490px;
	}
}

/***************************************
------------- promise -------------
***************************************/
#promise {
	background-image: url("../img/index/promise_bg.jpg");
	background-position: center center;
	background-repeat: repeat;
}


#promise h2 {
	display: block;
	width: 100%;
	max-width: 400px;
	font-size: 3rem;
	color: var(--sub-color01);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	background-image: url("../img/index/promise_kei_l.png"),url("../img/index/promise_kei_r.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;
	background-size: 99px 92px,99px 92px;
}

#promise h2 span {
	 font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
	display: block;
	font-size: 1.75rem;
	margin-bottom: .5rem;
	color: var(--base-color02);
}
@media only screen and (min-width: 1025px) {
#promise h2 {
	max-width: 440px;
	font-size: 3.375rem;
	}
}
@media only screen and (max-width: 768px) {
#promise h2 {
	max-width: 380px;
	font-size: 2.625rem;
	}
	
#promise h2 span {
	font-size: 1.5rem;
}
	
}
@media only screen and (max-width: 599px) {
#promise h2 {
	max-width: 340px;
	font-size: 2rem;
	background-size: 90px 83px,90px 83px;
	}
#promise h2 span {
	font-size: 1.25rem;
}
}

#promise .plist {}

#promise .plist li {
	 font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	background-color: var(--base-color03);
	padding: 5px 15px 5px;
	border-radius: 35px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
}

#promise .plist li:not(:last-child) {
	margin-bottom: 3%;
}

#promise .plist li span{
	color: var(--sub-color01);
	font-size: 2rem;
	margin-right: 10px;
}


@media only screen and (min-width: 1025px) {
#promise .plist li {
	font-size: 1.5rem;
	background-color: var(--base-color03);
	padding: 5px 15px 5px;
	border-radius: 35px;
}
#promise .plist li span{
	font-size: 2.25rem;
}
	
	
}

@media only screen and (max-width: 799px) {
#promise .plist li:not(:last-child) {
	margin-bottom: 2%;
}
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 599px) {
#promise .plist li {
	font-size: 1.125rem;
	padding: 3px 10px 3px;
	border-radius: 35px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
}
#promise .plist li span{
	font-size: 1.5rem;
	margin-right: 5px;
}
#promise .plist li:not(:last-child) {
	margin-bottom: 3%;
}
}

@media only screen and (max-width: 359px) {
	#promise .plist li {
		white-space: nowrap;
		letter-spacing: -1px;
	}
#promise .plist li span{
	font-size: 1.375rem;
}
}

/*--------------------------------------*/
#promise .flex_txt {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#promise .flex_txt .img_box{
	width: 47%;
	text-align: center;
}

#promise .flex_txt .img_box img{
	max-width: 490px;
	margin: 0 auto 0;
	border-radius: 5px;
}

#promise .flex_txt .txt_box{
	width: 50%;
}
@media screen and (max-width: 799px) {
#promise .flex_txt {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#promise .flex_txt .img_box{
	width: 100%;
}

#promise .flex_txt .txt_box{
	width: 100%;
}
#promise .flex_txt div:not(:last-of-type){
		margin-bottom: 20px;
}
#promise .flex_txt .img_box img{
  aspect-ratio: 4/3;
  object-fit: cover;
	max-height: 300px;
	margin: 0 auto 0;
}
	
}
#promise p.mess_stxt {
	padding-top: 50px;
	margin-bottom: 0 !important;
	text-align: center !important;
}
@media screen and (max-width: 768px) {
	#promise p.mess_stxt {
	padding-top: 30px;
	margin-bottom: 0 !important;
	text-align: center !important;
}
}
/***************************************
------------- reason -------------
***************************************/
#reason {
	background-image: url("../img/pt04.png");
	background-position: center center;
	background-repeat: repeat;
}


#reason h2 {
	color: var(--base-color01);
}

#reason h2 strong {
	font-size: 110%;

}

#reason h2::before {
	display: block;
	content: "★★★";
	font-size: 2rem;
	margin-bottom: .5rem;
	color: var(--base-color04);
}

#reason.rpage h2::before {
	display: block;
	content: "★★★★";
	font-size: 2rem;
	margin-bottom: .5rem;
	color: var(--base-color04);
}


#reason h2 span {
	 font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold;
	color: var(--base-color02);
	display: block;
	font-size: 1.75rem;
	margin-bottom: 0rem;
}

@media only screen and (min-width: 1025px) {
	
}
@media only screen and (max-width: 768px) {
#reason h2::before {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
	
#reason h2 span {
	font-size: 1.5rem;
	margin-bottom: 0rem;
}
	
}
@media only screen and (max-width: 599px) {
#reason h2::before {
	font-size: 1.25rem;
	margin-bottom: .5rem;
}
	
#reason h2 span {
	font-size: 1.25rem;
	margin-bottom: 0rem;
}
}
@media only screen and (max-width: 339px) {
	#reason h2 {
		white-space: nowrap;
		letter-spacing: -1px;
	}
}

#reason .rlist{
	display: block;
	width: 100%;
	background-color: var(--base-color03);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
	border-radius: 5px;
	margin: 0 auto 0;
}

#reason .rlist ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	padding: 5px 8px 30px;
	
}

#reason.rpage .rlist ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	padding: 5px 8px 50px;
	
}



#reason .rlist ul li{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2% 1%;
}

#reason .rlist ul li img{
	max-width: 100px;
	margin: 0 auto 0;
}

#reason .rlist ul li h3 {
	background-image: url("../img/index/reason_tbgl.png"),url("../img/index/reason_tbgr.png"),url("../img/index/reason_tbg.png");
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: left center, right center,center center;
	background-size: contain,contain, auto;
	height: 60px;
	text-align: center;
	color: var(--base-color03);
	margin-bottom: 1rem;
	padding-top: 12px;
	font-size: 1.375rem;
	text-indent: 5px;
}

#reason .rlist ul li h3 strong{
	color: var(--base-color04);
	font-size: 1.625rem;
}


#reason .rlist ul li p {
	text-align: justify;
	padding: 0 15px 0;
	font-size: 1.125rem !important;
}


@media only screen and (min-width: 1025px) {

#reason .rlist ul{
	padding: 5px 8px 5px;
	
}
	
	
#reason .rlist ul li{
	width: 33.333%;
	padding: 2% 1%;
}
#reason.rpage .rlist ul li{
	width: 50%;
	padding: 2% 1%;
}
	
	
#reason .rlist ul li p {
	font-size: 1rem !important;
}
#reason.rpage .rlist ul li p {
	font-size: 1.125rem !important;
}
	
}
@media only screen and (max-width: 768px) {
#reason .rlist{
	max-width: 490px;
}
#reason .rlist ul li{
	width: 100%;
	padding: 2% 1%;
}
#reason .rlist ul li p {
	font-size: 1.125rem;
}
}
@media only screen and (max-width: 599px) {
#reason .rlist ul li p {
	font-size: 1rem !important;
}
#reason .rlist ul li h3 {
	margin-bottom: .5rem;
	}
#reason .rlist ul li h3 strong{
	font-size: 1.5rem;
}
}

@media only screen and (max-width: 359px) {
#reason .rlist ul li h3 {
	padding-top: 13px;
}
#reason .rlist ul li h3 strong{
	font-size: 1.375rem;
}
#reason.rpage .rlist ul li:nth-child(2) h3 {
	letter-spacing: -2px;
}
}
/***************************************
----------------- bnr_area -----------------
***************************************/


#bnr_area{}

#bnr_area .wide_img_box {
	margin-top: 60px;
}
#bnr_area .wide_img_box li{
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--base-color01);
	 /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);*/
}

@media screen and (max-width: 768px) {
	#bnr_area .wide_img_box li img{
		max-width: 490px;
	}
}


/***************************************
-------------- FAQ --------------
***************************************/

#faq {}

.home #faq {
  background: url("../img/pt02.png") repeat;
}

#faq h2 {
  color: var(--base-color03);
  border: none;
  margin-bottom: 1%;
}

#faq .qa_box {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}

#faq .qa_box article {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background-color: transparent;
  width: 96%;
  margin: 0 auto 1rem;
}

#faq .qa_box article:last-child::after {
  content: "";
}

#faq .qa_box dl {
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid var(--base-color01);
  border-radius: 5px;
}

#faq .qa_box dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--base-color02);
  line-height: 110%;
  padding: 0rem 2.5rem 0 0px;
  margin-bottom: 0rem;
  transition: all .5s ease;
}

#faq .qa_box dt {
  font-weight: bold !important;
}

.win #faq .qa_box dt {}

#faq .qa_box dt span::before, #faq .qa_box dt span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: var(--base-color01);
}

#faq .qa_box dt span::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

#faq .qa_box dt span::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

#faq .qa_box dt.close span::before {
  transform: rotate(45deg);
}

#faq .qa_box dt.close span::after {
  transform: rotate(-45deg);
}

#faq .qa_box dt::before, #faq .qa_box dd div::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  line-height: 100%;
  font-weight: 600 !important;
  margin-right: 15px;
  padding: 5px 5px 5px;
}

#faq .qa_box dt::before {
  content: "Q";
  color: var(--base-color03);
  background-color: var(--base-color01);
}

#faq .qa_box dd div::before {
  content: "A";
  color: var(--base-color01);
  background-color: var(--base-color04);
}

#faq .qa_box dd.box {
  display: none;
  border: 0px solid #e93719;
  ;
  margin: 1rem 0 0 0;
  padding: 10px 0;
  border-top: 2px solid var(--base-color01);
}

#faq .qa_box dd div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.qa_txt_links {
  padding-top: 3px;
}

.qa_txt_links a {
  background-color: var(--sub-color03);
  padding: 3px;
}

.qa_txt_links a::after {
  content: "》";
  margin-left: 3px;
}

@media only screen and (min-width: 1025px) {}

@media only screen and (max-width: 768px) {
  #faq .qa_box dt {
    font-size: 1.25rem;
  }
  #faq .qa_box dt::before, #faq .qa_box dd div::before {
    margin-right: 5px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 1.5rem;
  }
  #faq .qa_box dl {
    padding: .25rem;
  }
  #faq .qa_box dd.box {
    margin: .5rem 0 0 0;
    padding: .75rem .75rem .5rem 0rem;
    font-size: 17px;
  }
}

@media only screen and (max-width: 599px) {
  #faq .qa_box dt {
    font-size: 1.125rem;
  }
  #faq .qa_box dt span::before, #faq .qa_box dt span::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--base-color01);
  }
  #faq .qa_box dt span::before {
    top: 48%;
    right: 10px;
    transform: rotate(0deg);
  }
  #faq .qa_box dt span::after {
    top: 48%;
    right: 10px;
    transform: rotate(90deg);
  }
}


