* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

svg {
    transform: translateY(-1px);
}

input[type="text"],
textarea {
    border-radius: 5px;
    border: solid 1px #9f9f9f;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    padding: 5px 12px;
}

input[type="text"]:focus,
textarea:focus {
    border-radius: 5px;
    border: solid 2px #8db9d3 !important;
    outline: 0;
}

.hover_light:hover {
    opacity: 0.7;
}

.hover_dark:hover {
    filter: brightness(0.8);
}

.nowrap {
    white-space: nowrap;
}

.d_flex {
    display: flex;
}

.content_space_between {
    justify-content: space-between;
}

.items_center {
    align-items: center;
}

.align_center {
    text-align: center;
}

.sapace_80 {
    height: 80px;
}

.cl_blue {
    color: #366d9d;
}

.mt_120 {
    margin-top: 120px;
}

.ml_10 {
    margin-left: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_120 {
    margin-bottom: 120px;
}

.pl_12 {
    padding-left: 12px;
}

/******* top start
/*********************************
  共通部品
*********************************/
.itemtitle {
    width: 300px;
    text-align: center;
}

.itemtitle_en {
    color: #366d9d;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;      
}

.itemtitle_ja {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.utilbackground {
    background-color: #d0dfeb;
}

.item {
    width: 100%;
}

.itemtitle_wrp {
    width: 100%;
}

.itemtitle {
    width: 100%;
    text-align: center;
}

.itemdtail_wrp {
    width: 350px;
    margin: 0 auto;
}

.itemdtail {
    width: 100%;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 62px 28px 72px;
}

.scrollIn_blk {
    transition: all 0.7s;
}

.scrollIn_left {
    transform: translateX(calc(-50vw - 50%));
}

.scrollIn_right {
    transform: translateX(calc(50vw + 50%));
}

.showBlock {
    transform: translateX(0);
}

/***** ハンバーガーメニュー start */
.hamburger-menu {
    display: none;
}

.menu-content ul li a {
    display: block;
    width: 0%;
    font-size: 0px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: solid 0px #ffffff;
    border-right: solid 0px #ffffff;
    transform: rotate(0deg);
    position: absolute;
    right: 0px;
    top: 0px;
}
/***** ハンバーガーメニュー end */

/*********************************
  MOREボタン
*********************************/
.more_wrp {
    width: 100%;
    text-align: center;
}

.more_btn {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 16px 84px 16px 28px;
    border-radius: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}
  
a.more_btn {
    color: #123f66;
    font-family: "Montserrat", sans-serif;
    border: solid 1px #123f66;
}
  
a.more_btn i.fa {
    margin-right: 1rem;
}
  
a.more_btn:before {
    position: absolute;
    top: 46%;
    right: 0;
    width: 3rem;
    height: 1px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #123f66;
}
  
a.more_btn:after {
    position: absolute;
    top: 55%;
    right: 1rem;
    width: 2rem;
    height: 1px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
  
a.more_btn:hover:before {
    right: -1.5rem;
    background: #123f66;
}

.formobile {
    display: none;
}

/*********************************
  ▲MOREボタン　終了
*********************************/

/*********************************
  トップエリア
*********************************/
.top {
    position: relative;
    width: 100%;
    height: 100vh;
}

/*********************************
    　ヘッダ
*********************************/
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: 0.5s;
}

.common .header {
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 #00000091;
}

.header_wrp {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5em auto;
}

.common .header_wrp {
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    font-family: sans-serif;
    white-space: nowrap;
    padding: 10px 28px;
}

.top h1 {
    color: #ffffff;
}

.common h1 {
    color: #366d9d;
}

.menu_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_items .item {
    width: 120px;
    text-decoration: none;
    text-align: center;
}

.menu_items .item .itemname {
    position: relative;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.top .menu_items .item .itemname {
    color: #ffffff;
}

.common .menu_items .item .itemname {
    color: #68664a;
}

.top .menu_items .itemname.itembar {
    color: #ffffff;
}

.common .menu_items .itemname.itembar {
    color: #68664a;
}

.menu_items .item .itemname::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #366d9d;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}
        
.menu_items .item:hover .itemname::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.menu_items .contact_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #366d9d;
    color: #ffffff;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    border-radius: 20px;
    margin-left: 12px;
    padding: 0.5em 1.4em 0.7em;
}

.menu_items .contact_btn img {
    width: 20px;
    transform: translateY(3.5px);
    margin-right: 7px;
}

.itemname-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemname-contact img {
    width: 20px;
    transform: translateY(1.5px);
    margin-right: 7px;
}

.facebooklogo {
    width: 30px;
}

/*********************************
  ビジョン
*********************************/
.visionwrp {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
}
    
.vision {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    margin: 0 auto;
}

.visionpic {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
    filter: brightness(0.8);
    object-fit: cover;
}
    
.visiontxt {
    width: 100%;
    position: absolute;
}
    
.textTyping {
    color: #ffffff;
    font-family: "Shippori Mincho B1", sans-serif;
    font-size: 26px;
    text-shadow: #4e4e4e 0 0 20px;
}
    
.textTyping span {
    display: none;
}

@keyframes typinganime{
    from{opacity:0}
    to{opacity:1}
}
/*********************************
  ▲トップエリア　終了
*********************************/

/*********************************
  SERVICE：事業内容
*********************************/
.service {
    width: 100%;
    margin: 270px auto 0;
}

.service .itemtitle {
    margin: 0 auto;
}

.serviceitem {
    position: relative;
    font-size: 20px;
    padding: 0.5em 1em;
    margin: 80px 0 1em;
  }

.serviceitem::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #21639d;
    z-index: 1;
}
.serviceitem::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #9ec3e4;
}

