@charset "utf-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html{
  scroll-behavior: smooth;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
    position: relative;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.sp2 {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
p {
    margin: 0;
    word-wrap: break-word;
    line-height: 1;
}
a {
    text-decoration: none;
    color: #000000;
    margin: 0;
    padding: 0;
}
a:hover {
    opacity: 0.8;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexbox {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
article {
    margin: 0;
    padding: 0;
    width: 100%;
}
section {
    margin: 0;
    padding: 0;
    width: 100%;
}
.green {
    color: #007337;
}
.red {
    color: #ff0000;
}

/*--基本のスタイルここまで--*/

header {
    width: 100%;
    /*height: 100vh;*/
    height:740px;
    background-color: #f9df33;
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1011px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
header h1 {
    display: table;
    width: 320px;
    margin: 17px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
}
header h1 span {
    display: table-cell;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
}
header nav {
    position: fixed;
    /*top: 50%;*/
    top:330px;
    right: 0;
    width: 130px;
    height: 280px;
    margin-top: -140px;
    padding: 15px;
    z-index: 200;
}
header ul {
    font-size: 13px;
    text-align: right;
    line-height: 3;
}
header ul li ::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000000;
    margin-left: 7px;
}
header ul li a:hover {
    text-decoration: underline;
}
header .scroll {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 17px;
    height: 0;
    padding-top: 70px;
    background-image: url(../images/scroll.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    overflow: hidden; 
}
#heading {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 15px 0;
}
#heading ul {
    margin-bottom: 60px;
    width: 100%;
}
#heading li {
    display: inline-block;
    line-height: 2.4;
    width: 280px;
}
#heading li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #f9df33;
    border-radius: 10px;
}
#heading p {
    font-size: 14px;
    line-height: 2.6;
}
#heading .news {
    margin-top: 54px;
    width: 100%;
    height: 40px;
    text-align: left;
    padding: 2px 22px 9px 65px;
    background-color: #dfe5e7;
    background-image: url(../images/icon_megaphone.png);
    background-repeat: no-repeat;
    background-position: left 22px center;
    background-size: 25px;
    border-radius: 20px;
    position: relative;
}
#heading .news p {
    display: inline-block;
    line-height: 1.4;
}
#heading .date {
    padding-right: 18px;
    border-right: 1px solid #858585;
    vertical-align: middle;
}
#heading .title {
    max-width: 70%;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
