@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;/* 62.5% */
}
body {
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),#151515 url('../img/cituca-main2.jpg') no-repeat fixed left bottom;
  background-size: cover;
  color: #333;
  text-align: center;
 /* font-family: 'Amatic SC', cursive, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;/* -Raleway-- */ */
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* 202307 */

.font-fanheiti
{font-family: adobe-fan-heiti-std, sans-serif;
font-style: normal;
font-weight: 400;}

/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
    line-height: 4.5rem
}
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #c6a0b2 !important;
     width: 30%;
    text-align: center;
    margin:0 auto;
}
/*.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
}*/
.heading::before {
  bottom: 5px;
}

.heading2 {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
    line-height: 4.5rem
}
.heading2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #fff;
    width: 30%;
    text-align: center;
    margin:0 auto;
}

.heading2::before {
  bottom: 5px;
}

.heading2a {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 5rem;
    line-height: 4.5rem
}
.heading2a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 6px solid #fff;
    width: 30%;
    text-align: center;
    margin:0 auto;
}

.heading2a::before {
  bottom: 5px;
}
@media screen and (max-width: 650px){	
  .heading2 {
   font-size: 3.5rem;
    line-height: 3.7rem
} 

 .heading2a {
   font-size: 4.5rem;
    line-height: 3.7rem
} 
  .heading {
   font-size: 3.5rem;
    line-height: 3.7rem
} 


}   
  
.button {
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 4px;
  background-color: #b876ab;/* #afa58d　4b9ad2*/
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.button:hover {
  opacity: 0.9;
}

.button2 {
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 4px;
  background-color: #ddb612;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.button2:hover {
  opacity: 0.9;
}
.button-showy {
  background-color:#d97e97 ;/* -#D29E04--C48294 */
}

.button-showy2 {
  background-color:#ddb612 ;/* -#D29E04-- */
}


.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  padding: 10% 30px 10%;/* */
  
}
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}



.site-title {
  margin: 50px 0 40px;
  font-size: 10rem;
   font-family: adobe-fan-heiti-std, sans-serif !important;
font-style: normal;
font-weight: 400;
   

}
.site-description {
  margin-bottom: 50px;
  color: #333/* -#888 202307-- */;
  font-size: 1.6rem;
}
.buttons .button {
  margin: 10px;
}


/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
    
    
}
.about-text {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about2
 * -------------------------------- */
.about2 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg1.jpg') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text2 {
  margin: 30px 0;
  line-height: 2.5;
}
/* --------------------------------
 * about3
 * -------------------------------- */
.about3 {
  padding: 80px 30px;
  background-color: #c6a0b2;/* D6909D 0902 */
  color: #fff;
    
    
    
}
.about-text3 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about5
 * -------------------------------- */
.about5 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#ffffff url('../img/cituca/cituca-bg13.jpg') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text5 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about6
 * -------------------------------- */
.about6 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
      background: #ffffff url('../img/cituca/cituca-bg3.png') no-repeat left bottom;
  background-size: cover;
   
    
}
.about-text6 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about7
 * -------------------------------- */
.about7 {
  padding: 80px 30px;
  background-color: #fff;
  color: #fff;
      background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),#ffffff url('../img/cituca/cituca-bg4.png') no-repeat left bottom;
  background-size: cover;
   
    
}
.about-text7 {
  margin: 30px 0;
  line-height: 2.5;
    color: #fff;
}


/* --------------------------------
 * about8
 * -------------------------------- */
.about8 {
  padding: 80px 30px;
  background-color: #fff;
  color: #fff;
      background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),#ffffff url('../img/cituca/cituca-bg4.png') no-repeat left bottom;
  background-size: cover;
   
    
}
.about-text8 {
  margin: 30px 0;
  line-height: 2.5;
    color: #fff;
}

/* --------------------------------
 * about9
 * -------------------------------- */
