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

.main-img .box-text .inner {
	width: 60%;
    max-width: 900px;
}

.main-img h2 {
	letter-spacing: 0.05em;
}

/* layout01 */

.layout01 {
	position: relative;
    padding: 20px 0px;
}

.layout01::before, .layout01::after {
	content: "";
	position: absolute;
top: 0px;
	width: 5%;
	height: 100%;
    display: block;
    background-color: var(--color-main);
}

.layout01::before {
left: 0px;
}

.layout01::after {
right: 0px;
}

.layout01 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.layout01 .box-img {
	width: 50%;
}

.layout01 .box-detail {
	width: 46%;
}

.layout01 h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
color: var(--color-main);
font-size: 56px;
line-height: 1.2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
    .layout01 h2 {
font-size: 49px;
}
}

.layout01 h3 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
    background-color: var(--color-sub);
    font-size: 17px;
color: #FFF;
line-height: 0.9;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
}

.layout01 h4 {
    font-size: 35px;
    font-weight: var(--base-font-weight3);
line-height: 1.4;
letter-spacing: 0.1em;
    padding-top: 25px;
}

.layout01 h4 span {
    color: var(--color-main);
}


/* layout02 */

.layout02 {
    width: 100%;
    background-image: url("../../images/sell/back01.svg");
background-position: center top;
background-repeat: repeat-x;
background-size: auto 100%;
}

.layout02 .box-inner {
    width: 1140px;
    display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:0px 60px;
    padding: 150px 0px 30px;
}

.layout02 .box {
    width: 320px;
    border-style : solid;
border-color : var(--color-main);
border-width : 1px;
    border-radius: 20px;
    padding: 240px 30px 40px;
    position: relative;
}

.layout02 .box::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 346px;
	height: 350px;
    margin-top: -130px;
    margin-left: -13px;
}

.layout02 .box:nth-child(1)::before {
	background-image: url("../../images/sell/p01.svg");
}

.layout02 .box:nth-child(2)::before {
	background-image: url("../../images/sell/p02.svg");
}

.layout02 .box:nth-child(3)::before {
	background-image: url("../../images/sell/p03.svg");
}


/* layout03 */

.layout03 {
   width: 1140px;
}

.layout03 .box-detail {
   border-style : solid;
border-color : var(--color-main);
border-width : 2px;
    border-radius: 50px;
    overflow: hidden;
}

.layout03 .box-title {
    text-align: center;
    background-color: var(--color-main);
    padding: 35px 0px;
}

.layout03 .box-list {
    display: flex;
  justify-content: center;
flex-wrap: wrap;
    gap:0px 50px;
    padding: 40px 0px;
}

.layout03 .box-text {
   padding: 30px;
    padding-bottom: 0px;
}

.layout03 .box-list ul li {
    line-height: 1.6;
    font-size: 20px;
    text-indent: -20px;
    margin-left: 20px;
}

.layout03 .box-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.layout03 .box-text ul li {
    line-height: 1.6;
    text-indent: -16px;
    margin-left: 16px;
}

.layout03 h3, .layout03 h4 {
color: #FFF;
line-height: 1.2;
}

.layout03 h3 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
    font-size: 48px;
    line-height: 0.9;
}

.layout03 h4 {
    font-weight: var(--base-font-weight2);
    font-size: 26px;
    padding-top: 10px;
    letter-spacing: 0.1em;
}


/* layout-sell */

.layout-sell {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.layout-sell::before, .layout-sell::after {
    content: "";
	position: absolute;
top: 0px;
	display: block;
	width: 20%;
	height: 580px;
    background-color: var(--color-main);
}

.layout-sell::before {
left: 0px;
}

.layout-sell::after {
right: 0px;
}

.layout-sell_text {
    margin-bottom: 60px;
    padding-top: 430px;
    position: relative;
}

.layout-sell_text::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/sell/img02.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 400px;
}

.sp-view {
	display: none;
}
