@charset "utf-8";
/*===============================================

#common

=================================================*/
a.anchor{
   display: block;
   margin-top:-124px;
   padding-top:124px;
}

#lnav li:not(:first-child) {
  margin-left: 10px;
}

main {
    background-color: var(--main-color);
}

#sec2 .innerWrap,
#sec3 .innerWrap,
#sec4 .innerWrap{
    margin: 0 auto;
    padding: 150px 75px;
    border-radius: 100px 0 0 0;
}
#sec2 .inner,
#sec3 .inner,
#sec4 .inner {
  width: 1000px;
    margin: 0 auto;
}
#sec2 .inner h2,
#sec3 .inner h2,
#sec4 .inner h2{
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.8;
    color: var(--main-color);
}
#sec2 .inner h2 .en,
#sec3 .inner h2 .en,
#sec4 .inner h2 .en{
  display: block;
  font-family: "Jost";
  font-size: 2.0rem;
  font-weight: 700;
}

/* .table
--------------------------------------------------------- */
.table {
    margin-top: 80px;
}
.table + .table {
    margin-top: 100px;
}
.table > dl {
  display: table;
  width: 100%;
}
.table > dl > dt,
.table > dl > dd {
  display: table-cell;
  line-height: 1.6;
  padding: 1.042vw;
  vertical-align: middle;
    border-bottom: 1px solid;
    border-color: var(--gray);
}
.table > dl > dt {
  width: 10em;
  background-color: var(--white);
 color: var(--main-color);
    font-weight: 700;
}
.table > dl > dd {
  background-color: var(--white);
}
.table > dl > dd p + p {
  margin-top: 1em;
}
.table > dl > dd dl {
  display: flex;
}
.table > dl > dd dl + dl,
.table > dl > dd p + dl{
}
.table > dl > dd dl dt {
  width: 100px;
  font-weight: 700;
}
.table > dl > dd dl dd {
  width: calc(100% - 100px);
}
/* dt8em */
.table > dl > dd dl.dt8em dt {
  width: 150px;
}
.table > dl > dd dl.dt8em dd {
  width: calc(100% - 150px);
}
/* dt10em */
.table > dl > dd dl.dt10em dt {
  width: 200px;
}
.table > dl > dd dl.dt10em dd {
  width: calc(100% - 200px);
}
/* dt15em */
.table > dl.dt15em dt {
  width: 250px;
}
.table > dl.dt15em dd {
  width: calc(100% - 250px);
}

/*===============================================

#sec1

=================================================*/
#sec1 {
    background: var(--main-gradient);
}
#sec1 .inner{
    padding: 100px 0;
}

/* #mainTitle
--------------------------------------------------------- */
#mainTitle{
	padding-top: 124px;
}
#mainTitle h1{
    color: var(--white);
  font-size: 4rem;
  letter-spacing: 0.1em;
    text-align: center;
}


/*===============================================

#sec2

=================================================*/
/*#sec2 {
    background-color: var(--white);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/
#sec2 .innerWrap {
    background-color: var(--white);
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
#sec2 h3 {
    margin-top: 45px;
  margin-bottom: 2.0em;
  border-bottom: 3px solid;
    border-color: var(--main-color);
  padding-bottom: 2rem;
  font-size: 2.2rem;
}


/*===============================================

#sec3

=================================================*/
#sec3 {
  background-color: var(--white);
}
#sec3 .innerWrap {
  background-color: var(--lightbeige);
}
#sec3 .inner {
}
#sec3 .table {
    border-radius: 50px;
    padding: 50px 50px 80px;
    background-color: var(--white);
}

