@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
  all: unset;
  display: revert;
}
/* li {list-style-type: none;} */
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  /* word-break: break-all; */
}
.clearfix::after {
  /* content: ""; */
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.spview{display: none;}

@media screen and (max-width: 767px){
  .pcview{display: none;}
  .spview{display: block;}
}
h1,h2,h3,h4,h5,h6{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* Layout
----------------------------------------*/
body .wrapper{
	box-sizing: border-box;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.wrapper img{
  max-width: 100%;
  width: 100%;
  height: auto;
}


/* mv
----------------------------------------*/
.mv-area{
  padding: 30px 5% 30px;
  background: #ffffff url(mv-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.maintitle{
  max-width: 680px;
/*  margin: 15px auto 0;*/
  margin: 20px auto;	
}
/*.subtitle{
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30;
}
.subtitle span{
  display: inline-block;
}*/

@media screen and (max-width: 767px){
  .mv-area{
    padding: 30px 5% 20px;
  }
/*  .subtitle{
    font-size: 2.0rem;
  }*/
}


/* lead
----------------------------------------*/
.lead-area{
	/*background-color: #7f1084;*/
	background-color: #550c68;
    padding: 40px 5% 40px;
}
.lead{
  max-width: 850px;
/*  margin: 40px auto 0;*/
	margin: 0 auto;
}
.lead p{
  color:#FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
/*  text-shadow: 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30, 0.5em 0 1em #001c30;*/
}

@media screen and (max-width: 767px){
  .lead{
  /*  max-width: 830px;*/
/*    margin: 20px auto 0;*/
  }
  .lead p{
    font-size: 1.5rem;
  }
}


/* contents
----------------------------------------*/
.contents{
  /*padding: 60px 5%;*/
  padding: 0 5% 0;	
  /*background-color: #eaf2f7;*/
}
.contents-inner{
  max-width: 850px;
  margin: 0 auto;
  padding: 60px 50px 70px;
}
.section-title{
  position: relative;
  margin: 60px auto 50px;
/*  padding-bottom: 15px;*/
  padding:0.4em 0 25px 1em;	
/*  border-bottom: solid 2px #00a3cc;*/
/*border-bottom: solid 4px #eee;	*/
  /*color: #002b80;*/
  color: #000;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
	
	border-left: 10px solid #7f1084;
}
.section-title::before{
  position: absolute;
/*  bottom: -4px;*/
/*  bottom: 0;	
  left: 0;*/
  bottom: 10px;	
  left: -20px;	
  width: 20%;
  height: 4px;
 /* background-color: #002b80;*/
  background-color: #76b900;
  content: "";
}
/*.section-title::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 5%;
  height: 4px;
  background-color: #7f1084;
  content: "";
}*/
.section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section > p:last-of-type{
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 20px 5%;
  }
  .contents-inner{
    padding: 20px 20px 40px;
  }
  .section-title{
    margin: 50px auto 30px;
    font-size: 2.3rem;
  }
  .section-title::before{
    width: 20%;
  }
}


/* image
----------------------------------------*/
.imageC{
/*  max-width: 100%;*/
  max-width: 90%;	
  margin: 40px auto;
  position: relative;
}
/*.fig img{
  border: solid 1px #ccc;
}*/
.imageCaption{
  padding: 15px 20px;
/*  background-color: #eee;*/
  background-color:#F5F5F5;
  font-size: 1.6rem;
  line-height: 1.6;
	position: absolute;
	bottom:0;
	left:0;
	opacity: 0.8;
}
.imageCaption span{
  font-size: 150%;
	line-height: 2em;
}
.figCaption{
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.bpimage_click{
  position: absolute;
  bottom: 45px;
  right: 0;
  text-align: right;
  font-size: 13px;
}

@media screen and (max-width: 767px){
  .imageC{
    margin: 30px auto;
  }
.imageCaption{	
position:static;	
 font-size: 1.3rem;

}
}
@media screen and (max-width: 660px){
  .bpimage_click{
    display: none;
  }
/*  .fig a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }*/
}


/* table
----------------------------------------*/
/*.table{
  width: 100%;
  border: solid 1px #333;
}
.table th,.table td{
  padding: 10px 25px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}
.table th{
  background-color: #eee;
  font-weight: 700;
  text-align: center;
}
.table td{
  border-top: solid 1px #333;
}
.table th:nth-of-type(1),
.table td:nth-of-type(1){
  width: 80%;
  border-right: solid 1px #333;
}
.table td:nth-of-type(2){
  width: 20%;
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 767px){
  .table th,.table td{
    padding: 10px;
  }
}*/


/* link
----------------------------------------*/
/*.link{
  padding: 60px 5%;
  background-color: #002b80;
}
.link-inner{
  display: flex;
  align-items: center;
  max-width: 710px;
  margin: 0 auto;
}
.link-title{
  padding-right: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.link-list{
  position: relative;
  padding: 20px 0 20px 30px;
}
.link-list::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.link-list li{
  font-size: 1.6rem;
  line-height: 1.8;
  list-style-type: none;
}
.link-list li a{
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
.link-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #0ef;
  border-bottom: 2px solid #00eeff;
  transform: rotate(-45deg);
}
.link-list li + li{
  margin-top: 1.5em;
}
.link-note{
  margin-top: 40px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px){
  .link{
    padding: 40px 5%;
  }
  .link-inner{
    flex-wrap: wrap;
  }
  .link-title{
    font-size: 2.0rem;
  }
  .link-list{
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .link-list::before{
    width: 100%;
    height: 1px;
  }
  .link-list li + li{
    margin-top: 1em;
  }
  .link-note{
    margin-top: 30px;
    text-align: left;
  }
}*/


/* 囲み
----------------------------------------*/
.wrapper section.boxwrap{
  /*max-width: 830px;*/
	width: 100%;
  margin: 0 auto ;
  text-align: left;
	background-color:#f8f8f8;
	padding: 70px 5%;
}
.section-box{
    /*background-color: rgba(248,248, 248, 1.0); */
    border: 3px solid #7f1084;
	border-radius: 20px;
    max-width: 830px;
	background-color: #fff;
/*    padding: 0.6em 40px ;*/
    padding: 2.5em 3.0em 2.0em;
/*	border-top: 6px solid #2ab2fc;
    border-bottom: 6px solid #2ab2fc;*/ 
	margin: 0 auto;
}
/*.section-box .inner{
  padding: 2em 45px;
}*/
/*.notice{
	font-size: 0.9em!important;
	text-align: right;
	margin: -30px 5px 0 0;
}*/
.section h3.box-title {
  /*color:#1b2f6c;*/
  color:#ffffff;	
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  padding: .5em 1.5em;	
  text-align: center;
  margin-bottom: 40px;
/*  border-bottom: 3px solid #1b2f6c;	*/
	/*background-color:#A858AB;*/
	background-color:#7f1084;
}
.section-box p{
  font-size: 1.7rem;
  line-height: 1.8;
}
.wrapper section .name02{
  color: #1b2f6c;
  font-weight: bold;
  border-left: 6px solid #2ab2fc;
	padding-left:0.8em; 
}
.section-box .image{
	text-align: center;
	border: 1px solid #ccc;
	margin: 1em auto 2em;	
}
.section-box .image .img-title{
  background-color:#A858AB;	
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: bold;
  padding: .5em 1.5em;	
  text-align: center;
  color:#ffffff;	
}
.section-box .ph{
	margin: 1em auto ;
	width:90%!important;

}
.section h4.box-title {
  color:#7f1084;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  padding: .5em 1.5em;	
  text-align: center;
  margin:2em auto 0;
 /* border-bottom: 6px solid #A858AB;	*/	
}


@media screen and (max-width: 767px){
.wrapper section.boxwrap{
  margin: 0 auto ;
	padding: 40px 5%;	
}		
.section-box {
    padding: 2em 5% 4%;
	margin:0 0 0; 		
  }	
  .section-box .inner{
    padding: 0 0%;
}
/*.notice{
	font-size: 0.7em!important;
}	*/	
  .section h3.box-title {
  font-size: 2.2rem;
  padding: .5em 2%;	
  margin-bottom: 30px;	
  }
  .section-box p{
  font-size: 1.5rem;
  line-height: 1.6;
  }	

}
@media screen and (max-width: 480px){
/*.notice{
	margin-bottom: 0.5em;
}*/	
.section-box .ph{
	width:90%!important;
	margin: 20px auto 30px;	
}		
}


   /* logo
----------------------------------------*/

.logo{
	margin: 0 auto ;	
	text-align: center;
/*    border-top: 1px solid #888;*/
	padding: 50px 0;
	width:90%;
}
.logo img{
	width:55%!important;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
.logo{
	padding: 30px 0;
}	
}
@media screen and (max-width: 480px){
.logo{
	padding: 1.5em 0;
}		
.logo img{
	width:90%!important;
}	
}


   /* inquiry
----------------------------------------*/
.inquiry{
margin: 0 auto ;	
text-align: center;	
/*border-top:1px solid #888;*/ 
width:78%;
  padding: 45px 0 30px;
}

.section-box .inquiry .contact{
  font-size: 1.6rem;
  line-height: 1.7;
	text-align: left;
	margin: 0 auto;
}

.inquiry h3{
  font-size: 2.2rem;
  line-height: 2.0;
  font-weight: bold;
	text-align: center;
	margin: 0 auto 1.5em;
border-bottom: 3px solid #A858AB;
	display: inline-block;
  /*position: relative;*/
}
/*.inquiry h3::after {
  content: "";
  display: block;
  margin: 6px auto 0;
  width: 1.5em;
  height: 4px;
  background-color: #2ab2fc;
}*/
.inquiry p{
  line-height: 1.7;
  font-size: 1.7rem;	
}
.company-name{
	font-weight: bold;
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 1.2em!important;
}

.inquiry p a{
  color: #000!important;
}
.small{
	font-size: 80%;
}
.bold{
	font-weight: bold;
}
.form-tit{
    font-weight:bold; 
    background-color:#7f1084;
	color:#fff;
	font-size:0.9em;
	padding:0.2rem 0.8rem;
	display: inline-block;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px){
.inquiry{
  padding: 20px 0;
}
.inquiry h3{
  font-size: 2.0rem;
  line-height: 2.5;
  margin-bottom: 1em;
}
}
@media screen and (max-width: 480px){
.inquiry p{
  line-height: 1.5;
  font-size: 1.5rem;	
}	
}





/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
.pagetop img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px){
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 40px;
    height: 40px;
  }
}


.mb0{
  margin-bottom: 0;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}