@charset "UTF-8";

body p {
    font-size: 15px;
}

.sp_none {
    display: none!important;
}

.slick-dots {
    display: none!important;
}
/*------------------------------------
top戻るボタン↓
------------------------------------*/
footer #page-top a img {
    width: 50%;
}
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:#F4810B;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;
    margin: 0 87px 35px 0;
  }
#page-top a:hover{
    background: rgb(230, 145, 61);
    opacity:0.8;
}
#page-top {
    position: fixed;
    right: -48px;
    bottom: -3px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
    z-index: 100;
}
@keyframes UpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
#page-top.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
    opacity: 1;
    transform: translateY(0);
    }
    to {
    opacity: 1;
    transform: translateY(100px);
    }
}
/*------------------------------------
top戻るボタン↑
------------------------------------*/
/*------------------------------------
navボックス↓
------------------------------------*/
header .nav_main_box {
    display: none;
}
/*------------------------------------
navボックス↑
------------------------------------*/
/*------------------------------------
ヘッダー↓
------------------------------------*/
header h1 {
    width: 79px;
}
header .nav_box {
    width: 83%;
    height: 70px;
}
header .nav_box .crumbs ol li {
    margin-right: 40px;
}
header .nav_box .crumbs ol li:last-of-type {
    margin-right: 0;
}
#hamburger .btn-gNav {
    right: 89px;
}
/*------------------------------------
ヘッダー↑
------------------------------------*/
/*------------------------------------
メイン画像↓
------------------------------------*/
#front .group {
    height: 500px;
    position: relative;
    background-size: cover;
}
#front .group p {
    font-size: 58px;
    line-height: 68px;
    position: absolute;
    right: 25px;
    top: 116px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
