@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior:auto;
}


/* contents01 */

.contents01 {
	width: 910px;
}

.contents01 p {
	text-align: left;
}

.contents01 .box-in {
	display: flex;
  justify-content: space-between;
	padding-top: 50px;
}


.box-check {
	width: 100%;
	border-style : solid;
border-color : #42210b;
border-width : 2px;
	padding: 0px 50px 40px;
	text-align: center;
	margin-top: 60px;
}

.box-check .midashi03 {
	background-color: #42210b;
	border-radius: 0px; 
	margin-bottom: 45px;
}

.box-check ul {
	width: 90%;
	margin: auto;
	margin-bottom: 45px;
}

.box-check ul li {
	text-align: left;
	font-size: 22px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	padding-left: 48px;
}

.box-check ul li:last-child {
	margin-bottom: 0px;
}

.box-check ul li:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 45px;
	height: 30px;
}

.box-check p {
	line-height: 1.6;
	font-size: 16px;
}

/* contents02 */

.contents02 {
	width: 100%;
	padding: 60px 0px;
	background-color: #f5f4f0;
}

.contents02 .box-in {
	margin-bottom: 70px;
	width: 940px;
}

.contents02 .box-in:last-child {
	margin-bottom: 0px;
}

.contents02 h3 {
	font-size: 29px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	position: relative;
	margin-bottom: 30px;
}

.contents02 h3:after {
	content: "";
	position: absolute;
right: 0px;
top: 14px;
	background-image: url("images/line.svg");
background-position: right top;
background-repeat: no-repeat;
	width: 100%;
	height: 24px;
}

/* contents03 */

.contents03 .box {
	display: flex;
  justify-content: space-between;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom-style : dotted;
border-bottom-color : #5c402d;
border-bottom-width : 3px;
}

.contents03 .box:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-style : none;
}

.contents03 .box01 {
	width: 170px;
	height: 170px;
	position: relative;
	background-color: #5c402d;
	text-align: center;
	border-radius: 20px;
}

.contents03 .box02 {
	width: 80%;
	padding-left: 20px;
}

.contents03 h4 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
	font-size: 21px;
color: #FFF;
line-height: 1.4;
letter-spacing: 0.1em;
}

.contents03 p {
line-height: 1.8;
}

/* contents04 */

.contents04 .box {
	display: flex;
  justify-content: space-between;
	margin-bottom: 35px;
	background-color: #FFF;
	border-radius: 20px;
	overflow: hidden;
}

.contents04 .box:last-child {
	margin-bottom: 0px;
}

.contents04 .box01 {
	width: 25%;
	position: relative;
	background-color: #5c402d;
	text-align: center;
}

.contents04 .box02 {
	width: 75%;
	padding: 25px 30px;
	display: flex;
  justify-content: space-between;
}

.contents04 .box001 {
	width: 78%;
}

.contents04 .box002 {
	width: 20%;
	text-align: center;
}

.contents04 h4 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
	font-size: 21px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
}

.contents04 h5 {
	font-size: 18px;
color: #5c402d;
line-height: 1.2;
letter-spacing: 0.1em;
	padding: 6px 0px;
	border-style : solid;
border-color : #5c402d;
border-width : 2px;
	text-align: center;
}

.contents04 p {
line-height: 1.8;
	margin-bottom: 20px;
}


/* contents05 */

.contents05 {
	margin-bottom: 0px;
}

.contents05 .box-in {
	margin-top: 50px;
	width: 910px;
}

.contents05 .box {
	margin-bottom: 35px;
	display: flex;
  justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
	background-color: #f5f4f0;
}

.contents05 .box:last-child {
	margin-top: 0px;
}

.contents05 .box01 {
	width: 25%;
	position: relative;
	background-color: #5c402d;
	text-align: center;
}

.contents05 .box02 {
	width: 75%;
	padding: 25px 30px;
	display: flex;
  justify-content: space-between;
}

.contents05 .box02 .box001 {
	width: 78%;
}

.contents05 .box02 .box002 {
	width: 20%;
}

.contents05 .box02 .box002 img {
	width: 100%;
height: auto;
}

.contents05 h4 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
	font-size: 21px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
}

.contents05 .box-in p {
	line-height: 1.8;
	text-align: left;
}


/*youtube*/

.youtube {
	width: 900px;
	text-align: center;
	margin: 80px 0px;
}

.youtube .box01 {
       width: 100%;
       text-align: center;
       
}

.youtube .box01 {
	width: 850px;
	margin-bottom: 50px;
}

.youtube .box01 .box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube .box  iframe {
       position: absolute;
       top: 0;
       right: 0;
       width: 100% !important;
       height: 100% !important;
}




/* contents06 */

.contents06 {
	margin-bottom: 70px;
}

.contents06 .box-in {
	display: flex;
  justify-content: center;
	margin-top: 50px;
}

