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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
/* mv
---------------------------------------------------------------------- */
#mainvisual {
    width: 100%;
/*    height: 900px;*/
/*    height: 100%;*/
/*    aspect-ratio: 3/2;*/
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#mainvisual .mvslide {
    width: 100%;
    height: 100%;
}
#mainvisual .mvslide .slick-list {
    height: 100%
}
#mainvisual .mvslide .slick-track {
    height: 100%;
}
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background-color: transparent;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.slick-dots li {
    width: 6px!important;
    height: 6px!important;
    background: #cccccc;
    margin: 0 10px!important;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    width: 10px!important;
    height: 10px!important;
    background: #546ca4;
    position: relative;
    top: -2px;
}
.slick-dots li button:before{
	content: ''!important;
	height:100%!important;
　width: 100%!important;
}
#mainvisual .mvslide .catch {
    width: 100%;
    height: 753px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#mainvisual .slick-dots {
    bottom: 35px !important;
}
#mainvisual .scroll {
    width: 11px;
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: 10;
}


#mainvisual h2 {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 462px;
  z-index: 10000;
}



/* イベントバナー */
#mainvisual .bn_event{
    position: absolute;
    /* top: 110px; */
    bottom: 25px;
    right: 25px;
    z-index: 1;
}
#mainvisual .bn_event a:hover{
    opacity: 1;
}
#mainvisual .bn_event img{
    max-width: 320px;
    display: block;
}


/* inner
---------------------------------------------------------------------- */
    #contents {
    }


/* news
---------------------------------------------------------------------- */
    .index .news {
        padding-top: 100px;
        padding-bottom: 100px;
        /*margin-top: 140px;*/
        /*margin-bottom: 140px;*/
    }
    .index .news .inner {
        display: flex;
    flex-wrap: wrap;
        padding: 25px 0;
    }
    .index .news .inner h2 {
        width: 190px;
        font-size: calc(20em / 16);
        font-weight: 700;
        letter-spacing: 0.25em;
    }
    .index .news .inner h2 span {
        display: block;
        font-size: calc(16em / 20);
        margin-top: 10px;
    }
    .index .news .inner ul {
        width: calc(100% - 190px);
        padding-bottom: 25px;
    }
/*    .index .news .inner:nth-of-type(1) ul {
        border-bottom: 1px solid #000;
    }*/
    .index .news .inner ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-bottom: 5px;
        /*border-bottom: 1px solid #231815;*/
    }
    .index .news .inner ul li span {
        width: 95px;
        font-weight: 700;
    }
    .index .news .inner ul li a {
        width: calc(100% - 95px);
        color: #313131;
    }
    .index .news .link {
        display: block;
       font-size: calc(14em / 16);
        font-weight: 700;
        padding-right: 60px;
        background-image: url(../images/icn_arrow_s.svg);
        background-repeat: no-repeat;
        -webkit-background-size: 42px auto;
        background-size: 42px auto;
        background-position: right 5px center;
        transition: all 0.3s ease;
        text-align: right;
    }
    .index .news .link:hover {
        background-position: right center;
        opacity: 1.0;
    }


/* lead
---------------------------------------------------------------------- */
    .index #lead {
        padding: 120px 0 100px;
    }
    .leadTxt {
        /*margin-bottom: 115px;*/
    }
    .leadTxt h3 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 70px;
        font-family: "a-otf-ryumin-pr6n", serif;
        font-weight: 400;
        font-style: normal;
    }
    .leadTxt p {
        text-align: center;
        font-size: 20px;
        line-height: 1.75;
        letter-spacing: 1.5px;
    }


/* slide_loop
---------------------------------------------------------------------- */
    .slide_loop {
        width: 100%;
        min-height: 262px;
        position: relative;
        overflow: hidden;
        margin-bottom: 130px;
    }

    ul.slide_loop li {
        max-width: calc(100vw / 4) !important;
        padding: 0 1.2%;
    }