/*------------------------------------
メイン画像↑
------------------------------------*/
/*------------------------------------
News記事↓
------------------------------------*/
#front .news {
    width: 90%;
    display: block;
    margin-top: 45px;
}
#front .news .news_article {
    width: 100%;
}
#front .news h2 {
    font-size: 45px;
}
#front .news .news_box {
    padding: 9px 0 10px 0px;
    margin-bottom: 5px;
}
#front .news .news_box .news_box_flex {
    display: flex;
    margin: 10px 0;
}
#front .news .news_box p:nth-child(2) {
    margin: 0 20px;
    padding: 0 20px;
}
#front .news .news_box .news_box_block {
    display: block;
}
#front .news .news_text p {
    display: none;
}
#front .news .light_blue p:nth-child(2) {
    letter-spacing: -0.9px;
}
.read_more_box {
    justify-content: center;
    width: 90%;
    margin-left: 10px;
    margin-top: 7px;
}
.left_to_right {
    margin-top: 24px;
}
.news_read_more {
    justify-content: flex-end;
    margin-left: 0px;
}
/*------------------------------------
News記事↑
------------------------------------*/
/*------------------------------------
Read Moreボックスあり↓
------------------------------------*/
#front .contact .contact_box .readmore_box {
    width: 230px;
    height: 52px;
}
#front .contact .contact_box .readmore_box .readmore_text {
    margin-right: 7px;
}
#front .contact .contact_box .readmore_box .readmore_border {
    width: 40px;
    height: 0px;
}
.readmore_border {
    width: 40px;
}
/*------------------------------------
Read Moreボックスあり↑
------------------------------------*/
/*------------------------------------
IMPACT ON THE WORLD↓
------------------------------------*/
#front .impact {
    margin-top: 100px;
    background-position: 75%,0%;
    padding-bottom: 13px;
}
#front .impact .impact_text {
    font-size: 62px;
    line-height: 66px;
    margin-bottom: 25px;
    font-weight: bold;
}
#front .impact .impact_box {
    padding-top: 45px;
    width: 90%;
}
#front .impact .impact_box a:hover .readmore_box .readmore_border {
    width: 30px;
    height: 0px;
}
#front .impact .impact_box a:hover .readmore_box .round_border2 {
    width: 15px;
    height: 15px;
    right: -8px;
}
/*------------------------------------
IMPACT ON THE WORLD↑
------------------------------------*/
/*------------------------------------
IMPACT ON THE WORLD↓
------------------------------------*/
#front .impact .impact_box .idea_text {
    font-size: 20px;
    line-height : 1.5;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 80px;
}
#front .impact .impact_box .readmore_button {
    width: 230px;
    height: 52px;
}
#front .impact img {
    height: 600px;
    bottom: 0;
    right: 0;
}
#front .impact .readmore_box {
    width: 230px;
    height: 52px;
}
#front .impact .readmore_box .readmore_text {
    margin-right: 7px;
}
#front .impact .readmore_box .readmore_border {
    width: 25px;
    height: 0px;
}
/*------------------------------------
IMPACT ON THE WORLD↑
------------------------------------*/
/*------------------------------------
事業内容一行目、三行目↓
------------------------------------*/
#front .business {
    width: 100%;
}
#front .business .business_main {
    width: 90%;
    padding-top: 45px;
}
#front .business .business_main h2 {
    font-size: 45px;
}
#front .business .business_main p {
    font-size: 12px;
}
#front .business .business_box .service_text {
    display: none;
}
#front .business .business_box {
    width: 57%;
    margin-top: 70px;
    margin-bottom: 120px;
    display: block;
}
#front .business .business_box .business_text h3 {
    font-size: 21px;
    line-height: 1.2em;
}
#front .business .business_box .business_text h4 {
    font-size: 11px;
    margin-bottom: 22px;
    margin-top: 3px;
}
#front .business .business_box .business_text {
    margin-bottom: 55px;
}
#front .business .business_box .business_text .numbers {
    font-size: 100px;
    bottom: -54px;
    left: -65px;
}
#front .business .business_box .business_img img {
    width: 70%;
    margin: auto;
}
#front .round_border {
    width: 15px;
    height: 15px;
}
/*------------------------------------
事業内容一行目、三行目↑
------------------------------------*/
/*------------------------------------
事業内容二行目↓
------------------------------------*/
#front .business .business_box2 {
    width: 57%;
    display: block;
    margin-bottom: 120px;
}
#front .business .business_box2 .business_text2 {
    margin-bottom: 55px;
}
#front .business .business_box2 .business_text2 h3 {
    font-size: 21px;
    line-height: 1.2em;
}
#front .business .business_box2 .business_text2 h4 {
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 3px;
}
#front .business .business_box2 .business_img2 img {
    width: 365px;
    margin: auto;
}
#front .business .business_box2 .business_text2 .numbers {
    font-size: 100px;
    bottom: -57px;
    left: -63px;
}
/*------------------------------------
事業内容二行目↑
------------------------------------*/
/* ----------------------------------
Price↓
------------------------------------------- */
#front .price {
    margin-bottom: 100px;
}
#front .price .price_box {
    padding: 35px 0 50px;
}
#front .price h2 {
    margin-bottom: 3px;
    font-size: 45px;
    letter-spacing: 0.012em;
    line-height: 1.5;
}
#front .price .price_box > p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.06em;
    line-height: 1.2;
}
#front .price .price_box > p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto 12px;
    font-size: 20px;
    line-height: 2.51;
    letter-spacing: 0;
}
#front .price .price_box .price_text {
    right: 120px;
    top: -151px;
    width: 5%;
}
#front .price .price_box .price_text p {
    font-size: 121px;
    letter-spacing: -0.038em;
    line-height: 1.12;
}
#front .price .price_box .price-flex {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
}
#front .price .price_box .price-flex .box {
    margin-bottom: 25px;
}
#front .price .price_box .price-flex .box > p {
    font-size: 20px;
    padding: 20px 0;
    letter-spacing: 0;
    line-height: 1.673;
}
#front .price .price_box .price-flex .box .white-box p {
    padding: 15px 10px;
    font-size: 15px;
    letter-spacing: 0.013em;
    line-height: 1.57;
}
#front .price .price_box .price-flex .box .white-box .read_more_box a p {
    padding: 15px 0;
}
#front .price .price_box .price-flex .box .white-box .right_text {
    margin-top: 0;
}
@media screen and (max-width: 520px) {
    #front .price .price_box .price-flex .box .white-box p {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    #front .price .price_box > p:nth-of-type(2) {
        font-size: 18px;
    }
}
@media screen and (max-width: 471px) {
    #front .price .price_box > p:nth-of-type(2) {
        font-size: 15px;
    }
}
/*------------------------------------
お問い合わせ↓
------------------------------------*/
#front .contact .contact_main {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
#front .contact h2 {
    font-size: 45px;
}
#front .contact h2:first-letter {
    color: #F4810B;
}
#front .contact p {
    color: #ffffff;
}
#front .contact .contact_box {
    height: 250px;
    display: flex;
}
#front .contact .contact_box .contact_main .contact_box_flex .contact_text p {
    font-size: 14px;
}
#front .contact .contact_box a:hover .readmore_box .readmore_border {
    width: 30px;
    height: 0px;
}
#front .contact .contact_box a:hover .readmore_box .round_border {
    right: -9px;
}
#front .contact .contact_box .flex {
	flex-wrap: wrap;
    justify-content: space-between;
}
#front .contact .contact_box .contact_box_flex .flex p {
    margin-left: 20px;
}
#front .contact .contact_box a:hover .readmore_box .readmore_border {
    width: 40px;
    height: 0px;
}
/*------------------------------------
お問い合わせ↑
------------------------------------*/
/*------------------------------------
製作実績↓
------------------------------------*/
#front .works {
    width: 100%;
    padding-top: 45px;
    background-color: #ececec;
    padding-bottom: 20px;
    margin-top: 60px;
}
#front .works .works_main_box {
    width: 90%;
    margin: auto;
}
#front .works h2 {
    font-size: 45px;
}
#front .works .works_box {
    text-align: left;
}
#front .works .works_box p {
    font-size: 12px;
}
#front .back_color {
    width: 100%;
    height: 55px;
    background-color:#ececec;
}
/*------------------------------------
製作実績↑
------------------------------------*/
/*------------------------------------
スリックスライダー↓
------------------------------------*/
#front .slick01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 39px;
}
#front .slick01 li {
    background-color: #ffffff;
}
#front .slick01 li h3 {
    letter-spacing: -1.1px;
    margin-top: 20px;
}
#front .slick-slide img {
    height: auto;
}
#front .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
#front .sliderArea.w300 {
    max-width: 300px;
}
#front .slick-slide {
    margin: 0 5px;
}
#front .slick-slide img {
    width: 100%;
}
#front .slick-prev {
    z-index: 100;
    left: 15px;
    top: 270px;
    width: 30px;
    height: 30px;
}
#front .slick-next {
    z-index: 100;
    right: 15px;
    top: 270px;
    width: 30px;
    height: 30px;
}
#front .slick-prev:before, .slick-next:before {
    color: #000;
    z-index: 9;
    font-size: 30px;
}
#front .thumb {
    margin: 20px 0 0;
}
#front .slick-slide {
    transition: all ease-in-out .3s;
}
#front .slick-active {
    opacity: 1;
}
#front .slick-current {
    opacity: 1;
}
#front .thumb .slick-slide {
    cursor: pointer;
}
#front .thumb .slick-slide:hover {
    opacity: 0.7;
}
#front .slick-slide {
    outline: none;
}
#front .slick-slider {
    position: relative;
}
#front .prev {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 130px;
}
#front .next {
    position: absolute;
    z-index: 1;
    right: -25px;
    top: 130px;
}
#front .fa-chevron-circle-right {
    font-size: 35px;
    color: #333;
}
#front .fa-chevron-circle-left {
    font-size: 35px;
    color: #333;
}
#front .fa-chevron-circle-right:hover {
    opacity: 0.6;
}
#front .fa-chevron-circle-left:hover {
    opacity: 0.6;
}
#front .works ul .works_img_textpc {
    height: 100px;
}
.round_border2 {
    width: 15px;
    height: 15px;
}
/*------------------------------------
スリックスライダー↑
------------------------------------*/
/*------------------------------------
Read Moreボックスなし↓
------------------------------------*/
/*------------------------------------
Read Moreボックスなし↑
------------------------------------*/
/*------------------------------------
フッター↓
------------------------------------*/
footer .fot_index_box {
    width: 80%;
    margin-top: 85px;
}
footer .footer_nav_box ol li{
    margin: 27px 0;
    font-weight: 700;
}
footer .footer_nav_box ol i {
    font-size: 16px;
    margin: 0 10px 0 0;
}
footer .footer_nav_box .left_in_right {
    display: flex;
    align-items: center;
}
footer .footer_img {
    width: 94px;
    margin-bottom: 30px;
}
footer .footer_box {
    margin-bottom: 65px;
}
footer .footer_box .company_box {
    width: 90%;
}
footer .footer_box .company_box ol li {
    font-size: 14px;
}
footer .footer_box .company_box ol li:nth-child(3) {
    margin: 18px 0 13px 0;
}
footer .footer_box .company_box .company_text {
    font-size: 20px;
    margin-bottom: 30px;
}
footer .footer_box .footer_contact {
    margin-left: 65px;
}
footer .footer_box .footer_contact img {
    width: 25px;
}
footer .footer_box .footer_contact .letter_text {
    margin-left:10px;
}
footer .footer_box .footer_contact .flex_submit .submit_text {
    font-size: 16px;
    padding: 6px 37px;
}
footer .footer_box .footer_contact .contact_text_box {
    width: 400px;
    height: 95px;
    margin: 8px 0;
}
footer .footer_box .footer_contact .click_text {
    font-size: 15px;
}
address {
    padding: 15px 0 20px;
	font-size: 10px;
}
footer .footer_box .fa-angle-right {
    margin-right: 10px;
}
footer .fot_box {
    margin-top: 60px;
}
footer .fot_box .fot_main_box {
    width: 80%;
}
/*------------------------------------
フッター↑
------------------------------------*/
/*------------------------------------
newsページ↓
------------------------------------*/
/*------------------------------------
newsページメイン文字↓
------------------------------------*/
#news .news_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#news .news_text_box .news_notice h1 {
    font-size: 30px;
}
#news .news_text_box .news_notice h2 {
    font-size: 10px;
    margin-top: -10px;
}
#news .news_article .news_box .news_box_block p {
    line-height: 1.3em;
}
/*------------------------------------
newsページメイン文字↑
------------------------------------*/
/*------------------------------------
NewsページNews記事↓
------------------------------------*/
#news .news {
    width: 80%;
    margin-top: 50px;
}
#news .news .news_box {
    padding: 9px 0 11px 0px;
}
#news .news .news_box p:nth-child(2) {
    margin: 0 20px;
    padding: 0 20px;
}
#news .news .light_blue p:nth-child(2) {
    letter-spacing: -0.9px;
}
#news .news .news_box .news_box_flex {
    margin: 10px 0;
}
#news .news_article .news_box .news_box_block p a img {
    margin: auto 0 auto 10px;
}
#news .news_article .news_box .news_box_block p a:hover img {
    margin: auto 0 auto 25px;
}
.read_more_box {
    width: 90%;
    margin-left: 10px;
    margin-top: 7px;
}
.left_to_right {
    margin-top: 24px;
}
.news_read_more {
    margin-left: 0px;
}
/*------------------------------------
NewsページNews記事↑
------------------------------------*/
footer .fot_box .fot_main_box {
    width: 90%;
    padding-top: 45px;
}
/*------------------------------------
newsページ↑
------------------------------------*/
/*------------------------------------
#aboutページ↓
------------------------------------*/
/*------------------------------------
aboutページメイン文字↓
------------------------------------*/
#about .about_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#about .about_text_box .about_notice h1 {
    font-size: 30px;
}
#about .about_text_box .about_notice h2 {
    font-size: 10px;
    margin-top: -10px;
}
/*------------------------------------
aboutページメイン文字↑
------------------------------------*/
/*------------------------------------
会社概要↓
------------------------------------*/
#about .company_profile_box {
    width: 85%;
    margin-top: 100px;
}
#about .company_profile_box h2 {
    font-size: 25px;
    text-align: left;
}
#about .company_profile_box .loot_ltd {
    margin-top: 60px;
}
#about .company_profile_box .loot_ltd tr th {
    width: 110px;
}
#about .company_profile_box .loot_ltd tr th,td {
    font-size: 16px;
    padding-bottom: 36px;
}
/*------------------------------------
会社概要↑
------------------------------------*/
/*------------------------------------
アクセスGoogle_map↓
------------------------------------*/
#about .map h2 {
    font-size: 32px;
    margin: 80px 0 65px;
    text-align: left;
}
#about .map .company_profile_text {
    width: 85%;
    margin: auto;
}
#about .map .google_map iframe {
    width: 85%;
}
/*------------------------------------
アクセスGoogle_map↑
------------------------------------*/
/*------------------------------------
aboutページ↑
------------------------------------*/
/*------------------------------------------
#serviceページ↓
---------------------------------------------*/
#service .service_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#service .service_text_box .service_main h1 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 0.6;
}
#service .service_text_box .service_main h2 {
    font-size: 10px;
    margin-top: 10px;
    line-height: 0.8;
}
#service .service_content .content {
    flex-direction: column;
    width: 90%;
    margin: auto;
    padding-top: 60px;
}
#service .service_content .content .box {
    box-shadow: 5px 5px 10px rgba(0,0,0, 20%);
    margin-bottom: 25px;
}
#service .service_content .content .box .box_inner {
    padding: 0 30px 8px;
}
#service .service_content .content .box img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}
#service .service_content .content .box h3 {
    padding-left: 10px;
    border-left: 5px solid #e97e19;
    margin-top: 20px;
    line-height: 1;
    font-size: 20px;
	margin-left: 20px;
}
#service .service_content .content .box p {
    margin: 18px 0;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 1.3;
}
#service .service_content .content .box ul {
    margin-top: 10px;
}
#service .service_content .content .box ul li a {
    font-size: 14px;
    margin-left: 15px;
}
#service .service_content .content .box ul li a::before {
    left: -15px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #e76019;
    border-right: 1px solid #e76019;
}
#service .service_content .content .box ul li p {
    margin: 5px 0 5px 15px;
    font-size: 11px;
    letter-spacing: 0.05em;
}
/* subsidyセクション追加　2022/04/14 */
#service .subsidy {
    margin-top: 40px;
}
#service .subsidy .subsidy-flex {
    flex-direction: column;
}
#service .subsidy h4 {
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1.56875;
}
#service .subsidy > p,
#service .subsidy > p span {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.51;
}
#service .subsidy .subsidy-flex li {
    margin: 0 auto;
}
#service .subsidy .subsidy-flex li:not(:last-child) {
    margin-bottom: 25px;
}
#service .subsidy .subsidy-flex li h5 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 52px;
    height: 52px;
}
#service .subsidy .subsidy-flex li p:nth-of-type(1) {
    padding-top: 20px;
    font-size: 12px;
    height: 75px;
    letter-spacing: 0.013em;
}
#service .subsidy .subsidy-flex li p:nth-of-type(2) {
    margin-bottom: 10px;
    padding: 0 30px;
    font-size: 18px;
    letter-spacing: 0;
}
#service .subsidy .subsidy-flex li p:nth-of-type(3) {
    margin-bottom: 25px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.004;
}
#service .subsidy .subsidy-flex li p:nth-of-type(3) span {
    margin-left: 10px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.673;
}
#service .contact_box {
    margin: 40px 38px 0px;
    border: 1px solid #3e3e3e;
}
#service .contact_box .contact_inner_box {
    flex-direction: column;
}
#service .contact_box .contact_inner_box .left_side {
    margin: auto 0;
    border-right: none;
    padding: 10px 13px 0;
}
#service .contact_box .contact_inner_box .left_side .side_inner {
    border-bottom: 1px solid #3e3e3e;
}
#service .contact_box .contact_inner_box .left_side h6 {
    font-size: 22.5px;
    letter-spacing: 0.15em;
    line-height: 1;
}
#service .contact_box .contact_inner_box .left_side p {
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 2;
}
#service .contact_box .contact_inner_box .right_side {
    margin: auto 0;
}
#service .contact_box .contact_inner_box .right_side .side_inner {
    padding: 0 13px 10px;
}
#service .contact_box .contact_inner_box .right_side .side_inner p {
    font-size: 10px;
    letter-spacing: 0.1em;
    display: inline;
}
#service .contact_box .contact_inner_box .left_side .side_inner p br {
    display: none;
}
#service .contact_box .contact_inner_box .right_side .phone img {
    margin: 0 8px;
    width: 12px;
    margin-top: 2px;
}
#service .contact_box .contact_inner_box .right_side .phone div a {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
}
#service .contact_box .contact_inner_box .right_side .mail {
    margin-top: 7px;
}
#service .contact_box .contact_inner_box .right_side .mail a {
    font-size: 10.5px;
    letter-spacing: 0.1em;
    padding: 8px 10px;
}
#service .contact_box .contact_inner_box .right_side .mail a img {
    width: 14px;
    margin-right: 4px;
}
/* -------------------------------------------------
Priceページ
----------------------------------------------- */
#price h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.56875;
}
#price .price_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#price .price_text_box .price_main h1 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 0.6;
}
#price .price_text_box .price_main h2 {
    font-size: 10px;
    margin-top: 10px;
    line-height: 0.8;
}
#price .price-container {
    margin: 60px auto 0;
}
#price .price-container .price_content .plan-flex {
    flex-direction: column;
}
#price .price-container .price_content .plan-flex li {
    width: 100%;
}
#price .price-container .price_content .plan-flex li:not(:last-child) {
    margin-bottom: 25px;
}
#price .price-container .price_content .plan-flex li p:nth-child(1) {
    padding: 10px 0;
    font-size: 20px;
}
#price .price-container .price_content .plan-flex li p:nth-child(1) span {
    font-size: 12px;
}
#price .price-container .price_content .plan-flex li p:nth-child(2) {
    margin: 15px 10px 0;
    font-size: 12px;
    height: 80px;
}
#price .price-container .price_content .plan-flex li .border-index {
    width: 200px;
    font-size: 18px;
}
#price .price-container .price_content .plan-flex li p:nth-child(4),
#price .price-container .price_content .plan-flex li p:nth-child(7) {
    font-size: 30px;
}
#price .price-container .price_content .plan-flex li p:nth-child(4) {
    margin: 4px 0 0;
}
#price .price-container .price_content .plan-flex li p:nth-child(5) {
    margin-bottom: 18px;
    font-size: 14px;
}
#price .price-container .price_content .plan-flex li p:nth-child(7) {
    margin: 4px 0 20px;
}
#price .price-container .price_content .plan-flex li p:nth-child(4) span,
#price .price-container .price_content .plan-flex li p:nth-child(7) span {
    margin-left: 10px;
    font-size: 20px;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(5) {
    margin: 18px 0 0;
    font-size: 18px;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(6) {
    font-size: 30px;
    margin: 4px 0 20px;
}
#price .price-container .price_content .plan-flex .blue p:nth-child(6) span {
    margin-left: 10px;
    font-size: 20px;
}
#price .price-container .price_content .kome {
    margin: 15px 0 0;
}
#price .price-container .price_content .kome li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
}
#price .price-container .price_content .option {
    margin: 50px 0 0 0;
    flex-direction: column;
}
#price .price-container .price_content .option p {
    padding: 10px 0;
    font-size: 20px;
    width: 100%;
}
#price .price-container .price_content .option .list-box {
    padding: 12px 25px;
}
#price .price-container .price_content .option ul {
    text-align: left;
    flex-direction: column;
}
#price .price-container .price_content .option ul li {
    font-size: 15px;
}
#price .price-container .system h3,
#price .price-container .ad h3 {
    margin: 50px 0 0 0;
}
#price .price-container .system div p,
#price .price-container .ad div p {
    font-size: 15px;
    padding: 12px 25px;
}
#price .contact_box {
    margin: 40px 38px 0px;
    border: 1px solid #3e3e3e;
}
#price .contact_box .contact_inner_box {
    flex-direction: column;
}
#price .contact_box .contact_inner_box .left_side {
    margin: auto 0;
    border-right: none;
    padding: 10px 13px 0;
}
#price .contact_box .contact_inner_box .left_side .side_inner {
    border-bottom: 1px solid #3e3e3e;
}
#price .contact_box .contact_inner_box .left_side h6 {
    font-size: 22.5px;
    letter-spacing: 0.15em;
    line-height: 1;
}
#price .contact_box .contact_inner_box .left_side p {
    font-size: 8px;
    letter-spacing: 0.1em;
    line-height: 2;
}
#price .contact_box .contact_inner_box .right_side {
    margin: auto 0;
}
#price .contact_box .contact_inner_box .right_side .side_inner {
    padding: 0 13px 10px;
}
#price .contact_box .contact_inner_box .right_side .side_inner p {
    font-size: 10px;
    letter-spacing: 0.1em;
    display: inline;
}
#price .contact_box .contact_inner_box .left_side .side_inner p br {
    display: none;
}
#price .contact_box .contact_inner_box .right_side .phone img {
    margin: 0 8px;
    width: 12px;
    margin-top: 2px;
}
#price .contact_box .contact_inner_box .right_side .phone div a {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
}
#price .contact_box .contact_inner_box .right_side .mail {
    margin-top: 7px;
}
#price .contact_box .contact_inner_box .right_side .mail a {
    font-size: 10.5px;
    letter-spacing: 0.1em;
    padding: 8px 10px;
}
#price .contact_box .contact_inner_box .right_side .mail a img {
    width: 14px;
    margin-right: 4px;
}
@media screen and (min-width: 430px) {
    #price .price-container .price_content .option .list-box {
        display: flex;
    }
    #price .price-container .price_content .option ul {
        margin-right: 13px;
    }
}
@media screen and (min-width: 540px) {
    #price .price-container .price_content .option .list-box {
        flex-direction: column;
        padding: 12px 20px;
    }
    #price .price-container .price_content .option ul {
        flex-direction: row;
        margin-right: 0;
    }
    #price .price-container .price_content .option ul li:not(:last-child) {
        margin-right: 10px;
    }
}
@media screen and (min-width: 980px) {
    #price .price-container .price_content .option ul {
        justify-content: center;
    }
}
/*------------------------------------
#Worksページ↓
------------------------------------*/
#works {
    text-align: center;
}
#works .works_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#works .works_text_box .works_main h1 {
    font-size: 30px;
}
#works .works_text_box .works_main h2 {
    font-size: 10px;
    margin-top: -10px;
}
#works .selection_button {
    width: 90%;
    padding: 100px 0 100px 0;
}
#works .selection_button .selection_box .button_haba {
    padding: 10px 0;
}
#works .selection_button .sp_selection_box div {
    flex: 1;
}
#works .selection_button .sp_selection_box div a {
    display: block;
    min-width: 133px;
}
#works .selection_button .selection_box {
    width: 75%;
    margin: auto;
}
#works .selection_button .sp_selection_box .selection_box div a:first-child {
    margin: 1px 0 -1px 0;
}
#works .selection_button .sp_selection_box .selection_box .selection_box_1 a {
    margin: 0 -1px 0 1px;
}
#works .production_list .result_box {
    width: 90%;
}
#works .production_list .list_box .production_box {
    margin: 5px 8px 40px;
}
#works .production_list .list_box .production_box .production_img .flex_readmore .round_border {
    width: 15px;
    height: 15px;
}
#works .production_list .list_box a:hover .lightblue .round_border {
    right: 20px;
}
#works .production_list .list_box .production_box .mini_button_lightblue {
    width: 110px;
    padding: 4px 0;
    margin-bottom: 10px;
}
#works .production_list .list_box .production_box .mini_button_green {
    width: 110px;
    padding: 4px 0;
    margin-bottom: 10px;
}
#works .production_list .list_box a:hover .green_border .round_border {
    right: 20px;
}
#works .production_list .list_box .production_box .mini_button_orange {
    width: 110px;
    padding: 4px 0;
    margin-bottom: 10px;
}
#works .production_list .list_box a:hover .orange_border .round_border {
    right: 20px;
}
#works .production_list .list_box .production_box img {
    width: 310px;
}
#works .production_list .list_box .works_page_text h3 {
    margin-top: 15px;
}
#works .production_list .list_box .production_box .production_img .flex_readmore {
    padding-bottom: 15px;
}
#works .production_list .list_box .production_box .production_img .flex_readmore .readmore_border {
    right: 20px;
}
#works .production_list .list_box .production_box .production_img .flex_readmore .round_border {
    right: 11px;
}
#works .production_list .next_page {
    margin: 60px 0 0 0;
}
#works .production_list .next_page p {
    font-size: 16px;
    margin: 0 15px 0 15px;
}
/*------------------------------------
#Worksページ↑
------------------------------------*/
/*------------------------------------
#contactページ↓
------------------------------------*/
#contact .contact_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#contact .contact_text_box .contact_tel h1 {
    font-size: 30px;
}
#contact .contact_text_box .contact_tel h2 {
    font-size: 10px;
    margin-top: -10px;
}
#contact .inquiry_phone_box {
    width: 80%;
    margin-top: 100px;
}
#contact .inquiry_phone_box .tel_box {
    width: 90%;
    padding: 20px 0;
}
#contact .inquiry_phone_box .tel_box p:first-child {
    font-size: 15px;
}
#contact .inquiry_phone_box .tel_box .flex {
    margin-bottom: 6px;
    margin-top: 6px;
}
#contact .inquiry_phone_box .tel_box .flex .tel_text_box {
    padding: 0px 10px;
}
#contact .inquiry_phone_box .tel_box .flex .tel_text_box p {
    font-size: 17px;
    text-indent: -3px;
}
#contact .inquiry_phone_box .tel_box .flex .call_box {
    margin-top: 6px;
    margin-left: 5px;
}
#contact .inquiry_phone_box .tel_box .flex .call_box a {
    font-size: 20px;
}
#contact .inquiry_phone_box .tel_box .working_day {
    margin-top: 10px;
}
#contact .necessary_items {
    width: 80%;
    padding: 75px 0;
}
#contact .red_color {
    font-size: 15px;
}
#contact .contact_form {
    width: 80%;
}
#contact .contact_form .form_box input {
    width: 100%;
    height: 40px;
    padding-left: 30px;
    margin: 15px 0 30px;
}
#contact .contact_form textarea {
    width: 100%;
    height: 260px;
    padding: 20px 0px 0px 30px;
    margin: 15px 0 30px;
}
#contact .contact_form .sushi_box {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    margin: 15px 0 30px;
}
#contact .contact_form .surname {
    width: 45%;
}
#contact .contact_form .mai {
    width: 45%;
}
#contact .contact_form form .mg_right {
    margin-right: 5px;
}
#contact .contact_form .flex {
    margin-bottom: 20px;
    margin-top: 50px;
}
#contact .contact_form .c_agree_box .c_agree {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
#contact .contact_form .c_agree_box .submit_button_box input {
    width: 360px;
    padding: 15px 30px;
}
#contact .contact_form .c_agree_box .submit_button_box .readmore_border {
    width: 40px;
    height: 0px;
    right: 52px;
}
#contact .contact_form .c_agree_box .submit_button_box .round_border {
    width: 20px;
    height: 20px;
    right: 41px;
}
#contact .contact_form .c_agree_box .submit_button_box .flex_readmore:hover .readmore_border {
    width: 40px;
    height: 0px;
    right: 52px;
}
#contact .contact_form .c_agree_box .submit_button_box .flex_readmore:hover .round_border {
    width: 20px;
    height: 20px;
    right: 41px;
}
#contact .contact_form .c_agree_box .box_privacy_policy {
    margin-bottom: 30px;
}
#contact .contact_form .c_agree_box .box_privacy_policy .fa-clone {
    margin-right: 10px;
}
#contact label .category select {
    background: #f1f5f7;
    width: 100%;
    height: 40px;
    margin: 15px 0 30px;
    padding-left: 30px;
}
/*------------------------------------
#contactページ↑
------------------------------------*/
/*------------------------------------
#single_newsページ↓
------------------------------------*/
#single_news .single_news_main {
    margin: 70px 0 110px;
    height: 140px;
}
#single_news .single_news_main .flex h2 {
    font-size: 30px;
}
#single_news .single_news_main .flex p {
    font-size: 10px;
}
#single_news .news_image_box {
    margin: 0 40px;
}
#single_news .news_image_box .heading {
    margin-bottom: 20px;
}
#single_news .news_image_box .heading p:first-child {
    font-size: 26px;
    margin-right: 20px;
}
#single_news .news_image_box .heading p:nth-child(2) {
    width: 94px;
    height: 35px;
    line-height: 1.2;
    font-size: 26px;
}
#single_news .news_image_box h2 {
    font-size: 25px;
    margin-bottom: 45px;
    letter-spacing: 0.04em;
}
#single_news .news_image_box > p {
    margin-top: 50px;
    font-size: 24px;
    letter-spacing: 0.038em;
}
#single_news .single-pagination {
    margin-top: 70px;
}
#single_news .single-pagination .prev {
    margin-right: 45px;
}
#single_news .single-pagination .prev a {
    width: 150px;
    padding: 1em 2em;
}
#single_news .single-pagination .prev a p span {
    margin-right: 10px;
}
#single_news .single-pagination .next {
    margin-left: 45px;
}
#single_news .single-pagination .next a {
    width: 150px;
    padding: 1em 2em;
}
#single_news .single-pagination .next a p span {
    margin-left: 10px;
}
@media (max-width:600px) {
    #single_news .news_image_box .heading p:first-child {
        font-size: 16px;
    }
    #single_news .news_image_box .heading p:nth-child(2) {
        height: auto;
        font-size: 16px;
    }
    #single_news .news_image_box h2 {
        margin-bottom: 25px;
    }
    #single_news .news_image_box > p {
        font-size: 16px;
    }
    #single_news .single-pagination .next a p {
        font-size: 16px;
    }
    #single_news .single-pagination .prev {
        margin-right: 0;
    }
    #single_news .single-pagination .prev a {
        width: 70px;
        padding: 10px 2em;
    }
    #single_news .single-pagination .prev a p {
        font-size: 16px;
    }
    #single_news .single-pagination .next {
        margin-left: 0;
    }
    #single_news .single-pagination .next a {
        width: 70px;
        padding: 10px 2em;
    }

}
/*------------------------------------
#single_newsページ↑
------------------------------------*/
/*------------------------------------
#privacy_policyページ↓
------------------------------------*/
#privacy_policy .privacy_policy_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#privacy_policy .privacy_policy_text_box .privacy h1 {
    font-size: 27.5px;
}
#privacy_policy .privacy_policy_text_box .privacy .color_orenji {
    font-size: 27.5px;
}
#privacy_policy .privacy_policy_text_box .privacy h2 {
    font-size: 10px;
}
#privacy_policy .privacy_policy_maintext {
    width: 80%;
    padding-top: 60px;
}
#privacy_policy .privacy_policy_maintext p {
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 23px;
}
#privacy_policy .privacy_policy_maintext h2 {
    font-size: 12px;
    margin-bottom: 7px;
}
#privacy_policy .privacy_policy_maintext ul li {
    font-size: 12px;
    margin-left: 40px;
}
#privacy_policy .privacy_policy_maintext ul li:last-of-type {
    margin-bottom: 23px;
}
#privacy_policy .address_box {
    width: 80%;
}
#privacy_policy .address_box p {
    font-size: 14px;
}
#privacy_policy .ceo_box {
    margin-top: 30px;
    width: 80%;
}
#privacy_policy .ceo_box p {
    font-size: 14px;
}
/*------------------------------------
#privacy_policyページ↑
------------------------------------*/
/*------------------------------------
#works_detailページ↓
------------------------------------*/
#works_detail .works_detail_main .flex .works_detail_h2 h2 {
    font-size: 36px;
}
#works_detail .works_detail_main .flex {
    flex-direction: column;
}
#works_detail .works_detail_main {
    margin-top: 70px;
    width: 100%;
}
#works_detail .works_detail_main .flex .works_detail_p p {
    font-size: 15px;
}
#works_detail .detail_image_box {
    width: 80%;
}
#works_detail .detail_image_box img:first-of-type {
    margin-bottom: 20px;
}
#works_detail .detail_image_box .advertising_agency_box {
    padding: 2px 13px;
    margin: 86px 0 15px;
}
#works_detail .detail_image_box .company_detail h2 {
    font-size: 25px;
    padding-bottom: 25px;
}
#works_detail .detail_image_box table tr th {
    width: 90px;
}
#works_detail .detail_image_box table tr td {
    padding-bottom: 3px;
}
#works_detail .detail_image_box .company_detail p {
    font-size: 17px;
}
#works_detail .detail_image_box .mobinc_homepage {
    margin-top: 5px;
}
#works_detail .detail_image_box .mobinc_homepage img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
#works_detail .detail_image_box .liheight {
    margin-bottom: 50px;
}
#works_detail .company_image {
    width: 80%;
}
#works_detail .company_image .company_box_image a {
    width: 30%;
    max-width: 220px;
    height: 220px;
    margin: 0 16px;
}
#works_detail .company_image .company_box_image img {
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
}
#works_detail .company_image .company_mobinc_img_sp_box {
    margin-top: 40px;
}
#works_detail .company_image .company_mobinc_img_sp_box a {
    width: 152px;
    height: 271px;
    margin: 60px 25px;
}
#works_detail .company_image .company_mobinc_img_sp_box a::before {
    width: 176px;
    height: 374px;
    top: -56px;
    left: -12px;
}
#works_detail .company_image .company_mobinc_img_sp_box img {
    width: 100%;
    height: 100%;
    object-position: 50% 0%;
}
#works_detail .next_works_box .next_prev {
    margin-top: 100px;
}
#works_detail .next_works_box .next_prev .all_News_text {
    margin: 0px 26px;
    font-size: 15px;
}
#works_detail .next_works_box .next_prev p .next_span,
#works_detail .next_works_box .next_prev p .prev_span {
    font-size: 15px;
}
/*------------------------------------
#works_detailページ↑
------------------------------------*/
/*-----------------------------------------
#recruitページ（Partnerページ）↓
-------------------------------------------------*/
#recruit .recruit_form {
    width: 80%;
}
#recruit .recruit_text_box {
    width: 100%;
    height: 140px;
    margin-top: 70px;
}
#recruit .recruit_text_box div h1 {
    font-size: 30px;
}
#recruit .recruit_text_box div h2 {
    font-size: 10px;
    margin-top: -10px;
}
#recruit .necessary_items {
    width: 80%;
    padding: 75px 0;
}
#recruit span {
    font-size: 15px;
}
#recruit .recruit_form {
    width: 80%;
}
#recruit .recruit_form .form_box input {
    width: 100%;
    height: 40px;
    padding-left: 30px;
    margin: 15px 0 30px;
}
#recruit .recruit_form textarea {
    width: 100%;
    height: 260px;
    padding: 20px 0px 0px 30px;
    margin: 15px 0 30px;
}
#recruit .recruit_form .flex {
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
#recruit .recruit_form .c_agree_box .c_agree {
    width: 30px;
    height: 20px;
    margin: 0 10px 0 0;
}
#recruit .recruit_form .c_agree_box .submit_button_box input {
    width: 360px;
    padding: 15px 30px;
}
#recruit .recruit_form .c_agree_box .submit_button_box .readmore_border {
    width: 40px;
    height: 0px;
    right: 52px;
    top: 29px;
}
#recruit .recruit_form .c_agree_box .submit_button_box .round_border {
    width: 20px;
    height: 20px;
    right: 41px;
    top: 19px;
}
#recruit .recruit_form .c_agree_box .submit_button_box .flex_readmore:hover .readmore_border {
    width: 40px;
    height: 0px;
    right: 52px;
}
#recruit .recruit_form .c_agree_box .submit_button_box .flex_readmore:hover .round_border {
    width: 20px;
    height: 20px;
    right: 41px;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy {
    margin-bottom: 30px;
}
#recruit .recruit_form .c_agree_box .box_privacy_policy .fa-clone {
    margin-right: 10px;
}
/* -----------------------------------------------
404
 ----------------------------------------------------------*/