.contents06 .box {
	margin: 0px 20px;
	text-align: center;
}

.contents06 > p, .contents07 > p {
	width: 910px;
	margin: auto;
	text-align: left;
}

.contents06 h6 {
	padding-top: 20px;
	font-size: 21px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.1em;
}



/* contents06a */

.contents06a {
	width: 100%;
	background-color: #f5f4f0;
	margin-bottom: 0px;
}

.contents06a .midashi03 {
	width: 925px;
}

.contents06a .box02 {
	width: 925px;
	padding: 60px 0px;
	display: flex;
  justify-content: space-between;
}

.contents06a .box02 .box001 {
	width: 30%;
}

.contents06a .box02 .box001 > img {
	width: 100%;
height: auto;
}

.contents06a .box02 .box001 h6 {
	padding-top: 30px;
}

.contents06a .box02 .box001 h6 img {
	height: 50px;
	width: auto;
}

.contents06a .box02 .box002 {
	width: 65%;
}

.contents06a .box02 .box002 .box {
	background-image: url("images/prof01.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-top: 40px;
}

.contents06a .box02 .box002 .box:last-child {
	background-image: url("images/prof02.svg");
	margin-top: 30px;
}

.contents06a .box02 .box002 table {
	width: 100%;
}

.contents06a .box02 .box002 table td {
	line-height: 1.6;
	padding-bottom: 12px;
}

.contents06a .box02 .box002 table td:first-child {
	white-space: nowrap;
	padding-right: 15px;
}



.contents06a .box03 {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px;
}

.contents06a .box03 .box-in {
	width: 925px;
	display: flex;
  justify-content: space-between;
}

.contents06a .box03 .box:first-child {
	width: 49%;
}

.contents06a .box03 .box:last-child {
	width: 49%;
}

.contents06a .box03 p {
	line-height: 2.2;
	padding-top: 15px;
}




/* contents07 */

.contents07 .box-in {
	width: 990px;
	margin-top: 50px;
}

.contents07 .box {
	margin-bottom: 15px;
}

.contents07 .box:last-child {
	margin-bottom: 0px;
}

.contents07 .box01 {
	display: flex;
  justify-content: space-between;
	background-color: #f7f6f1;
}

.contents07 h5, .contents07 h6 {
	padding: 20px 0px;
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.contents07 h5 {
	width: 25%;
	background-color: #42210b;
	color: #FFF;
}

.contents07 h6 {
	width: 75%;
	padding: 20px 30px;
	color: #42210b;
	text-align: left;
}

.contents07 .box02 {
	padding: 20px;
	background-color: #fbfbf9;
}

summary {
  list-style: none;
  position: relative;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
	content: '';
	background-image: url("images/btn.svg");
background-position: left top;
background-repeat: no-repeat;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: transform 0.5s;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

details[open] .box02 {
  animation: fadein 0.5s ease;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


/*case*/
.case {
	width: 940px;
}

.case .box-check {
	background-color: #f5f4f0;
	border-radius: 20px;
	padding: 0 0 40px;
	 overflow: hidden;
}

.case .box {
	margin-bottom: 60px;
}

.case .box .box01 h4 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 6px 50px;
    background-color: #42210b;
    text-align: center;
	margin: 50px 0px;
	font-size: 20px;
    display: inline-block;
}

.case .box .box01 h4.con{
	margin: 0 0 50px;
}

.case .box-check h6  {
  border-radius: 9px 9px 0 0;
	margin: 0;
	padding: 15px;             
  width: 100%;
}

.case .box-check .box04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 80px;
    background-image: url(images/arrow02.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.case .box-check .box04 > div {
    position: relative;
}

.case .box-check .box04 > div:nth-child(1)::before {
    background-image: url(images/before.svg);
}

.case .box-check .box04 > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 95px;
  height: 26px;
  z-index: 2;
  pointer-events: none;
}

.case .box-check .box04 img {
     width: 160px !important;
  height: 255px !important;
}

.case .box-check .box04 > div:nth-child(2)::before {
    background-image: url(images/after.svg);
}

.case .info {
	text-align: left;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.case .info .box01 {
	margin-bottom: 24px;
}

.case .info .box01 dt {
	font-size: 16px;
    display: inline-block;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 5px 20px;
    background-color: #c5bfa7;
	margin-bottom: 3px;
}

.case .info .box01 dd {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #603813;
    line-height: 1.8;
}

.case.nomal {
	padding-bottom: 120px;
}


.link {
	
}

.link p {
	font-size: 18px;
    color: #5c402d;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 6px 0px;
    border-style: solid;
    border-color: #5c402d;
    border-width: 2px;
    text-align: center;
	width: 300px;
	margin: 0 auto 24px;
}

.link .link-box {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	gap: 16px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