/* aboutUs
---------------------------------------------------------------------- */
    #aboutUs.bgwave {
        background: url("../images/index/bg_wave_up_white.svg") center top no-repeat,
        url("../images/index/bg_wave_down_white.svg") center bottom no-repeat;
        background-color: #41527D;
        padding-top: calc(180 / 1440 * 100vw);
        padding-bottom: calc(165 / 1440 * 100vw);
        background-size: 100% auto;
    }
    .bgwaveInner {
        margin-top: calc(-53 / 1440 *100vw);
    }
    .ch3_3 {
        font-size: 85px;
        position: relative;
        line-height: 0.7;
        margin-bottom: 30px;
    }
    .ch3_3 a {
        position: relative;
        /*transition: opacity .6s ease;*/
    }
    .ch3_3 a::before , .ch3_3 a::after {
        transition: 0.6s;
    }
    .ch3_3 a::before {
        content: "";
        position: absolute;
        background: url("../images/icon_arrow_circle_right_black2.svg") center no-repeat;
        background-size: contain;
    }
    .ch3_3 a::after {
        content: "";
        position: absolute;
        background: url("../images/icon_arrow_circle_right_white2.svg") center no-repeat;
        background-size: contain;
        opacity: 0;
    }
    .ch3_3 a:hover::before {
      opacity: 0;
    }
    .ch3_3 a:hover::after {
      opacity: 1;
    }
    .ch3_3 span {
        font-size: 25px;
        position: relative;
    }
    .ch3_3 span:before {
        content: "― ";
    }
    .ch3_3.white {
        color: #FFF;
    }
    #aboutUs .cflex {
        flex-direction: column;
        align-items: flex-end;
    }
    #aboutUs .aRight {
        width: 77.2728%;
        margin-left: auto;
    }
    #aboutUs .aRight .img {
        margin-bottom: 80px;
        position: relative;
    }
    #aboutUs .aRight .img .aboutCc {
        position: absolute;
        bottom: 20px;
        left: -160px;
        z-index: 10;
        width: 300px;
        mix-blend-mode: overlay;
    }
    #aboutUs .arrowlink1 {
        font-size: 31px;
        letter-spacing: 2.32px;
        margin-right: 50px;
    }
    .arrowlink1 {
        color: #FFF;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .arrowlink1:hover {
        opacity: 1;
    }
    .arrowlink1 span {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 15px;
        border-radius: 50%;
        background-color: #transparent;
        border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .arrowlink1 span img {
        width: 22px;
    }
    .arrowlink1 span .hover {
        display: none;
    }
    .arrowlink1:hover span {
        background-color: #FFF ;
/*        border: 1px solid #41527D;*/

    }
    .arrowlink1:hover span img {
        width: 20px;
    }
    .arrowlink1:hover span .default {
        display: none;
    }
    .arrowlink1:hover span .hover {
        display: block;
    }



/* person
---------------------------------------------------------------------- */
    #person {
        padding: 100px 0;
    }
    #person .midashiWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 200px;
    }
    .midashiWrap .ch3_3 {
        margin-bottom: 0;
    }
    .personList {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .iCheck li {
        position: relative;
        font-size: 39px;
        font-weight: bold;
        line-height: 1.2;
        padding-left: 1.5em;
        margin-bottom: 50px;
    }
    .iCheck li::before {
        content: "";
        display: inline-block;
        width: 48px;
        height: 44px;
        background: url("../images/index/icon_check.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
    }
    .iCheck li:nth-child(odd) {
        width: 53%;
    }
    .iCheck li:nth-child(even) {
        width: 42%;
    }



/* dataList
---------------------------------------------------------------------- */
    #dataList {
        padding: 130px 0;
        /*padding: 130px 0 80px;*/
        background: url("../images/index/bg_hogan.png") center top ;
    }
    #dataList {
        padding: 130px 0 80px;
    }
    #dataList .midashiWrap {
        margin-bottom: 120px;
    }
    #dataList .midashiWrap .ch3_3 {
        text-align: center;
        margin-bottom: 30px;
    }
    #dataList .midashiWrap p {
        text-align: center;
    }
    .dataListBox {
        position: relative;
    }
    .dataListBox li {
        position: absolute;
        min-width: 290px;
        height: 200px;
        /*min-height: 200px;*/
    }
    .dataListBox li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #231815;
        /*padding: 2em 1em;*/
        gap: 10px;
        text-align: center;
        pointer-events: none;
        height: 100%;
    }
    .dataListBox li a h4 {
        font-size: 20px;
        text-align: center;
    }
    .dataListBox li a p {
        font-size: 40px;
        font-weight: bold;
        color: #036EB8;
        text-align: center;
    }
    .dataListBox li a p .hosoku {
        font-size: 20px;
    }
    .dataListBox li a p.line2 {
        font-size: 28px;
        line-height: 1.5;
    }
    .dataListBox li a .more {
        font-size: 22px;
        line-height: 1.5;
    }
    .dataListBox li a .more::after {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("../images/icon_arrow_circle_right_black.svg") center no-repeat;
        background-size: contain;
        margin-left: 1em;
        position: relative;
        bottom: -0.1em;
    }
    .dataListBox.list1 {
        height: 730px;
        margin-bottom: 200px;
    }
    .dataListBox.list1 li:nth-of-type(1) {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
    }
    .dataListBox.list1 li:nth-of-type(1) img {
        width: 320px;
    }
    .dataListBox.list1 li:nth-of-type(2) {
        top: 0;
        left: 60px;
    }
    .dataListBox.list1 li:nth-of-type(3) {
        top: 0;
        right: 60px;
    }
    .dataListBox.list1 li:nth-of-type(4) {
        top: 300px;
        left: 60px;
    }
    .dataListBox.list1 li:nth-of-type(5) {
        top: 300px;
        right: 60px;
    }
    .dataListBox.list1 li:nth-of-type(6) {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .dataListBox.list2 {
        height: 980px;
        /*height: 1100px;*/
    }
    .dataListBox.list2 li:nth-of-type(1) {
        top: 350px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
    }
    .dataListBox.list2 li:nth-of-type(1) img {
        width: 320px;
    }
    .dataListBox.list2 li:nth-of-type(2) {
        top: 0;
        left: 60px;
    }
    .dataListBox.list2 li:nth-of-type(3) {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 300px;
    }
    .dataListBox.list2 li:nth-of-type(4) {
        top: 0;
        right: 60px;
        height: 300px;
    }
    .dataListBox.list2 li:nth-of-type(5) {
        top: 410px;
        left: 60px;
    }
    .dataListBox.list2 li:nth-of-type(6) {
        top: 410px;
        right: 60px;
    }
    .dataListBox.list2 li:nth-of-type(7) {
        top: 720px;
        left: 60px;
    }
    .dataListBox.list2 li:nth-of-type(8) {
        top: 720px;
        right: 60px;
    }


/* welfair
---------------------------------------------------------------------- */
    #welfair {
        padding: 145px 0 165px;
        color: #FFF;
        background-color: #41527D;
    }
    #welfair .midashiWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 130px;
    }
    #welfair .iconList {