#notfound div h1 {
    font-size: 4rem;
}
#notfound div h1 span {
    font-size: 1rem;
}
#notfound a .readmore_box {
    width: 200px;
    height: 40px;
    margin: auto;
}
#notfound a .readmore_box .flex_readmore .round_border {
    width: 15px;
    height: 15px;
}
#notfound a:hover .readmore_box .flex_readmore .round_border {
    right: -12px;
}
/*------------------------------------
@media↓
------------------------------------*/
@media screen and (max-width: 880px) {
    #hamburger .btn-gNav {
        right: 60px;
    }
    #works_detail .company_image .company_box_image {
        margin-bottom: 50px;
    }
    #works_detail .company_image .company_mobinc_img_sp_box img {
        width: 83%;
        height: 88%;
        object-position: 50% 0%;
    }
    #works_detail .company_image .company_box_image a {
        width: 30%;
        height: 30vw;
        margin: auto;
    }
    #works_detail .company_image .company_mobinc_img_sp_box a {
        width: 23vw;
        height: 41vw;
        margin: 25px auto;
    }
    #works_detail .company_image .company_mobinc_img_sp_box a::before {
        width: 21vw;
        height: 53vw;
        top: -8vw;
        left: -1vw;
    }
    #works_detail .next_works_box .next_prev {
        margin-top: 50px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .contact h2 {
        font-size: 45px;
    }
    #front .impact .readmore_box {
        margin-top: 45px;
    }
}
@media screen and (max-width: 695px) {
    #hamburger .btn-gNav {
        right: 50px;
    }
    #front .group p {
        font-size: 43px;
        line-height: 1.3em;
        position: absolute;
        right: 25px;
        top: 190px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        margin: auto;
    }
    #front .contact .contact_box {
        height: 150px;
        display: flex;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .impact {
        background-image: url(../image/hand_sp.jpg)
    }
    #front .contact .contact_box .readmore_box {
        width: 160px;
        height: 30px;
    }
    #front .contact .contact_box .readmore_box .readmore_text {
        margin-right: 7px;
    }
    #front .contact .contact_box .readmore_box .readmore_border {
        width: 30px;
        height: 0px;
    }
    .readmore_border {
        width: 30px;
    }
    #front .contact .contact_box a .readmore_box .round_border {
        width: 15px;
        height: 15px;
    }
    #front .contact .contact_box {
        height: 195px;
    }
    #works .selection_button .sp_selection_box div p {
        font-size: 13px;
    }
    #front .contact .contact_box a:hover .readmore_box .readmore_border {
        width: 35px;
        height: 0px;
    }
    #front .contact .contact_box a:hover .readmore_box .round_border {
        width: 15px;
        height: 15px;
        right: -6px;
    }
}
@media screen and (max-width: 520px) {
    body p {
        font-size: 12px;
    }
    #hamburger .btn-gNav {
        right: 40px;
    }
    #front .next {
        right: -13px;
    }
    #front .prev {
        left: -13px;
    }
    #front .business .business_main h2 {
        font-size: 45px;
    }
    #front .business .business_box2 .business_img2 img {
        width: 175px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .contact h2 {
        font-size: 45px;
    }
    #front .contact .contact_box .contact_main .contact_box_flex .contact_text p {
        font-size: 10px;
    }
    #contact .red_color {
        font-size: 12px;
    }
    #news_detail .date_main .next_prev p .prev_span,
    #news_detail .date_main .next_prev p .next_span {
        font-size: 12px;
    }
    #recruit span {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    #hamburger .btn-gNav {
        right: 30px;
    }
    #works .selection_button .selection_box .all_works_box p {
        font-size: 11px;
        white-space: nowrap;
    }
    #works .selection_button .selection_box .web_design_box p {
        font-size: 11px;
    }
    #works .selection_button .selection_box .advertising_agency_box p {
        font-size: 11px;
    }
    #works .selection_button .selection_box .system_development_box p {
        font-size: 11px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .impact .impact_box .idea_text {
        font-size: 18px;
    }
}
@media screen and (max-width: 471px) {
    #front .group p {
        font-size: 39px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        margin: auto;
    }
    #front .impact .impact_text {
        font-size: 35px;
        line-height: 50px;
    }
    #front .impact .impact_box .idea_text {
        font-size: 15px;
    }
    #front .business .business_box .business_text .numbers {
        left: -20px;
    }
    #front .business .business_box2 .business_text2 .numbers {
        left: -20px;
    }
    #front .business .business_box {
        width: 80%;
    }
    #front .business .business_box2 {
        width: 80%;
    }
    #contact .contact_form .flex {
        display: block;
    }
    #front .contact .contact_main {
        width: 70%;
    }
    #contact .contact_form .c_agree_box .submit_button_box input {
        width: 289px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #works_detail .detail_image_box .company_detail h2 {
        font-size: 20px;
    }
    #front .contact .contact_box .readmore_box {
        margin-top: 10px;
    }
    #recruit .recruit_form .c_agree_box .submit_button_box input {
        width: 289px;
    }
}
@media screen and (max-width: 410px) {
    #front .group p {
        font-size: 34px;
        width: 90%;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        margin: auto;
        text-align: right;
    }
    #news_detail .date_main .next_prev {
        text-align: center;
    }
    #news_detail .date_main .next_prev .all_News_text {
        margin: 0 30px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .contact .contact_box .readmore_box {
        margin-top: 10px;
    }
    #works .selection_button .sp_selection_box .selection_box .selection_box_1 a:last-child {
        margin: 0;
    }
    #works .selection_button .sp_selection_box .selection_box div a {
        margin: -1px 0 1px 0;
    }
    #works .selection_button .sp_selection_box .selection_box div a:first-child {
        border-top: 0px;
        border-bottom: 0px;
    }
    #works .selection_box_2 {
        margin: -1px 0 0 0;
    }
    #front .business .business_box .business_img img {
        width: 175px;
    }
    #front .contact .contact_box .readmore_box {
        width: 130px;
        height: 30px;
    }
    #front .impact .readmore_box {
        width: 130px;
        height: 35px;
    }
    #front .impact .impact_box .idea_text {
        margin-bottom: 25px;
    }
    #front .contact .contact_box .readmore_box .readmore_border {
        width: 25px;
        height: 0px;
    }
    #front .contact .contact_box a:hover .readmore_box .readmore_border {
        width: 30px;
        height: 0px;
    }
    #front .contact .contact_box a:hover .readmore_box .round_border {
        right: -6px;
    }
    #front .impact .impact_box a:hover .readmore_box .round_border2 {
        right: -7px;
    }
    #works .selection_button .sp_selection_box .selection_box .selection_box_1 a {
        margin: 0;
    }
}
@media screen and (max-width: 380px) {
    #front .group p {
        font-size: 33px;
        top: 170px;
        width: 90%;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }
    #privacy_policy .privacy_policy_text_box .privacy h1 {
        font-size: 40px;
    }
    #privacy_policy .privacy_policy_text_box .privacy .color_orenji {
        font-size: 40px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .impact .readmore_box {
        width: 130px;
        height: 30px;
        margin-top: 25px;
    }
    #news .news_article .news_border {
        width: 100%;
        height: 1px;
        background: #000;
    }
}
@media screen and (max-width: 363px) {
    #front .group p {
        font-size: 26px;
        line-height: 1.5em;
        top: 170px;
        width: 90%;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #front .impact .readmore_box .readmore_text {
        font-weight: 400;
    }
}
@media screen and (max-width: 329px) {
    #hamburger .btn-gNav {
        right: 28px;
    }
    #front .group p {
        line-height: 1.3em;
        font-size: 28px;
        top: 170px;
        width: 90%;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }
    #front .news .news_box {
        padding: 2px 0 33px 0px;
    }
    #front .impact .impact_text {
        font-size: 35px;
    }
    #contact .inquiry_phone_box {
        height: 350px;
    }
    #privacy_policy .privacy_policy_maintext .url_https {
        font-size: 14px;
    }
    #front .contact .contact_main {
        width: 90%;
    }
    #news .news .news_box p:nth-child(2) {
        margin: 0 10px;
        padding: 0 10px;
    }
}
/*------------------------------------
@media↑
------------------------------------*/