.about9 {
  padding: 80px 30px;
  background-color: #fff;
  color: #fff;
      background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),#ffffff url('../img/cituca/cituca-bg5.png') no-repeat center bottom;
  background-size: cover;
   
    
}
.about-text9 {
  margin: 30px 0;
  line-height: 2.5;
    color: #fff;
}

/* --------------------------------
 * about10
 * -------------------------------- */
.about10 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg6.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text10 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about11
 * -------------------------------- */
.about11 {
  padding: 80px 30px;
  background-color: #fff;
   color: #fff;
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),#ffffff url('../img/cituca/cituca-bg7.png') no-repeat center bottom;
  background-size: cover;
   
    
}

 

.about-text11 {
  margin: 30px 0;
  line-height: 2.5;
    color: #fff;
}

/* --------------------------------
 * about12
 * -------------------------------- */
.about12 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg8.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text12 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about13
 * -------------------------------- */
.about13 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg9.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text13 {
  margin: 30px 0;
  line-height: 2.5;
}
/* --------------------------------
 * about14
 * -------------------------------- */
.about14 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg10.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text14 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about15
 * -------------------------------- */
.about15 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg11.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text15 {
  margin: 30px 0;
  line-height: 2.5;
}
/* --------------------------------
 * about16
 * -------------------------------- */
.about16 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#151515 url('../img/cituca/cituca-bg12.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text16 {
  margin: 30px 0;
  line-height: 2.5;
}

/* --------------------------------
 * about17
 * -------------------------------- */
.about17 {
  padding: 80px 30px;
  background-color: #77376a;
  color: #fff;
    
    
    
}
.about-text17 {
  margin: 30px 0;
  line-height: 2.5;
}


.list-none
{
 list-style-type: none !important;
}

/* --------------------------------
 * about18
 * -------------------------------- */
.about18 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
       background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),#ffffff url('../img/cituca/cituca-bg2.png') no-repeat fixed left bottom;
  background-size: cover;
   
    
}
.about-text18 {
  margin: 30px 0;
  line-height: 2.5;
}


/* --------------------------------
 * about19
 * -------------------------------- */
 .about19 {
  padding: 80px 30px;
  background-color: #fff;
  color: #333;
  /* D6909D */
    
    
    
}
.about-text19 {
  margin: 30px 0;
  line-height: 2.5;
}
/* --------------------------------
 * works
 * -------------------------------- */
.works {
  padding: 80px 0;
  background-color: #c6a0b2;/*#383634 C48294 ae6dad D6909D 814785 cb98b8 caaabe eadcee e8ceda0902*/
}
.works-wrapper {
  display: table;
  width: 100%;
  margin: 20px;
  table-layout: fixed;
}
.work-box {
  position: relative;
  display: table-cell;
}
.work-image {
  display: block;
  width: 100%;
  margin: 0 0 60%;
}
.work-description {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  overflow-y: auto;
}
.work-description-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.work-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 1;
    font-weight: bold;
    background-color: #c76aa5;
      border-radius: 20%;		/* CSS3草案 */
	-webkit-border-radius: 20%;	/* Safari,Google Chrome用 */
	-moz-border-radius:20%;	/* Firefox用 */
}
.work-text .button {
  width: 60%;
  margin-top: 20px;
  padding: 3px;
}
.work-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: no-repeat;
  background-size: 100% 100%;
  opacity: 0.1;
  transform: scaleY(-1);
}
.work-box.tree::after {
  background-image: url('../img/p01.jpg');
}
.work-box.building::after {
  background-image: url('../img/p02.jpg');
}
.work-box.lake::after {
  background-image: url('../img/p03.jpg');
}
.work-box.sky::after {
  background-image: url('../img/p04.jpg');
}

.work-box.tree2::after {
  background-image: url('../img/p05.jpg');
}
.work-box.building2::after {
  background-image: url('../img/p06.jpg');
}
.work-box.lake2::after {
  background-image: url('../img/p07.jpg');
}
.work-box.sky2::after {
  background-image: url('../img/sky.jpg');
}
.work-box:nth-child(odd) .work-image {
  margin: 60% 0 0;
}
.work-box:nth-child(odd) .work-description,
.work-box:nth-child(odd)::after {
  top: 0;
}