/*        padding: 0 2%;*/
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 2%;
    }
    #welfair .iconList li {
        background: #FFF;
        display: flex;
        flex-direction: column;
        width: 21.819%;
        min-height: 380px;
        padding: 2em 1em;
        margin-bottom: 40px;
    }
    #welfair .iconList li .img {
        width: 60%;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #welfair .iconList li .img img {
        object-fit: contain;
    }
    #welfair .iconList li .txt {
        text-align: center;
        color: #231815;
    }
    #welfair .iconList li .txt h4 {
        font-size: 25px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 20px;
    }
    #welfair .iconList li .txt p {
        font-size: 18px;
        text-align: center;
    }
    .opclBox {
        display: none;
    }
    #welfair .linkArea:nth-child(1) {
        margin-bottom: 100px;
    }
    #welfair .linkArea a {
        font-size: 24px;
        font-weight: normal;
    }


/* modal
-------------------------------------------------- */

    .dress_picture {
        display: none;
        width: 100vw;
        height: 100vw;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30000;
    }
    .dress_picture .moInner {
        min-width: 680px;
        min-height: 480px;
        background-color: #FFF;
/*        margin: 8vw auto 0;*/
        position: absolute;
        top: 50vh;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap;
    }
    .dress_picture .moInner li {
        margin-bottom: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .dress_picture .moInner li img {
        max-width: 100%;
    }
    .dress_picture a.btnclose {
        display: block;
        position: absolute;
        /*top: 50%;
        right: -50px;*/
        bottom: -45px;
        right: 0;
    }


/* starthere
---------------------------------------------------------------------- */
    #starthere {
        padding: 100px 0;
        background-color: #dbdcdc;
    }
    #starthere .midashiWrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .midashiWrap .ch3_3 {
        margin-bottom: 0;
    }
    #starthere .ch3_3 a::before {
        right: -70px;
        top: 60%;
        transform: translateY(-50%);
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    #starthere .ch3_3 a::after {
        right: -70px;
        top: 60%;
        transform: translateY(-50%);
        display: inline-block;
        width: 60px;
        height: 60px;
    }


}


