@charset "UTF-8";

.l-wrapper--inner {
    margin: 0 8%;
}
p, .list-font{
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
}

.section-break {
    border-bottom:1px solid; 
    padding: 0 0 80px;
    margin: 0 0 80px;
}

.wave2 {
    display: block;
    height: 85px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 80px 0 0;
}

.list-box {
    list-style: none;
    margin: 60px 0;
    padding: 0;
}
.list-flex {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
}
.list-left {
    background-color: #fff;
    border: 2px solid;
    border-radius: 5px;
    margin: 0 30px 0 0;
    width: 185px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-left p {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0;
}
.list-right {
    width: 68%;
}
.list-right p {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0;
}
.list-right--inner {
    margin: 20px 0 0 0;
}
.list-title {
    margin: 0 0 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.list-title::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    margin: 0 5px 0 0;
}
.table-marker span::before {
    content: "・";
}
.list--inner-space {
    display: block;
    margin: 0;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.list--inner-space span {
    display: block;
}
.list--inner-space2 {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.list--inner-space2 span {
    display: block;
}
.list-right--inner ul {
    padding: 0;
    color: #000;
}
.list-right--inner li {
    padding: 0;
    display: flex;
}
.list-right--inner li::before {
    content: "・";
}

.product-link {
    width: 90%;
    margin: 0 auto; 
}


/*-- 会社ロゴ --*/
.company-icon {
    margin: 0 10px 0 0;
    width: 100px;
}
.company-icon a {
    display: inline-block;
    width: 100%;
}
.company-icon a img {
    width: 100%;
    vertical-align: top;
}

/*-- header --*/
.header-bg {
    /* background-image: url(../images/header-bg-winter.png); */
    background-image: url(../images/header-bg-spring.png);
    height: 282px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 0 0;
}
.global-menu {
    padding: 10px 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.global-menu li {
    padding: 20px 10px;
}
.global-menu li a {
    display: inline-block;
    position: relative;
    height: 15px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    z-index: 10;
}
.global-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -15px;
    width: 15px;
    height: 8px;
    background-image: url(../images/gnav-tryangle.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
}
.global-menu li a:hover {
    background: linear-gradient(to right, rgba(23, 42, 136, 1), rgba(79, 100, 247, 1), rgba(115, 212, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.global-menu li a:hover:after {
    opacity: 1;
    transform: rotateY(360deg);
} 

/* .global-menu li a:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 25px;
    height: 2px;
    border-radius: 5px;
    background-color: #274b8a;
} */

/* .global-menu li:hover a {
    color: #fff;
}
.global-menu {
    position: relative;
}
.global-menu li::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all 0.3s ease 0s;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}
.global-menu::after {
    pointer-events: none;
}
.global-menu li:hover {
    pointer-events: auto;
}
.global-menu li:hover::after {
    width: 100%;
    background: linear-gradient(to right, rgba(23, 42, 136, 1), rgba(79, 100, 247, 1), rgba(115, 212, 255, 1));
} */

/*-- タイトル --*/
.title {
    display: flex;
    height: 65px;
    margin: 0 0 60px;
}
.title img {
    height: 100%;
    width: auto;
    margin: 0 30px 0 0;
}
.title p {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    color: #274b8a;
    display: flex;
    align-items: center;
}
.title p::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #274b8a;
    margin: 0 10px 0 0;
}
.title p::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #274b8a;
    margin: 0 0 0 10px;
}

.section-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 33px;
    display: inline-block;
    margin: 0 0 35px;
}
.section-title::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 7px;
    height: 40px;
    margin: 0 13px 0 0;
}


/*-- top --*/
.top-title {
    width: 100%;
}
.top-title img {
    width: 100%;
}

.top-return {
    width: 50px;
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 10;
}
.top-return img {
    width: 100%;
}

.top-service-title {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 150px;
    display: flex;
    justify-content: end;
    background-image: url(../images/service-city.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50%;
}
.top-service {
    width: 40%;
    margin: 0;
}
.top-service img {
    width: 100%;
}

.service-main {
    position: relative;
    width: 100%;
}
.service-main img {
    width: 100%;
    vertical-align: top;
}
.service-main a {
    position: absolute;
    display: block;
}
.top-software {
    width: 20%;
    height: 15%;
    top: 29%;
    right: 21.5%;
    background-image: url(../images/software-more.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.top-design {
    width: 26.5%;
    height: 15.4%;
    bottom: 5%;
    right: 0;
}
.top-tanbo {
    width: 14%;
    height: 15.4%;
    bottom: 0;
    left: 7.5%;
}

.wave-main {
    background-image: url(../images/wave-bg.svg);
    height: 114px;
}
.bg-main {
    background-color: #bbdded;
    background-image: url(../images/bg-img.svg);
    background-repeat: repeat-y;
    background-size: contain;
}

.city-img img {
    width: 100%;
}

.top-news {
    width: 30%;
    margin: 0 0 50px;
    position: relative;
}
.top-news img {
    width: 100%;
}
.top-news::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -150px;
    width: 114px;
    height: 99px;
    background-image: url(../images/news-city.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.top-news-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
.top-news-list li {
    display: flex;
    align-items: baseline;
    padding: 0 0 10px;
    border-bottom: #595757 1px solid;
    margin: 0 0 20px;
}
.top-news-list li a {
    display: flex;
    align-items: baseline;
    width: 100%;
}
.top-news-list li a::before {
    content: "■";
    color: #595757;
    font-size: 30px;
    margin: 0 7px 0 0;
}
.top-news-list p {
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    color: #595757;
}
.top-news-date {
    margin: 0 20px 0 0;
}
.top-news-text {
    margin: 0;
}
.top-news-list li a:hover:before {
    color: #274b8a;
}
.top-news-list li a:hover .top-news-date {
    color: #274b8a;
}
.top-news-list li a:hover .top-news-text {
    color: #274b8a;
}

.special-banner{
    width: 100%;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
}
.special-banner a{
    display: block;
    width: 500px;
}
.special-banner a:hover{
    opacity: 0.5;
}
.special-banner img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

.pick-up {
    width: 29%;
    margin: 0 auto 30px;
}
.pick-up img {
    width: 100%;
    vertical-align: top;
}

.pickuup-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
}
.pickuup-list li {
    width: 32%;
    margin: 0 2% 0 0;
}
.pickuup-list li:last-child {
    margin: 0;
}
.pickuup-list li a:hover {
    opacity: 0.5;
}
.pickup-top {
    border: #fff solid 3px;
    border-radius: 5px;
    aspect-ratio: 1.5;
}
.pickup-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup-bottom {
    text-align: center;
}
.pickup-bottom p {
    color: #595757;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    margin: 10px 0 0;
}
.gradation {
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.top-recruit-title {
    display: flex;
    justify-content: end;
    margin:  60px 0;
}
.top-recruit {
    width: 50%;
    margin: 0;
}
.top-recruit img {
    width: 100%;
}


/*-- recruit --*/
.border-blue {
    border-bottom-color: #52b5cc;
}
.title-blue {
    color: #274b8a;
}
.title-blue::before {
    background-color: #274b8a;
}

.recruit-nav ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    height: 80px;
    position: relative;
    transition: all .3s;
}
.recruit-nav ul li {
    width: calc(100% / 5);
    border-left: 1px solid #274b8a;transition: none;
}
.recruit-nav ul li:last-child {
    border-right: 1px solid #274b8a;
}
.recruit-a {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    color: #274b8a;
    line-height: 1.5;
    padding: 10px 10px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
}
.recruit-nav ul li:hover {
    background-color: #274b8a;
}
.recruit-nav ul li:hover .recruit-a {
    color: #fff;
}

.drop-down {
    display: none;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 100%;
    background-color: #274b8a;
    position: absolute;
    left: 0;
    border-radius: 0 0 20px 20px;
}
.recruit-entry:hover .drop-down {
    display: flex;
}
.drop-down--inner {
    width: calc(70% / 2);
    padding: 30px 0;
}
.drop-down--inner img {
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
}
.drop-contact {
    width: 100%;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}
.drop-contact::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url(../images/tryangle.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.drop-contact:hover::before {
    background-image: url(../images/tryangle2.svg);
}
.drop-contact::after {
    content: "";
    display: block;
    position: absolute;
    width: 14%;
    height: 100%;
    background-color: #ffd255;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.drop-contact:hover::after {
    width: 100%;
    border-radius: 10px;
}
.drop-contact a {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 21px;
    color: #000;
}

.recruit-topbg {
    background-image: url(../../recruit/img/recruit-bg.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center top;
    border-bottom: solid 1px #74a6e2;
    text-align: center;
    margin: 0 0 60px;
}
.mountain {
    background-image: url(../../recruit/img/mountain.svg);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: inline-block;
    width: 100vw;
    max-width: 1200px;
    height: 16.6vw;
    max-height: 200px;
}
.recruit-topbg h3 {
    color: #274b8a;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 43px;
    margin: 0;
    padding: 80px 0 50px;
}
.recruit-topbg h3 span {
    font-size: 57px;
}
.recruit-topbg p {
    font-size: 21px;
    margin: 0 0 40px;
}
.recruit-topbg p span {
    font-size: 30px;
    font-weight: 600;
}

.recruit-bg {
    background: linear-gradient(0, #d4f5ff, #fff);
}

.what-is {
    display: flex;
    justify-content: space-between;
}
.what-is-left {
    width: 58%;
}
.what-is-left p {
    font-size: 16px;
    margin: 0;
}
.what-is-right {
    width: 37%;
}
.what-is-right img {
    width: 100%;
}

.attraction ul {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.attraction-box {
    width: 310px;
    height: 430px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url(../../recruit/img/attraction-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 15px 20px 0;
    position: relative;
}
.attraction-box h5 {
    font-size: 21px;
}
.attraction-box p {
    font-size: 16px;
}
.attraction-box img {
    width: auto;
    height: 130px;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.attraction-top {
    margin: 50px 40px 20px;
    text-align: center;
    border-bottom: #274b8a 2px solid;
}
.attraction-top h5 {
    margin: 0;
    padding: 0 0 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #274b8a;
    font-size: 21px;
}
.attraction-bottom {
    margin: 0 40px;
}

.statue {
    position: relative;
}
.statue ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.statue ul li {
    width: 47%;
    margin: 0 0 30px;
}
.statue-box {
    padding-top: 80%;
    width: 100%;
    position: relative;
    border-radius: 50%;
    background-image: url(../../recruit/img/statue-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.4) 0 3px 1px;
}
.statue-box--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.statue-box--inner h5 {
    margin: 0;
    padding: 0 0 7px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #274b8a;
    font-size: 16px;
    text-align: center;
    border-bottom: #274b8a 2px solid;
}
.statue-box--inner p {
    font-size: 16px;
    margin: 10px 0 0;
}
.statue img {
    position: absolute;
    width: 30%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: top;
}
.guidelines {
    display: flex;
    justify-content: space-between;
}
.guidelines--inner {
    width: calc(100% / 2);
    padding: 0 50px;
}
.guidelines-line {
    border-right: #52b5cc 2px solid;
}
.guidelines--inner img {
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
}
.guidelines-contact {
    width: 100%;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}
.guidelines-contact::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 15px;
    background-image: url(../images/tryangle.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.guidelines-contact:hover::before {
    background-image: url(../images/tryangle2.svg);
}
.guidelines-contact::after {
    content: "";
    display: block;
    position: absolute;
    width: 14%;
    height: 100%;
    background-color: #ffd255;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.guidelines-contact:hover::after {
    width: 100%;
    border-radius: 10px;
}
.guidelines-contact a {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 21px;
    color: #000;
}
.guidelines-none {
    background-color: #aaa;
}
.guidelines-none::after {
    background-color: #aaa;
}
.guidelines-none:hover::before {
    background-image: url(../images/tryangle.svg);
}
.guidelines-none a {
    color: #fff;
}
.guidelines-none.guidelines-contact::after {
    display: none;
}
.guidelines-none.guidelines-contact:hover::before {
    background-image: url(../images/tryangle.svg);
}
.guidelines-none.guidelines-contact a {
    color: #fff;
}


/*-- 採用詳細 --*/
.wave-blue {
    background-image: url(../../recruit/img/wave-bg.png);
}
.bg-blue {
    background-color: #d4f5ff;
}
.list-blue {
    border-color: #274b8a;
}
.list-blue p {
    color: #274b8a;
}
.list-border-blue {
    border-bottom: #52b5cc 2px dotted;
}
.list-border-blue:first-child {
    border-top: #52b5cc 2px dotted;
}

.work-box {
    display: flex;
    justify-content: space-between;
}
.work-box p {
    width: 65%;
    font-size: 16px;
    margin: 0;
}
.work-img {
    width: 30%;
}
.work-img img {
    width: 100%;
    vertical-align: top;
}


.briefing-box {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.briefing-left {
    width: 57%;
}
.briefing-explanation {
    font-size: 16px;
    margin: 0 0 60px;
}
.briefing-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.briefing-info li {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    font-family: "Noto Sans JP", sans-serif;
}
.briefing-info li::before {
    content: "";
    background-color: #274b8a;
    color: #fff;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 45px;
    margin: 0 30px 0 0;
    border-radius: 5px;
}
.briefing-info li:first-child {
    margin: 0 0 30px;
}
.briefing-info li:first-child::before {
    content: "開催日";
}
.briefing-info li:last-child::before {
    content: "開催場所";
}
.briefing-info a {
    color: #000;
}
.briefing-info a:hover {
    color: #d4f5ff;
}

.briefing-right {
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border: #000 3px solid;
    padding: 30px 0;
}
.briefing-bg {
    width: 190px;
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
}
.briefing-bg img {
    width: 100%;
}
.briefing-company {
    width: 80%;
    height: 70px;
    background-color: #fff;
    border: #274b8a 2px solid;
    border-radius: 10px;
    position: relative;
    margin: 0 0 10px;
}
.briefing-company::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 16px;
    background-image: url(../images/tryangle.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.briefing-company::after {
    content: "";
    display: block;
    position: absolute;
    width: 24%;
    height: 100%;
    background-color: #274b8a;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
    border-radius: 0 5px 5px 0;
}
.briefing-company:hover::after {
    width: 100%;
    border-radius: 4px;
}
.briefing-company a {
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    padding: 0 0 0 10px;
}
.briefing-company:hover a {
    color: #fff;
}
.briefing-entry {
    width: 80%;
    display: block;
}
.briefing-entry:hover {
    opacity: .5;
}
.briefing-entry img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


.recruitment-flow ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    writing-mode: vertical-lr;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.recruitment-flow ul li {
    position: relative;
}
.recruitment-flow ul li:nth-child(2n+1) {
    width: 90px;
    height: 230px;
    background-color: #fff;
    border: #274b8a 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.arrow {
    width: 5%;
    height: 30px;
    margin: 0 10px;
}
.arrow img {
    width: 100%;
}
.recruitment-flow ul li p {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    color: #274b8a;
}
.recruitment-flow ul li:nth-child(5) p::before {
    content: "（筆記・面接）";
    font-size: 16px;
    display: block;
}
.recruitment-flow ul li:last-child {
    position: relative;
}
.recruitment-flow ul li:last-child::before {
    content: "";
    background-image: url(../../recruit/img/job-offer.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 150px;
    height: 117px;
    position: absolute;
    bottom: -30px;
    left: -70px;
}

.recruit-link {
    display: flex;
    justify-content: space-between;
}
.link-width {
    width: 45%;
}
.link-width a {
    font-size: 21px;
    margin: 0 0 0 20px;
}

.company-map {
    margin: 0 0 50px;
}
.company-map a {
    background-color: #fff;
    color: #000;
    border: #274b8a 2px solid;
    border-radius: 5px;
    width: 30%;
    display: inline-block;
    padding: 15px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 1;
}
.company-map a::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../../recruit/img/tryangle_2.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.company-map a:hover {
    background-color: #274b8a;
    color: #fff;
}
.company-map a:hover::after {
    background-image: url(../../design/img/tryangle-2.svg);
}

.not-recruit {
    margin: 0;
    display: block;
    font-size: 21px;
}


/*-- company --*/
.border-green {
    border-bottom-color: #1c7b3a;
}
.title-green {
    color: #1c7b3a;
}
.title-green::before {
    background-color: #1c7b3a;
}
.wave-green {
    background-image: url(../../company/img/wave-bg.png);
}
.bg-green {
    background-color: #dfefe3;
}
.list-green {
    border-color: #1c7b3a;
}
.list-green p {
    color: #1c7b3a;
}
.list-border-green {
    border-bottom: #1c7b3a 2px dotted;
}
.list-border-green:first-child {
    border-top: #1c7b3a 2px dotted;
}

.company-concept-box {
    text-align: center;
}
.company-concept {
    padding: 0 30px 15px;
    margin: 0 0 80px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right,#274b8a,#fff) 1;
}

.message-bg {
    background-image: url(../../company/img/message-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: right;
}
.leading-message {
    display: flex;
    justify-content: space-between;
}
.leading-message-left {
    width: 25%;
}
.leading-message-left img {
    width: 100%;
    vertical-align: top;
}
.leading-message-right {
    width: 70%;
}
.post-name {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.ceo-name {
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px dotted #1c7b3a;
    line-height: 1;
}
.ceo-name::after {
    content: "Aoki Jun";
    line-height: 1;
    font-size: 16px;
    margin: 0 0 0 20px;
}
.leading-message-right p {
    margin: 0;
    font-size: 16px;
}

.upbringing-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.upbringing-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 1px;
    border-radius: 3px;
    width: 180px;
    height: 267px;
    position: relative;
    padding: 30px 20px 0;
    margin: 0 13px 20px 0;
}
.upbringing-container img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 77px;
}
.upbringing-top {
    border-bottom: #1c7b3a 2px solid;
    text-align: center;
    margin: 0 0 20px;
}
.upbringing-top h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 21px;
    line-height: 1;
    color: #1c7b3a;
}
.upbringing-bottom p {
    margin: 0;
    font-size: 16px;
}

.company-box {
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
}

.history {
    font-size: 16px;
    margin: 0 0 35px;
}
.history-bg {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: url(../../company/img/history-bg.png);
    background-size: cover;
    background-position: center center;
}
.history-bg li {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #1c7b3a;
}
.history-bg li:first-child {
    padding: 35px 50px 20px;
}
.history-bg li:last-child {
    padding: 20px 50px 35px;
    border-bottom: none;
}
.history-left {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    width: 20%;
}
.history-left p {
    margin: 0;
}
.history-right {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    width: 75%;
}
.history-right p {
    margin: 0;
}


/*-- Privacy Policy --*/
.title-black {
    color: #2b2b2b;
    margin: 0 0 15px;
    font-size: 28px;
}
.title-black::before {
    background-color: #2b2b2b;
    height: 30px;
}

.privacy-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.privacy-list li {
    padding: 40px 50px;
    border-bottom: #2b2b2b 2px dotted;
}
.privacy-list li:first-child {
    border-top: #2b2b2b 2px dotted;
}
.privacy-list li p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}


/*-- news index --*/
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-list .list-flex {
    padding: 0;
}
.news-list-bg {
    position: relative;
}
.news-list-bg--inner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.news-list-bg--inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list a {
    display: flex;
    width: 100%;
    padding: 40px 50px;
    align-items: center;
    position: relative;
    background-color: #fff;
    transition: 0;
}
.news-list a:hover {
    background: linear-gradient(to right, rgba(23, 42, 136, 0.8),  rgba(79, 100, 247, .8),  rgba(115, 212, 255, .8));
    transition: 0.1s ease-in-out;
}
.news-list-left {
    margin: 0 50px 0 0;
}
.news-list-left p {
    font-size: 15px;
    color: #000;
    margin: 0;
    line-height: 1;
}
.news-list-right p {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.6;
}
.news-list a:hover p {
    color: #fff;
}

.acms-pager li span>a, .acms-pager li.cur span, .acms-pager li.cur button, .acms-pager li>a, .acms-pager li>button {
    background-color: #fff;
    border: #274b8a 2px solid;
    color: #274b8a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.acms-pager li span>a:hover, .acms-pager li.cur span:hover, .acms-pager li.cur button:hover, .acms-pager li>a:hover, .acms-pager li>button:hover {
    border-color: #274b8a;
    background-color: #274b8a;
    color: #fff;
}
.acms-pager li.cur span, .acms-pager li.cur button {
    background-color: #274b8a;
    color: #fff;
}

/*-- news entry --*/
.news-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: #74a6e2 2px dotted;
    margin: 0 0 50px;
}
.news-date {
    margin: 0 0 35px;
    font-size: 15px;
}
.news-date p {
    margin: 0;
}

.news-article {
    margin: 0 50px;
}
.sub-title {
    margin: 0 0 15px;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #274b8a;
    display: flex;
    align-items: baseline;
}
.sub-title::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #274b8a;
    margin: 0 10px 0 0;
}
.news-img {
    width: 75%;
    margin: 0 auto 50px;
}
.news-img img {
    width: 100%;
    vertical-align: top;
}
.news-img-text {
    margin: 10px 0 0;
}
.news-text {
    margin: 0 0 50px;
    font-size: 16px;
}
.news-article {
    margin: 0;
}
.news-article-list {
    margin: 0 0 50px;
    width: 100%;
}
.news-article-list tr {
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: #000 1px solid;
}
.news-article-list th {
    width: 15%;
    text-align: left;
    line-height: 1.6;
}
.news-article-list td {
    width: 82%;
    line-height: 1.6;
}
.news-article-list th::before {
    content: "■";
    margin: 0 7px 0 0;
    font-size: 14px;
}

.news-article-list th,td {
    font-size: 16px;
}
.news-img-text {
    margin: 5px 0 0;
    font-size: 14px;
}


.news-button {
    margin: 0 0 20px;
}
.news-button a {
    background-color: #fff;
    color: #000;
    border: #274b8a 2px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 35px 15px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 1;
}
.news-button a::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../images/tryangle2.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.news-button a:hover {
    background-color: #274b8a;
    color: #fff;
}
.news-button a:hover::after {
    background-image: url(../images/tryangle.svg);
}

.outer-link {
    display: flex;
    align-items: center;
    color: #3C89E5;
}
.outer-link:hover {
    color: #274b8a;
}
.outer-link::after {
    content: "";
    display: block;
    width: 18px;
    height: 19px;
    background-image: url(../images/outer-link.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 0 7px;
}


/*-- Contact --*/
.wave-blue2 {
    background-image: url(../../contact/img/wave-bg.png);
}
.bg-blue2 {
    background-color: #e1e8ff;
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-group {
    margin: 0 0 50px;
}
.contact-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.contact-left {
    width: 20%;
}
.contact-left p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.any {
    display: block;
    background-color: #274b8a;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 0 0 0 8px;
}
.contact-right {
    width: 75%;
}
.contact-right select {
    appearance: none;
    background-color: #fff;
    border: #274b8a 2px solid;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    color: #000;
    font-size: 16px;
}
.contact-right select option {
    color: #000;
}
.select-arrow {
    position: relative;
}
.select-arrow::after {
    content: "";
    background-image: url(../../contact/img/select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 22px;
}
.contact-right textarea {
    background-color: #fff;
    border: #274b8a 2px solid;
    border-radius: 5px;
    font-size: 16px;
    padding: 13px 20px;
}
.contact-right input {
    background-color: #fff;
    border: #274b8a 2px solid;
    border-radius: 5px;
    font-size: 16px;
    padding: 13px 20px;
}
.width-100 {
    width: 100%;
}
.width-100 select,textarea {
    width: 100%;
}
.width-30 {
    width: 40%;
}
.width-30 select,textarea {
    width: 100%;
}
.width-25 {
    width: 25%;
}
.width-25 select,textarea {
    width: 100%;
}
.height-50 {
    height: 50px;
}
.height-50 select,textarea {
    height: 100%;
}
.height-200 {
    height: 200px;
}
.height-200 select,textarea {
    height: 100%;
}
.birth-flex {
    display: flex;
    align-items: center;
}
.birth-flex p {
    font-size: 16px;
    margin: 0 5px;
}
.contact-left.sexuality-box p {
    margin: 0;
}
.sexuality-select div {
    margin: 0 20px 0 0;
}
.width-90 {
    width: 90%;
}
.job-margin {
    margin: 0 auto 20px;
    vertical-align: middle;
}
.item-insert {
    margin: 0 0 0 5%;
}
.delete:hover {
    background-color: #274b8a;
    color: #fff;
}

.contact-list .acms-text-error {
    margin-top: 0;
    font-size: 14px;
}

.scroll-box {
    width: 100%;
    height: 500px;
    background-color: #fff;
    border-radius: 5px;
    border: #274b8a 2px solid;
    padding: 0 50px;
    margin: 0 0 30px;
    overflow: scroll;
}
.scroll-box ul {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}
.scroll-box li {
    border-bottom: #95b1e8 2px dotted;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.scroll-box li:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.scroll-box .sub-title {
    margin: 0 0 10px;
}
.scroll-box p {
    font-size: 16px;
    margin: 0;
}

.privacy-check {
    width: 100%;
    text-align: center;
}
.check-top input {
    display: none;
}
.check-top input + label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0 5px 20px;
    position: relative;
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.check-top input + label::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 0;
    display: block;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: #274b8a 1px solid;
    border-radius: 2px;
}
.check-top input:checked + label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0 5px 20px;
    position: relative;
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.check-top input:checked + label::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 0;
    display: block;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: #274b8a;
    border: #274b8a 1px solid;
    border-radius: 2px;
}
.check-top input:checked + label::after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    height: 10px;
    left: 5px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.check-bottom {
    display: flex;
    justify-content: center;
}
.check-bottom input {
    background-color: #fff;
    border: #274b8a 2px solid;
    border-radius: 3px;
    margin: 30px auto 0;
    padding: 15px 45px;
    color: #274b8a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.check-bottom input:hover {
    background-color: #274b8a;
    border: #274b8a 2px solid;
    color: #fff;
}
.return-bottom input {
    background-color: #fff;
    border: #595757 2px solid;
    padding: 10px 25px;
    color: #595757;
    font-size: 16px;
}
.return-bottom input:hover {
    background-color: #595757;
    border: #595757 2px solid;
    color: #fff;
}

.confirm-border {
    border-bottom: #274b8a 2px solid;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.confirm-bottom {
    padding: 0 10px 10px;
}
.confirm-job-bottom {
    margin: 0 0 30px;
}


/*-- Design --*/
.title-pink {
    color: #FF7DA8;
}
.title-pink::before {
    background-color: #FF7DA8;
}
.list-pink {
    border-color: #FF7DA8;
}
.list-pink p {
    color: #FF7DA8;
}
.list-border-pink {
    border-bottom: #e595ca 2px dotted;
}
.list-border-pink:first-child {
    border-top: #e595ca 2px dotted;
}
.wave-pink {
    background-image: url(../../design/img/wave-bg.svg);
}
.bg-pink {
    background-color: #FCEDF4;
}

.product-concept {
    font-size: 24px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    text-align: center;
    margin: 0 0 60px;
    padding: 50px 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1),  rgba(255, 255, 255, .0),  rgba(255, 255, 255, 1)); 
}
.concept-bg-p {
    background-image: url(../../design/img/pink-triangle.png);
    background-size: 790px;
}

.tab-top {
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.tab-list {
    width: 49%;
    height: 75px;
}
.border {
    background-color: #ffeef8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 30px;
    color: #FF7DA8;
}
.border.js-acms_tab-active {
    background-color: #FF7DA8;
    color: #fff;
}

.web-box {
    list-style: none;
    margin: 0 0 80px;
    padding: 0;
}
.anxiety {
    width: 50%;
    margin: 0 auto 30px;
}
.anxiety img {
    width: 100%;
    vertical-align: top;
}
.anxiety2 {
    width: 100%;
    margin: 0 0 50px;
}
.anxiety2 img {
    width: 100%;
    vertical-align: top;
}
.sp-img {
    display: none;
}
.start-up {
    width: 87%;
    margin: 0 auto 50px;
}
.start-up h4 {
    margin: 0 0 30px;
}
.start-up img {
    width: 100%;
    vertical-align: top;
}
.start-up span {
    display: flex;
    justify-content: end;
    align-items: baseline;
    font-size: 48px;
    font-family: "Shippori Mincho", serif;
    line-height: 1;
}
.start-up span::before {
    content: "費用";
    font-size: 16px;
    margin: 0 5px 0 0;
}
.start-up span::after {
    content: "円（税込）～";
    font-size: 16px;
    margin: 0 0 0 5px;
}
.forte-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
.forte-list li {
    display: flex;
    align-items: baseline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin: 0 0 10px;
}
.forte-list li::before {
    content: "";
    display: block;
    min-width: 15px;
    min-height: 15px;
    border-radius: 3px;
    background-color: #FF7DA8;
    margin: 0 10px 0 0;
}

.web-sample {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.web-sample li {
    width: 30%;
}
.web-sample-title {
    width: 100%;
    text-align: center;
    border: #FF7DA8 2px solid;
    border-radius: 5px;
    margin: 0 0 10px;
}
.web-sample-title p {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: #FF7DA8;
}
.web-sample-photo {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 1px;
}
.web-sample-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: top;
}

.start-up-link {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../design/img/start-up-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.start-up-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.start-up-link:hover img {
    opacity: 0;
}

.original-title {
    text-align: center;
    margin: 0 0 50px;
}
.original-title span {
    font-family: "Shippori Mincho", serif;
    font-size: 21px;
    font-weight: 600;
    color: #FF7DA8;
    margin: 0 0 10px;
}
.original-title h4 {
    font-family: "Shippori Mincho", serif;
    font-size:38px;
    line-height: 1.6;
    font-weight: 600;
    color: #FF7DA8;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-100::before {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background-color: #FF7DA8;
    margin: 0 20px 0 0;
}
.border-100::after {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background-color: #FF7DA8;
    margin: 0 0 0 20px;
}
.original-title p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.original-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.original-list li {
    width: 30%;
    margin: 0 5% 35px 0;
}
.original-list li:nth-child(3n) {
    margin: 0 0 35px;
}
.original-list li a:hover .original-list-top {
    opacity: 0.5;
}
.original-list li a:hover .original-list-bottm p {
    color: #FF7DA8;
}
.original-list-top {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 1px;
    height: 200px;
}
.original-list-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: top;
}
.original-list-bottm p {
    font-size: 16px;
    margin: 10px 0 0;
    display: flex;
    align-items: baseline;
    color: #000;
}
.original-list-bottm p::before {
    content: "";
    display: block;
    background-color: #FF7DA8;
    background-repeat: no-repeat;
    border-radius: 3px;
    min-width: 15px;
    min-height: 15px;
    margin: 0 4px 0 0;
}
.web-view {
    display: flex;
    justify-content: end;
    margin: 0 0 50px;
}
.web-view a {
    background-color: #fff;
    color: #000;
    border: #FF7DA8 2px solid;
    border-radius: 5px;
    width: 20%;
    display: inline-block;
    padding: 15px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    line-height: 1;
}
.go-dtp a {
    width: 30%;
}
.web-view a::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../../design/img/tryangle_1.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.web-view a:hover {
    background-color: #FF7DA8;
    color: #fff;
}
.web-view a:hover::after {
    background-image: url(../../design/img/tryangle-2.svg);
}
.web-link {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../design/img/web-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.web-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.web-link:hover img {
    opacity: 0;
}

.border-50::before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background-color: #FF7DA8;
    margin: 0 20px 0 0;
}
.border-50::after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background-color: #FF7DA8;
    margin: 0 0 0 20px;
}
.price-box {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}
.price-container {
    background-color: #ffeef8;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 1px;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price-top {
    padding: 30px 0 10px;
    margin: 0 0 30px;
    width: 73%;
    border-bottom: #FF7DA8 2px solid;
    text-align: center;
}
.price-top h5 {
    margin: 0;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #FF7DA8;
}
.price-img {
    width: 69%;
}
.price-img img {
    width: 100%;
}
.price-bottom {
    margin: 0 0 30px;
}
.price-bottom p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.design-consult {
    width: 100%;
    text-align: center;
}
.design-consult p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 35px;
}
.design-link {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../design/img/design-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.design-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.design-link:hover img {
    opacity: 0;
}

.delivery-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
}
.delivery-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 1px;
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
}
.delivery-top {
    padding: 30px 0 10px;
    margin: 0 0 30px;
    width: 73%;
    border-bottom: #FF7DA8 2px solid;
    display: flex;
    justify-content: center;
}
.delivery-top h5 {
    margin: 0;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: baseline;
}
.delivery-top h5::before {
    content: "";
    display: block;
    min-width: 50px;
    min-height: 20px;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.delivery-container:first-child .delivery-top h5::before {
    background-image: url(../../design/img/step1.png);
}
.delivery-container:nth-child(2) .delivery-top h5::before {
    background-image: url(../../design/img/step2.png);
}
.delivery-container:nth-child(3) .delivery-top h5::before {
    background-image: url(../../design/img/step3.png);
}
.delivery-container:nth-child(4) .delivery-top h5::before {
    background-image: url(../../design/img/step4.png);
}
.delivery-container:nth-child(5) .delivery-top h5::before {
    background-image: url(../../design/img/step5.png);
}
.delivery-container:last-child .delivery-top h5::before {
    background-image: url(../../design/img/step6.png);
}
.delivery-img {
    width: 69%;
    margin: 0 0 30px;
}
.delivery-img img {
    width: 100%;
}

.question-list {
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
}
.question-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 50px;
    margin: 0 0 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 1px;
}
.question-box h5 {
    font-size: 24px;
    line-height: 1.5;
    color: #FF7DA8;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.question-box .question {
    margin: 0 0 20px;
}
.question-box .question::before {
    content: "";
    display: block;
    min-width: 40px;
    min-height: 40px;
    background-image: url(../../design/img/question.svg);
    background-repeat: no-repeat;
    margin: 0 7px 0 0;
}
.question-box .answer {
    margin: 0 0 10px;
}
.question-box .answer::before {
    content: "";
    display: block;
    min-width: 40px;
    min-height: 40px;
    background-image: url(../../design/img/answer.svg);
    background-repeat: no-repeat;
    margin: 0 7px 0 0;
}
.answer-text {
    margin: 0 0 0 47px;
    font-size: 16px;
}

.work-entry {
    display: block;
    border-bottom: #e595ca 2px dotted;
}
.work-text {
    font-size: 16px;
    margin: 0 0 35px;
}
.work-text p {
    margin: 0 0 5px;
    font-size: 16px;
    display: flex;
}
.work-text a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.work-text a:hover {
    color: #FF7DA8;
}
.sub-title-pink {
    color: #FF7DA8;
}
.sub-title-pink::before {
    background-color: #FF7DA8;
}
.work-main-text {
    font-size: 16px;
    margin: 0 0 50px;
}
.map-link {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
}
.map-link  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-box p {
    font-size: 16px;
    margin: 10px 0 0;
}


/*-- software --*/
.title-yellow {
    color: #a06300;
}
.title-yellow::before {
    background-color: #a06300;
}
.list-yellow {
    border-color: #a06300;
}
.list-yellow p {
    color: #a06300;
}
.list-border-yellow {
    border-bottom: #e8aa1f 2px dotted;
}
.list-border-yellow:first-child {
    border-top: #e8aa1f 2px dotted;
}
.wave-yellow {
    background-image: url(../../software/img/wave-bg.svg);
}
.bg-yellow {
    background-color: #fff4d7;
}

.concept-bg-y {
    background-image: url(../../software/img/yellow-triangle.png);
    background-size: 790px;
}

.Software-img {
    width: 30%;
    margin: 0 auto;
}
.Software-img img {
    width: 100%;
}

.counseling {
    width: 72%;
    margin: 0 auto 80px;
}
.counseling img {
    width: 100%;
}
.software-link {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../../software/img/software-link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}
.software-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.software-link:hover img {
    opacity: 0;
}


/*-- footer --*/
.wave {
    background-image: url(../images/footer-bg.png);
    display: block;
    height: 364px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0;
}
.bg-blue {
    background-color: #d4f5ff;
}

.footer-bg {
    background-color: #274b8a;
}

.footer-flex {
    padding: 30px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer-left {
    width: 30%;
}
.footer-icon {
    margin: 0;
    width: 150px;
}
.footer-icon a {
    display: inline-block;
}
.footer-icon a img {
    width: 100%;
    vertical-align: top;
}
.address {
    color: #fff;
    font-weight: 300;
}
.address span {
    display: block;
}
.mail-number::before {
    content: "〒";
}
.tel-number::before {
    content: "TEL ";
}
.reception-time::before {
    content: "受付時間／平日 ";
}
.sp-address {
    display: none;
}
.iso {
    width: 150px;
}
.iso img {
    width: 100%;
    vertical-align: top;
}

.footer-right {
    width: 55%;
}
.footer-nav ul {
    display: flex;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
    list-style: none;
}
.footer-nav ul li {
    width: 170px;
    margin: 0 0 30px;
    display: flex;
}
.footer-nav ul li a {
    display: flex;
    align-items: baseline;
    width: 100%;
    color: #fff;
    font-family: "Shippori Mincho", serif;
}
.footer-nav ul li a:hover {
    color: #ffd255;
}
.footer-nav ul li a::before {
    content: "";
    display: block;
    width: 3px;
    height: 12px;
    background-color: #fff;
    margin: 0 5px 0 0;
}
.footer-nav ul li a:hover::before {
    background-color: #ffd255;
}

.nav-flex {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap
}
.footer-contact {
    width: 100%;
    height: 130px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}
.footer-contact::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 20px;
    background-image: url(../images/tryangle.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.footer-contact:hover::before {
    background-image: url(../images/tryangle2.svg);
}
.footer-contact::after {
    content: "";
    display: block;
    position: absolute;
    width: 24%;
    height: 100%;
    background-color: #ffd255;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.footer-contact:hover::after {
    width: 100%;
    border-radius: 10px;
}
.footer-contact a {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.footer-contact a img {
    width: 170px;
    padding: 0 0 0 9%;
}
.copyright {
    margin: 0;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
}

@media screen and (max-width: 1003px) {
    .global-menu {
        padding: 10px 50px;
        border-radius: 100px;
    }
    .global-menu li {
        width:calc(100% / 3);
        text-align: center;
    }
    .global-menu li:nth-child(-n+3) {
        padding: 20px 10px 10px;
    }
    .global-menu li:nth-child(n+4) {
        padding: 10px 10px 20px;
    }
}

@media screen and (max-width: 769px) {
    .l-wrapper--inner {
        margin: 0 50px;
    }
    

/*-- 会社ロゴ --*/
.header-box {
    padding: 20px 0 0;
}
.company-icon {
    top: 40px ;
    left: 50px;
    width: 80px;
}


/*-- title --*/
.title {
    height: 50px;
    margin: 0 0 30px;
}
.title img {
    margin: 0 15px 0 0;
}
.title p {
    font-size: 16px;
}

.section-title {
    font-size: 28px;
    margin: 0 0 25px;
}
.section-title::before {
    height: 30px;
    margin: 0 5px 0 0;
    width: 5px;
}


/*-- ハンバーガーメニュー --*/
#menuButton {
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color:#274b8a;
    border: #fff solid 1px;
    border-radius: 5px;
}
.line {
    background-color: #fff;
    width: 25px;
    height: 1px;
}

.drawerMenu__inner h3 {
    width: 80px;
    padding: 20px 0 0;
    margin: 0 0 30px 30px;
}
.drawerMenu__inner h3 img {
    width: 100%;
    vertical-align: top;
}
.menu-list li a {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 21px;
    padding: 45px 20px;
    display: flex;
    align-items: center;
}
.menu-list li a::before {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    background-color: #fff;
    margin: 0 10px 0 0;
}

.wave {
    margin: 50px 0 0;
    height: 233px;
}

.wave2 {
    margin: 50px 0 0;
    height: 74px;
}

.section-break {
    padding: 0 0 50px;
    margin: 0 0 50px;
}


/*-- header --*/
#globalNavi {
    display: none;
}
.header-bg {
    height: 200px;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}


/*-- top --*/
.top-service-title {
    padding: 0 0 80px;
}
.top-news::after {
    width: 80px;
    height: 70px;
    right:-100px
}

.top-return {
    width: 40px;
    right: 30px;
}

.wave-main {
    height: 73px;
}
.top-news {
    margin: 0 0 30px;
}
.top-news-list p {
    font-size: 16px;
}

.special-banner a{
    width: 350px;
}

.pick-up {
    width: 35%;
}

.top-recruit-title {
    margin: 60px 0 30px;
}


/*-- recruit --*/
.recruit-nav ul {
    height: 50px;
    margin: 0 0 35px;
}
.recruit-nav ul li {
    width: calc(100% / 4);
}
.recruit-nav ul li:last-child {
    display: none;
}
.recruit-nav ul li:nth-child(4) {
    border-right: 1px solid #274b8a;
}
.recruit-a {
    font-size: 15px;
    padding: 10px 5px;
}

.recruit-topbg {
    margin: 0 0 40px;
}
.recruit-topbg h3 {
    padding: 50px 0 35px;
    font-size: 25px;
}
.recruit-topbg h3 span {
    font-size: 35px;
}
.recruit-topbg p {
    font-size: 16px;
    margin: 0 0 20px;
}
.recruit-topbg p span {
    font-size: 21px;
}

.what-is {
    display: block;
}
.what-is-left {
    width: 100%;
    margin: 0 0 20px;
}
.what-is-right {
    width: 50%;
    margin: 0 auto;
}

.attraction ul {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.attraction-box {
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
}
.attraction-top {
    margin: 0 30px 20px;
    padding: 40px 0 0;
}
.attraction-box img {
    height: 75px;
    bottom: -30px;
    right: 10px;
}
.attraction-box p {
    margin: 0 0 40px;
}

.statue ul {
    display: block;
}
.statue ul li {
    width: 80%;
    margin: 0 auto 30px;
}
.statue img {
    display: none;
}
.statue-box--inner {
    width: 70%;
}
.statue-box--inner p {
    font-size: 16px;
}

.guidelines--inner {
    padding: 0 25px;
}
.guidelines-contact a {
    padding: 0 0 0 20px;
    font-size: 16px;
}
.guidelines-contact::before {
    width: 10px;
    height: 11px;
}


/*-- recruit entry --*/
.work-box {
    flex-direction: column;
    align-items: end;
}
.work-box p {
    width: 100%;
    margin: 0 0 20px;
}
.work-img {
    width: 40%;
}

.briefing-box {
    flex-direction: column;
    align-items: center;
}
.briefing-left {
    width: 100%;
    margin: 0 0 150px;
}
.briefing-explanation {
    margin: 0 0 20px;
}
.briefing-info li {
    font-size: 16px;
}
.briefing-info li::before {
    min-width: 130px;
    height: 40px;
}
.briefing-info li:first-child {
    margin: 0 0 15px;
}
.briefing-right {
    width: 70%;
}
.briefing-company {
    height: 60px;
}
.briefing-company::before {
    width: 12px;
    height: 13px;
}
.briefing-bg {
    width: 140px;
    top: -125px
}

.recruitment-flow ul {
    writing-mode: horizontal-tb;
}
.recruitment-flow ul li:nth-child(2n+1) {
    width: 100%;
    height: inherit;
}
.recruitment-flow ul li:nth-child(2n) {
    transform: rotate(90deg);
    margin: 15px 0;
}
.recruitment-flow ul li:last-child::before {
    bottom: -10px;
    left: 10%;
}
.recruitment-flow ul li p {
    padding: 15px 0;
}

.recruit-link {
    display: block;
}
.link-width {
    width: 70%;
    margin: 0 auto;
}
.link-width a {
    margin: 0 0 0 15px;
    font-size: 16px;
}
.link-width2 {
    width: 100%;
}
.briefing-company {
    margin:  0 auto 15px;
    height: 75px;
}
.briefing-company::before {
    right: 8%;
}
.briefing-company::after {
    width: 20%;
}
.list-box {
    margin: 45px 0;
}
.list-flex {
    padding: 25px 0;
}
.list-left {
    margin: 0 20px 0 0;
}
.list-left p {
    font-size: 16px;
}
.list-right p {
    font-size: 16px;
}
.list-right--inner {
    margin: 10px 0 0 0;
}
.list-title {
    font-size: 16px;
}
.list--inner-space {
    font-size: 16px;
}

.list--inner-space2 {
    font-size: 16px;
}

.company-map {
    margin: 0 0 35px;
}
.company-map a {
    width: 40%;
    font-size: 15px;
    padding: 15px;
}
.company-map a::after {
    width: 9px;
    height: 9px;
    right: 9px;
}

.not-recruit {
    font-size: 16px;
}


/*-- company --*/
.company-concept {
    margin: 0 0 30px;
}

.message-bg {
    background-image: url(../../company/img/sp-message-bg.png);
    padding: 20px 0 0;
}
.leading-message {
    flex-direction: column;
    align-items: center;
}
.leading-message-left {
    width: 50%;
    margin: 0 0 30px;
}
.leading-message-right {
    width: 100%;
}

.company-box {
    margin: 0 0 45px;
}

.history {
    margin: 0 0 15px;
}
.history-bg li {
    padding: 20px 30px;
}
.history-bg li:first-child {
    padding: 20px 30px;
}
.history-bg li:last-child {
    padding: 20px 30px;
}
.history-left {
    font-size: 16px;
    margin: 0 30px 0 0;
    width: 25%;
}
.history-right {
    font-size: 16px;
    width: 70%;
}


/*-- privacypolicy --*/
.title-black {
    font-size: 25px;
    margin: 0 0 10px;
}

.privacy-list li {
    padding: 25px 0;
}


/*-- news index --*/
.news-list a {
    padding: 25px 0;
}
.news-list-left {
    margin: 0 20px 0 0;
}
.news-list-left p {
    font-size: 14px;
}
.news-list-right p {
    font-size: 16px;
}


/*-- news --*/
.news-title {
    flex-direction: column;
    justify-content: end;
    align-items: end;
    margin: 0 0 25px;
}
.news-title .section-title {
    width: 100%;
    margin: 0 0 5px;
    align-items: baseline;
}
.news-date {
    margin: 0 0 25px;
}
.news-date p {
    font-size: 15px;
}

.news-article {
    margin: 0 30px;
}
.sub-title {
    margin: 0 0 15px;
}
.sub-title::before {
    margin: 0 5px 0 0;
}
.news-img {
    width: 100%;
    margin: 0 0 25px;
}
.news-text {
    margin: 0 0 25px;
}
.news-article-list {
    margin: 0 0 25px;
}
.news-article-list th {
    width: 100px;
}

/*-- contact --*/
.contact-group {
    margin: 0 0 40px;
}
.contact-list li {
    display: block;
}
.contact-left {
    width: 100%;
}
.contact-left p {
    display: block;
    margin: 0 0 5px;
}
.contact-right {
    width: 100%;
}
.width-30 {
    width: 45%;
}
.any {
    display: inline-block;
}

.birth-flex p {
    font-size: 15px;
}
.sexuality-select {
    align-items: start;
}
.sexuality-select label {
    font-size: 16px;
}

.scroll-box {
    padding: 0 35px;
}
.scroll-box ul {
    margin: 30px 0;
}
.scroll-box li {
    padding: 0 0 25px;
    margin: 0 0 25px;
}
.check-bottom input {
    margin: 15px 0 0;
}


/*-- design --*/
.product-concept {
    font-size: 21px;
    margin: 0 0 40px;
    padding: 20px 0;
}

.tab-top {
    margin: 0 0 40px;
}
.web-box {
    margin: 0 0 45px;
}

.anxiety {
    margin: 0 auto 20px;
    width: 65%;
}
.anxiety2 {
    margin: 0 0 35px;
}
.pc-img {
    display: none;
}
.sp-img {
    display: block;
}
.start-up {
    width: 100%;
    margin: 0 auto 35px;
}
.start-up h4 {
    margin: 0 0 15px;
}
.start-up span {
    font-size: 33px;
}
.start-up span::before {
    font-size: 16px;
}
.start-up span::after {
    font-size: 16px;
}
.start-up-link {
    background-image: url(../../design/img/sp-start-up-link2.svg);
}
.forte-list {
    margin: 0 0 35px;
}
.title-pink {
    margin: 0 0 7px;
}
.web-sample {
    margin: 0 0 35px;
}
.web-sample-title p {
    padding: 5px 0;
}
.web-sample-photo {
    height: 200px;
}
.product-link {
    width: 100%;
}

.original-title {
    margin: 0 0 35px;
}
.original-title span {
    font-size: 16px;
}
.original-title h4 {
    font-size: 28px;
    margin: 0 0 5px;
}
.border-100::before {
    width: 50px;
}
.border-100::after {
    width: 50px;
}
.original-title p {
    font-size: 15px;
}
.original-list {
    justify-content: space-between;
}
.original-list li {
    width: 47%;
    margin: 0 0 20px;
}
.original-list-bottm p {
    font-size: 16px;
}
.original-list-bottm p::before {
    min-width: 10px;
    min-height: 10px;
    border-radius: 2px;
}
.web-view {
    margin: 0 0 35px;
}
.web-view a {
    width: 40%;
    font-size: 15px;
    padding: 15px;
}
.web-view a::after {
    width: 9px;
    height: 9px;
    right: 9px;
}
.web-link {
    background-image: url(../../design/img/sp-web-link2.svg);
}

.border-50::before {
    width: 30px;
}
.border-50::after {
    width: 30px;
    margin: 0 0 0 10px;
}
.price-box {
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.price-container {
    width: 60%;
    margin: 0 0 35px;
}
.price-top {
    padding: 25px 0 5px;
    margin: 0 0 25px;
}
.price-bottom {
    margin: 0 0 25px;
}
.design-consult p {
    font-size: 16px;
}
.design-link {
    background-image: url(../../design/img/sp-design-link2.svg);
}

.delivery-box {
    margin: 0 0 35px;
}
.delivery-container {
    width: 47%;
}
.delivery-top h5 {
    font-size: 16px;
}
.delivery-top h5::before {
    min-width: 40px;
    min-height: 16px;
}

.question-box {
    padding: 35px;
}
.question-box h5 {
    font-size: 21px;
}
.answer-text {
    font-size: 16px;
    margin: 0 0 0 37px;
}
.question-box .question {
    margin: 0 0 10px;
}
.question-box .answer {
    margin: 0 0 5px;
}
.question-box .question::before {
    min-width: 30px;
    min-height: 30px;
}
.question-box .answer::before {
    min-width: 30px;
    min-height: 30px;
}

.work-text {
    margin: 0 0 25px;
}


/*-- software --*/
.title-yellow {
    margin: 0 0 10px;
}
.Software-img {
    width: 50%;
    margin: 0 auto;
}
.counseling {
    width: 85%;
    margin: 0 auto 50px;
}
.software-link {
    background-image: url(../../software/img/sp-software-link2.svg);
}


/*-- footer --*/
.footer-left {
    width: 45%;
}

.footer-right {
    width: 49%;
}
.footer-nav ul li {
    width: 100%;
    margin: 0 0 10px;
}
.footer-contact {
    height: 100px;
}
.footer-contact::before {
    width: 15px;
    height: 16px;
}
.footer-contact a img {
    width: 130px;
}

}

@media screen and (max-width: 480px) {
.l-wrapper--inner {
    margin: 0 20px;
}


.wave {
    margin: 30px 0 0;
    height: 145px;
}

.wave2 {
    margin: 30px 0 0;
    height: 46px;
}

.section-break {
    padding: 0 0 30px;
    margin: 0 0 30px;
}


/*-- タイトル --*/
.title {
    flex-direction: column;
    height: 55px;
    margin: 0 0 35px;
}
.title img {
    margin: 0;
}
.title p {
    margin: 10px 0 20px;
    line-height: 1;
    justify-content: center;
}

.section-title {
    font-size: 24px;
    margin: 0 0 15px;
}
.section-title::before {
    height: 27px;
    width: 4px;
    margin: 0 7px 0 0;
}


/*-- ハンバーガーメニュー --*/
#menuButton {
    top: 20px;
    right: 30px;
}
.menu-list li a {
    font-size: 16px;
}


/*-- top --*/
.top-service-title {
    padding: 0 0 50px;
}

.top-return {
    width: 35px;
    right: 20px;
    bottom: 20px;
}

.wave-main {
    height: 45px;
}
.top-news {
    padding: 50px 0 0;
}
.top-news::after {
    width: 60px;
    height: 52px;
    right: -75px;
}
.top-news-list {
    margin: 0 0 30px;
}
.top-news-list p {
    font-size: 15px;
}

.special-banner{
    margin: 50px 0;
}
.special-banner a{
    width: 100%;
}

.pick-up {
    width: 40%;
    margin: 0 auto 15px;
}
.pickuup-list {
    display: block;
}
.pickuup-list li {
    width: 100%;
    margin: 0 0 30px;
}
.pickup-bottom p {
    font-size: 15px;
}
.gradation {
    height: 50px;
}

.top-recruit-title {
    margin: 30px 0 15px;
}


/*-- recruit --*/
.recruit-nav {
    height: 160px;
}
.recruit-nav ul {
    flex-wrap: wrap;
    height: auto;
}
.recruit-nav ul li {
    width: calc(100% / 2);
    margin: 0 0 20px;
}
.recruit-nav ul li:nth-child(2) {
    border-right: #274b8a 1px solid;
}

.recruit-topbg {
    margin: 0 0 30px;
}
.recruit-topbg h3 {
    padding: 30px 0 0;
    margin: 0 0 20px;
    text-align: left;
    font-size: 16px;
}
.recruit-topbg h3 span {
    font-size: 25px;
}
.recruit-topbg p {
    text-align: left;
    font-size: 16px;
}

.what-is-left p {
    font-size: 16px;
}
.what-is-right {
    width: 80%;
}

.attraction-box {
    margin: 0 0 40px;
}
.attraction-top {
    padding: 30px 0 0;
}
.attraction-box p {
    font-size: 16px;
    margin: 0 0 30px;
}
.attraction-box img {
    bottom: -40px;
}

.statue ul li {
    width: 100%;
}
.statue-box--inner p {
    font-size: 15px;
}

.guidelines {
    display: block;
}
.guidelines-line {
    border-right: none;
    margin: 0 0 40px;
}
.guidelines--inner {
    width: 100%;
}


/*-- recruit entry --*/
.work-box p {
    font-size: 16px;
}
.work-img {
    width: 60%;
}

.briefing-left {
    margin: 0 0 120px;
}
.briefing-explanation {
    font-size: 16px;
    margin: 0 0 30px;
}
.briefing-bg {
    width: 110px;
    top: -100px;
}

.recruitment-flow ul li p {
    font-size: 16px;
}
.recruitment-flow ul li:last-child::before {
    width: 112px;
    height: 88px;
    bottom: -5px;
    left: 0;
}

.link-width {
    width: 100%;
}
.link-width a {
    font-size: 16px;
    margin: 0 0 0 10px;
}
.briefing-company {
    height: 60px;
}
.briefing-company::before {
    right: 5%;
    width: 10px;
    height: 11px;
}
.briefing-company::after {
    width: 15%;
}
.list-box {
    margin: 30px 0;
}
.list-flex {
    display: block;
    padding: 20px 0;
}
.list-left {
    width: 160px;
    height: 50px;
}
.briefing-info li {
    display: block;
}
.briefing-info li::before {
    margin: 0 0 5px;
}
.briefing-info li:first-child {
    margin: 0 0 20px;
}

.list-right {
    width: 100%;
}
.list-title {
    font-size: 16px;
}
.list--inner-space {
    font-size: 14px;
}
.list--inner-space2 {
    font-size: 14px;
}

.company-map {
    margin: 0 0 20px;
}
.company-map a {
    padding: 10px 15px;
    font-size: 13px;
    width: 50%;
}
.company-map a::after {
    width: 7px;
    height: 7px;
    right: 10px;
}

.not-recruit {
    font-size: 16px;
}


/*-- company --*/
.company-concept {
    font-size: 16px;
    padding: 20px 0 0;
}

.leading-message-left {
    width: 68%;
    margin: 0 0 15px;
}
.leading-message-right p {
    font-size: 16px;
}

.upbringing-box {
    justify-content: space-between;
}
.upbringing-container {
    margin: 0 0 20px;
    width: 47%;
    padding: 20px 20px 0;
}
.upbringing-top h5 {
    font-size: 16px;
}
.upbringing-bottom p {
    font-size: 15px;
}

.history {
    font-size: 16px;
}


/*-- privacypolicy --*/
.title-black {
    font-size: 21px;
    margin: 0 0 7px;
}

.privacy-list {
    padding: 20px 0 0;
}
.privacy-list li {
    padding: 20px 0;

}
.privacy-list li p {
    font-size: 16px;
}


/*-- news index --*/
.news-list {
    padding: 20px 0 0;
}
.news-list a {
    padding: 20px 0;
}


/*-- news --*/
.news-title {
    padding: 25px 0 0;
    margin:0 0 20px;
}
.news-date {
    margin: 0 0 20px;
    font-size: 14px;
}

.news-article {
    margin: 0;
}
.news-text {
    font-size: 16px;
}
.news-article-list th {
    width: 85px;
}
.news-article-list th,td {
    font-size: 14px;
}
.news-img-text {
    margin: 5px 0 0;
    font-size: 14px;
}


/*-- contact --*/
.contact-list {
    padding: 25px 0 0;
}
.width-30 {
    width: 50%;
}

.scroll-box {
    padding: 0 20px;
}
.scroll-box ul {
    margin: 20px 0;
}
.scroll-box li {
    padding: 0 0 20px;
    margin: 0 0 20px;
}


/*-- design --*/
.product-concept {
    font-size: 16px;
}
.tab-top {
    padding: 20px 0 0;
}
.panel .company-concept {
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.web-box {
    margin: 0 0 20px;
}

.anxiety {
    width: 100%;
    margin: 0 auto 10px;
}
.anxiety2 {
    margin: 0 0 25px;
}
.forte-list {
    margin: 0 0 20px;
}
.forte-list li {
    font-size: 16px;
}
.forte-list li::before {
    min-width: 10px;
    min-height: 10px;
    border-radius: 2px;
}
.web-sample {
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.web-sample li {
    width: 75%;
    margin: 0 0 20px;
}
.web-sample-title {
    margin: 0 0 5px;
}
.web-sample-photo {
    height: 300px;
}

.original-title {
    margin: 0 0 20px;
}
.original-title span {
    font-size: 15px;
}
.original-title h4 {
    font-size: 25px;
}
.border-100::before {
    width: 20px;
    margin: 0 5px 0 0;
}
.border-100::after {
    width: 20px;
    margin: 0 0 0 5px
}
.title-pink {
    margin: 0 0 5px;
}
.original-list-top {
    height: 140px;
}
.original-list-bottm p {
    font-size: 13px;
}
.web-view {
    margin: 0 0 20px;
}
.web-view a {
    padding: 10px 15px;
    font-size: 13px;
    width: 50%;
}
.web-view a::after {
    width: 7px;
    height: 7px;
    right: 10px;
}

.original-title h4 {
    font-size: 21px;
}
.border-50::before {
    width: 20px;
    margin: 0 10px 0 0;
}
.border-50::after {
    width: 20px;
    margin: 0 0 0 10px;
}
.original-title p {
    font-size: 13px;
}
.price-container {
    width: 100%;
    margin: 0 0 20px;
}
.price-top {
    width: 80%;
    padding: 20px 0 5px;
    margin: 0 0 20px;
}
.price-top h5 {
    font-size: 16px;
}
.price-img {
    width: 60%;
}
.price-bottom {
    margin: 0 0 20px;
}
.price-bottom p {
    font-size: 16px;
}

.delivery-box {
    margin: 0 0 20px;
}
.delivery-container {
    width: 49%;
    margin: 0 0 10px;
}
.delivery-top {
    width: 80%;
    padding: 20px 0 5px;
    margin: 0 0 20px;
}
.delivery-top h5 {
    font-size: 16px;
}
.delivery-top h5::before {
    min-width: 30px;
    min-height: 12px;
}
.delivery-img {
    margin: 0 0 20px;
}

.question-list {
    margin: 0 0 35px;
}
.question-box {
    padding: 20px;
}
.question-box h5 {
    font-size: 16px;
}
.question-box .question::before {
    min-width: 25px;
    min-height: 25px;
}
.question-box .answer::before {
    min-width: 25px;
    min-height: 25px;
}
.answer-text {
    margin: 0 0 0 32px;
    font-size: 14px;
}

.work-text {
    margin: 0 0 20px;
}
.work-text p {
    font-size: 16px;
}
.work-text a {
    font-size: 16px;
}
.work-main-text {
    margin: 0 0 40px;
}


/*-- software --*/
.counseling {
    width: 100%;
    margin: 0 0 20px;
}


/*-- footer --*/
.footer-flex {
    display: block;
}
.footer-left {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 30px;
}
.sp-flexbox {
    margin: 0 10px 0 0;
}
.footer-icon {
    width: 100px;
    margin: 0 0 15px;
}
.iso {
    width: 100px;
}
.pc-address {
    display: none;
}
.sp-address {
    display: block;
    margin: 0;
}

.footer-right {
    width: 100%;
}
.footer-nav ul li {
    width: calc(100% / 2);
    margin: 0 0 20px;
}
.nav-flex {
    justify-content: center;
}

}


/***** 加筆・修正 *****/
/* 採用情報 */
.recruit-bg .software-link{
    margin: 0 0 30px;
    background-image: url(../../recruit/img/recruit-link2.svg);
}
@media screen and (max-width: 480px) {
.recruit-bg .software-link {
    background-image: url(../../recruit/img/sp-recruit-link2.svg);}
}
/* メールフォーム */
.contact-list li{
    align-items: flex-start;
}
.contact-left p{
    margin: 0.625em 0 5px;
}