@charset "UTF-8";

/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
	box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	width: 100%;
}
textarea{
	vertical-align: top;
}


/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #3b3b3b;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a {
	display: block;
	color: #3b3b3b;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

body, html {
	height: 100%;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ff {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
  font-weight: bold;
}

.fb {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}


/*--------------------------------------
　color
---------------------------------------*/
.cl-gd {
  color: #8f794d;
}
.cl-wh {
  color: #fff;
}


/*--------------------------------------
　background
---------------------------------------*/
.bg-gy {
  background: #efefef;
}


/*--------------------------------------
　main
---------------------------------------*/
.contents_wrap {
  max-width: 750px;
  margin: auto;
  padding: 80px 0 0;
}

.contents_wrap h1 {
  padding: 40px 30px 40px;
  font-size: 40px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  border-top: 4px solid #b49864;
  border-bottom: 4px solid #b49864;
}

.sec-inner {
  padding: 60px 30px 60px;
}

.ad30 {
  width: calc(100% + 60px);
  margin: 0 30px 0 -30px;
}

.border-dot {
  border-top: 4px dotted #b49864;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    max-width: 100%;
    padding: 40px 0 0;
  }

  .contents_wrap h1 {
    padding: 20px 15px 20px;
    font-size: 5.2vw;
    border-top: 2px solid #b49864;
    border-bottom: 2px solid #b49864;
  }

  .sec-inner {
    padding: 30px 15px 30px;
  }
  
  .ad30 {
    width: calc(100% + 30px);
    margin: 0 15px 0 -15px;
  }
  
  .border-dot {
    border-top: 2px dotted #b49864;
  }
}


/*--------------------------------------
　imgBox
---------------------------------------*/
.imgBox {
  margin: 40px auto 40px;
}
.imgBox.mt0 {
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .imgBox {
    margin: 20px auto 20px;
  }
  .imgBox.mt0 {
    margin: 0 auto 20px;
  }
}


/*--------------------------------------
　txt
---------------------------------------*/
.contents p {
  letter-spacing: 0.08em;
}

.main-txt {
  margin: 40px 0 40px;
  font-size: 26px;
  line-height: 1.8;
}

.txt {
  margin: 30px 0 0;
  font-size: 22px;
  line-height: 1.8;
}
.txt .sup {
  position: relative;
  top: -6px;
  font-size: 14px;
}
.txt .sub {
  position: relative;
  bottom: 8px;
  font-weight: bold;
}

@supports (-webkit-appearance: none) and (not (font: -apple-system-body)) {
  .txt .sub {
    bottom: 2px;
  }
}

.note {
  margin: 15px 0 0;
  font-size: 14px;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 0%, #fff8d7 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .main-txt {
    margin: 20px 0 20px;
    font-size: 3.5vw;
  }

  .txt {
    margin: 20px 0 0;
    font-size: 3vw;
  }
  .txt .sup {
    top: -3px;
    font-size: 8px;
  }
  .txt .sub {
    bottom: 4px;
  }

  @supports (-webkit-appearance: none) and (not (font: -apple-system-body)) {
    .txt .sub {
      bottom: 1px;
    }
  }

  .note {
    margin: 10px 0 0;
    font-size: 8px;
  }

  .marker {
    padding: 2px 0;
  }  
}


/*--------------------------------------
　title
---------------------------------------*/
.contents h2,
.contents h3,
.contents h4 {
  letter-spacing: 0.08em;
}
.contents div {
  letter-spacing: 0.08em;
}

.sec-ttl01 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

.cc {
  margin: 40px 0 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec-ttl01 {
    font-size: 4.5vw;
  }

  .cc {
    margin: 20px 0 20px;
    font-size: 3.5vw;
  }
}


/*--------------------------------------
　check-list
---------------------------------------*/
.check-list_wrap {
  text-align: center;
}
.check-list {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.check-list li {
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.check-list li:last-child {
  margin: 0 0 0;
}
.check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("../images/icon-check01.png") left top no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .check-list li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    font-size: 3vw;
  }
  .check-list li::before {
    width: 18px;
    height: 18px;
  }
}