/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* mv
---------------------------------------------------------------------- */
#mainvisual {
    width: 100%;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#mainvisual .mvslide {
    width: 100%;
    height: 100vh;
}
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: 100dvh;
    position: relative;
    z-index: 0;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: 100dvh;
    object-fit: cover;
}
.slick-dots li {
    width: 6px!important;
    height: 6px!important;
    background: #cccccc;
    margin: 0 10px!important;
    border-radius: 50%;
}
.slick-dots li.slick-active {
    width: 10px!important;
    height: 10px!important;
    background: #546ca4;
    position: relative;
    top: -2px;
}
.slick-dots li button:before{
	content: ''!important;
	height:100%!important;
　width: 100%!important;
}
#mainvisual .slick-dots {
    display: flex;
    justify-content: center;
    bottom: calc(30 / 375 * 100vw)!important;
}
#mainvisual h2 {
  position: absolute;
  right: 2vw;
  /*bottom: 35vw;*/
  bottom: 20vw;
  width: 60vw;
/*  color: #fff;
  font-size: 18px;
  transform: translate(-50%, -75%);
  letter-spacing: .15em;
  text-align: center;
  line-height: 2;
  text-shadow: black 1px 1px 20px, black -1px 1px 20px, black 1px -1px 20px, black -1px -1px 20px;*/
}

  /* inner
  ---------------------------------------------------------------------- */ 
    .index .news {
        padding-top: calc(45 / 375 * 100vw);
        /*margin-top: calc(45 / 375 * 100vw);*/
        padding-bottom: calc(45 / 375 * 100vw);
        /*margin-bottom: calc(45 / 375 * 100vw);*/
    }
    .index .news .inner h2 {
        font-size: calc(18em / 16);
        font-weight: 700;
        letter-spacing: 0.25em;
        text-align: center;
        margin-bottom: calc(20 / 375 * 100vw);
    }
    .index .news .inner h2 span { 
        display: block;
        font-size: calc(14em / 18);
        margin-top: calc(5 / 375 * 100vw);
    }
    .index .news .inner ul {
        margin-bottom: calc(25 / 375 * 100vw);
    }
    .index .news .inner:nth-of-type(1) ul {
        /*border-bottom: 1px solid #231815;*/
    }
    .index .news .inner ul li {
        margin-bottom: calc(15 / 375 * 100vw);
        /*border-bottom: 1px solid #231815;*/
        padding-bottom: 2vw;
    }
    .index .news .inner ul li span {
        font-weight: 700; 
    }
    .index .news .inner ul li a {
        display: block;
        color: #313131;
        padding-left: 1em;
    }
    .index .news .link {
        display: block;
       font-size: calc(14em / 16);
        font-weight: 700;
        margin-right: calc(15 / 375 * 100vw);
        padding-right: calc(50 / 375 * 100vw);
        background-image: url(../images/icn_arrow_s.svg);
        -webkit-background-size: calc(40 / 375 * 100vw) auto;
        background-size: calc(40 / 375 * 100vw) auto;
        background-repeat: no-repeat;
        background-position: right center;
        transition: all 0.3s ease;
        text-align: right;
    }


/* lead
---------------------------------------------------------------------- */
    .index #lead {
        padding: 16vw 0 8vw;
    }
    .leadTxt {
        /*margin-bottom: 16vw;*/
    }
    .leadTxt h3 {
        text-align: center;
        font-size: 4.5vw;
        margin-bottom: 8vw;
        font-family: "a-otf-ryumin-pr6n", serif;
        font-weight: 400;
        font-style: normal;
    }
    .leadTxt p {
        text-align: left;
        line-height: 1.5;
        letter-spacing: 0.2vw;
    }
    .leadTxt p span {
        display: block;
        text-align: center;
    }


/* slide_loop
---------------------------------------------------------------------- */
    .slide_loop {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 16vw;
    }

    ul.slide_loop li {
        max-width: calc(100vw / 2) !important;
        padding: 0 1.2%;
    }


