@charset "UTF-8";
/*
 * top.css
 *
 */

/* top
---------------------------------------------------------- */

.top {
    height: calc(1200 / 750 * 100vw);
    /* max-height: 1200px; */
    /* height: 1200px; */
    font-feature-settings: "palt";
    position: relative;
    overflow: hidden;
}
.top_in {

}
.top_text_out {
    text-align: center;
    position: absolute;
    top: calc(495 / 750 * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.top_text {
    margin-top: calc(65 / 750 * 100vw);
    font-size: calc(23.3821 / 750 * 100vw);
    letter-spacing: 0.1em;
}
.main_text {
    font-size: calc(26.9207 / 750 * 100vw);
    height: calc(46.79 / 750 * 100vw);
    color: #00ACAF;
}

.main_log {
    height: calc(320 / 750 * 100vw);
}
.main_log > img {
    height: 100%;
}
.scroll_icon {
    margin-top: calc(75 / 750 * 100vw);
    height: calc(75 / 750 * 100vw);
    max-height: 80px;
    z-index: 3
}
.main_bg{
    height: calc(600 / 750 * 100vw);
    width: 100%;
}
.main_img {
    width: calc(922 / 750 * 100vw);
    object-fit: cover;
    object-position: -12.93vw -0.69vw;

}
@media screen and (min-width: 751px) {
}

@media screen and (min-width: 1025px) {
    .top {
        height: calc(900 / 1800 * 100vw);
        max-height: 900px;
        width: 100%;
        position: static;
        display: flex;
        justify-content: center;
    }
    .top_text_out {
        width: 50%;
        position: static;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .top_text {
        margin-top: 45px;
        font-size: 18px;
    }
    .main_log {
        margin-top: 15.28vw;
        height: 15vw;
        max-height: 270px;
    }
    .main_text {
        height: 28px;
    }
    .scroll_icon {
        margin-top: 5.28vw;
        z-index: 5;
    }
    .main_bg{
        height: calc(900 / 1800 * 100vw);
        max-height: 900px;
        width: 50%;
        overflow: hidden;
    }
    .main_img {
        height: 900px;
        height: calc(900 / 1800 * 100vw);
        object-fit: contain;
        object-position: -12.5vw 0px;
    }
}
@media screen and (min-width: 1801px) {
    .main_img {
        object-position: -225px 0px;
    }
    .main_log {
        margin-top: 275px;
    }
    .scroll_icon {
        margin-top: 95px;
    }
}




/* introduction
---------------------------------------------------------- */
.introduction {
    margin-top: calc(110 / 750 * 100vw);
    font-weight: bold;
    text-align: center;
    z-index: 0
}
.intoroduction_title{
    font-size: calc(58 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.intor_text {
    display: inline-block;
    vertical-align: middle;
    height: calc(58 / 750 * 100vw);
}
.intoroduction_textarea {
    margin-top: calc(65 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);;
    line-height: 2.5em;
}
@media screen and (min-width: 751px) {
    .intoroduction_title{
        font-size: 58px;
    }
    .intor_text {
        height: 58px;
    }
    .intoroduction_textarea {
        margin-top: 65px;
        font-size: 30px;
    }
}

@media screen and (min-width: 1025px) {
    .introduction {
        margin-top: 135px;
    }
    .intoroduction_title{
        font-size: 36px;
    }
    .intor_text {
        height: 36px;
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
    }
    .intoroduction_textarea {
        margin-top: 35px;
        font-size: 18px;
    }
}

/* what_co
---------------------------------------------------------- */
#anchor_1 {
    padding-top: calc(245 / 750 * 100vw);
}
.what_co {
    /* margin-top: calc(245 / 750 * 100vw); */
    text-align: center;
    background-color: #E3F0F0;
    background-color: #DFF0F0;
}
.point_out {
    height: calc(800 / 750 * 100vw);
}
.point_01, .point_02, .point_03, .point_04 {
    width: calc(650 / 750 * 100vw);
    height: calc(650 / 750 * 100vw);
    margin: calc(250 / 750 * 100vw) auto 0;
    background-repeat: no-repeat;
}
.point_01 {
    background-image: url("../img/top/point_1.jpg");
    background-size: calc(1085 / 750 * 100vw);
    background-position-x: calc(-101 / 750 * 100vw);
    background-position-y: calc(-39 / 750 * 100vw);
}
.point_02 {
    background-image: url("../img/top/point_2.jpg");
    background-size: calc(1001 / 750 * 100vw);
    background-position-x: calc(-194 / 750 * 100vw);
    background-position-y: calc(-10.8 / 750 * 100vw);

}
.point_03 {
    background-image: url("../img/top/point_3.jpg");
    background-size: calc(1001 / 750 * 100vw);
    background-position-x: calc(-146 / 750 * 100vw);
    background-position-y: calc(-8.1 / 750 * 100vw);
}
.point_04 {
    background-image: url("../img/top/point_4.jpg");
    background-size: calc(994 / 750 * 100vw);
    background-position-x: calc(-197 / 750 * 100vw);
    background-position-y: calc(-7.9 / 750 * 100vw);
}
.point_img {
    height: calc(250 / 750 * 100vw);
    transform: translate(0, -70%);
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
}
.point_text {
    font-size: calc(34 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt";
    text-align: left;
    letter-spacing: 0.08em;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.pointtext_in{
    margin-top: calc(20 / 750 * 100vw);
    padding: 0 15px;
    padding: 0 calc(15 / 750 * 100vw);
    line-height: 1.8em;
    background-color: #ffffff;
    display: inline-block;
}
.point_text .pointtext_in:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
    #anchor_1 {
        padding-top: 245px;
    }
    /* .what_co {
        margin-top: 245px;
    } */
    .point_out {
        height: 800px;
    }
    .point_01, .point_02, .point_03, .point_04 {
        width: 650px;
        height: 650px;
        margin: 250px auto 0;
    }
    .point_01 {
        background-size: 1085px;
        background-position-x: -101px;
        background-position-y: -39px;
    }
    .point_02 {
        background-size: 1001px;
        background-position-x: -194px;
        background-position-y: -10.8px;
    }
    .point_03 {
        background-size: 1001px;
        background-position-x: -146px;
        background-position-y: -8.1px;
    }
    .point_04 {
        background-size: 994px;
        background-position-x: -197px;
        background-position-y: -7.9px;
    }
    .point_img {
        height: 250px;
    }
    .point_text {
        font-size: 34px;
    }
    .pointtext_in{
        margin-top: 20px;
        padding: 0 15px;
    }

}
@media screen and (min-width: 1025px) {
    #anchor_1 {
        padding-top: 10.6vw;
    }
    .what_co {
        /* margin-top: 190px;
        margin-top: 10.6vw; */
        height: calc(1941 /1800 * 100vw);
        max-height: 1941px;
    }
    .whatco_in {
        width: 85.9vw;
        max-width: 1546px;
        height: 91.7vw;
        max-height: 1650px;
        margin: 23px auto 0;
        margin: 1.27vw auto 0;
        /* margin: 100vw auto 0; */
        position: relative;
    }
    .point_out {
        width: 38.3vw;
        max-width: 690px;
        height: 34.4vw;
        max-height: 620px;
        /* overflow: hidden; */
    }

    .position_1, .position_2, .position_3, .position_4 {
        position: absolute;
    }
    .position_1{
        top: 0;
        left: 0;
    }
    .position_2{
        top: 14vw;
        right: 0;
    }
    .position_3{
        top: 42.2vw;
        left: 0;
    }
    .position_4{
        top: 56.7vw;
        right: 0;
    }
    .point_01, .point_02, .point_03, .point_04 {
        width: 33.3vw;
        height: 25vw;
        max-width: 600px;
        max-height: 450px;
        margin: 4.6vw 0 0 5vw;
        position: relative;
    }
    .point_01 {
        background-size: 40vw;
        background-position-x: -0.54vw;
        background-position-y: -0.84vw;
    }
    .point_02 {
        background-size: 39.7vw;
        background-position-x: -2.8vw;
        background-position-y: -1.5vw;

    }
    .point_03 {
        background-size: 39.3vw;
        background-position-x: -0.1vw;
        background-position-y: -0.4vw;
    }
    .point_04 {
        background-size: 39.1vw;
        background-position-x: -1.41vw;
        background-position-y: -0.6vw;
    }
    .point_img {
        height: 9.9vw;
        position: absolute;
        top: calc(-83 / 1800 * 100vw);
        left: calc(-90 / 1800 * 100vw);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    .point_text {
        margin-left: calc(36 / 1800 * 100vw);
        font-size: 1.3vw;
    }
    .pointtext_in{
        margin-top: calc(20 / 1800 * 100vw);
        padding: 0 calc(15 / 1800 * 100vw);
        line-height: 1.8em;
        background-color: #ffffff;
        display: inline-block;
    }

}
@media screen and (min-width: 1801px) {
    .what_co {
        margin-top: 190px;
    }
    .whatco_in {
        margin: 23px auto 0;
    }

    .position_2{
        top: 251px;
    }
    .position_3{
        top: 760px;
    }
    .position_4{
        top: 1021px;
    }
    .point_01, .point_02, .point_03, .point_04 {
        margin: 83px 0 0 90px;
    }
    .point_01 {
        background-size: 720px;
        background-position-x: -9.64px;
        background-position-y: -15.04px;
    }
    .point_02 {
        background-size: 715.2px;
        background-position-x: -50.66px;
        background-position-y: -26.19px;
    }
    .point_03 {
        background-size: 706.7px;
        background-position-x: -1.68px;
        background-position-y: -6.8px;
    }
    .point_04 {
        background-size: 704.1px;
        background-position-x: -25.4px;
        background-position-y: -10.8px;
    }
    .point_img {
        height: 178px;
        top: -83px;
        left: -90px;
    }


    .point_text {
        margin-left: 36px;
        font-size: 24px;
    }
    .pointtext_in{
        margin-top: 20px;
        padding: 0 15px;
    }
}
/* job_info
---------------------------------------------------------- */
.jobinfo_wrap {
    width: 100%;
    height: clamp(450px, 145vw, 1100px);
    text-align: center;
    background-image: url("../img/top/bg_img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.job_info {
    width: calc(654 / 750 * 100vw);;
    padding-bottom: 60px;
    background-color: #FFFFFF;
    border: solid 2px #4FACAF;
    border-radius: calc(40 / 750 * 100vw);
    position: absolute;
    top: clamp(100px, 22.3%, 245px);
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.jobinfo_text {
    font-size: calc(36 / 750 * 100vw);;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
    .jobinfo_wrap {
        height: 1100px;
    }
    .job_info {
        width: 654px;
        border-radius: 40px;
        top: 245px;
    }
    .jobinfo_text {
        font-size: 36px;
    }

}

@media screen and (min-width: 1025px) {
    .jobinfo_wrap {
        width: 100%;
        height: 750px;
        background-image: url("../img/top/bg_img1_pc.png");
    }
    .job_info {
        width: 1400px;
        width: clamp(1025px, 87.5vw, 1400px);
        padding-bottom: 60px;
        top: 180px;
    }
    .jobinfo_text {
        font-size: clamp(1.563rem, 0.417rem + 1.67vw, 1.875rem);
        line-height: 2em;
        letter-spacing: 0.1em;
    }
}
/* recruitment--------------
*/
.recruitment {
    margin-top: calc(190 / 750 * 100vw);
}
.recruitment_title {
    font-size: calc(51 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.24em;
}
.lr_lines {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lr_lines:before, .lr_lines:after {
  border-top: 2px solid;
  content: "";
  width: calc(126 / 750 * 100vw);
}
.lr_lines:before {
  margin-right: calc(-12 / 750 * 100vw);
}
.lr_lines:after {
  margin-left: calc(-25 / 750 * 100vw);
}
.slider {
    display: flex;
    flex-wrap: nowrap;
}
.item {
    margin-top: calc(50 / 750 * 100vw);
    display: flex;
    justify-content: center;
}
.item > .ico {
    margin: 0 auto;
    width: calc(271 / 750 * 100vw);
    text-align: center;
}
.item > .ico > img {
    width: 100%;
}
.example {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(46 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.08em;
}
.example > .aid {
    font-size: 0.6em;
}
.incom {
    color: #CB5520;
    font-size: calc(38 / 750 * 100vw);
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.incom::before, .incom::after {
    height: calc(36 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    content: "";
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
}
.incom::before {
    top: 50%;
    left: calc(-8 / 750 * 100vw);
    background-image: url("../img/top/item_l.svg");
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
}

.incom::after {
    top: 50%;
    right: calc(-8 / 750 * 100vw);
    background-image: url("../img/top/item_r.svg");
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
}


@media screen and (max-width: 1024px) {
    .sliderwrap {
        position:relative;
    }

    .arws{
        display: block;
    }
    .arws .prev,
    .arws .next {
    	position: absolute;
    	top: 50%;
    	width: calc(25 / 750 * 100vw);
    	height: calc(45 / 750 * 100vw);
    	transform: translateY(-50%);
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: center;
    	background-image: url("../img/top/prev.svg");
    }
    .arws .prev{
	    left: calc(45 / 750 * 100vw);
    }
    .arws .next{
    	right: calc(45 / 750 * 100vw);
    	transform-origin: center;
    	transform: translateY(-50%) rotate(180deg);
    }

}
@media screen and (min-width: 751px) {
    .recruitment {
        margin-top: 190px;
    }
    .recruitment_title {
        font-size: 51px;
    }
    .lr_lines:before, .lr_lines:after {
      width: 126px; /* 線の長さ */
    }
    .lr_lines:before {
      margin-right: -12px;
    }
    .lr_lines:after {
      margin-left: -25px;
    }
    .item {
        margin-top: 50px;
    }
    .item > .ico {
        width: 271px;
    }
    .example {
        margin-top: 25px;
        font-size: 46px;
    }
    .incom {
        font-size: 38px;
    }

    .incom::before, .incom::after {
        height: 36px;
        width:20px;
    }
    .incom::before {
        left: -8px;
    }

    .incom::after {
        right: -8px;
    }
}
@media screen and (min-width: 1025px) {
    .recruitment {
        margin-top: 95px;
    }
    .recruitment_title {
        font-size: 32px;
    }

    .lr_lines:before, .lr_lines:after {
      width: 385px; /* 線の長さ */

    }
    .lr_lines:before {
      margin-right: 28px;

    }
    .lr_lines:after {
      margin-left: 18px;
    }
    .slider {
        width: 1042px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .item {
        margin-top: 55px;
        display: inline-block;
    }
    .item > .ico {
        width: 140px;
    }
    .example {
        margin-top: 10px;
        font-size: 24px;
    }
    .incom {
        display: inline-block;
        font-size: 20px;
    }

    .incom::before, .incom::after {
        height: 36px;
        height: 1.1em;
        width: 1em;
    }
    .incom::before {
        top: 50%;
        left: 0;
    }

    .incom::after {
        top: 50%;
        right: 0;
    }
}
/* job_detail--------------
*/
.jobCategory_wrap {
    width: calc(550 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto calc(95 / 750 * 100vw);
}
.job_category {
    width: 100%;
    margin-top: calc(75 / 750 * 100vw);
    text-align: center;
    font-weight: bold;
}
.jobCategory_wrap .job_category:first-of-type {
    margin-top: 0;
}
.jobCategory_title {
    height: calc(96 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    font-feature-settings: "palt";
    line-height: calc(96 / 750 * 100vw);
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #00ACAF;
    border-radius : calc(23 / 750 * 100vw);
}
.jobCategory_text {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
    .jobCategory_wrap {
        width: 550px;
        margin: 80px auto 95px);
    }
    .job_category {
        margin-top: 75px;
    }
    .jobCategory_title {
        height: 96px;
        font-size: 42px;
        line-height: 96px;
        border-radius : 23px;
    }
    .jobCategory_text {
        margin-top: 30px;
        font-size: 28px;
    }

}

@media screen and (min-width: 1025px) {
    .jobCategory_wrap {
        width: 910px;
        margin: 65px auto 95px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job_category {
        display: block;
        width: 400px;
        margin-top: 95px;
    }
    .jobCategory_wrap .job_category:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .jobCategory_title {
        width: 100%;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
        border-radius : 17px;
    }
    .jobCategory_text {
        width: 382px;
        margin: 20px auto 0;
        font-size: 18px;
        letter-spacing: 0.01em;
    }
}
/* strength
---------------------------------------------------------- */
.strength_out {
    width: 100%;
    height: calc(3350 / 750 * 100vw);
    background-color: #F3F5F7;
    background-image: url("../img/top/bg_img2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.strength {
    width: calc(650 / 750 * 100vw);
    margin: 0 auto;
    text-align: center;
}

.strength_item {
    margin-top: calc(80 / 750 * 100vw);
    width: 100%;
    font-size: calc(46 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
.strength .strength_item:first-of-type {
    margin-top: 0;
}
.strengtItem_ico {
    margin: calc(-20 / 750 * 100vw) auto 0;
    width: calc(320 / 750 * 100vw);
    height: calc(420 / 750 * 100vw);
}
.strengthItem_box {
    margin-top: calc(73 / 750 * 100vw);
    padding: calc(43 / 750 * 100vw) 0;
    border-radius: calc(40 / 750 * 100vw);
    position: relative;
	background: #FFFFFF;
}
.strengthItem_box::after {
    border: calc(20 / 750 * 100vw) solid transparent;
    border-bottom: calc(62 / 750 * 100vw) solid #FFFFFF;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.strengthItemBox_inup {
    width: calc(550 / 750 * 100vw);
    margin: 0 auto;
}
.strengthItemBox_inunder {
    margin: calc(25 / 750 * 100vw) auto 0;
    padding: calc(25 / 750 * 100vw) 0 calc(20 / 750 * 100vw) 0;
    width: calc(550 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: #00ACAF;
    border-radius: 9px;
    border-radius: calc(9 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
    .strength_out {
        width: 100%;
        height: 3350px;
        background-color: #F3F5F7;
        background-image: url("../img/top/bg_img2.png");
    }
    .strength {
        width: 650px;
    }

    .strength_item {
        margin-top: 80px;
        width: 100%;
        font-size: 46px;
    }
    .strengtItem_ico {
        margin: -20px auto 0;
        width: 320px;
        height: 420px;
    }
    .strengthItem_box {
        margin-top: 73px;
        padding: 43px 0;
        border-radius: 40px;
    }
    .strengthItem_box::after {
        border: 20px solid transparent;
        border-bottom: 62px solid #FFFFFF;
    }
    .strengthItemBox_inup {
        width: 550px;
    }
    .strengthItemBox_inunder {
        margin: 25px auto 0;
        padding: 25px 0 20px 0;
        width: 550px;
        font-size: 30px;
        border-radius: 9px;
    }
}

@media screen and (min-width: 1025px) {
    .strength_out {
        height: 1310px;
        background-image: url("../img/top/bg_img2_pc.png");
    }
    .strength {
        width: 910px;
    }

    .strength_item {
        width: 888px;
        font-size: 30px;
        display: flex;
    }
    .strengtItem_ico {
        margin: 0;
        width: 202px;
        height: 264px;
    }
    .strength .strength_item:nth-of-type(2n) .strengtItem_ico {
        order: 1;
    }
    .strengthItem_box {
        margin: 30px 0 0 10px;
        padding: 38px 0;
        width: 690px;
        height: 220px;
    }
    .strength .strength_item:nth-of-type(2n) .strengthItem_box {
        margin: 30px 10px 0 0;
    }
    .strengthItem_box::after {
        border: 11px solid transparent;
        border-right: 31px solid #FFFFFF;
        bottom: 50%;
        left: 0;
        transform: translate(-100%, 50%);
        -webkit-transform: translate(-100%, 50%);
        -ms-transform: translate(-100%, 50%);
    }
    .strength .strength_item:nth-of-type(2n) .strengthItem_box::after {
        border: 11px solid transparent;
        border-left: 31px solid #FFFFFF;
        bottom: 50%;
        left: 100%;
        transform: translate(0, 50%);
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
    }
    .strengthItemBox_inup {
        width: 550px;
        text-align: left;
    }
    .strengthItemBox_inunder {
        padding: 0;
        width: 550px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;

    }
}
/* flow
---------------------------------------------------------- */
.flow {
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 91.7%, #00ACAF 91.7%, #00ACAF 100%);
}
.step_out {
    height: calc(3994 / 750 * 100vw);
    width: calc(650 / 750 * 100vw);
    margin: 0 auto;
    background-color: #FFFFFF;
    background-image: image-url("../img/top/bg_img3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #00ACAF;
    border-radius: calc(40 / 750 * 100vw);
    position: relative;
}
.step_1, .step_2, .step_3, .step_4, .step_5, .step_6 {
    text-align: left;
    font-feature-settings: "palt";
    position: absolute;
    left:calc(62 / 750 * 100vw);
}
.step_1 {
    top: calc(430.2 / 750 * 100vw);
}
.step_2 {
    top: calc(897.6 / 750 * 100vw);
}
.step_3 {
    top: calc(1334.6 / 750 * 100vw);
}
.step_4 {
    top: calc(2183.7 / 750 * 100vw);
}
.step_5 {
    top: calc(2629.1 / 750 * 100vw);
}
.step_6 {
    top: calc(3467.2 / 750 * 100vw);
}
.step_ico {
    width: calc(357 / 750 * 100vw);
}
.step_ico img {
    width: 100%;
}
.step_heading {
    margin-top: calc(25 / 750 * 100vw);
    color: #00ACAF;
    font-size: calc(58.1 / 750 * 100vw);
    letter-spacing: 0.1em;
}
.step_text {
    margin-top: calc(15 / 750 * 100vw);
    font-size: calc(25.9 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.06;
}
.stepImg_1, .stepImg_2, .stepImg_3, .stepImg_4 {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}
.stepImg_1 {
    width: calc(211 / 750 * 100vw);
    height: calc(330 / 750 * 100vw);
    background-image: url("../img/top/flow1.png");
    top: calc(56.6 / 750 * 100vw);
    left: calc(58.9 / 750 * 100vw);
}
.stepImg_2 {
    width: calc(158 / 750 * 100vw);
    height: calc(306 / 750 * 100vw);
    display: inline-block;
    background-image: url("../img/top/flow2.png");
    top: calc(337 / 750 * 100vw);
    left: calc(446 / 750 * 100vw);
}
.stepImg_3 {
    width: calc(380.1 / 750 * 100vw);
    height: calc(301.5 / 750 * 100vw);
    display: inline-block;
    background-image: url("../img/top/flow3.png");
    top: calc(1759 / 750 * 100vw);
    left: calc(121.1 / 750 * 100vw);
}
.stepImg_4 {
    width: calc(505.6 / 750 * 100vw);
    height: calc(366.8 / 750 * 100vw);
    display: inline-block;
    background-image: url("../img/top/flow4.png");
    top: calc(3081 / 750 * 100vw);
    left: calc(54.5 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
    .step_out {
        height: 3994px;
        width: 650px;
        border-radius: 40px;
    }
    .step_1, .step_2, .step_3, .step_4, .step_5, .step_6 {
        left:62px;
    }
    .step_1 {
        top: 430.2px;
    }
    .step_2 {
        top: 897.6px;
    }
    .step_3 {
        top: 1334.6px;
    }
    .step_4 {
        top: 2183.7px;
    }
    .step_5 {
        top: 2629.1px;
    }
    .step_6 {
        top: 3467.2px;
    }
    .step_ico {
        width: 357px;
    }
    .step_heading {
        margin-top: 25px;
        font-size: 58.1px;
    }
    .step_text {
        margin-top: 15px;
        font-size: 25.9px;
    }
    .stepImg_1 {
        width: 211px;
        height: 330px;
        top: 56.6px;
        left: 58.9px;
    }
    .stepImg_2 {
        width: 158px;
        height: 306px;
        top: 337px;
        left: 446px;
    }
    .stepImg_3 {
        width: 380.1px;
        height: 301.5px;
        top: 1759px;
        left: 121.1px;
    }
    .stepImg_4 {
        width: 505.6px;
        height: 366.8px;
        top: 3081px;
        left: 54.5px;
    }

}

@media screen and (min-width: 1025px) {
    .flow {
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 95.4%, #4FABAD 95.4%, #4FABAD 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 95.4%, #16A3A6 95.4%, #16A3A6 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 95.4%, #00A2A4 95.4%, #00A2A4 100%);
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 95.4%, #00ACAF 95.4%, #00ACAF 100%);
    }
    .step_out {
        height: calc(1915.5 / 1800 * 100vw);
        width: calc(1400 / 1800 * 100vw);
        max-height: 1915.5px;
        max-width: 1400px;
        margin-top: calc(20 / 1800 * 100vw);
        background-image: url("../img/top/bg_img3_pc.png");
        border-radius: calc(35 / 1800 * 100vw);
    }
    .step_1, .step_4 {
        left: calc(207 / 1800 * 100vw);
    }
    .step_2, .step_5 {
        left: calc(560.5 / 1800 * 100vw);
    }
    .step_3, .step_6 {
        left: calc(911 / 1800 * 100vw);
    }
    .step_1 {
        top: calc(145.8 / 1800 * 100vw);
    }
    .step_2 {
        top: calc(499.2684 / 1800 * 100vw);
    }
    .step_3 {
        top: calc(850.3 / 1800 * 100vw);
    }
    .step_4 {
        top: calc(828.5 / 1800 * 100vw);
    }
    .step_5 {
        top: calc(1183.4 / 1800 * 100vw);
    }
    .step_6 {
        top: calc(1533 / 1800 * 100vw);
    }
    .step_ico {
        width: calc(230.4 / 1800 * 100vw);
        max-width: 230.4px;
    }
    .step_ico img {
        width: 100%;
    }
    .step_heading {
        margin-top: calc(20 / 1800 * 100vw);
        font-size: calc(40.4 / 1800 * 100vw);
    }
    .step_text {
        margin-top: calc(20 / 1800 * 100vw);
        font-size: calc(18 / 1800 * 100vw);
    }
    .stepImg_1 {
        width: calc(162.8 / 1800 * 100vw);
        height: calc(254.4 / 1800 * 100vw);
        max-width: 162.8px;
        max-height: 254.4px;
        top: calc(87.2 / 1800 * 100vw);
        left: calc(713.8 / 1800 * 100vw);
    }
    .stepImg_2 {
        width: calc(143.8 / 1800 * 100vw);
        height: calc(236.7 / 1800 * 100vw);
        max-width: 143.8px;
        max-height: 236.7px;
        top: calc(252.8 / 1800 * 100vw);
        left: calc(903.5 / 1800 * 100vw);
    }
    .stepImg_3 {
        width: calc(293.9 / 1800 * 100vw);
        height: calc(232.6 / 1800 * 100vw);
        max-width: 293.9px;
        max-height: 232.6px;
        top: calc(1170 / 1800 * 100vw);
        left: calc(126.2 / 1800 * 100vw);
    }
    .stepImg_4 {
        width: calc(390.2 / 1800 * 100vw);
        height: calc(244.5 / 1800 * 100vw);
        max-width: 390.2px;
        max-height: 244.5px;
        top: calc(1551.8 / 1800 * 100vw);
        left: calc(435.2 / 1800 * 100vw);
    }
}
@media screen and (min-width: 1800px) {
    .step_out {
        margin-top: 20px;
        border-radius: 35px;
    }
    .step_1, .step_4 {
        left: 207px;
    }
    .step_2, .step_5 {
        left: 560.5px;
    }
    .step_3, .step_6 {
        left: 911px;
    }
    .step_1 {
        top: 145.8px;
    }
    .step_2 {
        top: 499.2684px;
    }
    .step_3 {
        top: 850.3px;
    }
    .step_4 {
        top: 828.5px;
    }
    .step_5 {
        top: 1183.4px;
    }
    .step_6 {
        top: 1533px;
    }
    .step_heading {
        margin-top: 20px;
        font-size: 40.4px;
    }
    .step_text {
        margin-top: 20px;
        font-size: 18px;
    }
    .stepImg_1 {
        top: 87.2px;
        left: 713.8px;
    }
    .stepImg_2 {
        top: 252.8px;
        left: 903.5px;
    }
    .stepImg_3 {
        top: 1170px;
        left: 126.2px;
    }
    .stepImg_4 {
        top: 1551.8px;
        left: 435.2px;
    }
}





/* 
---------------------------------------------------------- */
/*
calc( / 750 * 100vw)
DNP ShueiMGoStd L
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
DNP ShueiMGoStd B
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-style: normal;
 */

@media screen and (min-width: 751px) {

}

@media screen and (min-width: 1025px) {

}
.space {
    height: 500px;
}