/*===============================================

#sec4

=================================================*/
#sec4 {
  background-color: var(--lightbeige);
}
#sec4 .innerWrap {
  background-color: var(--white);
}
 #sec4 .flow {
    margin-top: 80px;
}
 #sec4 .flow > li {
  position: relative;
}
#sec4 .flow > li:not(:last-child) {
  margin-bottom: 40px;
}
#sec4 .flow > li dl {
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  border: 3px solid;
    border-color: var(--main-color);
  border-radius: 30px;
  position: relative;
}
#sec4 .flow > li:not(:last-child) dl::before,
#sec4 .flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sec4 .flow > li:not(:last-child) dl::before {
  border-width: 24px;
  border-top-color: var(--main-color);
}
#sec4 .flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: var(--white);
}
#sec4 .flow > li dl dt {
    display: flex;
    align-items: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--main-color);  text-align: center;
}
#sec4 .flow > li dl dt .icon {
    display: block;
    position: relative;
    line-height: 80px;
  background: var(--main-color);
  width: 80px;
  height: 80px;
  border-radius: 80px;
    margin-right: 15px;
  font-size: 1.6rem;
    font-family: var(--en);
    font-weight: 500;
  color: var(--white);
}
#sec4 .flow > li dl dd {
            line-height: 1.6;
} 
#sec4 .flow > li dl dd address {
    margin-top: 1.5rem;
    border-top:1px dotted;
    border-color:var(--darkbeige);
    line-height: 1.6;
    font-style:normal;
} 
#sec4 .flow > li dl dd address p {
    margin-top: 1.5rem;
}
#sec4 .flow > li dl dd address strong {
    font-weight: 700;
  background-color: var(--main-color);
  border-radius: 100px;
  padding: 6px 20px;
  color: var(--white);
  font-size: 1.3rem;
} 
#sec4 .flow > li dl dd address a:link {
    color: var(--main-color);
} 

@media screen and (max-width: 767px) {
/*===============================================

#common

=================================================*/

#lnav li:not(:first-child) {
  margin-left: 0;
}

#sec2 .innerWrap,
#sec3 .innerWrap,
#sec4 .innerWrap{
	border-radius: 60px 0 0 0;
    padding: 50px 0;
}
#sec2 .inner,
#sec3 .inner,
#sec4 .inner {
  width: 90vw;
}
#sec2 .inner h2,
#sec3 .inner h2,
#sec4 .inner h2{
    margin-bottom: 50px;
  font-size: 2.4rem;
    text-align: center;
}
#sec2 .inner h2 .en,
#sec3 .inner h2 .en,
#sec4 .inner h2 .en{
  display: block;
  font-family: var(--en);
  font-size: 1.0rem;
}
    
/* .table
--------------------------------------------------------- */
.table {
  margin-top: 45px;
}
.table + .table {
    margin-top: 60px;
}
.table > dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: none;
}
.table > dl + dl {
  margin-top: 10px;
}
.table > dl > dt,
.table > dl > dd {
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1.6;
  padding: 15px 0 10px;
  vertical-align: middle;
}
.table > dl > dt,
.table > dl.dt15em > dt{
  width: 100%;
    border-color: var(--main-color);
    border-bottom: 1px solid;
  font-weight: 700;
}
.table > dl > dd,
.table > dl.dt15em > dd {
  background-color: var(--white);
  width: 100%;
}
.table > dl > dd p + p {
  margin-top: 1em;
}
.table > dl > dd ul.note{
  width: 100%;
}
.table > dl > dd dl {
  display: flex;
  flex-wrap: wrap;
}
.table > dl > dd dl + dl,
.table > dl > dd p + dl{
    width: 100%;
  margin-top: 1em;
}
.table > dl > dd dl dt{
  width: 100%;
  font-weight: 700;
}
.table > dl > dd dl dd {
  width: 100%;
}
  
/*===============================================

#sec1

=================================================*/
#sec1 {
    background-color: var(--main-color);
}
#sec1 .inner {
  padding: 60px 0;
}

/* #mainTitle
--------------------------------------------------------- */
#mainTitle{
	padding-top: 100px;;
}
#mainTitle .inner{
    padding: 100px 0;
}
#mainTitle h1{
    line-height: 1.4;
  font-size: 2.4rem;
}

/*===============================================

#sec2

=================================================*/
#sec2{
}
#sec2 .inner {
}
#sec2 h3 {
    margin-top: 30px;
  margin-bottom: 1.0em;
  border-bottom: 2px solid;
    border-color: var(--main-color);
  padding-bottom: 1rem;
  font-size: 1.6rem;
}  
  
/*===============================================

#sec3

=================================================*/
#sec3 .table {
    border-radius: 30px;
    padding: 30px 30px 50px 30px;
}
    
/*===============================================

#sec4

=================================================*/
#sec4 {
}
#sec4 .flow {
    margin-top: 45px;
}
#sec4 .flow > li dl {
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  border: 3px solid;
    border-color: var(--main-color);
  border-radius: 30px;
  position: relative;
  flex-direction: column;
}
#sec4 .flow > li dl dt {
  margin-right: 0;
    margin-bottom: 2rem;
}
    
}/* end max-width: 767px */