/* aboutUs
---------------------------------------------------------------------- */
    #aboutUs.bgwave {
        background: url("../images/index/bg_wave_up_white.svg") center top no-repeat,
        url("../images/index/bg_wave_down_white.svg") center bottom no-repeat;
        background-color: #41527D;
        padding-top: calc(180 / 1440 * 100vw);
        padding-bottom: calc(165 / 1440 * 100vw);
        background-size: 100% auto;
    }
    .bgwaveInner {
        margin-top: calc(-53 / 1440 *100vw);
    }
    .ch3_3 {
        font-size: 7vw;
        position: relative;
        line-height: 0.7;
        margin-bottom: 6vw;
    }
    .ch3_3 span {
        font-size: 3.4vw;
        position: relative;
    }
    .ch3_3 span:before {
        content: "― ";
    }
    .ch3_3 a {
        position: relative;
        /*transition: .6s;*/
    }
    .ch3_3 a::after {
        content: "";
        position: absolute;
        background: url("../images/icon_arrow_circle_right_black2.svg") center no-repeat;
        background-size: contain;
    }
    .ch3_3.white {
        color: #FFF;
    }
    #aboutUs .cflex {
        flex-direction: column;
        align-items: flex-end;
    }
    #aboutUs .aRight {
        width: 88%;
        margin-left: auto;
    }
    #aboutUs .aRight .img {
        margin-bottom: 4vw;
        position: relative;
    }
    #aboutUs .aRight .img .aboutCc {
        position: absolute;
        bottom: 2vw;
        left: -10vw;
        z-index: 10;
        width: 22vw;
        mix-blend-mode: overlay;
    }
    #aboutUs .arrowlink1 {
        font-size: 4vw;
        letter-spacing: 0.2vw;
    }
    .arrowlink1 {
        color: #FFF;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .arrowlink1:hover {
        opacity: 1;
    }
    .arrowlink1 span {
        display: block;
        width: 6vw;
        height: 6vw;
        margin-left: 4vw;
        border-radius: 50%;
        background-color: #transparent;
        border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .arrowlink1 span img {
        width: 4vw;
    }
    .arrowlink1 span .hover {
        display: none;
    }
    .arrowlink1:hover span {
        background-color: #FFF ;
/*        border: 1px solid #41527D;*/

    }
    .arrowlink1:hover span img {
        width: 4vw;
    }
    .arrowlink1:hover span .default {
        display: none;
    }
    .arrowlink1:hover span .hover {
        display: block;
    }



/* person
---------------------------------------------------------------------- */
    #person {
        padding: 10vw 0;
    }
    #person .midashiWrap {
/*        display: flex;
        justify-content: space-between;
        align-items: flex-end;*/
        margin-bottom: 8vw;
    }
    .midashiWrap .ch3_3 {
    }
    .midashiWrap p {
        font-size: 3.4vw;
    }
    .personList {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .iCheck li {
        position: relative;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1.2;
        padding-left: 1.5em;
        margin-bottom: 5vw;
    }
    .iCheck li::before {
        content: "";
        display: inline-block;
        width: 4.5vw;
        height: 4.5vw;
        background: url("../images/index/icon_check.svg") center no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
    }
/*    .iCheck li:nth-child(odd) {
        width: 53%;
    }
    .iCheck li:nth-child(even) {
        width: 42%;
    }*/


/* dataList
---------------------------------------------------------------------- */
    #dataList {
        padding: 16vw 0 8vw;
        background: url("../images/index/bg_hogan.png") center top ;
    }
    #dataList {
        padding: 10vw 0;
    }
    #dataList .midashiWrap {
        margin-bottom: 6vw;
    }
    #dataList .midashiWrap .ch3_3 {
        text-align: center;
        margin-bottom: 4vw;
    }
    #dataList .midashiWrap p {
        text-align: center;
    }
    .dataListBox {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .dataListBox li {
        width: 49%;
        height: 40.18vw;
        /*min-height: 40.18vw;*/
        margin-bottom: 2vw;
/*        position: absolute;*/
    }
    .dataListBox li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
    }
    .dataListBox li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #231815;
        /*padding: 2em 1em;*/
        gap: 2%;
        text-align: center;
        height: 100%;
    }
    .dataListBox li a h4 {
        font-size: 3.6vw;
        text-align: center;
    }
    .dataListBox li a p {
        font-size: 4.5vw;
        font-weight: bold;
        color: #036EB8;
        text-align: center;
    }
    .dataListBox li a p .hosoku {
        font-size: 3.4vw;
    }
    .dataListBox li a p.line2 {
        font-size: 4vw;
        line-height: 1.5;
    }
    .dataListBox li a .more {
        font-size: 3.6vw;
        line-height: 1.5;
    }
    .dataListBox li a .more::after {
        content: "";
        display: inline-block;
        width: 3.6vw;
        height: 3.6vw;
        background: url("../images/icon_arrow_circle_right_black.svg") center no-repeat;
        background-size: contain;
        margin-left: 1em;
        position: relative;
        bottom: -0.1em;
    }
    .dataListBox li img.img01 {
        width: 80%;
    }
    .dataListBox li:nth-of-type(1) {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .dataListBox li:nth-of-type(1) img {
        width: 70%;
    }
    .dataListBox.list1 {
        margin-bottom: 16vw;
    }
/*    .dataListBox.list1 li:nth-of-type(1) {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
    .dataListBox.list1 li:nth-of-type(1) img {
        width: 320px;
    }
    .dataListBox.list1 li:nth-of-type(2) {
        top: 40px;
        left: 35px;
    }
    .dataListBox.list1 li:nth-of-type(3) {
        top: 0;
        right: 50px;
    }
    .dataListBox.list1 li:nth-of-type(4) {
        top: 320px;
        left: 70px;
    }
    .dataListBox.list1 li:nth-of-type(5) {
        top: 255px;
        right: 45px;
    }
    .dataListBox.list1 li:nth-of-type(6) {
        bottom: 0;
        left: 450px;
    }
    .dataListBox.list2 {
        height: 1100px;
    }
    .dataListBox.list2 li:nth-of-type(1) {
        bottom: 230px;
        left: 50%;
        transform: translateX(-50%);
    }
    .dataListBox.list2 li:nth-of-type(1) img {
        width: 320px;
    }
    .dataListBox.list2 li:nth-of-type(2) {
        top: 310px;
        left: 40px;
    }
    .dataListBox.list2 li:nth-of-type(3) {
        top: 0;
        left: 250px;
    }
    .dataListBox.list2 li:nth-of-type(4) {
        top: 0;
        right: 55px;
    }
    .dataListBox.list2 li:nth-of-type(5) {
        bottom: 260px;
        left: 45px;
    }
    .dataListBox.list2 li:nth-of-type(6) {
        bottom: 350px;
        right: 45px;
    }
    .dataListBox.list2 li:nth-of-type(7) {
        bottom: 0;
        left: 180px;
    }
    .dataListBox.list2 li:nth-of-type(8) {
        bottom: 40px;
        right: 90px;
    }*/


/* welfair
---------------------------------------------------------------------- */
    #welfair {
        padding: 16vw 0;
        color: #FFF;
        background-color: #41527D;
    }
    #welfair .midashiWrap {