#heading .to-list a {
    display: inline-block;
    width: 84px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: 22px;
    line-height: 1.4;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 1px 0 0 10px;
}
#heading .to-list a span {
    font-size: 12px;
}
section {
    padding: 100px 0;
}
h2 {
    display: inline-block;
    margin: 0 auto 60px;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom: 3px solid #f8de33;
}
#sec01 .inner {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
}
#sec01 .support {
    width: 450px;
    padding-right: 30px;
    border-right: 1px solid #515457;
    margin-bottom: 60px;
}
#sec01 .creative {
    width: 410px;
    margin-bottom: 60px;
}
#sec01 h3 {
    width: 100%;
    margin: 45px 0 14px;
    font-size: 20px;
    line-height: 2;
    background-color: #dfe5e7;
}
#sec01 p {
    font-size:  14px;
    line-height: 2;
    letter-spacing: -0.07px;
    text-align: left;
}
#sec01 .ex {
    font-size: 16px;
    font-weight: bold;
}
#sec01 a button {
    display: block;
    width: 100%;
    height: 110px;
    margin-top: 24px;
    border: none;
    border-radius: 20px;
    background-image: url(../images/arrow_midori.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    cursor: pointer;
}
#sec01 a button p {
    text-align: center;
    width: 235px;
    height: 0;
    padding-top: 40px;
    margin: 0 auto;
    background-image: url(../images/logo_s-apo.png);
    background-repeat: no-repeat;
    background-position: center -5px;
    background-size: contain;
    overflow: hidden; 
}
#sec01 .apo a button {
    background-color: #e2f1d5;
}
#sec01 .apo a button p {
    background-image: url(../images/logo_s-apo.png);
}
#sec01 .inside a button {
    background-color: #e6f0f5;
    background-image: url(../images/arrow_kon.png);
}
#sec01 .inside a button p {
    width: 330px;
    background-image: url(../images/logo_s-insidesales.png);
}
#sec01 .design a button {
    background-color: #fff5e1;
    background-image: url(../images/arrow_cha.png);
}
#sec01 .design a button p {
    background-image: url(../images/logo_s-design.png);
}
#sec01 .media a button {
    background-color: #eaeef1;
    background-image: url(../images/arrow_kuro.png);
}
#sec01 .media a button p {
    width: 215px;
    background-image: url(../images/logo_jobmagazine.png);
}
#sec01 .office {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
    border-top: 1px solid #515457;
}
#sec01 .bpo {
    width: 460px;
    float: right;
}
#sec01 .bpo h3 {
    margin-top: 0;
}
#sec01 .address {
    margin-top: 30px;
}
#sec01 .address span {
    font-weight: bold;
}
#sec01 .office img {
    display: inline-block;
    float: left;
}
#sec01 .copy {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #dfe5e7;
    border-radius: 35px;
    margin: 40px 0 20px;
    padding-top: 7px;
}
#sec01 .ex2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
#sec02 {
    background-color: #FDFAE9;
    padding-top: 90px;
}
#sec02 .inner {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
#sec02 .text {
    width: 490px;
    text-align: left;
    float: right;
}
#sec02 .text p {
    font-size: 14px;
    line-height: 2;
}
#sec02 h3 {
    font-size: 25px;
    margin: 25px 0 36px;
    letter-spacing: 1px;
}
#sec02 img {
    display: inline-block;
    float: left;
}
#sec02 a button {
    display: block;
    margin: 20px auto 0;
    width: 420px;
    max-width: 92%;
    height: 100px;
    background-color: #f8de33;
    background-image: url(../images/arrow_kuro.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    border: none;
    border-radius: 50px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
}

#sec03 .inner {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}
#sec03 p {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.1px;
}

#sec04 {
    background-color: #FDFAE9;
}
#sec04 .inner {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #515457;
    border-bottom: 1px solid #515457;
    overflow: visible;
    position: relative;
}
#sec04 h4 {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 0;
    padding-top: 15px;
    background-image: url(../images/ourvision.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px;
    overflow: hidden;
    z-index: 100;
}
#sec04 p {
    display: block;
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 18px;
    line-height: 2.4;
    border-bottom: 1px solid #515457;
}
#sec04 dl {
    padding: 30px 0 36px;
}
#sec04 dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-top: 30px;
    margin-bottom: 14px;
}
#sec04 dd {
    margin-left: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 29px;
    position: relative;
}
dd::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -29px;
	width: 30px;
	height: 1px;
	background-color: #515457;
}
dd:nth-last-of-type(1)::after {
    content: none;
	display: none;
}
#sec05 {
    padding-bottom: 60px;
}
#sec05 table {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
#sec05 tr {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #515457;
}
#sec05 tr:last-of-type {
    border-bottom: none;
}