.serviceitemtxt {
    margin-left: 26px;
}

.serviceitems_wrp {
    width: 100%;
    height: 400px;
    margin: 40px auto 0 0;
}

.serviceitems {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
}

.serviceitems img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0.6); */
    filter: brightness(0.8);
}

.serviceitems img:hover {
    filter: brightness(0.3);
}

.serviceimg-box {
    position: absolute;
    right: 72px;
    bottom: 62px;
    z-index: 10;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    pointer-events: none;
}

.serviceimg-box_title {
    font-size: 26px;
}

.rightarrow {
    width: 30px !important;
    height: 30px !important;
}

/*********************************
  ▲SERVICE：事業内容　終了
*********************************/

/*********************************
  ABOUT US：会社情報
*********************************/
.aboutus {
    margin-top: 270px;
}

.aboutus .forpc {
    width: 100%;
    display: flex;
    align-items: center;
}

.aboutus .formobile {
    display: none;
}

.aboutus .item_wrp {
    width: 50%;
    margin-right: auto;
}

.aboutus_img_wrp {
    width: 50%;
    height: 400px;
    text-align: right;
}

.aboutus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 300px 0 0;
}

/*********************************
  ▲ABOUT US：会社情報　終了
*********************************/

/*********************************
  ACCESS：アクセス
*********************************/
.access_oficeimg {
    width: auto;
    height: 500px;
    border-radius: 10px;
    margin-right: 20px;
}

.access_mapfrm {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-left: auto;
}

.access_oficeimg,
.access_mapfrm {
    margin-bottom: 80px;
}

/*********************************
  ▲ACCESS：アクセス　終了
*********************************/

/*********************************
  RECRUIT：採用情報
*********************************/
.recruit {
    margin-top: 270px;
}

.recruit .forpc {
    width: 100%;
    display: flex;
    align-items: center;
}

.recruit .formobile {
    display: none;
}

.recruit .item {
    margin-left: auto;
}

.recruit .item_wrp {
    width: 50%;
    margin-right: auto;
}

.recruit_img_wrp {
    width: 50%;
    height: 400px;
    text-align: right;
}

.recruit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 300px 0 0 0;
}

/*********************************
  ▲RECRUIT：採用情報　終了
*********************************/

/******* common start
/*********************************
  トップエリア
*********************************/
.common {
    position: relative;
    width: 100%;
}

/*********************************
  トップイメージ
*********************************/
.topimage {
    width: 100%;
    margin-bottom: 80px;
}

.topimageimg {
    width: 100%;
    height: 360px;
    position: relative;
    object-fit: cover;
    filter: brightness(0.6);
    margin-top: 50px;
}

.topimage h2 {
    color: #d1ceba;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 20px;
	letter-spacing: 6px;
}

.topimage h2::before {
	content: "";
	width: 1px;
	height: calc(100% + 40px);
	transform: rotate(34deg);
	display: block;
	position: absolute;
	background: #ffffff;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
	z-index: -1;
}

.topimage_txtwrp {
    width: 30%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: #4e4e4e 0 0 20px;
    font-weight: bold;
    text-align: center;
}

