@charset "UTF-8";
/* CSS Document */

.contents .container {
    padding: 0px 0px 190px;
}

/* contents02 */

.contents02 {
    position: relative;
    padding-top: 150px;
}

.contents02 > h2 {
    text-align: center;
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 44px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 70px;
}

.contents02 > h2 span {
    color: var(--color-main);
    background-image: radial-gradient(circle at center, #EF8337 16%, transparent 16%);
    /* 点の色とサイズ調整 */
    background-position: top right;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1em 0.3em;
    /* 点の間隔とサイズ調整 */
    padding-top: 3px;
    /* 縦方向の位置調整 */
}

/* layout01 */

.layout01 {
    width: 100%;
    position: relative;
    padding: 80px 0px 60px;
    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);
}

.layout01::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url("../../images/common/arrow-contents.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 155px;
    display: block;
    margin-bottom: -155px;
}

.layout01 .box-text {
    margin-bottom: 60px;
}

.layout01 .box-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.layout01 .box {
    width: 350px;
}

.layout01 p {
    color: #FFF;
}

.layout01 h2 {
    text-align: center;
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    position: relative;
}

.layout01 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
}

/* layout02 */

.layout02 .box {
    width: 100%;
    position: relative;
}

.layout02 .box:not(:last-child) {
    margin-bottom: 160px;
}


.layout02 .item01:not(:last-child) {
    margin-bottom: 230px;
}


.layout02 .box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 50%;
    height: 370px;
    margin-bottom: -40px;
    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);
}

.layout02 .box:nth-child(odd)::before {
    right: 0px;
}

.layout02 .box:nth-child(even)::before {
    left: 0px;
}

.layout02 .item01::before {
    width: 47%;
    height: 600px;
    margin-bottom: -60px;
}

.layout02 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.layout02 .box:nth-child(even) .inner {
    flex-direction: row-reverse;
}

.layout02 .box-detail {
    width: 500px;
}

.layout02 .box-img {
    width: 650px;
}

.layout02 .item01 .box-img {
    width: 470px;
    margin-right: 130px;
}

.layout02 h2 {
    font-weight: var(--base-weight3);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-bottom: 70px;
}

.layout02 h3 {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0em;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left-style: solid;
    border-color: var(--color-main);
    border-width: 4px;
}


.layout02 h6 {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: var(--base-font-size4);
    line-height: 1.2;
    letter-spacing: 0em;
    padding-top: 20px;
    text-align: right;
}

.layout02 h6::before {
    content: "総務人事部長（理事待遇）";
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}

.sp-view {
    display: none;
}
