    /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

    html {
      font-size: 62.5%;
    }

    ::-moz-selection {
        background-color: #17171C;
        text-shadow: none;
        color: #fff;
    }

    ::selection {
        background-color: #17171C;
        text-shadow: none;
        color: #fff;
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
      margin: 0;
      padding: 0;
    }

    ul, li {
        list-style: none;
    }

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

    div, iframe {
      max-width: 100%;
    }

    img {
      max-width: 100%;
      height: auto;
    }

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    textarea {
        resize: vertical;
    }

    .browserupgrade {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }                

    /*----- iOS Safri 対策 ----*/
    /*電話番号リンクを自動で追加しない*/
    .disable-auto-tel a {
      color: inherit;
      text-decoration: none;
      pointer-events: none;/*クリックを無効化する*/
    }
    
    hr {
        height: 1px !important;
        width: 80%;
        background: #dadada;
        border: none;
    }

/* Base ---------------------------------------- */

    body {
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: justify;
        background-color: #fff;
        font-size: 16px;
        line-height: 1.76;
        letter-spacing: .07em;
        color: #3c3c3c;
    }

    h1, h2 {
        padding: 0;
        margin: 0;
    }

    ul, li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    img {
        width: 100%;
        height: auto;
    }

    p {
        margin: 50px 100px;
        font-size: 0.95em;
        font-weight: bold;
    }

    a {
        color: #09F;
    }

    a:hover {
        text-decoration: none;
    }
    
    .wrap {
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
    }

    .inner {
      padding: 5% 0;
    }

    h1, h2, h3, h4 {
      line-break: strict;
      text-align: center
    }

    
@media screen and (max-width: 767px) {

    body {
        width: 100%;
    }

    .wrap {
        width: 94%;
        margin: 0 3%;
    }

    img {
        width: 100%;
        height: auto;
    }

    p {
        margin: 7% 5%;
        font-size: 0.9em;
    }

    p br {
        display: inline;
    }
    
    h3 {
        font-size: 1.0em;
    }

    .inner {
        padding: 10% 0;
    }
    
    hr {
        width: 90%;
    }
  
}

