@charset "UTF-8";
/* CSS Document */

.contents .container {
    padding: 0px;
}

/* layout-concept */

.layout-concept {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 100px;
}

.layout-concept::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/role/back01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 270px;
}

.layout-concept .box-detail {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 100px 0px 80px;
    position: relative;
}

.layout-concept p {
    font-size: 14px;
}

/* contents01 */

.contents01 .box-wrap {
    width: 100%;
    height: 740px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contents01 .box-back01 {
    background-image: url("../../images/role/back02.webp");
}

.contents01 .box-back02 {
    background-image: url("../../images/role/back03.webp");
}

.contents01 .box-back03 {
    background-image: url("../../images/role/back04.webp");
}

.contents01 .box-wrap::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: covoer;
    width: 100%;
    height: 100%;
}

.contents01 .box-wrap:nth-child(odd)::before {
    background-image: url("../../images/role/frame01.png");
}

.contents01 .box-wrap:nth-child(even)::before {
    background-image: url("../../images/role/frame02.png");
}

.contents01 h2,
.contents01 p,
.contents01 ul li {
    color: #FFF;
    letter-spacing: 0.05em;
}

.contents01 h2 {
    font-weight: var(--base-weight3);
    font-size: var(--base-font-size4);
    line-height: 1.2;
}

.contents01 .layout03 h2 {
    font-weight: var(--base-weight2);
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
}

.contents01 .layout03 h2::after {
    content: "";
    border-bottom-style: solid;
    border-color: #FFF;
    border-width: 1px;
    width: 40px;
    height: 1px;
    display: block;
    margin: 0px auto;
    margin-top: 12px
}

.contents01 ul li,
.contents01 p {
    font-weight: var(--base-weight);
    font-size: var(--base-font-size2);
    line-height: 2;
}

.contents01 p {
    margin-top: 40px;
}

.contents01 p:first-child {
    margin-top: 0px;
}

.contents01 ul {
    margin-top: 40px;
}

.contents01 ul li {
    text-indent: -20px;
    margin-left: 20px;
}

/* contents02 */

.contents02 {
    width: 100%;
}

/* contents03 */

.contents03 {
    width: 100%;
    height: 440px;
    background-image: url("../../images/role/back05.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.contents03::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #536D72;
    opacity: 0.6;
}

/* layout01 */

.layout01,
.layout02 {
    padding: 0px 40px;
    position: relative;
}

/* layout02 */

.layout02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.layout02 .box-img {
    width: 500px;
}

.layout02 .box-detail {
    width: 480px;
}

/* layout03 */

.layout03 {
    width: 100%;
    text-align: center;
    padding: 80px 0px;
    background: -moz-linear-gradient(50% 0% -90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(1, rgba(0, 155, 115, 1)));
    background: -o-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73', GradientType=0);
}

.layout03 .box-img img {
    width: 874px;
}

.layout03 .box-link {
    padding-top: 60px;
}

.layout03 h6 a {
    font-size: var(--base-font-size2);
    font-weight: var(--base-weight2);
    line-height: 1.2;
    letter-spacing: 0em;
    position: relative;
    text-align: center;
    width: 520px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #FFF;
    margin: 0px auto;
}

.layout03 h6 a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 32px;
    height: 100%;
    transition: .5s;
}

.layout03 h6 a:hover::before {
    right: 20px;
}


/* layout04 */

.layout04 {
    text-align: center;
}

.layout04 table {
    width: 100%;
    background-color: #FFF;
}

.layout04 table td {
    line-height: 1.6;
    padding: 30px 0px;
    width: 50%;
    border-style: solid;
    border-color: var(--color-back01);
    border-width: 2px;
}

.layout04 table td:last-child {
    color: var(--color-sub);
}

.layout04 table tr:first-child td {
    font-size: var(--base-font-size2);
    color: #FFF;
}

.layout04 table tr:first-child td:first-child {
    background-color: var(--color-sub2);
}

.layout04 table tr:first-child td:last-child {
    background: -moz-linear-gradient(0% 50% 0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(42, 135, 152, 1)), color-stop(1, rgba(0, 155, 115, 1)));
    background: -o-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(42, 135, 152, 1) 0%, rgba(0, 155, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A8798', endColorstr='#009B73', GradientType=1);
}


.layout04 h2 {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 40px;
}

/* layout05 */

.layout05 {
    text-align: center;
    position: relative;
}

.layout05 p {
    font-weight: var(--base-weight);
    color: #FFF;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.sp-view {
    display: none;
}
