@charset "utf-8";
.real-cont {padding:100px 0 195px;}

/* splitting */
.page-header > .container.motion h3.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}
.page-header > .container.motion p.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.03s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}

/* page-header */
.page-header {position: relative; width: 100%; height: 500px; background: url() 50% 50% no-repeat; background-size: cover; padding-bottom: 50px;}
.page-header > .container {padding-top: 200px;}
.page-header.type1 {background-image: url(../images/sub/s-visual01.jpg);}
.page-header.type2 {background-image: url(../images/sub/s-visual02.jpg);}
.page-header.type3 {background-image: url(../images/sub/s-visual03.jpg);}
.page-header.type4 {background-image: url(../images/sub/s-visual04.jpg);}
.page-header.type5 {background-image: url(../images/sub/s-visual05.jpg);}

.page-header .container h3 {font-size: 60px; font-weight: 800; color: #333; line-height: 1;}
.page-header .container p {font-size: 20px; font-weight: 400; color: #666; margin-top: 40px;}

.lnb {position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-bottom: 1px solid #ddd; z-index: 10;}
.lnb ul {width: 100%; display: table; table-layout:fixed;}
.lnb ul li {display: table-cell; position: relative;}
.lnb ul li a {position: relative; display: block; width: 100%; text-align: center; font-size: 22px; color: #666; line-height: 69px; font-weight: 600; transition: all .3s linear; z-index: 2;}  
.lnb ul li a:after {position: absolute; content:''; width: 100%; height: 2px; bottom: -1px; left: 0; opacity: 0;}
.lnb ul li.active a:after {opacity: 1;}

.page-header.type1 .lnb ul li.active a {color: #f7c048;}
.page-header.type1 .lnb ul li a:after {background-color: #f7c048;}
.page-header.type2 .lnb ul li.active a {color: #f68f8f;}
.page-header.type2 .lnb ul li a:after {background-color: #f68f8f;}
.page-header.type3 .lnb ul li.active a {color: #faa23a;}
.page-header.type3 .lnb ul li a:after {background-color: #faa23a;}
.page-header.type4 .lnb ul li.active a {color: #50b6f6;}
.page-header.type4 .lnb ul li a:after {background-color: #69c0f7;}
.page-header.type5 .lnb ul li.active a {color: #9681dc;}
.page-header.type5 .lnb ul li a:after {background-color: #ab97eb;}

.lnb .btn-drop {display: none;}
.lnb .btn-drop {position: relative;width: 100%; height: 50px; padding: 0 15px; font-size: 16px; font-weight: 600; text-align: left; background-color: #fff;}
.lnb .btn-drop::after {position: absolute; content:''; width: 12px; height: 10px; background: url() 50% 50% no-repeat; top: 50%; right: 15px; transform: translateY(-50%); transition: all .2s linear;}
.lnb.on .btn-drop::after {transform: translateY(-50%) rotate(180deg);}

.sub1 .lnb .btn-drop::after {background-image: url(../images/sub/btn-drop1.png);}
.sub2 .lnb .btn-drop::after {background-image: url(../images/sub/btn-drop2.png);}
.sub4 .lnb .btn-drop::after {background-image: url(../images/sub/btn-drop3.png);}
.sub5 .lnb .btn-drop::after {background-image: url(../images/sub/btn-drop4.png);}

.sub1 .lnb .btn-drop {color: #f7c048;}
.sub2 .lnb .btn-drop {color: #f68f8f;}
.sub3 .lnb .btn-drop {color: #faa23a;}
.sub4 .lnb .btn-drop {color: #69c0f7;}
.sub5 .lnb .btn-drop {color: #ab97eb;}

.sub3 .lnb {display: none;}

.sub-tab {margin-bottom: 90px;}
.sub-tab ul {width: auto; display: flex; justify-content: center;}
.sub-tab ul li {background-color: #f3f3f3; overflow: hidden;}
.sub-tab ul li:nth-of-type(1) {border-radius: 50px 0 0 50px;}
.sub-tab ul li:last-child {border-radius: 0 50px 50px 0;}
.sub-tab ul li a {width: auto; padding: 0 40px; display: block; line-height: 65px; text-align: center; border-radius: 50px; background-color: #f3f3f3; font-size: 22px; color: #666; font-weight: 600;}
.sub-tab ul li.active a {color: #fff;}

.s1 .sub-tab ul li.active a {background-color: #f7c048;}
.s5 .sub-tab ul li.active a {background-color: #ab97eb;}

section {padding: 100px 0 130px;}
.section-header h4 {position: relative; text-align: center; color: #333; font-weight: 800; font-size: 55px;}
.section-header p {font-size: 20px; line-height: 1.7; color: #666; text-align: center; padding-top: 40px; font-weight: 400;}
.section-header p.dot {color: #333; padding-top: 15px; font-weight: 500;}
.section-header p.dot > i {color: #ab97eb; font-style: normal;}
.section-header figure {margin-top: 50px;}
.section-header figure img {display: block; max-width: 100%; margin: 0 auto;}

.section-header .inner {margin-top: 65px; width: 100%; position: relative;}
.section-header .inner .txt {width: 100%;}
.section-header .inner .txt h5 {font-weight: 700; line-height: 1.333;}
.section-header .inner .txt p {text-align: left; padding-top: 20px;}
.section-header .inner .txt p b {display: block; margin-top: 30px; color: #000; font-weight: 800; line-height: 1;}
.section-header .inner .img {position: absolute;}
.section-header .inner .img img {display: block; margin: 0 auto; max-width: 100%;}

.s1 .section-header .inner .txt h5 {font-size: 45px; color: #f7c048;} 
.s2 .section-header .inner .txt h5 {font-size: 40px; color: #f68f8f;} 
.s3 .section-header .inner .txt h5 {font-size: 40px; color: #faa23a;}
.s5 .section-header .inner .txt h5 {font-size: 40px; color: #333;}
.s5 .section-header .inner .txt h5 > span {color: #ab97eb;}

.s1 .section-header .inner .img {top: 10px; right: 95px;}


.article-header {text-align: center;}
.article-header h5 {position: relative; padding-top: 35px; font-size: 55px; font-weight: 800; color: #333;}
.article-header h5::before {position: absolute; content: ''; top: 0; left: 50%; transform: translateX(-50%); width: 36px; height: 7px; border-radius: 30px; background-color: #ab97eb;}
.article-header p {font-size: 24px; line-height: 40px; color: #333; padding-top: 45px; text-align: center;}

.s1 .article-header h5::before {background-color: #f7c048;}
.s2 .article-header h5::before {background-color: #f68f8f;}
.s3 .article-header h5::before {background-color: #faa23a;}
.s5 .article-header h5::before {background-color: #ab97eb;}

.arti_common {padding: 110px 0 135px; width: 100%; background: url() 50% 50% no-repeat; background-size: cover;}
.arti_common .how {margin-top: 70px; width: 100%;}
.arti_common .how ul {width: calc(100% + 46px); margin: 0 -23px; display: flex;}
.arti_common .how ul li {width: 25%; padding: 0 23px; min-height: 360px;}
.arti_common .how ul li dl {width: 100%; height: 100%; border-radius: 15px; background-color: #fff; border: 1px solid #ab97eb; padding: 55px 20px 0;}
.arti_common .how ul li dl dt {max-width: 79px; width: 100%; margin: 0 auto;}
.arti_common .how ul li dl dt img {display: block; margin: 0 auto; max-width: 100%;}
.arti_common .how ul li dl dd {margin-top: 30px; text-align: center;}
.arti_common .how ul li dl dd h6 {line-height: 1; color: #333; font-weight: 800; font-size: 28px;}
.arti_common .how ul li dl dd p {font-size: 18px; font-weight: 400; color: #666; line-height: 1.556; margin-top: 25px;}
.arti_common .how ul li dl dd p span {color: #9681dc; font-weight: 600; padding-top: 5px; display: block;}

.s1 .arti_common {background-image: url(../images/sub/bg_s1.jpg);}
.s2 .arti_common {background-image: url(../images/sub/bg_s2.jpg);}
.s3 .arti_common {background-image: url(../images/sub/bg_s3.jpg);}
.s5 .arti_common {background-image: url(../images/sub/bg_s5.jpg);}


.table-wrap {margin-top: 70px; width: 100%;}
.table-wrap table {width: 100%; table-layout: fixed;}
.table-wrap table th {line-height: 60px; color: #f7c048; border-top: 2px solid #f7c048; font-size: 18px; text-align: center; font-weight: 800; border-bottom: 1px solid #ddd;}
.table-wrap table th:not(:last-child) {border-right: 1px solid #ddd;}
.table-wrap table td {padding: 15px; text-align: center; border-bottom: 1px solid #ddd; vertical-align: middle;} 
.table-wrap table td:not(:last-child) {border-right: 1px solid #ddd;}
.table-wrap table td p {font-size: 18px; color: #666; line-height: 1.5;}
.table-wrap table td.tb_name p {font-weight: 700; color: #000;}
.table-wrap table td:last-child {text-align: left; padding-left: 40px;}
.table-wrap table td.dash p {position: relative; padding-left: 15px;}
.table-wrap table td.dash p::before {position: absolute; content: '-'; font-size: 18px; color: #666; top: 0; left: 0;}
.table-wrap table td.dash p ~ p {margin-top: 5px;}


/* s1_1_1 */
.s1_1 {padding-top: 85px;}
.s1 .arti_common .how ul li dl {border-color: #f7c048;}
.s1_1_1 {padding-bottom: 0;}
.s1_1_1 article {margin-top: 125px;}
.s1_1_1 .arti_common .how ul li {min-height: 320px;}
.s1_1_1 .arti_common .how ul li dl dt {max-width: 89px;}
.s1_1_1 .arti_common .how ul li dl dd p a {display: block; color: #666; }
.s1_1_1 .arti_common .how ul li dl dd p span {display: inline-block; color: #333; padding-top: 0; padding-right: 7px; font-weight: 800;}

/* s1_1_2 */
.s1_1_2 article {margin-top: 65px;}
.s1_1_2 .history {width: 100%; display: flex;}
.s1_1_2 .history .year {max-width: 500px; width: 100%; font-size: 50px; font-weight: 800; color: #f7c048; text-align: right; padding-right: 100px;}
.s1_1_2 .history .month {max-width: 920px; width: 100%;}
.s1_1_2 .history .month dl {display: flex; padding-left: 60px; position: relative;}
.s1_1_2 .history .month dl::before {position: absolute; content: ''; width: 10px; height: 10px; background-color: #f7c048; border-radius: 50%; top: 10px; left: -5px;}
.s1_1_2 .history .month dl::after {position: absolute; content: ''; width: 1px; height: calc(100% - 25px); background-color: #ddd; bottom: 0; left: 0px;}
.s1_1_2 .history .month dl:not(:last-child) {padding-bottom: 15px;}
.s1_1_2 .history:not(:last-child) .month dl:last-child {padding-bottom: 70px;}
.s1_1_2 .history:last-child .month dl:last-child::after {display: none;}
.s1_1_2 .history .month dl dt {font-size: 18px; font-weight: 800; max-width: 55px; width: 100%; line-height: 28px; color: #333;}
.s1_1_2 .history .month dl dd p {font-size: 18px; color: #666; line-height: 28px;}
.s1_1_2 .history .month dl dd p ~ p {margin-top: 15px;}

/* s1_2_1 */
.s1_2 {padding-top: 85px;}
.s1_2_1 article {margin-top: 70px;}
.s1_2_1 .ideology {width: 100%; display: flex; gap: 70px; align-items: center;}
.s1_2_1 .ideology ~ .ideology {margin-top: 30px;}
.s1_2_1 .ideology.value {margin-top: 0px; align-items: flex-start;}
.s1_2_1 .ideology .keyword {position: relative; max-width: 210px; width: 100%; line-height: 70px; border-radius: 50px; font-size: 24px; color: #fff; font-weight: 800; text-align: center;}
.s1_2_1 .ideology .keyword::before {position: absolute; content: ''; width: 29px; height: 5px; top: 50%; right: -50px; transform: translateY(-50%); background: url() 50% 50% no-repeat; background-size: auto;}
.s1_2_1 .ideology:nth-of-type(1) .keyword {background-color: #f7c048;}
.s1_2_1 .ideology:nth-of-type(2) .keyword {background-color: #f68f8f;}
.s1_2_1 .ideology:nth-of-type(3) .keyword {background-color: #69c0f7;}
.s1_2_1 .ideology:nth-of-type(4) .keyword {background-color: #ab97eb; margin-top: 80px;}
.s1_2_1 .ideology:nth-of-type(1) .keyword::before {background-image: url(../images/sub/ico_dot01.png);}
.s1_2_1 .ideology:nth-of-type(2) .keyword::before {background-image: url(../images/sub/ico_dot02.png);}
.s1_2_1 .ideology:nth-of-type(3) .keyword::before {background-image: url(../images/sub/ico_dot03.png);}
.s1_2_1 .ideology:nth-of-type(4) .keyword::before {background-image: url(../images/sub/ico_dot04.png);}
.s1_2_1 .ideology > p {max-width: 1140px; width: 100%; line-height: 1.5; padding: 16px 0; font-size: 24px; font-weight: 800; color: #333; border: 1px solid #ddd; border-radius: 50px; text-align: center;}
.s1_2_1 .ideology:nth-of-type(1) > p span {color: #f7c048;}
.s1_2_1 .ideology:nth-of-type(2) > p span {color: #f68f8f;}
.s1_2_1 .ideology:nth-of-type(3) > p span {color: #69c0f7;}

.s1_2_1 .ideology.value ul {position: relative; padding-top: 80px; width: calc(100% + 10px); margin: 0 -5px; display: flex;}
.s1_2_1 .ideology.value ul::before {position: absolute; content: ''; width: 913px; height: 99px; top: 10px; left: 50%; transform: translateX(-50%); background: url(../images/sub/bg_s10201.png) 50% 50% no-repeat; background-size: auto;}
.s1_2_1 .ideology.value ul li {width: 20%; padding: 0 5px; min-height: 270px;}
.s1_2_1 .ideology.value ul li dl {width: 100%; border-radius: 15px; height: 100%; background-color: #f8f5fd; padding: 30px 20px;}
.s1_2_1 .ideology.value ul li dl dt {max-width: 75px; width: 100%; border-radius: 50%; margin: 0 auto;}
.s1_2_1 .ideology.value ul li dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.s1_2_1 .ideology.value ul li dl dd {margin-top: 25px; width: 100%; text-align: center;}
.s1_2_1 .ideology.value ul li dl dd h5 {font-size: 24px; font-weight: 800; color: #9681dc;}
.s1_2_1 .ideology.value ul li dl dd p {font-size: 18px; color: #666; line-height: 1.667; padding-top: 10px;}

/* s1_2_2 */
.s1_2_2 .arti01 figure {margin-top: 70px; width: 100%;}
.s1_2_2 .arti01 figure img {display: block; margin: 0 auto; max-width: 100%;}
.s1_2_2 .arti02 {margin-top: 120px;}


/* s1_3 */
.s1_3 .arti01 {margin-top: 70px; width: 100%; padding-bottom: 45px; border-bottom: 1px solid #ddd;}
.s1_3 .arti01 .map {width: 100%; height: 400px; border-radius: 15px; overflow: hidden;}
.s1_3 .arti01 .map iframe {width: 100%; height: 100%; border: 0;}
.s1_3 .arti01 .map-info {margin-top: 35px; width: 100%; display: flex; gap: 40px; justify-content: space-between;}
.s1_3 .arti01 .map-info .info {max-width: 1000px; width: 100%;}
.s1_3 .arti01 .map-info .info dl {display: flex; width: 100%; line-height: 1.65;}
.s1_3 .arti01 .map-info .info dl ~ dl {margin-top: 5px;}
.s1_3 .arti01 .map-info .info dl dt {max-width: 95px; width: 100%; font-size: 18px; font-weight: 800; color: #000;}
.s1_3 .arti01 .map-info .info dl dd {font-size: 18px; color: #666;}
.s1_3 .arti01 .map-info .info dl dd a, .s1_3 .arti01 .map-info .info dl address {font-style: normal; color: #666; display: inline-block;}
.s1_3 .arti01 .map-info .map-btn {max-width: 290px; width: 100%; display: flex; gap: 10px; align-items: flex-start;}
.s1_3 .arti01 .map-info .map-btn a {display: block; max-width: 140px; width: 100%; line-height: 58px; border: 1px solid #f7c048; transition: all .2s linear; text-align: center; font-size: 20px; font-weight: 600; border-radius: 30px;}
.s1_3 .arti01 .map-info .map-btn a:hover {opacity: .7;}
.s1_3 .arti01 .map-info .map-btn a.print {background-color: #fff; color: #f7c048;}
.s1_3 .arti01 .map-info .map-btn a.search {background-color: #f7c048; color: #fff;}

.s1_3 .arti02 {margin-top: 90px;}
.s1_3 article > h5 {font-size: 45px; font-weight: 800; color: #000; padding-bottom: 10px;}
.s1_3 .way {padding: 50px 0; width: 100%; border-bottom: 1px solid #ddd;}
.s1_3 .arti02 .way ul {width: 100%; display: flex; gap: 30px; flex-wrap: wrap;}
.s1_3 .arti02 .way ul li {max-width: 260px; width: 100%; /* min-height: 260px; */}
.s1_3 .arti02 .way ul li p {font-size: 30px; font-weight: 700; text-align: center; border-radius: 15px; height: 100%;  display: flex; flex-direction: column;justify-content: center; color: #fff;}
.s1_3 .arti02 .way:nth-of-type(1) ul li p {background-color: #f7c048;}
.s1_3 .arti02 .way:nth-of-type(2) ul li p {background-color: #f68f8f;}
.s1_3 .arti02 .way:nth-of-type(3) ul li p {background-color: #ab97eb;}
.s1_3 .arti02 .way:nth-of-type(4) ul li p {background-color: #69c0f7;}
.s1_3 .arti02 .way ul li dl {width: 100%; height: 100%; border-radius: 15px; border: 1px solid #ddd; overflow: hidden;}
.s1_3 .arti02 .way ul li dl dt img {max-width: 100%; width: 100%;display: block; margin: 0 auto;}
.s1_3 .arti02 .way ul li dl dd {font-size: 20px; font-weight: 700; color: #000; text-align: center; padding-top: 18px; min-height: 55px;}

.s1_3 .arti03 {margin-top: 100px;}
.s1_3 .arti03 .way {padding: 30px 0;}
.s1_3 .arti03 .way:nth-of-type(1) {border-top: 1px solid #ddd; margin-top: 40px;}
.s1_3 .arti03 .way ul {width: 100%; display: flex;}
.s1_3 .arti03 .way ul li {display: flex; align-items: center; gap: 40px;}
.s1_3 .arti03 .way ul li:nth-of-type(1) {max-width: 815px; width: 100%;}
.s1_3 .arti03 .way ul li:nth-of-type(2) {max-width: 605px; width: 100%;}
.s1_3 .arti03 .way ul li .tit {max-width: 260px; width: 100%; border-radius: 15px; background-color: #f7c048; min-height: 120px;  display: flex; align-items: center; justify-content: center; gap: 20px;}
.s1_3 .arti03 .way ul li .tit p {line-height: 44px; font-size: 28px; font-weight: 800; color: #fff; }
.s1_3 .arti03 .way ul li .txt {max-width: 500px; width: 100%;}
.s1_3 .arti03 .way ul li .txt dl {width: 100%; display: flex; line-height: 1.77;}
.s1_3 .arti03 .way ul li .txt dl dt {max-width: 135px; width: 100%; color: #000; font-weight: 800; font-size: 18px;}
.s1_3 .arti03 .way ul li .txt dl dd {font-size: 18px; color: #666; width: 100%;}
.s1_3 .arti03 .way:nth-of-type(2) ul li .txt dl dt {display: none;}

/* s2 */
.s2 article ~ article {padding-top: 110px;}
.s2 .arti_common .how ul li dl {border-color: #f68f8f;}

.s2 .effect {margin-top: 60px; padding: 50px 60px 0; background: url(../images/sub/bg_s20102.png) 50% 0% no-repeat; background-size: auto;}
.s2 .effect ul {width: 100%; display: flex; gap: 60px; height: 280px;}
.s2 .effect ul li {position: relative; width: 100%; max-width: 280px; height: 100%;}
.s2 .effect ul li:not(:last-child)::after {position: absolute; top: 50%; right: -41px; transform: translateY(-50%); content: ''; width: 22px; height: 7px; background: url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto;}
.s2 .effect ul li .circle {width: 100%; height: 100%; border-radius: 50%; background-color: #f68f8f; display: flex; align-items: center; justify-content: center;}
.s2 .effect ul li .circle p {font-size: 28px; font-weight: 600; color: #fff; text-align: center; line-height: 1.429;}

/* s2_1 */
.s2_1 .section-header .inner {padding: 150px 0 210px;}
.s2_1 .section-header .inner .img {bottom: 0; right: 30px;} 
.s2_1 .arti_common .how ul {flex-wrap: wrap; width: calc(100% + 35px); margin: 0 -17.5px;}
.s2_1 .arti_common .how ul li {width: 33.3333%; padding: 0 17.5px; min-height: 290px;}
.s2_1 .arti_common .how ul li:nth-of-type(3) ~ li {margin-top: 35px;}
.s2_1 .arti_common .how ul li dl {padding-top: 45px;}
.s2_1 .arti_common .how ul li dl dt {max-width: 85px;}

.s2_1 .table-wrap2 {width: 100%; margin-top: 60px;}
.s2_1 .table-wrap2 table {width: 100%; table-layout: fixed; border-top: 2px solid #f68f8f;}
.s2_1 .table-wrap2 table td {font-size: 18px; color: #666; line-height: 1.6; padding: 15px 30px; border-bottom: 1px solid #ddd; vertical-align: middle;}
.s2_1 .table-wrap2 table td:not(:last-child) {border-right: 1px solid #ddd;}
.s2_1 .table-wrap2 table td.tit {color: #f68f8f; font-weight: 800; text-align: center;}
.s2_1 .table-wrap2 table td a {display: inline-block; color: #666;}
.s2_1 .table-wrap2 table td a:nth-of-type(1) {position: relative; padding-right: 15px; margin-right: 15px;}
.s2_1 .table-wrap2 table td a:nth-of-type(1)::after {position: absolute; content: ''; width: 2px; height: 15px; background-color: #808080; top: 50%; right: 0; transform: translateY(-50%);}
.s2_1 .table-wrap2 table td a > strong {font-weight: 800; color: #333; display: inline-block; margin-right: 5px;}

/* s2_2 */
.s2_2 .section-header .inner {padding: 90px 0 150px;}
.s2_2 .section-header .inner .img {bottom: 0; right: 40px;} 

.s2_2 .table-wrap table th {border-top:2px solid #f68f8f; color: #f68f8f;}

.s2_2 .arti03 .cnt {margin-top: 70px; width: 100%;}
.s2_2 .arti03 .cnt ul {width: calc(100% + 45px); margin: 0 -22.5px; display: flex; flex-wrap: wrap;}
.s2_2 .arti03 .cnt ul li {width: 25%; padding: 0 22.5px;}
.s2_2 .arti03 .cnt ul li:nth-of-type(4) ~ li {margin-top: 45px;}
.s2_2 .arti03 .cnt ul li dl {width: 100%; border: 1px solid #ddd; height: 100%; border-radius: 15px; overflow: hidden;}
.s2_2 .arti03 .cnt ul li dl dt {width: 100%; display: flex; justify-content: center;}
.s2_2 .arti03 .cnt ul li dl dt img {margin: 0 auto; display: block;}
.s2_2 .arti03 .cnt ul li dl dd {line-height: 58px; text-align: center; background-color: #f68f8f; font-size: 22px; color: #fff; font-weight: 700;}

/* s2_3 */
.s2_3 {padding-bottom: 0;}
.s2_3 .section-header .inner {padding: 75px 0 185px;}
.s2_3 .section-header .inner .img {bottom: 0; right: 80px;} 
.s2_3 .arti_common .how ul {flex-wrap: wrap; width: calc(100% + 35px); margin: 0 -17.5px;}
.s2_3 .arti_common .how ul li {width: 33.3333%; padding: 0 17.5px; min-height: 340px;}
.s2_3 .arti_common .how ul li:nth-of-type(3) ~ li {margin-top: 35px;}
.s2_3 .arti_common .how ul li dl {padding-top: 45px;}

/* s2_4 */
.s2_4 .section-header .inner {padding: 60px 0 185px;}
.s2_4 .section-header .inner .img {bottom: 0; right: 50px;} 

.s2_4 .arti_common .how ul li dl {padding: 50px 10px 0;}
.s2_4 .arti_common .how ul li dl dt {max-width: 80px;}

.s2_4 .arti02 .note {margin-top: 50px; width: 100%; border: 1px solid #f68f8f; border-radius: 15px; padding: 24px 10px;}
.s2_4 .arti02 .note p {font-size: 22px; font-weight: 800; color: #000; line-height: 1.636; text-align: center;}
.s2_4 .arti02 .note p > span {color: #f68f8f;}

/* s3_1 */
.s3_1 .section-header .inner {padding: 100px 0 155px;}
.s3_1 .section-header .inner .img {bottom: 0; right: 10px;} 

.s3_1 .article-header p {font-size: 18px; line-height: 1.6; padding-top: 30px;}

.s3_1 .arti_common .how ul {width: calc(100% + 40px); margin: 0 -20px;}
.s3_1 .arti_common .how ul li {width: 50%; padding: 0 20px; min-height: 210px;}
.s3_1 .arti_common .how ul li dl {padding: 55px 20px 0 50px; display: flex; align-items: flex-start; gap: 35px; border-color: #faa23a;}
.s3_1 .arti_common .how ul li dl dt {margin: 0;}
.s3_1 .arti_common .how ul li dl dd {margin-top: 0; text-align: left; width: 100%;}
.s3_1 .arti_common .how ul li dl dd h6 {width: 100%; display: flex; align-items: center;}
.s3_1 .arti_common .how ul li dl dd h6 > span {font-size: 18px; color: #666; font-weight: 400; display: inline-block; margin-left: 15px;}
.s3_1 .arti_common .how ul li dl dd p {margin-top: 15px;}

.s3_1 .arti02 {padding-top: 110px; background: none;}
.s3_1 .arti02 .how ul li dl dt {max-width: 73px;}
.s3_1 .arti02 .how ul li dl dd p a {display: inline-block; color: #faa23a; font-weight: 700;}
.s3_1 .arti02 .how ul li dl dd p a > strong {font-weight: 800; color: #333; display: inline-block; margin-right: 10px;}

.step {width: 100%; margin-top: 65px;}
.step ul {width: 100%; display: flex; border: 1px solid #ddd; border-radius: 15px;}
.step ul li {width: 16.6666%; min-height: 290px; position: relative;}
.step ul li:not(:last-child)::after {position: absolute; content: ''; width: 36px; height: 36px; right: -18px; top: 50%; transform: translateY(-50%); border-radius: 50%; background: url(../images/sub/ico_step.png) 50% 50% no-repeat; background-size: auto;}
.step ul li .box {width: 100%; height: 100%; padding-top: 40px; text-align: center;}
.step ul li:not(:last-child) .box {border-right: 1px solid #ddd;}
.step ul li .box span {font-size: 18px; font-weight: 800; color: #faa23a; display: block; margin-bottom: 25px;}
.step ul li .box .ico {max-width: 65px; width: 100%; margin: 0 auto 20px;}
.step ul li .box .ico img {max-width: 100%; margin: 0 auto; display: block;}
.step ul li .box h6 {font-size: 24px; color: #333; font-weight: 800; line-height: 1.417; margin-bottom: 15px;}
.step ul li .box p {font-size: 16px; color: #666;}

/* s5_1 */
.s5_1 {padding-top: 85px;}
.s5_1_1 .section-header .inner {padding: 70px 0 210px;}
.s5_1_1 .section-header .inner .img {bottom: 0; right: 30px;}

.s5_1_1 .arti_common .how ul {flex-wrap: wrap;}
.s5_1_1 .arti_common .how ul li {min-height: 260px;}
.s5_1_1 .arti_common .how ul li:nth-of-type(4) ~ li {margin-top: 46px;}
.s5_1_1 .arti_common .how ul li dl {padding-top: 50px;}
.s5_1_1 .arti_common .how ul li dl dt {max-width: 91px;}

.s5_1_1 .arti02 {padding-top: 110px;}
.s5_1_1 .step ul li {min-height: 260px;}
.s5_1_1 .step ul li .box span {color: #ab97eb;}
.s5_1_1 .step ul li:not(:last-child)::after {background-image: url(../images/sub/ico_step2.png);}
.s5_1_1 .step-note {width: 100%; margin-top: 40px; border: 1px solid #ab97eb; border-radius: 15px; padding: 30px 10px; text-align: center;}
.s5_1_1 .step-note a {display: inline-block; font-size: 24px; font-weight: 700; color: #9681dc; line-height: 28px;}
.s5_1_1 .step-note a > strong {color: #333; display: inline-block; margin-right: 20px;}

.s5_1_2 .arti02 {padding-top: 110px;}
.s5_1_2 .arti02 .contact {width: 100%; margin-top: 70px; border: 1px solid #ab97eb; border-radius: 15px;}
.s5_1_2 .arti02 .contact ul {width: calc(100% + 50px); margin: 0 -25px; display: flex; align-items: center; justify-content: center; padding: 32px 0;}
.s5_1_2 .arti02 .contact ul li {width: auto; padding: 0 25px;}
.s5_1_2 .arti02 .contact ul li dl {display: flex; align-items: center; gap: 20px;}
.s5_1_2 .arti02 .contact ul li dl dt {font-size: 24px; color: #333; font-weight: 700;}
.s5_1_2 .arti02 .contact ul li dl dd {font-size: 24px; font-weight: 700; color: #9681dc;}
.s5_1_2 .arti02 .contact ul li dl dd a {color: #9681dc; display: inline-block;}
.s5_1_2 .arti02 .apply {display: block; max-width: 190px; width: 100%; line-height: 63px; border-radius: 50px; margin: 50px auto 0; background-color: #ab97eb; color: #fff; text-align: center; font-size: 22px; font-weight: 600; border: 1px solid #ab97eb; transition: all .2s linear;}
.s5_1_2 .arti02 .apply:hover {background-color: #fff; color: #9681dc;}