.topimagetxt1 {
    color: #e2e0ca;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    border-bottom: solid 2px #e2e0ca;
}

.topimagetxt2 {
    color: #f4f3e4;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
}
/*********************************
  ▲トップイメージ　終了
*********************************/

/*********************************
  共通部品詳細
*********************************/
.dtails {
    width: 65%;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.dtailstxt {
    font-size: 15px;
}

.flexbox_wrp {
    display: flex;
    align-items: center;
}

.flexbox1, .flexbox2 {
    width: 50%;
}

.flexbox1 h3 {
    margin-bottom: 40px;
}
/*********************************
  ▲共通部品詳細　終了
*********************************/
/******* common end

/******* aboutus start */
.hajimeni_txt_area {
    width: 70%;
}

.hajimeni_img_area {
    width: 30%;
}

.hajimeni_txt_area h3 {
    margin-bottom: 40px;
}

.greetimg {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-top: 20px;
}

.aboutustable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.aboutustable td {
    border-bottom: solid 1px #acc0d2;
    padding: 15px;
}
/******* aboutus end */

/******* service start */
.service-detailimg {
    width: 85%;
    height: 200px;
    display: block;
    object-fit: cover;
    margin-right: auto;
}
/******* service end */

/******* access start */
.accesstable {
    width: 60%;
    border-collapse: collapse;
    border-spacing: 0;
}

.accesstable th, .accesstable td {
    border: solid 1px #b7b59c;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
}

.accesstable th {
    background-color: #e7e6cd;
}
/******* access end */

/******* recruit start */
.recruit_phrase, .service_phrase {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: "Shippori Mincho B1", sans-serif;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
}

.recruitinfo_wrp {
    background-color: #e2ebf3;
    padding: 40px;
}

.recruittable {
    width: 65%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
}

.recruittable td {
    border-bottom: solid 1px #e2ebf3;
    padding: 15px 15px 15px 72px;
}
/******* recruit end */

/******* contact start */
.dtailstxt_contact {
    text-align: center;
    border-bottom: solid 1px #d9e3ee;
    padding-bottom: 20px;
}

.contactform {
    width: 80%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 60px auto 0;
}

.contactform_title {
    display: flex;
    align-items: center;
}

.contactform_title label {
    font-size: 15px;
}

.contactform_required,
.contactform_any {
    color: #ffffff;
    font-size: 12px;
    border-radius: 20px;
    padding: 3px 10px;
    margin-right: 7px;
}

.contactform_required {
    background-color: #e0ab17;
}

.contactform_any {
    background-color: #bbbbb6;
}

.contactform_dtail {
    color: #4e4e4e;
    font-size: 13px;
    margin-top: 3px;
}

.contactform_input {
    font-size: 15px;
    margin: 7px 0 38px;
}

.contactform_input input[type="text"] {
    width: 60%;
    height: 30px;
    font-size: 16px;
}

.contactform_input textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
}

.contactform_input_radio {
    border: none;
}

.contactform_input_radio label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    font-size: 14px;
    border: 1px solid #8db9d3;
    border-radius: 3px;
    background-color: #8db9d326;
    cursor: pointer;
    margin-bottom: .4em;
    padding: .5em .7em;
}

.contactform_input_radio label:has(:checked) {
    background-color: #8db9d3;
    color: #fff;
}

.contactform_input_radio label::before,
.contactform_input_radio label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.contactform_input_radio label::before {
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.contactform_input_radio label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(7px + .7em);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #8db9d3;
}

.contactform_input_radio input {
    display: none;
}

.contactform_send {
    width: 45%;
    display: block;
    border-radius: 50px;
    background-color: #6796bf;
    border: none;
    padding: 0.6em 0;
    margin: 50px auto 0;
    cursor: pointer !important;
}

.contactform_send span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.contactform_send img {
    width: 20px;
    transform: translateY(1.5px);
    margin-right: 7px;
}

.contactform_err {
    display: flex;
    align-items: center;
    color: #f52222;
    font-size: 13px;
}

/******* contact end */

/*********************************
  フッター
*********************************/
.footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background-color: #d0dfeb;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-top: 270px;
    padding: 30px 100px;
}

.acc_wrp {
    display: flex;
}

.acc_osaka {
    border-right: solid 1px #474747;
    margin-right: 20px;
    padding-right: 20px;
}

.acc_title {
    color: #123f66;
    font-size: 16px;
    font-weight: bold;
}