#sec05 th {
    width: 96px;
    padding: 14px;
    font-weight: normal;
    vertical-align: middle;
}
#sec05 tr:last-of-type th {
    vertical-align: top;
    padding-top: 30px;
}
#sec05 td {
    text-align: left;
    padding: 31px 18px;
}
#sec05 .flexbox div {
    display: block;
    width: 164px;
    height: 50px;
    border: 1px solid #878787;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 14px;
}
#sec05 .flexbox div p {
    margin-top: 18px; 
}
#sec05 .flexbox div.wline p {
    line-height: 1.4;
    margin-top: 7px; 
}
#sec05 .flexbox div.seagrape p {
    width: 123px;
    height: 0;
    margin: 9px auto;
    padding-top: 29px;
    background-image: url(../images/logo_seagrape.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    overflow: hidden; 
}
#sec05 .flexbox div.eggo p {
    width: 95px;
    height: 0;
    margin: 9px auto;
    padding-top: 30px;
    background-image: url(../images/logo_eggo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    overflow: hidden; 
}
#contact {
    padding: 100px 0;
    background-color: #fdfae9;
}
#contact .tel {
    display: block;
    width: 320px;
    margin: 30px auto 0;
    font-weight: bold;
    color: #000000;
    background-color: #f8de33;
    height: 30px;
    padding: 6px 20px;
    border-radius: 15px;
    letter-spacing: 1px;
}
#contact_bg {
    width: 824px;
    max-width: 100%;
    margin: 30px auto 45px;
    background-color: #ffffff;
    padding: 62px;
    text-align: left;
}
#contact_bg p {
    font-size: 19px;
    margin-bottom: 12px;
}
#contact_bg p.red {
    font-size: 15px;
    margin-bottom: 30px;
}
#contact_bg dt {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}
#contact_bg dd {
    margin-left: 0;
    margin-bottom: 38px;
}
#contact_bg input[type="text"],#contact_bg textarea {
    border: none;
    background: #eaeef1;
    width: 370px;
    height: 53px;
    padding-left: 14px;
    font-size: 15px;
}
#contact_bg #email {
    width: 500px;
    max-width: 100%;
}
#contact_bg textarea {
    width: 695px;
    max-width: 100%;
    height: 260px;
    margin-top: 23px;
    padding-top: 18px;
}
#contact .privacy a {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 27px;
}
#contact .kiyaku {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 28px;
}
#contact .confirmbtn {
    display: inline-block;
    width: 420px;
    max-width: 90%;
    height: 100px;
    border: none;
    border-radius: 48px;
    background-color: #f8de33;
    color: #000000;
    font-size: 26px;
    font-weight: medium;
    letter-spacing: 0.4em;
    margin-bottom: 120px;
}
#contact .confirmbtn:hover {
    cursor: pointer;
    transform: translate3d(0, 5px, 0);
    transition-duration: 0.3s;
    opacity: 0.8;
}
#contact .blog a button {
    display: inline-block;
    width: 420px;
    max-width: 90%;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 16px;
    background-color: #ffffff;
    background-image: url(../images/arrow_kuro.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
#contact .blog a button p {
    width: 420px;
    height: 0;
    padding-top: 38px;
    background-image: url(../images/blog.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
    overflow: hidden;
}
footer {
    position: absolute;
    border: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    background: #f8de33;
    color: #000000;
}
footer small {
    font-size: 14px;
    letter-spacing: 1px;
}

body#form header,
body#privacy header{
    height:100px;
    background-image:none;
}
body#form main,
body#privacy main{
    padding:50px 0;
}
body#form p{
    line-height:180%;
}
body#form p a{
    text-decoration:underline;
}
body#form table{
    width:600px;
    margin:50px auto;
    border-collapse:collapse;
    border-left:1px solid #f8de33;
    border-top:1px solid #f8de33;
}
body#form table th,
body#form table td{
    border-right:1px solid #f8de33;
    border-bottom:1px solid #f8de33;
}
body#form button{
    display:inline-block;
    margin:0 10px;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #F08535;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
}
body#form button.back{
    background:#999;
}
body#privacy{
    min-height:100vh
}
body#privacy div{
    width:900px;
    max-width:90%;
    margin:0 auto;
}
body#privacy p{
    font-size:14px;
    line-height:2;
    margin-bottom:2em;
    text-align:left;
}
body#privacy p a{
}
body#privacy h3{
    font-size:15px;
    margin-bottom:1em;
    text-align:left;
}
body#privacy footer{
    bottom:0;
}

/*-- mobile用ここから --*/