/* --------------------------------
 * skills
 * -------------------------------- */
.skills {
  padding: 80px 0;
  background-color: #fff;
  color: #333;
    
}
.skills-wrapper {
  display: table;
  width: 80%;
  margin: 50px auto 0;
  table-layout: fixed;
}
.skill-box {
  display: table-cell;
}
.skill-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border: 4px solid;
  border-radius: 40%;
  color: #ad6da9;/* -#f1b400 C48294-- */
  font-size: 8rem;
  line-height: 142px;
}
.skill-title {
  margin: 0 20px 20px;
  font-size: 2rem;
}
.skill-text {
  margin: 0 20px;
  line-height: 2;
}
/* --------------------------------
 * skills2
 * -------------------------------- */
.skills2 {
  padding: 80px 0;
  background-color: #fff;
  color: #333;
  /*background-image: url('../img/cituca/cituca-con-bg1.png');*/
   
}
.skills-wrapper2 {
  display: table;
  width: 80%;
  margin: 50px auto 0;
  table-layout: fixed;
}
.skill-box2 {
  display: table-cell;
    /* background-image: url('../img/cituca/cituca-con-bg1.png');*/
}
.skill-icon2 {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border: 4px solid;
  border-radius: 40%;
  color: #C48294;/* -#f1b400-- */
  font-size: 8rem;
  line-height: 142px;
}
.skill-title2 {
  margin: 0 20px 20px;
  font-size: 2rem;
     
}
.skill-text2 {
  margin: 0 20px;
  line-height: 2;
}


/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
  padding: 80px 0 150px;
}
.contact-form {
  width: 50%;
  margin: 50px auto 0;
}
.contact-form input[type=text],
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) inset;
}
.contact-form textarea {
  height: 150px;
}
.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.site-title-sub2 {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub2::before,
.site-title-sub2::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 4px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}



/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 12px 0;
  font-size: 1.3rem;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
/* --@media (max-width: 1024px) {
  body {
    background-image: none;
  }
}--- */
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  
  .button:hover {
    opacity: 1;
  }

  /* --- header --- */
  .header {
    padding-top: 60px;
  }
  .site-title-sub {
    font-size: 1.7rem;
  }
  .site-title-sub::before,
  .site-title-sub::after {
    display: block;
    width: 80%;
    margin: 10px auto;
  }

.site-title-sub2 {
    font-size: 1.7rem;
  }
  .site-title-sub2::before,
  .site-title-sub2::after {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
  .site-title {
    margin-top: 35px;
    font-size: 5rem;
  }

  /* --- about --- */
  .about-text {
    line-height: 1.8;
  }

  /* --- works --- */
  .works-wrapper,
  .work-box {
    display: block;
  }
  .work-image {
    display: none;
  }
  .work-description {
    position: relative;
  }
  .work-box::after {
    top: 0;
    height: 100%;
    background-size: cover;
    transform: none;
  }

  /* --- skills --- */
  .skills-wrapper,
  .skill-box {
    display: block;
  }
  .skill-box {
    margin: 40px auto;
  }
  .skill-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
  }
  .skill-text {
    margin: 0;
  }

  /* --- contact --- */
  .contact {
    padding-bottom: 80px;
  }
  .contact-form {
    width: 80%;
  }
}

/* ヘッダー */
/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
	line-height: 70px;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #5D9AB2;*/
	background-color: rgba(255,255,255,0.0);;
	color: #fff;
	color: var(--text-bright-color);
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
}


/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headB a {
	display: block;
	padding: 15px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.headB a:hover {
	background-color: rgba(0,0,0,0.3);
}

@media (min-width: 768px) {
	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}

	.headB ul {
		display: flex;
	}
}
/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
	/* 小さい画面用の設定 */
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		display: none;
	}
}

@media (min-width: 768px) {
	/* 大きい画面用の設定 */
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
	}
}