/* 9/23~ kakimoto edit-----------------------*/
#contact .contact_form .flex {
    font-size: 11px;
    text-align: center;
}
#contact .contact_form .c_agree_box .c_agree {
    width: 20px;
    height: 20px;
}
.tab {
    display: none;
}
#info {
    display: none;
}
#media {
    display: none;
}
#all .news_box_flex p a {
    color: #fff;
}
#all .news_content {
    margin-bottom: 25px;
    padding-bottom: 10px;
}
#wpcf7-f45-o1 p label .wpcf7-form-control-wrap select {
    height: 40px;
}







/* 2022/0609aikou */
#recruit-info .recruit-info_text_box {
	width: 100%;
	height: 140px;
	margin-top: 70px;
}
#recruit-info .recruit-info_text_box div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#recruit-info .recruit-info_text_box div h1 {
	font-size: 30px;
}
#recruit-info .recruit-info_text_box div h2 {
	font-size: 10px;
	margin-top: -10px;
}





/* ===================================================
======================================================
=================page-recruit=========================
======================================================
=================================================== */
#recruit-info .container {
	max-width: 740px;
}
#recruit-info .g-h {
	padding-top: 50px;
	margin-bottom: 60px;
	font-size: 25px;
}

/* #sec-charm */
#recruit-info #sec-charm .wrap-01:before,
#recruit-info #sec-charm .wrap-02:before,
#recruit-info #sec-charm .wrap-03:before {
	font-size: 70px;
	width: 100px;
	height: 100px;
	top: -75px;
}
#recruit-info #sec-charm .env-wrapper {
	margin-bottom: 200px;
}
#recruit-info #sec-charm .env-wrapper:last-child {
	margin-bottom: 100px;
}
#recruit-info #sec-charm .env-box {
	flex-direction: column;
	margin-bottom: 100px;
}
#recruit-info #sec-charm .env-box .desc {
	width: 100%;
	padding: 10px;
}
#recruit-info #sec-charm .env-box .desc h3 {
	font-size: 21px;
	margin-bottom: 20px;
}
#recruit-info #sec-charm .env-box .desc p {
	font-size: 12px;
	line-height: 2;
}
#recruit-info #sec-charm .env-box .img {
	width: 97%;
	margin: 0 auto;
	height: 300px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