@media screen and (max-width:1011px) { 
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp2 {
        display: none;
    }
    
    header {
        height: 500px;
        background-position: top left 15px;
        background-size: contain;
    }
    #heading li {
        max-width: 32%;
    }
    #sec01 .flexbox {
        justify-content: center;
    }
    #sec01 .support {
        max-width: 48%;
    }
    #sec01 .creative {
        max-width: 48%;
        padding-left: 30px;
    }
    #sec01 h3 {
        font-size: 18px;
    }
    #sec01 .ex {
        font-size: 14px;
    }
    #sec01 a button {
        height: 80px;
    }
    #sec01 a button p {
        max-width: 76%;
        height: 0;
        padding-top: 40px; 
    }
    #sec01 .inside a button p{
	padding-top:27px;
    }
    #sec01 .bpo {
        max-width: 48%;
    }
    #sec01 .office img {
        display: inline-block;
        max-width: 48%;
    }
    #sec02 .text {
        max-width: 49%;
    }
    #sec02 h3 {
        margin: 0 0 36px;
    }
    #sec02 img {
        max-width: 49%;
    }
    #sec02 a button {
        margin: 60px auto 0;
    }

    
}
@media screen and (max-width:667px) {
    
    .sp2 {
        display: block;
    }
    header {
        background-image: url(../images/hero_s.png);
        background-repeat: no-repeat;
        background-position: top center;
	height:350px;
    }
    header h1 span{
	display:block;
	margin-top:10px;
    }
    header nav{
	display:none;
    }
    header .scroll{
	background-size:14px;
    }
    section,
    section#contact{
	padding:60px 0;
    }
    #heading .flexbox {
        justify-content: center;
    }
    #heading li {
        max-width: 100%;
        margin: 10px;
    }
    #heading .news {
        width: 100%;
        height: auto;
        padding: 2px 12px 9px 34px;
        background-position: left 12px center;
        background-size: 20px;
    }
    #heading .date {
        padding-right: 5px;
    }
    #heading .title {
	width:100%;
	max-width:none;
	padding-top:7px;
        padding-left: 5px;
	white-space:break-spaces;
    }
    #heading .to-list a {
        width: 60px;
        font-size: 12px;
        position: absolute;
        top: 8px;
        right: 12px;
        padding: 1px 0 0 6px;
    }
    #sec01 .support {
        max-width: 100%;
        padding-right: 0;
        border-right: none;
        float: none;
    }
    #sec01 .creative {
        max-width: 100%;
        padding-left: 0;
        float: none;
    }
    #sec01 .bpo {
        width: 410px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    #sec01 .office img {
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    #sec01 .copy {
        width: 100%;
        height: auto;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.4;
        background-color: #dfe5e7;
        border-radius: 35px;
        margin: 40px 0 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 20px;
        padding-left: 20px;
    }
    #sec01 .ex2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
    }
    #sec02 .text {
        width: 490px;
        max-width: 100%;
        margin: 0 auto 30px;
        float: none;
    }
    #sec02 h3 {
        margin: 0 0 32px;
    }
    #sec02 img {
        width: 470px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    #sec02 a button {
        margin: 60px auto 0;
        max-width: 92%;
        height: 90px;
        border-radius: 45px;
        font-size: 20px;
    }
    #sec03 p {
        max-width: 90%; 
        margin: 40px auto 0;
    }
    #sec05 table{
	width:100%;
    }
    #sec05 th, #sec05 td{
	font-size:14px;
    }
    #sec05 th{
	width:5em;
    }
    #sec05 .flexbox div{
	width:48%;
	font-size:11px;
    }
    #sec05 .flexbox div.seagrape p,
    #sec05 .flexbox div.eggo p{
	background-size:90%;
    }
    #contact p {
        line-height: 1.3;
    }
    #contact .tel {
        padding: 4px 20px;
    }
    #contact .confirmbtn{
	height:60px;
	font-size:20px;
    }
    #contact_bg {
        margin: 30px auto 45px;
        padding: 40px 10px;
        text-align: left;
    }
    #contact_bg p {
        font-size: 16px;
    }
    #contact_bg p.red {
        margin-bottom: 26px;
    }
    #contact_bg dd {
        margin-bottom: 26px;
    }
    #contact_bg input[type="text"],#contact_bg textarea {
        max-width: 100%;
        padding-left: 10px;
    }
    #contact_bg textarea {
        height: 200px;
        padding-top: 12px;
    }
    #contact .blog a button {
        display: inline-block;
        width: 420px;
        max-width: 90%;
        height: 100px;
        border: 2px solid #000000;
        border-radius: 16px;
        background-color: #ffffff;
        background-image: url(../images/arrow_kuro.png);
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 20px;
        color: #000000;
        margin-bottom: 20px;
    }
    #contact .blog a button p {
        width: 100%;
        height: 0;
        padding-top: 38px;
        background-image: url(../images/blog.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin: 0 auto;
        overflow: hidden;
}
    

    body#form table{
	width:90%;
    }




}


    