/* お問い合わせページ： 地図 */
/* .location iframe {
	width:100%;
	height: 400px;
	vertical-align: bottom;
padding: 40px 0 0 0;
}*/

/*.map {
  padding: 60px 0 0 0;
  background-color:  #C48294  !important;/*#333*/
 /* color: #FFF !important;
}*/

/* フッター */
.foot_m {
	color: #fff;
	background-color: #C48294 ;/*#333*/
	
}

.foot_m .container {
	padding: 40px 20px;
}


@media (min-width: 768px) {
.foot_m .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.footA {
		flex: 0 0 40%;
	}

	.footB {
		flex: 0 0 60%;
	}

	.footC {
		flex: 0 0 100%;
	}
}


/* フッターA： サイト情報 */
.footA {
	margin-bottom: 30px;
}

.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 0.2em;
	text-align: left;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	text-align: left;
}

.footA a {
	color: inherit;
	text-decoration: none;
}


/* フッターB： フッターメニュー */
.footB div {
	margin-bottom: 20px;
}

.footB h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 1px currentColor;
	font-size: 14px;
}

.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.footB a:hover {
	background-color: rgba(0,0,0,0.3);
}


@media (min-width: 768px) {
	.footB {
		display: flex;
	}

	.footB div {
		flex: 1;
	}

	.footB div:not(:first-child) {
		margin-left: 40px;
	}
}


/* フッターC： コピーライト */
.footC {
	font-size: 12px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}


/* フッターD： SNSメニュー */
.footD {
	margin-top: 20px;
}

.footD ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	border: dotted 1px currentColor; 
	width: 3em;
	line-height: 3em;
	border-radius: 10%;
	text-align: center;
}

.footD a:hover {
	background-color: rgba(0,0,0,0.3);
}

/* コンテンツページ: 記事 */
.post .container {
	max-width: 800px;
	max-width: var(--middle-width);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 10px;
}

.post h1 {
	padding-left: 0.5rem;
	border-left: solid 0.75rem #BF6A7A;
	border-left: solid 0.75rem var(--accent-color);
	font-size: 2rem;
}

.post p {
	font-size: 1rem;
	line-height: 2;
}

.post img {
	max-width: 100%;
}


/* コンテンツページ: パンくずリスト */
.bread ol {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 0.875rem;
	text-decoration: none;
}

.bread a::after {
	margin-left: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
	opacity: 0.3;
}

.bread a:hover {
	background-color: rgba(0,0,0,0.3);
}

/* コンテンツD： 概要（画像＋テキスト：逆配置） */
.conD  {
	background-color: #aca2a6;/* d2cdcf*/
   max-width: 1600px;
}
.conD .container {
	padding: 2px;
}

.conD .text {
    margin: 20px;
	padding: 20px;
    border: 1px solid #ffffff;
}

.conD h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conD p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conD a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	box-shadow: 0 0 0 1px #ebbb09;
	/*border: solid 3px currentColor;*/
	border-radius: 6px;
	background-color: #edbb00;
	/*background-color: var(--accent-color);*/
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.conD a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

.conD .photo {
	  /*min-height: 200px; */
	background-image: url(../img/face1.jpg);
	background-position: center;
	background-size: cover;
   /* border-radius: 30% 60% 20% 40%;*/
    /* min-height: 300px;

   /* border-radius: 50%;		/* CSS3草案 */
/*	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
/*	-moz-border-radius: 50%;	/* Firefox用 */
}

@media (min-width: 768px) {
	.conD .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;

	}

	.conD .photo {
		flex: 0 0 400px;
 width:200px;
 height:143px;
 
padding-top:40px !important;
	}

	.conD .text {
		flex: 1;
		padding: 50px;
	}
}


/* --------------------------------
 * challenge
 *
 * 31行目からの.heading::before, .heading::afterの
 * スタイルをコメントアウトしてから適用してください。
 * -------------------------------- */