#recruit-info #sec-charm .env-box .img img {
	padding: 10px;
}
#recruit-info #sec-charm .env-box-2 {
	flex-direction: column;
}
#recruit-info #sec-charm .env-box-2 div {
	width: 100%;
	padding: 10px;
}
#recruit-info #sec-charm .env-box-2 div > img {
	height: 230px;
	margin-bottom: 20px;
}
#recruit-info #sec-charm .env-box-2 div h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#recruit-info #sec-charm .env-box-2 div p {
	font-size: 11px;
	line-height: 2;
}

/* #sec-job_info */
#recruit-info #sec-job_info .job-wrapper {
	flex-direction: column;
}
#recruit-info #sec-job_info .job-wrapper > a {
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
}
#recruit-info #sec-job_info .job-wrapper a img {
	height: 240px;
	margin-bottom: 20px;
}
#recruit-info #sec-job_info .job-wrapper a h4 {
	margin-bottom: 9px;
	font-size: 18px;
}
#recruit-info #sec-job_info .job-wrapper a p {
	font-size: 12px;
}
#recruit-info #sec-job_info .btn_wrap {
	justify-content: center;
}
#recruit-info #sec-job_info .btn_wrap .btn_application {
	margin: 50px 0 30px;
	padding: 1.5em 1em 1.5em 2em;
	width: 310px;
}