.acc_access {
    color: #474747;
    font-size: 14px;
}

.reserve {
    color: #474747;
    font-size: 12px;
}

/*********************************
  ▲フッター　終了
*********************************/

/*********************************
  スクロール
*********************************/
.scrolldown {
    position:absolute;
    bottom:1%;
    right:50%;
    animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
    0%{bottom:1%;}
    50%{bottom:3%;}
    100%{bottom:1%;}
 }

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after {
    content:"";
    position: absolute;
    bottom:0;
    right:0;
    width:1px;
    height: 50px;
    background:#eee;
}

#container {
    width: 100%;
    position: relative;
    z-index:4;
    background:#ffffff;
}
/*********************************
  ▲スクロール　終了
*********************************/

/*********************************
  レスポンシブ
*********************************/
@media screen and (max-width: 1600px) {
    .header_wrp {
        width: 80%;
    }

    .greetimg {
        width: 80% !important;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 1350px) {
    .serviceimg-box_title {
        font-size: 20px;
    }

    .hajimeni_txt_area {
        width: 65% !important;
    }

    .hajimeni_img_area {
        width: 40% !important;
    }

    .greetimg {
        width: 85% !important;
        margin-top: 0 !important;
    }
}


@media screen and (max-width: 1230px) {
    .header_wrp {
        width: 90%;
    }
}

@media screen and (max-width: 1150px) {
    .menu_items {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .hajimeni_txt_area {
        width: 100% !important;
    }

    .greetimg {
        display: none;
    }

    .menu-btn {
        width: 32px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 90;
        cursor: pointer;
    }

    .menu-btn .hamb_obj1,
    .menu-btn .hamb_obj2,
    .menu-btn .hamb_obj3 {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        border-radius: 3px;
        position: absolute;
        transition: all 0.3s ease;
    }

    .top .menu-btn .hamb_obj1,
    .top .menu-btn .hamb_obj2,
    .top .menu-btn .hamb_obj3 {
        background-color: #ffffff;
    }

    .common .menu-btn .hamb_obj1,
    .common .menu-btn .hamb_obj2,
    .common .menu-btn .hamb_obj3 {
        background-color: #366d9d;
    }

    .menu-btn .hamb_obj1 {
        top: 0;
    }
    
    .menu-btn .hamb_obj2 {
        top: 50%; /* 真ん中 */
        transform: translateY(-50%);
    }
    
    .menu-btn .hamb_obj3 {
        bottom: 0;
    }
    
    #menu-btn-check:checked ~ .menu-btn .hamb_obj2 {
        background-color: rgba(255, 255, 255, 0) !important; /* メニューオープン時は真ん中の線を透明にする */
    }
    
    #menu-btn-check:checked ~ .menu-btn .hamb_obj1 {
        top: 50%;
        background-color: #cfe1ff !important;
        transform: translateY(-50%) rotate(45deg) !important; /* 真ん中で45度回転 */
    }
    
    #menu-btn-check:checked ~ .menu-btn .hamb_obj3 {
        top: 50%;
        background-color: #cfe1ff !important;
        transform: translateY(-50%) rotate(-45deg) !important; /* 真ん中で-45度回転 */
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        display: block;
        width: 40%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #347eba;
        transition: all 0.5s;
    }

    .menu-content ul {
        padding: 30% 0;
    }
    .menu-content ul li {
        list-style: none;
    }
    .menu-content ul li a {
        width: 100%;
        display: block;
        position: relative;
        box-sizing: border-box;
        color:#ffffff;
        font-size: 18px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        text-decoration: none;
        padding: 1em 30px;
    }
    
    .menu-content ul li a:hover {
        color: #9acdf9;
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 60%;
    }

    .footer {
        display: block;
    }

    .acc_wrp {
        justify-content: center;
    }

    .reserve {
        margin-top: 40px;
        text-align: center;
    }
    
    .recruittable,
    .dtails {
        width: 75% !important;
    }

    .flexbox_wrp.ceo_greet_wrp {
        display: block;
    }

    .flexbox_wrp.ceo_greet_wrp .flexbox1,
    .flexbox_wrp.ceo_greet_wrp .flexbox2 {
        width: 100%;
    }

    .greetimg {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .topimage h2 {
        font-size: 28px !important;
    }

    .topimage_txtwrp {
        width: 100% !important;
    }
    
    .accesstable {
        width: 100% !important;
    }
    
    .recruit_phrase {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 945px) {
    .dtails {
        width: 80% !important;
    }

    .dtailstxt {
        font-size: 13px !important;
    }

    h1 {
        font-size: 20px !important;
        padding: 10px 0 !important;
    }

    .textTyping {
        font-size: 18px !important;
    }

    .itemtitle_en {
        font-size: 26px !important;
    }
    
    .itemtitle_ja {
        font-size: 14px !important;
    }

    .scrollIn_right {
        transform: unset !important;
    }

    .header_wrp {
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }
    
    .menu-btn {
        width: 28px !important;
        height: 18px !important;
    }

    .service {
        margin: 100px auto 0 !important;
    }

    .serviceitems_wrp {
        height: auto !important;
    }

    .serviceitems {
        display: block !important;
    }

    .serviceitems li {
        height: 100px;
        position: relative;
    }

    .serviceitems li::after {
        position: absolute;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.6) 90%);
        pointer-events: none;
    }

    .serviceitems img {
        filter: brightness(0.9);
    }
    
    .serviceitems img:hover {
        filter: brightness(0.6);
    }

    .menu-content {
        width: 100% !important;
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 0 !important;
    }

    .menu-content ul li a {
        font-size: 16px !important;
        text-align: center;
        padding: 1.5em 30px !important;
    }

    .itemdtail_wrp {
        width: 100% !important;
    }

    .itemdtail {
        box-sizing: border-box;
        margin: 0 !important;
        padding: 62px 28px 52px;
    }

    .aboutus,
    .recruit {
        margin-top: 160px !important;
    }

    .aboutus .forpc,
    .recruit .forpc {
        display: none;
    }

    .aboutus .formobile,
    .recruit .formobile {
        display: block;
    }

    .aboutus_img_wrp,
    .recruit_img_wrp {
        width: 100% !important;
        height: 260px;
        margin-top: 40px;
    }

    .recruit_img_wrp {
        margin-left: auto;
    }

    .aboutus img,
    .recruit img {
        border-radius: 0;
    }

    .aboutus .itemdtail,
    .recruit .itemdtail {
        padding: 40px 28px;
    }
    
    .footer {
        padding: 30px;
    }

    .acc_title {
        font-size: 14px !important;
    }

    .acc_access {
        font-size: 12px !important;
    }

    .topimage {
        margin-bottom: 40px !important;
    }

    .topimageimg {
        height: 200px !important;
    }

    .topimagetxt1 {
        font-size: 28px !important;
    }

    .topimagetxt2 {
        font-size: 11px !important;
    }

    .flexbox1 h3 {
        margin-bottom: 30px !important;
    }

    .greetimg {
        display: none !important;
    }

    .common .mt_120 {
        margin-top: 70px !important;
    }

    .common .itemtitle_wrp {
        margin-bottom: 30px !important;
    }

    .aboutustable {
        font-size: 10px !important;
    }

    .aboutustable td {
        padding: 15px 7px !important;
    }

    .accesstable th, .accesstable td {
        font-size: 11px !important;
        padding: 10px !important;
    }

    .serviceitem {
        font-size: 16px !important;
        padding: 0.5em !important;
    }

    .serviceitemtxt {
        margin: 0 5px !important;
    }

    .flexbox_wrp {
        display: block !important;
    }

    .access_oficeimg {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .access_oficeimg,
    .access_mapfrm {
        border-radius: 0px !important;
    }

    .recruit_phrase {
        font-size: 14px !important;
    }

    .mt_120 {
        margin-top: 60px !important;
    }

    .formobile {
        display: block !important;
    }

    .forpc {
        display: none;
    }

    .recruittable {
        width: 100% !important;
    }
    
    .recruittable td {
        font-size: 12px !important;
        padding: 10px 27px !important;
    }
    
    h3 {
        font-size: 16px !important;
    }

    .dtailstxt_contact {
        text-align: left !important;
    }

    .contactform {
        width: 100%;
    }

    .contactform_input input[type="text"] {
        width: 100%;
        height: 36px;
    }

    .contactform_input textarea {
        height: 450px;
    }

    .contactform_send {
        width: 100%;
    }

    .serviceimg-box {
        right: 10px;
        bottom: 10px;
    }

    .serviceimg-box_title {
        font-size: 13px;
    }

    .footer {
        margin-top: 120px;
    }

}
/*********************************
  ▲レスポンシブ　終了
*********************************/