/*
.heading::before,
.heading::after {
  content: '';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.5em;
  border: 1px solid;
  vertical-align: 0.2em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.work-box {
  overflow: hidden;
}
.work-image {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.work-box:nth-child(odd) .work-image {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.work-box:nth-child(even) .work-image {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.work-box:hover .work-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/
/* --------------------------------
 画像テキストレスポンシブ横並び
 * -------------------------------- */
.wrap-con {
 padding: 5% 20px 0;
}
 
 
.wrap-con p {
 margin-top: 5%;
 /*font-size: 16px;*/
}
 
.image-con {
 min-height: 200px;
    
}
.image-con2 {
 min-height: 200px;
    
}
 
.wrap-con img{
 width: 100%;
}
 
@media (min-width: 768px) {
 
.container-con{
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-between;
 }
 
.image-con{
 padding-right:0;
 padding-left: 5vw;
 width: 100%;
 flex: 1;
 border-radius: 30% 60% 20% 40%;
 }
    .image-con2{
 padding-right:0;
 padding-left: 5vw;
 width: 100%;
 flex: 1;
border-radius: 30% 60% 20% 40%;
 }
 
.text-con {
 flex: 1; 
 }
    
    
/* --------------------------------
メリットボックス
 * -------------------------------- */

.merit {
  /*background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),#151515 url('../img/bg.jpg') no-repeat fixed left bottom;*/
  background-size: cover;
    background-color:#c6a0b2;
  color: #fff;
  text-align: center;
 /* font-family: 'Amatic SC', cursive, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;/* -Raleway-- */ */

}
.read {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
        padding-top: 30px;
  margin:0 auto;
  text-align: center;
 /* background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;  */

}

.read h1 {
  margin-bottom: 40px;
}

.read h1 img {
  width: 46.6%;
  max-width: 560px;
}

.read p {
  letter-spacing: .1em;
}

@media (max-width:740px) {
    .merit {
  /*background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),#151515 url('../img/bg.jpg') no-repeat fixed left bottom;*/
  background-size: cover !important;
    background-color:#c6a0b2 !important;
  color: #fff !important;
  text-align: center !important;
 /* font-family: 'Amatic SC', cursive, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;/* -Raleway-- */ */

}
  .read {
   /*  background-image: url(../img/bg-1.jpg);   */
    padding-bottom: 40px;
  }
  .read h1 img {
    width: 80%;
  }
    
  
}

    .wArea2 {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 20px;
  background-color: #efefef;
 border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
border: 6px solid #333;
}
    


.wBox2 {
	text-align: center;
	display: inline-block;
	width: 30%;
	margin: 5px;
	vertical-align: top;
	padding-bottom: 30px;
}

.wBox2 .hien {
	padding-right: 40px;
	padding-left: 40px;
}

.wBox2 .hien img {
	width: 100%;
}

.wBox2 .number {
	font-weight: 700;
	background-color: #033fa2;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	/*background-image: url(../img/triangle.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	text-align: left;
	min-width: 100%;
	float: left;
	display: inline-block;
}

.wBox2 .size {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}

.wBox2 .btn {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.wBox2 .btn a {
	width: auto !important;
	padding: 0px !important;
	display: inline-block !important;
}

.wBox2 .btn a img {
	width: 100%;
}
    
    
@media (max-width:900px) {


.wArea2 {
	padding-bottom: 0px;
}

.wBox2 {
	width: 75%;
padding:10px;
}



}
    
.midasi5 {
 font-size:200%;
    line-height: 1.3;  

}  
    .midasi6 {
 font-size:150% !important;
    line-height: 5rem !important;
        margin-top: 5%;
    
}  

 
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
   
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
     .midasi5 {
    line-height: 1.5 !important;
font-size:200%;    
}   
    
   
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

hr {
  border-top: 1px dotted #fff;
    margin: 30px;
}
    
    /*今日は<br class="br-pc">いい天気<br class="br-sp">ですね。
    横幅が650pxより大きな場合は「クラスbr-pcが有効」になり、横幅が650px以下の場合では「クラスbr-spが有効」
    pc
    今日は
いい天気ですね。
    mobile
    今日はいい天気
ですね。
    */