/*--------------------------------------
　com-parts01
---------------------------------------*/
.com-parts01 {
  margin: 50px 0 0;
}
.com-parts01 .com-item {
  margin: 0 0 50px;
}
.com-parts01 .com-item:last-child {
  margin: 0 0 0;
}
.com-parts01 .com-parts01_ttl01 {
  padding: 0 0 0 60px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.com-parts01 .com-parts01_ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 46px;
  height: 46px;
  box-sizing: border-box;
}
.com-parts01 .com-parts01_ttl01.bk::before {
  background: url("../images/icon-check_bk.png") left top no-repeat;
  background-size: contain;
}
.com-parts01 .com-parts01_ttl01 .sup {
  position: relative;
  top: -10px;
  font-size: 14px;
}
.com-parts01 .com-box {
  margin: 20px 0 40px;
  padding: 0 20px;
}
.com-parts01 .com-box:last-child {
  margin: 20px 0 0;
}
.com-parts01 .txt {
  margin: 20px 0 0;
}
.com-parts01 .com-image {
  margin: 20px auto 20px;
}
.com-parts01 .com-image img {
  display: block;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .com-parts01 {
    margin: 20px 0 0;
  }
  .com-parts01 .com-item {
    margin: 0 0 30px;
  }
  .com-parts01 .com-parts01_ttl01 {
    padding: 0 0 0 35px;
    font-size: 3.5vw;
  }
  .com-parts01 .com-parts01_ttl01::before {
    width: 25px;
    height: 25px;
  }
  .com-parts01 .com-parts01_ttl01 .sup {
    top: -5px;
    font-size: 8px;
  }
  .com-parts01 .com-box {
    margin: 15px 0 30px;
    padding: 0 10px;
  }
  .com-parts01 .com-box:last-child {
    margin: 15px 0 0;
  }
  .com-parts01 .txt {
    margin: 15px 0 0;
  }
  .com-parts01 .com-image {
    margin: 15px auto 15px;
  }
  .com-parts01 .com-image img {
    width: 100%;
  }
}


/*--------------------------------------
　com-parts02
---------------------------------------*/
.com-parts02 {
  margin: 30px 0 0;
}
.com-parts02 .com-item {
  background: #fff;
  margin: 0 0 20px;
  border: 2px solid #b49864;
}
.com-parts02 .com-item:last-child {
  margin: 0 0 0;
}
.com-parts02 .com-parts02_ttl01 {
  background: #b49864;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.com-parts02 .txt {
  margin: 0 0 0;
  padding: 10px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .com-parts02 {
    margin: 20px 0 0;
  }
  .com-parts02 .com-item {
    margin: 0 0 10px;
    border: 1px solid #b49864;
  }
  .com-parts02 .com-parts02_ttl01 {
    padding: 8px 8px;
    font-size: 3vw;
  }
  .com-parts02 .txt {
    padding: 8px 8px;
  }  
}


/*--------------------------------------
　com-parts03
---------------------------------------*/
.com-parts03 {
  margin: 30px 0 0;
}
.com-parts03 .com-item {
  margin: 0 0 50px;
}
.com-parts03 .com-item:last-child {
  margin: 0 0 0;
}
.com-parts03 .com-parts03_ttl01 {
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.com-parts03 .com-parts03_ttl01::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transform: translate(0,-50%);
  width: 30px;
  height: 36px;
  box-sizing: border-box;
}
.com-parts03 .com-parts03_ttl01.gd::before {
  background: url("../images/icon-point_gd.png") left top no-repeat;
  background-size: contain;
}
.com-parts03 .com-box {
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .com-parts03 {
    margin: 30px 0 0;
  }
  .com-parts03 .com-item {
    margin: 0 0 30px;
  }
  .com-parts03 .com-parts03_ttl01 {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    font-size: 3vw;
  }
  .com-parts03 .com-parts03_ttl01::before {
    top: calc(50% - 3px);
    width: 18px;
    height: 22px;
  }
  .com-parts03 .com-box {
    padding: 0 0;
  }  
}


/*--------------------------------------
　com-parts04
---------------------------------------*/
.com-parts04 {
  margin: 30px 0 0;
}
.com-parts04 .com-image {
  margin: 0 0 5px;
}
.com-parts04 .com-image:last-child {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .com-parts04 {
    margin: 20px 0 0;
  }
  .com-parts04 .com-image {
    margin: 0 0 3px;
  }
}


/*--------------------------------------
　cta-btn
---------------------------------------*/
.cta-btn a {
  max-width: 85%;
  margin: 40px auto 0;
  padding: 20px 90px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  position: relative;
}
.cta-btn01 a {
  background: #e88701;
}
.cta-btn02 a {
  background: #b49864;
}
.cta-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.cta-btn02 a::after {
  background: url("../images/arrow02.png") left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .cta-btn a {
    max-width: 90%;
    margin: 20px auto 0;
    padding: 15px 30px;
    font-size: 3.5vw;
  }
  .cta-btn a::after {
    right: 15px;
    width: 22px;
    height: 22px;
  }
}


/*--------------------------------------
　lwe
---------------------------------------*/
.lwe .sec04 .sec-inner {
  padding: 60px 30px 0;
}

@media screen and (max-width: 768px) {
  .lwe .sec04 .sec-inner {
    padding: 30px 15px 0;
  }

  .lwe .sec02 .com-image {
    margin: 15px auto 15px;
  }
  .lwe .sec02 .com-item:nth-child(1) .com-image {
    width: 30%;
  }
  .lwe .sec02 .com-item:nth-child(2) .com-image {
    width: 40%;
  }
  .lwe .sec02 .com-item:nth-child(3) .com-image {
    width: 25%;
  }
}