/* text ----------------------------------------- */
    
    .fsM {
        font-size: 1.5em;
    }
    .fsS {
        font-size: 0.8em;
    }
    
    .fsG{
        font-size: 0.6em;
    }

    .fsSS {
        font-size: .75em;
    }

    .center {
        text-align: center;
    }

    .bold {
        font-weight: bold;;
    }

    .underline {
        text-decoration: underline;
    }
    
    .underline2{
        border-bottom: solid 1px;
        padding: 24px 0;
        margin: 0 4% 5%;
    }
    
    .yellow {
      color: #f6ff0c;
    }

    .red {
      color:#d50e46;
    }

    .gold {
      color:#caa24b;
    }
    
    .green {
      color:#2596a6;
    }

    .bgyellow {
      background: linear-gradient(transparent 60%, #fff87e 60%);
    }

    .sp {
        display: none;
    }
    
    .pc {
        display:  inline;
    }
  
@media screen and (max-width: 767px) {

    .sp {
        display:  inline;
    }
    
    .pc {
        display: none !important;
    }
  
}


/* margin padding ---------------------------------------------------------- */

    .mt0 {margin-top:0 !important;}
    .mt10 {margin-top:10px !important;}
    .mt20 {margin-top:20px !important;}
    .mt30 {margin-top:30px !important;}
    .mt40 {margin-top:40px !important;}
    .mt50 {margin-top:50px !important;}
    .ml0 {margin-left:0 !important;}
    .ml10 {margin-left:10px !important;}
    .ml20 {margin-left:20px !important;}
    .ml30 {margin-left:30px !important;}
    .ml40 {margin-left:40px !important;}
    .ml50 {margin-left:50px !important;}
    .mr0 {margin-right:0 !important;}
    .mr10 {margin-right:10px !important;}
    .mr20 {margin-right:20px !important;}
    .mr30 {margin-right:30px !important;}
    .mr40 {margin-right:40px !important;}
    .mr50 {margin-right:50px !important;}
    .mb0 {margin-bottom:0 !important;}
    .mb10 {margin-bottom:10px !important;}
    .mb20 {margin-bottom:20px !important;}
    .mb30 {margin-bottom:30px !important;}
    .mb40 {margin-bottom:40px !important;}
    .mb50 {margin-bottom:50px !important;}
    .pt0 {padding-top:0 !important;}
    .pt10 {padding-top:10px !important;}
    .pt20 {padding-top:20px !important;}
    .pt30 {padding-top:30px !important;}
    .pt40 {padding-top:40px !important;}
    .pt50 {padding-top:50px !important;}
    .pt60 {padding-top:60px !important;}
    .pt70 {padding-top:70px !important;}
    .pl0 {padding-left:0 !important;}
    .pl10 {padding-left:10px !important;}
    .pl20 {padding-left:20px !important;}
    .pl30 {padding-left:30px !important;}
    .pl40 {padding-left:40px !important;}
    .pl50 {padding-left:50px !important;}
    .pr0 {padding-right:0 !important;}
    .pr10 {padding-right:10px !important;}
    .pr20 {padding-right:20px !important;}
    .pr30 {padding-right:30px !important;}
    .pr40 {padding-right:40px !important;}
    .pr50 {padding-right:50px !important;}
    .pb0 {padding-bottom:0 !important;}
    .pb10 {padding-bottom:10px !important;}
    .pb20 {padding-bottom:20px !important;}
    .pb30 {padding-bottom:30px !important;}
    .pb40 {padding-bottom:40px !important;}
    .pb50 {padding-bottom:50px !important;}


@media screen and (max-width: 767px) {

	.mt10 {margin-top:1% !important;}
	.mt20 {margin-top:2% !important;}
	.mt30 {margin-top:3% !important;}
	.mt40 {margin-top:4% !important;}
	.mt50 {margin-top:5% !important;}
	.ml10 {margin-left:1% !important;}
	.ml20 {margin-left:2% !important;}
	.ml30 {margin-left:3% !important;}
	.ml40 {margin-left:4% !important;}
	.ml50 {margin-left:5% !important;}
	.mr10 {margin-right:1% !important;}
	.mr20 {margin-right:2% !important;}
	.mr30 {margin-right:3% !important;}
	.mr40 {margin-right:4% !important;}
	.mr50 {margin-right:5% !important;}
	.mb10 {margin-bottom:1% !important;}
	.mb20 {margin-bottom:2% !important;}
	.mb30 {margin-bottom:3% !important;}
	.mb40 {margin-bottom:4% !important;}
	.mb50 {margin-bottom:5% !important;}
	.pt10 {padding-top:1% !important;}
	.pt20 {padding-top:2% !important;}
	.pt30 {padding-top:3% !important;}
	.pt40 {padding-top:4% !important;}
	.pt50 {padding-top:5% !important;}
	.pt60 {padding-top:6% !important;}
	.pt70 {padding-top:7% !important;}
	.pl0 {padding-left:0 !important;}
	.pl20 {padding-left:2% !important;}
	.pl30 {padding-left:3% !important;}
	.pl40 {padding-left:4% !important;}
	.pl50 {padding-left:5% !important;}
	.pr10 {padding-right:1% !important;}
	.pr20 {padding-right:2% !important;}
	.pr30 {padding-right:3% !important;}
	.pr40 {padding-right:4% !important;}
	.pr50 {padding-right:5% !important;}
	.pb10 {padding-bottom:1% !important;}
	.pb20 {	padding-bottom:2% !important;}
	.pb30 {padding-bottom:3% !important;}
	.pb40 {padding-bottom:4% !important;}
	.pb50 {padding-bottom:5% !important;}

}




/* ---------------------------

　　　　　　　　以下追加

----------------------------- */


/* flex ----------------------------------------- */	   
    
    .flex_box,
    .slider-x{
    	flex-wrap: wrap;
		display: flex;
		justify-content: center;
        position: relative;
        z-index: 10;
        margin: 0;
        align-items: flex-start;
    }

    .step_item{
        margin: 5% 0;
        width: 30%;
        text-align: center;
    }
    
    .wor_item{
        margin: 0 1.5%;
        width: 26%;
    }
    
    .skill .flex_box{
        margin: 80px auto;
        max-height: 350px;
        overflow: hidden;
    }
    
    .connect_item{
        width: calc(100%/3);
        margin: 0;
    }
    
    .title_item {
        margin: 70px 1% 50px;
        width: 26%;
    }
    
    .merit .flex_box{
        justify-content: flex-start;
        max-width: 800px;
        margin: 40px auto;
    }
    
    .merit_item{
        width: 17%;
    }
    
    .merit_text{
        width: 70%;
        margin: 0 4%;
        border-left: solid 1px #d9d9d9;
        padding-left: 3%;
    }

    .faq_item .item{
        width: 26%;
        margin: 0% 1.5%;
        padding: 0 3% 0 0;
        border-right: solid 1px #d9d9d9; 
    }
    
    .faq_item .item:first-child{
        margin: 0% 1.5% 0 4.5%; 
    }
    
    .faq_item .item:last-child{
        border-right: none; 
    }
    
    .in_connect .connect_item{
        width: calc(100%/6);
        margin: 0;
    }

@media screen and (max-width: 1300px) {

    .in_connect .connect_item{
        width: calc(100%/3);
        margin: 0;
    }
    
}

@media screen and (max-width: 767px) {

    
    .faq_item .flex_box .item{
        margin: 5%;
        width: 50%;
    }
    
    .info .flex_box {
        display: block;
    }
    
    .step_item .flex_sp {
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }
    
    .step_item {
        margin: 0 0 5%;
        width: 100%;
    }
    
    .step_item:first-child{
        margin-top: 8%;
    }
    
    .step_item .step_img{
        width: 40%;
    }
    
    .wor_item{
        margin: 1.5%;
        width: 45%;
    }

    .wor_item:last-child{
        margin: -4% 1.5% 0;
    }
    
    .skill .flex_box {
        margin: 8% auto;
        max-height: 100%;
    }
    
    .title_item {
        margin: 10% 1.5% 0;
        width: 43%;
    }
    
    .title_item:last-child {
        margin: 4% 1.5% 5%;
    }
    
    .merit .flex_box {
        width: 100%;
        margin: 10% auto 0;
    }
    
    .merit .flex_box:last-child {
        margin: 10% auto 7%;
    }
    
    .merit_text {
        width: 100%;
        margin: 0;
        border-left: none;
        padding-left: 0;
    }
    
    .merit_item {
        width: 56%;
        margin: 7% 22% 3%;
    }
    
    .faq_item .item {
        margin: 0;
        width: 50%;
        padding: 3%;
    }
    
    .faq_item .flex_box .item:first-child{
        margin: 0%0; 
    }
    
}


/* ttl ----------------------------------------- */	
    
    .ttl{
        text-align: center;
        position: relative;
        z-index: 10;
        font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
        margin: 0 0 50px;
    }
    
    .ttl h2{
        font-size: 2.4em;
        letter-spacing: .08em;
        margin: 0 0 30px;
        position: relative;
        line-height: 1.5em;
    }

    .ttl h2::after{
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        width: 40px;
        height: 5px;
        display: inline-block;
        background-color: #1f99b0;
        position: absolute;
        bottom: -14px;
        border-radius: 50px;
        
    }

    .ttl h3{
        margin: 4% 0;
        font-size: 2.5em;
        line-height: 1.6em;
    }
    
    .ttl h3 span{
        font-size: 0.5em;
    }
    
    .ttl h4{
        font-family: 'Open Sans', sans-serif;
        color: #b2b2b2;
        letter-spacing: .09em;
    } 

@media screen and (max-width: 767px) {

    .ttl {
        margin: 0 0 5%;
    }

    .ttl h2 {
        font-size: 1.6em;
        margin: 0 0 8%;
        display: block;
        line-height: 1.5em;
    }
    
    .ttl h2::after {
        width: 30px;
        height: 4px;
    }
    
    .ttl h4 {
        font-size: 0.9em;
        font-weight: 500;
    }
    
}


/* background ----------------------------------------------------------- */

    .bg_fixed{
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
    }
    
    .bg_cover{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
    }
    
    .bg_w{
        background: #fff;
    }
    
    .bg_gr{
        background: #f8f8f8;
    }
    
    .frame{
        border: solid 1px #d9d9d9;
        box-sizing: border-box;
        border-radius: 5px;
    }
    
    .idea{
        background-image: url("../img/bg_idea.jpg");
    }


    .info,
    .idea,
    .skill,
    .reason,
    .faq,
    .interview{
        padding: 80px 0;
    }
    
@media screen and (max-width: 767px) {

    .info,
    .skill,
    .reason,
    .faq,
    .interview{
        padding: 12% 0;
    }
    
    .idea {
        padding: 12% 0;
        background: none;
    }
    
    .idea::before {
        content: "";
        background: url("../img/bg_idea_sp.jpg") no-repeat center center;
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -10;
        transform: translateZ(0);
    }
    

}



/* menu -------------------------------------------- */
	
	.menu {
        display: block;
        position: fixed;
        z-index: 100;
        background: #1f99b0;
        width: 100%;
        padding: 20px 0;
	}
	
	.menu .menu_inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
    .menu .infomenu{
        padding-right: 4%;
        color: #fff;
        font-weight: bold;
    }
    .menu .infomenu a{
        font-size: 1.5em;
        background: #fff;
        border-radius: 10px;
        color: #1f99b0;
        margin: 10px 0 0;
        padding: 14px 10px 15px;
        letter-spacing: 0.03em;
        transition: all .3s;
        text-shadow:none;
    }
    .menu .infomenu a:hover{
        filter: brightness(1.15);
        transform:none;
        opacity: .7;
    }

	.menu .gtwk {
        margin-left: 4%;
        max-width: 230px;
	}
    
    .menu_sp{
        display: none;
    }
    
    
@media screen and (max-width: 767px) {

    .menu {
       /* position: relative;*/
        display: none;
    }

    .menu .gtwk {
        max-width: 40%;
        margin: 0 auto;
    }
    
    .menu .infomenu {
        display:none;
    }
    
    .menu_sp{
        position: fixed;
        display: block;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: translateY(100%);
        transition: .5s;
        background: #2d2d2d;
        z-index: 1000;
        padding: 3%;
        border-top: solid 1px #6c6c6c;
    }

    .active{
        transform: translate(0);
    }

    .infomenu_sp h4{
        width: 40%;
        color: #fff;
        text-align: left;
        font-size: 0.9em;
    }
    
    .infomenu_sp .btn {
        width: 45%;
        padding:0;
        margin: 0 2%;
    }

    .infomenu_sp .btn a{
        width: 80%;
        padding: 10%;
        font-size: 100%;
        border-radius: 5px;
        background: -webkit-linear-gradient(left, #04c12a 0%, #5ce300 100%);
        background: -o-linear-gradient(left, #04c12a 0%, #5ce300 100%);
        background: linear-gradient(to right, #04c12a 0%, #5ce300 100%);
    }
    
    .infomenu_sp .btn a:hover {
        transform: translate3d(0, 5px, 0);
    }

}


/* head ---------------------------------------- */

    .head {
        position: relative;
        top: 127px;
        margin: 0 0 127px;
    }
    
    .head_inner {
        max-width: 1000px;
        margin: 0 12% 0 6%;
        width: 90%;
    }

    .head_ttl {
        top: 12vw;
        max-width: 52vw;
        position: absolute;
        width: 60%;
    }

    .head_text{
        position: relative;
        z-index: 20;
    }

    .head_mv {
        padding-top: 3%;
        max-width: 18vw;
        font-size: 50%;
        padding-left: 3%;
    }


@media screen and (max-width: 767px) {

    .head {
        top: 0;
        margin: 0;
    }

}


/* info -------------------------------------------- */


    .info_ttl{
        margin-bottom: 10px;
    }

    .info .bg_w {
        background: #fff;
        padding: 70px 0 20px;
        box-shadow: 0px 0px 8px #b9b9b9;
        margin: 30px 0;
        border-radius: 5px;
    }
    
    .step_item h4 {
        font-family: 'Open Sans', sans-serif;
        color: #3c3c3c;
        letter-spacing: .09em;
        background: #f1f1f1;
        border-radius: 50px;
        padding: 10px 0;
        width: 90%;
        margin: 0 5%;
    }
    
    .step_item p {
        margin: 0;
        font-size: 1.3em;
        display: inline-block;
        line-height: 1.6em;
    }
    
    .step_item .fsG{
        display: inline-block;
        line-height: 1.8em;
        margin-top: 10px;
    }

    
@media screen and (max-width: 767px) {

    .info .bg_w {
        padding: 7% 1% 2%;
        box-shadow: 0px 0px 5px #b9b9b9;
        margin: 5% 0;
    }
    
    .info h1 {
        font-size: 1.7em;
    }
    
    .step_item h4 {
        padding: 2% 0;
    }
    
    .step_item p {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin: 0;
    }

}



/* btn ---------------------------------------------- */

    .btn a {
        display: block;
        width: 90%;
        padding: 35px 0 35px;
        margin: 40px auto 60px;
        color: #fff;
        font-size: 2.0em;
        line-height: 90%;
        text-align: center;
        text-decoration: none;
        border-radius: 300px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        max-width: 600px;
        font-weight: bold;
        letter-spacing: 0em;
        text-shadow: -1px -1px 0 #154f005e;
    }

	.btn a span {
        font-size: 0.65em;
        line-height: 1.5;
	}

	.btn a:hover {
		box-shadow: none;
		transform: translate3d(0, 10px, 0);
	}

	.btn-green a {
        background: -webkit-linear-gradient(left, #04c12a 0%, #5ce300 100%);
        background: -o-linear-gradient(left, #04c12a 0%, #5ce300 100%);
        background: linear-gradient(to right, #04c12a 0%, #5ce300 100%);
        background-size: 100%;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }
    
    .btn_inner{
        max-width: 800px;
        margin: 0 auto 5%;
    }
    
    #btn {
      display:block;
      animation:0.65s ease-in 1s infinite alternate forwards running expansion;
      animation-name: expansion;
	  transform: scale(0.90,0.90);
    }
    
@keyframes expansion{
    100% {
	  transform: scale(1,1);
    }
}

@media screen and (max-width: 768px) {
	
	.btn {
        width: 94%;
        padding: 0;
        margin: 2% 3% 6%;
    }

    .btn a {
        width: 92%;
        padding: 7% 0;
        margin: 0 auto;
        font-size: 130%;
        line-height: 90%;
    }
	
	.btn a span {
        font-size: 0.8em;
        letter-spacing: -0.02em;    
    }

	.btn a:hover {
    	transform: translate3d(0, 9px, 0);
    }

    .btn_inner{
        margin: 0 0 9%;
    }
    
}



/* idea -------------------------------------------- */

    .i_ttl{
        max-width: 380px; 
        margin: 0 auto 40px;
    }
    
    .idea .flex_box{
        margin-bottom: 50px;
    }
    
    .idea .ttl{
        margin: 0 0 80px;
    }
    
    .idea .ttl h2,
    .idea .ttl h4{
        color: #fff;
    }
    
    .idea h3{
        color: #fff;
    }
    
    .idea .sub_ttl{
        text-align: center;
        margin: 70px 0 50px;
    }
    
    .idea .sub_ttl h2{
        color: #fff;
        border: solid 3px #fff;
        display: inline-block;
        padding: 10px 80px;
        box-sizing: border-box;
    }


@media screen and (max-width: 767px) {

    .i_ttl {
        max-width: 60%;
    }
    
    .idea .ttl {
        margin: 0 0 8%;
    }
    
    .idea h3{
        font-size: 1.0em;
    }
    
    .idea .sub_ttl {
        margin: 7% 0;
    }
    
    .idea .sub_ttl h2 {
        display: block;
        border: solid 3px #fff;
        padding: 3% 8%;
        font-size: 1.3em;
        line-height: 1.5em;
    }
    
    .idea .flex_box {
        margin-bottom: 6%;
    }

}



/* skill -------------------------------------------- */


    .skill .frame{
        margin: 50px auto;
        padding: 30px 0;
    }

    
@media screen and (max-width: 767px) {

    .skill .frame {
        margin: 8% auto;
        padding: 0;
    }
}


/* reason -------------------------------------------- */

    .reason .sub_ttl{
        text-align: center;
    }

    .reason .sub_ttl h2 {
        color: #fff;
        background: #1f99b0;
        display: inline-block;
        padding: 10px 80px;
        box-sizing: border-box;
        font-size: 2.0em;
    }
    
    .reason .bg_w{
        margin: 50px auto;
        padding: 70px 0;
    }
    
    .reason p{
        margin: 40px 50px 0;
    }


@media screen and (max-width: 767px) {

    .reason .bg_w {
        margin: 7% auto;
        padding: 7% 0;
    }
    
    .reason .sub_ttl h2 {
        padding: 3%;
        font-size: 1.5em;
        line-height: 1.5em;
        display: block;
        width: 90%;
        margin: 0 auto;
        border-radius: 5px;
    }
    
    .reason p {
        margin: 4% 5% 0;
    }
    
}



/* merit ------------------------------------------ */


    .merit{
        border: solid 1px #d9d9d9;
        padding: 50px 30px;
    }

    .merit .merit_text h3,
    .merit .merit_text h4{
        text-align: left;
    }
    
    .merit_text h4{
        display: inline-block;
        background: #1f99b0;
        padding: 5px 80px;
        border-radius: 60px;
        color: #fff;
        margin-top: 5px;
    }
    
    .merit_text h3{
        font-size: 1.5em;
        margin: 15px 10px 5px;
    }
    
    .merit_text p{
        margin: 0px 10px;
    }
    
    
@media screen and (max-width: 767px) {

    .merit {
        padding: 5%;
    }
    
    .merit .merit_text h3{
        text-align: center;
        border-bottom: solid 1px #d9d9d9;
        margin: 2% 0 3%;
        line-height: 1.5em;
        padding: 0 0 3%;
    }
    
    .merit .merit_text h4 {
        text-align: center;
        display: block;
        padding: 2%;
    }
    
    .merit_text h3 {
        font-size: 1.3em;
    }

    .merit_text p{
        text-align: center;
    }

}


/* faq -------------------------------------------- */


    .faq_item h2{
        font-family: 'Open Sans', sans-serif;
    }
    
    .faq_img{
        width: 80%;
        margin: 0 10%;
    }
    
    .faq_item .text{
        font-size: 0.95em;
        font-weight: bold;
        margin: 5% 0 0;
        text-align: center;
    }
    
    .check{
        text-align: right;
        color: #2596a6;
        font-weight: bold;
        right: 10%;
        margin: 10% 0;
    }

    .arrow{
        position: relative;
        padding: 0 0 0 16px;
        text-decoration: none;
        font-size: 12px;
    }
    .arrow::before,
    .arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -25px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    
    .check:before{
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #1f99b0;
        right: -25px;
    }
    
    .check:after{
        right: -24px;
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-left-color: transparent;
        border-left-style: solid;
        border-left-width: 3px;
        border-left: 3px solid #fff;
    }

    .faq a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #333;
    }
    
    .faq a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #2596a6;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
    }
    
    .faq a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    
    .faq .frame{ 
        margin: 50px 0;
        padding: 50px 0;
    }
    
    .faq .sub_ttl{
        text-align: center;
    }
    
    .faq .sub_ttl h2{
        font-size: 2.0em;
        line-height: 1.5em;
    }
    
    .faq .sub_ttl h4{
        display: inline-block;
        background: #1f99b0;
        padding: 8px 100px;
        border-radius: 60px;
        color: #fff;
        margin-bottom: 30px;
    }
    
    .disclaimer{
        text-align: center;
        margin: 2% 0;
        line-height: 0.9em;
        font-weight: bold;
    }

    
@media screen and (max-width: 767px) {


    .slider-x{
        scroll-snap-type: x mandatory;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 330px;
    }
    
    .slider-x > div{
        scroll-snap-align: center;
        height: 100%;
        width: 100%;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .faq .sub_ttl h2 {
        font-size: 1.3em;
    }
    
    .faq .sub_ttl h4 {
        display: block;
        padding: 2%;
        margin: 5% auto;
        width: 80%;
    }
    
    .faq .frame {
        margin: 5% 0;
        padding: 5% 0;
    }
    
    .faq .last{
        padding: 0;
    }
    
    .arrow {
        padding: 0 5px 0 0;
    }
    
    .check::before {
        right: -13px;
    }

    .check::after {
        right: -12px;
    }
    

    
    
}


/* interview -------------------------------------------- */


    .mv_ttl{
        margin: 70px 0 0;
        padding: 70px 100px;
        text-align: center;
        border-radius: 5px;
    }
    
    .name{
        margin-bottom: 50px;
        background-color: #1f99b0;
        color: #fff;
        font-size: 1.3em;
        padding: 13px 30px;
        font-weight: bold;
        display: block;
        border-radius: 5px;
    }
    
    .mv_ttl h3{
        font-size: 1.6em;
        margin: 50px 0 10px;
        text-align: left;
    }

    .mv_ttl p{
        margin: 0;
        text-align: left;
    }
    
@media screen and (max-width: 767px) {

    .mv_ttl {
        margin: 7% 0 0;
        padding: 7% 5%;
    }
    
    .name {
        margin-bottom: 8%;
        font-size: 1.1em;
        padding: 3.5% 3% 3%;
    }
    
    .mv_ttl h3 {
        font-size: 1.4em;
        margin: 8% 0 3%;
        text-align: left;
        line-height: 1.5em;
    }
 
}

/* footer ----------------------------------------- */

    footer{
        color: #fff;
        text-align: center;
        background-color:#2d2d2d;
    }
    
    .sub_footer{
        color: #fff;
        text-align: center;
        background-color:#313131;
        padding: 0 ;
    }

    footer .inner{
        padding-top: 0;
    }
    
    .footer-logo{
        margin-bottom: 30px;
    }
    
    .footer-logo img{
        max-width: 200px;
    }
    
    .footer-link{
        margin: 0;
    }
    
    .footer-link a{
        font-size: 1.3rem;
        color: #fff;
        text-decoration: none;
        transition: all .3s;
        display: block;
        margin: 0 .7em ;
    }
    
    .footer-link a:hover{
        opacity: .6;
    }
    
    address{
        font-size: 0.8em;
        font-style: normal;
        opacity: .75;
        margin-top: 30px;
    }

    .pageTop{
        position: relative;
        padding-top: calc(10% + 30px);
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,.3);
        margin: 0 0 5%;
        cursor: pointer;
        transition: all .3s;
    }
    
    .pageTop:hover{
        background-color: rgba(255,255,255,.4);
    }
    
    .pageTop a{
        color: #fff;
        text-decoration: none;
        transition: all .3s;
        font-size: 1.2rem;
    }
    
    .pageTop:hover a{
        opacity: .6;
    }
    
    .pageTop span{
        position: absolute;
        top: 60px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-sizing: border-box;
    }

@media ( min-width : 768px ){

    footer .flex{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: flex;
    }
    
    .pageTop{
        padding-top: calc(5% + 30px);
    }

}

@media screen and (max-width: 767px) {

    footer{
        padding: 0 0 70px;
    }

    .footer-logo {
        margin: 8% 0 7%;
    }

    .footer-link a {
        margin: 2% 0;
    }
    
    .pageTop span {
        position: absolute;
        top: 44px;
        left: 0;
        width: 17px;
        height: 17px;
        margin: auto;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-sizing: border-box;
        right: 0;
    }

}


/*-------------- 下層ページ共通　----------------*/


    .top{
        font-size: 2.4rem;
        line-height: 32px;
        letter-spacing: .1em;
        text-align: center;
        padding: 70px 0 40px;
        font-weight: bold;
    }

    .sub p{
        font-size: 0.9em;
        font-weight: normal;
    }
    
    .sub .container{
        width: 75%;
        max-width: 800px;
        margin: 0 auto 60px;
    }
    
    .sub .flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ececec;
        padding: 25px 0;
    }
    
    .sub .item-head{
        width: 26.66667%;
        font-size: 14px;
    }
    
    .sub .item-body{
        width: 73.33333%;
        font-size: 14px;
    }
    
    .sub span{
        font-size: 12px;
        color: #666;
    }

@media screen and (max-width: 767px) {

    .top{
        padding: 7% 0 5%;
    }
    
    .sub .container{
        width: 90%;
        margin: 0 auto 60px;
    }
    
    .sub .flex{
        padding: 15px 0;
    }
    
    .sub .item-head,
    .sub .item-body{
        font-size: 12px;
    }
    
    .sub .item-head{
        padding: 0 1em 0 0;
    }
    
    .sub p{
        font-size: 0.8em;
    }

}

    /*---- 会社概要　------*/
    
    .about .container{
        border-top: 1px solid #ececec;
    }

    /*---- 特商法　------*/
    
    .sctl .container{
        border-top: 1px solid #ececec;
    }

    /*---- プライバシー　------*/
    
    .privacy h2{
        margin: 0 0 .4em;
        font-size: 1.6rem;
        text-align: left;
        border-bottom: solid 1px #ddd;
        padding: 0 0 .4em;
    }
    
    .privacy p,
    .privacy ol{
        margin: 0 0 2em;
        font-weight: normal;
    }
    
    .privacy li{
        list-style: decimal;
    }

    .mtn{
        padding-left: 30px;
        font-size: 0.9em;
    }

    /*---- お問い合わせ　------*/
    
    input, textarea{
        padding-left: 15px;
        padding-right: 15px;
        height: 55px;
        line-height: 55px;
        width: 90%;
        background: #f4f4f4;
        border: 1px solid #e9e9e9;
    }

    label{
        font-size: 15px;
        margin-top: 13px;
        width: 22%;
        text-align: right;
        line-height: 1;
        letter-spacing: 0.07em;
        color: #777;
    }

    textarea{
        height: 134px;
        line-height: 1.5;
        padding: 1em;
    }

    input::placeholder{
        color: #b5b5b5;
    }
    
    textarea::placeholder{
        color: #b5b5b5;
    }

    .form-group{
        margin-top: 17px;
    }

    .form-full{
        margin-left: 0%;
        margin-top: 0;
        width: 100%;
    }

    .actions{
        width: 60%;
        margin: 5% auto 0;
    }
    
    .actions input{
        height: 64px;
        line-height: 55px;
        width: 100%;
        background: #76cb9b;
        border: 1px solid #fff;
        color: #fff;
    }

@media (min-width: 768px) {
    
    .form-group{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 26px;
    }
    
    .form-full{
        margin-left: 4%;
        margin-top: 0;
        width: 74%;
    }

}