/* 固定応募ボタン */
#recruit-info .btn_application--fixed {
	top: unset;
	right: unset;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
#recruit-info .btn_application--fixed a {
	font-size: 16px;
	padding: 20px 10px;
	writing-mode: unset;
	-ms-writing-mode: unset;
	padding: 10px;
	width: 200px;
	display: block;
	text-align: center;
	background: #F4810B;
}
#recruit-info .btn_application--fixed.is-in {
	display: none !important;
}
/* ===================================================
======================================================
=================page-recruit_XX======================
======================================================
=================================================== */
#recruit-info .recruit-info_text_box.web-director .recruit-info_main h1,
#recruit-info .recruit-info_text_box.web-designer .recruit-info_main h1,
#recruit-info .recruit-info_text_box.engineer .recruit-info_main h1 {
	font-size: 25px;
}
#recruit-info #sec-require tr {
	padding: 30px 0;
	flex-direction: column;
}
#recruit-info #sec-require tr:first-child {
	padding-top: 0;
}
#recruit-info #sec-require th {
	width: 100%;
	padding-left: 20px;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
#recruit-info #sec-require td {
	width: 100%;
	font-size: 11px;
	line-height: 2;
	padding: 0 10px;
}
#recruit-info #sec-require td ul.indent {
	text-indent: -1em;
	padding-left: 1em;
}
#recruit-info #sec-require td ul li,
#recruit-info #sec-require p
 {
	font-size: 11px;
	line-height: 2;
}