/*        display: flex;
        justify-content: space-between;
        align-items: flex-end;*/
        margin-bottom: 10vw;
    }
    #welfair .iconList {
/*        padding: 0 2%;*/
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 2%;
    }
    #welfair .iconList li {
        background: #FFF;
        display: flex;
        flex-direction: column;
        width: 49%;
/*        min-height: 380px;*/
        padding: 2em 0.5em;
        margin-bottom: 40px;
    }
    #welfair .iconList li .img {
        width: 70%;
        height: 35vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #welfair .iconList li .img img {
        object-fit: contain;
    }
    #welfair .iconList li .txt {
        text-align: center;
        color: #231815;
    }
    #welfair .iconList li .txt h4 {
        font-size: 4.5vw;
        text-align: center;
        margin-bottom: 2vw;
    }
    #welfair .iconList li .txt p {
        font-size: 3.6vw;
        text-align: center;
    }
    .opclBox {
        display: none;
    }
    #welfair .linkArea:nth-child(1) {
        margin-bottom: 20vw;
    }


/* modal
-------------------------------------------------- */
    .dress_picture {
        display: none;
        width: 100vw;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30000;
    }

    .dress_picture .moInner {
        width: 82vw;
        background-color: #FFF;
        position: absolute;
        top: 50vh;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap;
    }

    #works .dress_picture .moInner li {
        margin-bottom: 0;
        width: 100% !important;
        height: 56vw !important;
    }

    #works .dress_picture .moInner li img {
        max-width: 100%;
    }
    .dress_picture a.btnclose {
        display: block;
        position: relative;
        bottom: -3vw;
        right: -80vw;
        width: 20vw;
    }


/* starthere
---------------------------------------------------------------------- */
    #starthere {
        padding: 10vw 0 5.5vw;
        background-color: #dbdcdc;
    }
    #starthere .midashiWrap {
/*        display: flex;
        justify-content: space-between;
        align-items: flex-end;*/
        /*margin-bottom: 8vw;*/
    }
    .midashiWrap .ch3_3 {
    }
    #starthere .ch3_3 a::after {
        right: -8vw;
        top: 60%;
        transform: translateY(-50%);
        display: inline-block;
        width: 7vw;
        height: 7vw;
    }



}