@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
	scroll-behavior: smooth;
}
body{
	width: 100%;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
img{
	width: 100%;
	height: auto;
}
.i-block{
    display: inline-block;
}
.wrapper{
    margin: 0 auto;
}

/* mv
----------------------------------------*/
.mv-area{
  padding: 50px 8.5% 25px;
  background: #59009f url(mv-bg.jpg) no-repeat center bottom;
  background-size: cover;	
}
.maintitle{
    width: 620px;
    /*margin: 0 auto;*/
    max-width: 100%;
}
.mv-inner{
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
  .mv-area{
    padding: 40px 2% 20px;
  }
}


/* lead
----------------------------------------*/
.lead{
    /*background: rgba(0, 45, 85, .9);*/
	background-color: #59009f;

}
.lead-inner{
    width: 830px;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
.lead p{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
    line-height: 1.8;
}

@media screen and (max-width: 768px){
.lead-inner{
    padding: 10px 3% 0;
  }
  .lead p{
    font-size: 1.5rem;
  }
}


/* contents
----------------------------------------*/

.main{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 5% 50px;
}
.main p{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    word-break: normal;
    margin-bottom: 1em;
}
.section{
/*    background-color: #F7F7F7;*/
    padding: 40px 5%;
}
.section .title{
    color: #59009f;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 1em;
    position: relative;
}
.section .title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ad5ced;
}
.section p{
    padding: 0 5%;
}

h3{
	color:#59009f;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.7em;
	border-left: 5px solid #ad5ced;
	margin: 1em 5% ;
	text-indent: 0.7em;
}
.HL {
	color:#59009f;
	font-weight: bold;
}
.article-box{
	background-color:#f2f2f2; 
	padding:1.5em 2%  2em; 
	margin:0 5% 2em;
}
.box-btn{
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.box-btn a{
	margin: 1em 2%;
	background-color: #59009f;
	color:#fff;
	text-decoration: none;
	padding: 1em 2em;
	font-weight: bold;
	display: inline-block;
	font-feature-settings: "palt";
    border-radius: 10px;
	line-height: 1.4;
}
.box-btn a:hover{
   opacity: 0.8;	
}

ul.cp_list {
  list-style-type:none;
    padding: 0 5%;	
}
ul.cp_list li {
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
	line-height: 1.5em;
	margin: 0 0 0.3em 0;
}
ul.cp_list li:before {
  position:absolute;
  content:'';
  top: 0.5em;
  left: 0.2em;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #59009f;
}

.article-box02{
	border:3px solid #59009f;
	padding:2em; 
	margin:3em 5% 2em;
}
.article-box02 p{
	padding:0; 	
}
.image-container {
  display: flex;
  /*flex-wrap: wrap; */
  gap: 10px; 
  justify-content: center;
  width: 100%;
  margin: 2em auto 0;
}

.img-L {
  flex: 1.0 1 0%;
  height: 200px;
  object-fit: contain; 
}

.img-R {
  flex: 0.9 1 0%;
  height: 200px;
  object-fit: contain;
}


@media screen and (max-width: 967px){
.image-container {
	flex-wrap: wrap;
	}
.img-L, .img-R{
	flex: 0 1 auto;
	  height: auto;
	max-width:80%;
}
}
@media screen and (max-width: 500px){
.article-box02{
	padding:1.2em; 
	margin:2em 2.5% ;
}	
.img-L, .img-R{
	max-width:100%;
}	

}

/* image
----------------------------------------*/
.figure{
    text-align: center;
    margin: 60px auto 30px;
}
.figure .figure-img{
    display: inline-block;
    margin: 0 5%;
    position: relative;
}
.figure .figure-img img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.figure .figure-img.figure03 img{
  max-width: 560px;
}
.figure .figure-caption{
    text-align: center;
}
.figure .img-lightbox{
    max-width: 100%;
    margin: 45px auto;
    clear: both;
}
.figure .figure-caption p{
    padding: 0 0%;
    /*color: #333;*/
	color: #1f1235;
    /*font-size: 1.4rem;*/
	font-size: 1.8rem;
    font-weight: bold;
    /*line-height: 1.6;*/
	line-height: 1.3;
    text-align: center;
    /*margin-top: .5em;*/
}

.img-left{
  width: 360px;
  float: left;
  margin: 5px 50px 45px 0px;
  position: relative;
}
.img-right{
  width: 360px;
  float: right;
  margin: 5px 0 45px 50px;
}
p.img-name{
  border-left: 3px solid #ad5ced;
  color: #333333;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5em 1em;
  margin: 5px 0 0 0;
}
.img-name span{
  font-size: 1.25em;
  padding-right: .25em;
}


/* お問合わせ
----------------------------------------*/

.info{
  background-color: #ad5ced;
  text-align: center;
  padding: 4% 5% 4%;
}
.info h4 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  padding: 15px 0 15px;
  position: relative;
  margin-bottom: 1em;
}
.info h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5%;
  height: 3px;
  border-radius: 2px;
  background: #59009f;
}
.info p{
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.info p.link{
  font-size: 1.5rem;
}
.info a{
  font-weight: normal;
  /*color: #eee;*/
  text-decoration: underline;
}
.info a:hover{
  opacity: .7;
}

   /* logo
-------------------*/

.logo{
	margin: 0 auto ;	
	text-align: center;
	padding: 2em 5% 0;
	max-width:700px;
}
.logo img{
	width:55%!important;
	margin: 0 auto;
}

   /* link
-------------------*/
ul.cp_list02 {
  list-style-type:none;
	text-align: left;
	max-width:450px;
	margin: 0 auto;
}
ul.cp_list02 li {
	color: #fff;
	
    position:relative;
    padding: 0em 0.3em 0.3em 1.3em;
	line-height: 1.8em;
	margin: 0 0 1.8em 0;

}
ul.cp_list02 li a{
	color: #fff;
}
ul.cp_list02 li:before {
  position:absolute;
  content:'';
  top: 0.5em;
  left: 0.2em;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #59009f;
}


@media screen and (max-width: 768px){
  .main{
    padding: 0 0;
  }
  .section {
    padding: 5% 5% 2.5%;
  }
  .section .title{
    font-size: 2.5rem;
  }
  .img-left, .img-right{
    float: none;
    margin: 1em auto 2em;
    max-width: 95%;
  }
  .img-right .img-name{
    text-align: left;
  }
  .section p {
    padding: 0 2.5%;
  }
  h3{
    padding: 0 2.5%;		
	}
  .figure .figure-img{
    margin: 0 2.5%;
  }
  .article-box{
	padding:1em 2% 1.5em; 	  
	margin:0 2.5% 2em;  
}
}

@media screen and (max-width: 540px){
  .lead{
    padding: 5%;
  }
  .lead p{
    font-size: 1.5rem;
  }
  .section .title{
    font-size: 2.3rem;
  }
.logo{
	padding: 1em 2.5% 0;
}	
ul.cp_list02 li{
	font-size:0.9em;
}
ul.cp_list02 li a{
  padding: 0em 0.3em 0.3em 1.3em;
	margin: 0 0 0.2em 0;
}	
}

/* pagetop
----------------------------------------*/
.pagetop{
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 10px;
  color: #fff;
  z-index: 90;
}
.pagetop a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 1.4;
}
.pagetop a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px){
  .pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .pagetop a{
    width: 40px;
    height: 40px;
  }
}



