/** @format */

@charset "utf-8"; /*
Theme Name: fineHP
*/
@media screen and (max-width: 999px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: -45px;
    padding-top: 78px;
    width: 100%;
  }
  #business01,
  #business02,
  #business03,
  #company01,
  #company02,
  #company03,
  #recruit01,
  #recruit02,
  #privacy01,
  #privacy02 {
    margin-top: -88px; /*ページ内リンクした際ヘッダーで隠れないようにする*/
    padding-top: 88px; /*ヘッダーの高さ(+10px)分paddingを取る*/
  }
  /*==================================
	Menu
================================== */
  header {
    box-shadow: none;
  }
  header .bg_description {
    height: 14px;
    line-height: 14px;
    padding: 0 9px;
  }
  header .description {
    font-size: 0.8rem;
    line-height: 14px;
  }
  header .wrapper {
    display: none;
  }
  .slicknav_menu {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    position: fixed;
    top: 14px !important;
  }
  .slicknav_brand {
    height: 100% !important;
    padding: 12px 0 16px 10px !important;
  }
  .slicknav_brand a {
    display: block;
  }
  .slicknav_brand img {
    height: 36px;
    width: 123px;
    object-fit: cover;
  }
  a.slicknav_btn {
    background-color: #fff !important;
    margin: 14px 10px 14px 0;
  }
  .slicknav_menutxt,
  .slicknav_icon {
    display: none !important;
  }
  a.slicknav_collapsed {
    background: url(../images/common/btn_menu_mb.png) center center no-repeat;
    background-size: 38px 36px;
    height: 36px;
    width: 38px;
  }
  a.slicknav_open {
    background: url(../images/common/btn_close_mb.png) center center no-repeat;
    background-size: 38px 36px;
    height: 36px;
    width: 38px;
  }
  .slicknav_nav {
    background: #e5e5e5;
    font-weight: bold;
    text-align: left;
  }
  .slicknav_nav li {
    border-bottom: 1px solid #999;
  }
  .slicknav_nav li a {
    margin: 0 !important;
    padding: 10px 10px 10px 5px !important;
  }
  .slicknav_nav li a:last-child {
    padding-left: 10px !important;
  }
  .slicknav_nav .slicknav_arrow {
    background: #fff;
    border: 2px solid #ff7815;
    border-radius: 4px;
    color: #ff7815;
    font-size: 1.4rem !important;
    font-weight: bold;
    padding: 0 4px;
  }
  .slicknav_nav .slicknav_arrow:hover {
    color: #ff7815;
  }
  .slicknav_nav .slicknav_row:hover {
    background: #e5e5e5 !important;
    border-radius: 0 !important;
  }
  /* サブメニュー */
  .slicknav_nav ul.sub-menu {
    background: #fff;
    margin: 0 !important;
  }
  .slicknav_nav ul.sub-menu li:last-child {
    border: none;
  }
  .slicknav_nav ul.sub-menu li a {
    padding: 10px 5px 10px 25px !important;
  }
  .slicknav_nav ul.sub-menu a:hover {
    background: #fff !important;
    border-radius: 0 !important;
  }
  .slicknav_nav ul.sub-menu li a::before {
    color: #ff7815;
    content: " > ";
  }
  /*==================================
Topics
================================== */
.bnr_wrap{
  width: 90%;
  /* margin: 0 auto 30px; バナー1つの場合 */
  margin: 0 auto 15px;
}
.bnr_wrap + .bnr_wrap{
  margin-bottom: 30px;
}
.bnr_wrap a{
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
/*==================================
	Layout
================================== */
  #wrapper {
    overflow: visible;
    width: 100%;
  }
  .content_white {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    word-break: break-all;
  }
  .vertical_shadow {
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
  }
  /*==================================
	Footer
================================== */
  footer {
    overflow: visible;
    padding-top: 50px;
    width: 100%;
  }
  footer .footer_top {
    background: url(../images/common/img_footer_mb.png) 0 0 no-repeat;
    background-size: contain;
    border-bottom: 4px solid #ef7f26;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 13.75%;
    width: 100%;
  }
  footer .img_footer {
    display: none;
  }
  footer .footer_bottom {
    height: auto;
  }
  footer .footer_inner {
    padding: 0;
    width: 100%;
  }
  footer .Pmark,
  footer #menu-footer {
    clear: both;
    float: none;
    margin: 0;
  }
  footer .Pmark {
    font-size: 1.2rem;
    padding: 14px 0;
  }
  footer .Pmark img {
    height: 28px;
    width: 28px;
  }
  footer #menu-footer {
    height: auto;
    margin: 0;
  }
  footer #menu-footer li {
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    text-align: left;
  }
  footer #menu-footer li a {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 10px;
    width: 100%;
  }
  footer #menu-footer li a:hover {
    border: none;
  }
  footer #menu-footer li::after {
    content: "";
  }
  footer #menu-footer li a::after {
    content: " > ";
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    right: 10px;
    transform: scale(0.7, 1);
  }
  .sns {
    border-bottom: 1px solid #fff;
    border-top: 0;
    box-sizing: border-box;
    clear: both;
    display: block;
    line-height: 58px;
    margin: 0 auto;
    padding: 5px 0 5px 10px;
    width: 100%;
  }
  .sns span {
    float: left;
    line-height: 48px;
    margin-right: 0;
  }
  .menu-sns-container {
    float: right;
    margin: 0.9rem 8rem 1.4rem 0;
  }
  ul#menu-sns {
    text-align: right;
  }
  #menu-sns li:nth-child(1) a {
    background: url(../images/common/icon_facebook.png) center center no-repeat;
    background-size: 29px 29px;
    display: inline-block;
    height: 29px;
    margin-right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 29px;
  }
  #menu-sns li:nth-child(2) a {
    background: url(../images/common/icon_x.png) center center no-repeat;
    background-size: 23px 23.5px;
    display: inline-block;
    height: 23.5px;
    margin-right: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 23px;
  }
  footer .copyright {
    font-size: 1rem;
    padding: 0 0 5px;
  }
  /* ページトップボタン */
  footer .pagetop {
    position: absolute;
    bottom: 318px;
    right: 15px;
  }
  footer .pagetop a {
    display: block;
    height: 24px;
    width: 65px;
  }
  /*==================================
	Common
================================== */
  h2.main_img {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .main_business .title,
  .main_company .title,
  .main_news .title,
  .main_works .title,
  .main_recruit .title,
  .main_contact .title,
  .main_inquiry .title {
    letter-spacing: normal;
    margin-right: 0;
  }
  .shadow {
    color: #fff;
    font-size: 2rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  }
  /* 上部メニュー business,company */
  .tab_menu {
    background-image: -webkit-linear-gradient(left, #f1f2f6, #fff 5%, #fff 90%, #f1f2f6);
    background-image: linear-gradient(to right, #f1f2f6, #fff 5%, #fff 90%, #f1f2f6);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
  }
  .tab_menu::before,
  .tab_menu::after {
    height: 1px;
  }
  .tab_menu li a {
    font-size: 1.2rem;
    padding: 0;
  }
  .tab_menu li a::after {
    background: url(../images/common/arrow_down.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    padding-bottom: 2px;
    vertical-align: middle;
    width: 10px;
  }
  /* タブメニュー works,recruit */
  #wrapper .su-tabs,
  #wrapper .su-tabs-nav,
  #wrapper .su-tabs-panes {
    width: 100%;
  }
  #wrapper .su-tabs-nav,
  #wrapper .su-tabs-nav span,
  #wrapper .su-tabs-panes,
  #wrapper .su-tabs-pane {
    box-sizing: border-box !important;
  }
  #wrapper .su-tabs-nav {
    margin: 0 auto 2rem;
  }
  #wrapper .su-tabs-nav span {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0;
  }
  #wrapper .su-tabs-nav::before,
  #wrapper .su-tabs-nav::after {
    background: none;
  }
  #wrapper .su-tabs-nav span:not(:first-child)::before {
    background: #ccc;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  #wrapper .su-tabs-nav span::after {
    content: normal;
  }
  #wrapper .su-tabs-nav span.su-tabs-current {
    background: #f1f2f6;
  }
  #wrapper .su-tabs-panes {
    padding: 0 10px;
  }
  #wrapper .su-tabs-pane {
    font-size: 1.2rem;
  }
  #content {
    overflow: visible;
    padding: 10px;
    width: 100%;
  }
  .title02 {
    background: #f77519;
    border: solid 1px #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: bold;
    height: 34px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 8px 2px;
    width: 100%;
  }
  .title02 span {
    border-left: 3px #fff solid;
    padding-left: 8px;
  }
  /*==================================
	Top
================================== */
  .wideslider {
    padding: 2.5rem 0;
    position: relative;
  }
  .wideslider::before{
    content: "";
    display: block;
    padding-top: calc(((213 / 375) * 100%));
    margin-top: -2.5rem;
  }
  .wideslider_wrap {
    border: none;
  }
  .pagination {
    position: absolute;
    bottom: 10px;
  }
  .pagination a {
    background: #999;
    border-radius: 4px;
    display: inline-block;
    height: 8px;
    margin: 0 12px;
    width: 8px;
  }
  #wrapper_top {
    width: 100%;
  }
  .bg_copyright p {
    font-size: 0.8rem;
    color: #999;
  }
  #news,
  #works_top {
    background: none;
    box-shadow: none;
    font-size: 1.3rem;
    height: auto;
    line-height: 1.3;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  #topics.title,
  #news .title,
  #works_top .title {
    border-bottom: 4px solid #fe7913;
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  #topics.title span,
  #news .title span,
  #works_top .title span {
    display: none;
  }
  #topics.title{
    width: 100%;
  }
  #news .news_list {
    padding: 0 10px;
  }
  #news .news_list li {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: auto;
    padding: 15px;
    text-align: left;
    vertical-align: top;
  }
  #news .news_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #news .news_list li a {
    border-bottom: none;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .news_list .meta {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 6px;
    padding: 0 5px 8px;
  }
  .news_list .day {
    margin-right: 2px;
  }
  .more a {
    margin: 15px auto 30px;
  }
  .more a img {
    height: 35px;
    width: 190px;
  }
  .news_list li a {
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
    padding: 10px;
  }
  .news_list .summary {
    background-image: url(../images/common/icon_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    padding-right: 20px;
  }
  .news_title {
    margin-top: 0;
  }
  .news_detail .title {
    padding: 10px;
  }
  .news_detail .text {
    padding: 10px 10px 0;
  }
  .news_detail .more a {
    margin: 10px auto;
  }
  .news_all .wp-pagenavi a,
  .news_all .wp-pagenavi span.current {
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  #topics {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  #topics_list {
    margin-bottom: 3rem;
  }
  #topics_list li {
    margin-right: 2rem;
  }
  #topics_list h3 {
    margin-top: 2px;
    text-align: left;
  }
  #works_top {
    margin-bottom: 1rem;
  }
  .works_top .copyright {
    color: #999;
    font-size: 0.8rem;
    line-height: 1.2;
    top: 240px;
  }

  /*==================================
	Business
================================== */
  .image {
    display: none;
  }
  .business_detail {
    width: 100%;
  }
  .business h4 {
    font-size: 1.3rem;
  }
  .business .text {
    font-size: 1.2rem;
    margin: 0;
    margin-bottom: 8px;
  }
  .smartphone .copyright {
    font-size: 0.8rem;
    margin: 4px 0 0;
  }
  .smartphone .copyright span,
  .web .copyright,
  .figure_online02,
  .figure_online03 {
    display: none;
  }
  .business_detail {
    background: #fff;
    border: 1px solid #2693ff;
    border-radius: 6px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 6px 0;
    width: 100%;
  }
  .online .business_detail {
    border: 1px solid #39bf66;
  }
  .web .business_detail {
    border: 1px solid #f23d3d;
  }
  .business_detail h5 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    padding: 0 10px 4px;
  }
  .business_detail_innner {
    margin: 0 10px;
  }
  .business_detail p {
    font-size: 1.2rem;
    margin: 0 0 6px;
  }
  .smartphone .business_detail img {
    height: 90%;
    width: 90%;
  }
  .smartphone .business_detail .business_detail_innner div {
    margin: 5px 0;
  }
  .web .business_detail .business_detail_innner div {
    margin: 5px 0 10px;
  }
  .online .business_detail img {
    height: 100%;
    width: 100%;
  }
  .web .business_detail img {
    height: 90%;
    width: 90%;
  }
  .online .business_detail h5 {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .business_detail p.caption01,
  .business_detail .caption02 {
    font-size: 1.3rem;
  }

  /*==================================
	改行
================================== */
  .br_mb {
    display: none;
  }
  .br_pc {
    display: block;
  }
  .mr60,
  .mr100 {
    margin: 0;
  }
  .online .mtb20 {
    margin: 5px 0;
  }
  .figure_online02 {
    height: 90px;
    text-align: center;
  }
  .caption02 img.point {
    height: 20%;
    width: 22px;
  }
  /*==================================
	Works
================================== */
  /* 制作実績記事 */
  .work {
    background: #fff;
    box-sizing: border-box;
    float: none;
    height: auto;
    margin: 0 auto 30px;
    padding: 15px;
    position: relative;
    /* text-align: center; */
  }
  .work:nth-child(2n + 1) {
    margin-right: 0;
  }
  .icon_work {
    display: block;
  }
  .work .thumbnail {
    height: auto;
    margin-bottom: 2px;
    width: 100%;
  }
  .work h2 {
    font-size: 1.6rem;
    margin: 2px 0 4px;
    text-align: left;
  }
  #wrapper .work .su-post-excerpt {
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
  }
  .work .copyright {
    color: #999;
    font-size: 0.8rem;
    padding-top: 2px;
    position: static;
    text-align: right;
  }
  .dev_tag {
    font-size: 11px;
  }
  .btn_website {
    margin: 1rem auto 0;
    position: static;
  }
  /*==================================
	Company
================================== */
  .table_company {
    font-size: 1.2rem;
  }
  .table_company caption {
    font-size: 1rem;
    margin: 0 0 4px;
    padding: 0 0 1px;
  }
  .table_company th {
    padding: 4px 0 4px 5px;
    vertical-align: top;
    width: 30%;
  }
  .table_company td {
    padding: 4px 5px 4px 0;
  }
  .table_company tr:last-child th,
  .table_company tr:last-child td {
    padding-bottom: 4px;
  }
  .map {
    margin: 10px 0;
  }
  th.btn_map img {
    height: 35px;
    margin-bottom: 5px;
    width: 190px;
  }
  .outline_wrapper {
    height: 230px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  /*==================================
	Recruit
================================== */
  .wrap_recruit {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
  }
  /*#wrapper .wrap_recruit .su-tabs-nav{margin-bottom: 20px;}*/
  .recruit_stopped {
    font-size: 2rem;
    line-height: 1.6;
    margin: 2rem auto;
  }
  .bnr {
    margin: 20px 15px;
  }
  .bnr img {
    width: 100%;
  }
  .bnr a {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  }
  .recruit02_menu {
    box-sizing: border-box;
    display: block;
    padding: 10px 15px 0;
    width: 100%;
  }
  .recruit02_menu.lower {
    padding-top: 0;
    margin-top: 0;
  }
  .recruit02_menu li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .recruit02_menu li img {
    display: none;
  }
  .recruit02_menu li a {
    background: none;
    border: 1px solid #39bf66;
    border-radius: 8px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: inline-block;
    height: 0;
    opacity: 1;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding: 20.83% 0 0;
    text-align: center;
    width: 100%;
  }
  .recruit02_menu li a:hover {
    border: 1px solid #39bf66;
    box-sizing: border-box;
    opacity: 0.8;
    transition: none;
  }
  .recruit02_menu li:nth-child(1) a {
    background: url(../images/recruit/btn_serverP_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .recruit02_menu li:nth-child(2) a {
    background: url(../images/recruit/btn_frontendE_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .recruit02_menu li:nth-child(3) a {
    background: url(../images/recruit/btn_appP_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .recruit02_menu.lower li:nth-of-type(1) a {
    background: url(../images/recruit/btn_planner_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .recruit02_menu.lower li:nth-child(2) a {
    background: url(../images/recruit/btn_cgD_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .recruit02_menu.lower li:nth-child(3) a {
    background: url(../images/recruit/btn_webD_mb.png) 0 0 no-repeat;
    background-size: contain;
  }
  .btn_more a {
    margin: 10px auto 0;
  }
  /* 採用情報　中途採用個別ページ */
  .title_recruit_detail {
    background: #39bf66;
    margin: 0 0 8px;
  }
  .title_recruit_detail img {
    height: 20px;
    margin-right: 7px;
    padding: 0 0 4px;
    vertical-align: middle;
  }
  .title_recruit_detail span {
    border-left: none;
    display: inline-block;
    padding: 1px 0 0;
  }
  .table_recruit {
    width: 100%;
  }
  .table_recruit th,
  .table_recruit td {
    display: block;
    width: 100%;
  }
  .table_recruit th {
    border-top: 4px solid #f1f2f6;
    color: #39bf66;
    font-size: 1.4rem;
    margin: 2px -10px 0;
    padding: 8px 10px;
    vertical-align: top;
  }
  .table_recruit tr:first-child th {
    border-top: none;
    margin-top: -2px;
    padding: 0 10px 6px;
  }
  .table_recruit td {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 0 6px;
  }
  .table_recruit td:last-child {
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
    margin: 0 -14px;
    padding: 0 14px 8px;
  }
  .table_recruit tr:last-child td {
    box-shadow: none;
  }
  .table_recruit tr:not(:last-child) {
    border-bottom: none;
  }
  .table_recruit dd {
    margin-bottom: 12px;
    overflow: hidden;
    padding: 4px 0;
  }
  .table_recruit tr:first-child td {
    padding: 0 14px 8px;
  }
  .entry_title {
    font-size: 1.3rem;
  }
  .btn_contact_recruit {
    margin-bottom: 12px;
  }
  .btn_contact_recruit img {
    height: 35px;
    width: 190px;
  }
  .link_pdf {
    margin-bottom: 8px;
  }
  .link_pdf img {
    height: 15px;
    width: 15px;
  }
  .link_adobe {
    margin: 0;
    text-align: inherit;
    text-indent: -0.7em;
  }
  .link_adobe a {
    display: inline-flex;
  }
  .link_adobe img {
    float: none;
    height: 20px;
    margin: 0 4px 0 1em;
    width: 79px;
  }
  .link_adobe p {
    display: inline-block;
    float: none;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-left: 1em;
  }
  .table_recruit .box_address {
    background: none;
    border: 1px solid #ccc;
    margin: 12px auto;
    padding: 10px;
    width: 16em;
  }
  /*==================================
	Contact
================================== */
  .contact .f20 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .main_contact,
  .main_inquiry {
    margin-bottom: 0;
  }
  .caution_box {
    margin-top: 10px;
  }
  .caution {
    font-size: 1.1rem;
    margin: 6px auto 12px;
  }
  .caution img {
    height: 14px;
    width: 16px;
  }
  .box_quote {
    margin: 10px auto;
    padding: 10px 15px;
    word-break: break-all;
    max-width: 36em;
  }
  .cookie {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .contact table {
    table-layout: fixed; /*これがないとwidth100%にしていてもはみ出る*/
    width: 100%;
  }
  .contact th,
  .contact td {
    display: inline-block;
    font-size: 1.2rem;
  }
  .contact th {
    padding-bottom: 2px;
    width: auto;
  }
  .contact tr:last-child th {
    padding-bottom: 3px;
  }
  .contact td {
    padding-bottom: 14px;
    width: 100%;
  }
  .contact td.contents {
    padding-bottom: 10px;
  }
  .contact tr:last-child td {
    padding-bottom: 0;
  }
  .contact th img {
    margin-left: 5px;
    padding-bottom: 3px;
  }
  #mw_wp_form_mw-wp-form-585 th img {
    margin-left: 7px;
  }
  form {
    width: 100%;
  }
  .contact select,
  .contact input[type="text"],
  .contact textarea {
    -webkit-appearance: none; /*iOSのsafariで入力エリアの上部につく影を消す*/
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 1.6rem; /*font-size16px未満だとiOSで画面拡大される。  */
    height: 32px;
    padding: 3px 4px;
    width: 100%;
  }
  .contact .mwform-tel-field input[type="text"]:nth-child(-n + 3) {
    width: 28%;
  }
  .contact .notes_personal {
    margin: 20px 0 6px;
  }
  .contact .title_personal {
    color: #ff6a00;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .contact .scroll {
    height: 120px;
    padding: 5px;
  }
  .contact .scroll ul {
    margin: 0 10px 0;
  }
  .contact .content_privacy {
    padding: 0;
  }
  .content_privacy .mb15 {
    margin-bottom: 5px;
  }
  .contact .scroll .content_privacy h2 {
    font-size: 1.2rem;
  }
  .contact input[type="submit"] {
    background: url(../images/contact/btn_confirm_mb.png) center top no-repeat;
    background-size: 280px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 20px auto 10px;
    width: 280px;
  }
  .contact #mw_wp_form_mw-wp-form-585 input[type="submit"] {
    background: url(../images/contact/btn_confirm_en_mb.png) center top no-repeat;
    background-size: 200px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 20px 0 10px;
    width: 200px;
  }
  #error .error_msg {
    border: 1px solid #dc0505;
    color: #dc0505;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 12px;
    padding: 5px 10px;
    text-align: left;
  }
  #error .error {
    color: #dc0505;
    display: block;
    font-size: 1.2rem;
    margin-left: 5px;
  }
  .contact #confirm {
    padding-bottom: 10px;
  }
  .contact #confirm input[type="submit"]:first-child {
    background: url(../images/contact/btn_modify_mb.png) center top no-repeat;
    background-size: 125px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 0 20px 0 0;
    width: 125px;
  }
  .contact #confirm #mw_wp_form_mw-wp-form-585 input[type="submit"]:first-child {
    background: url(../images/contact/btn_modify_en_mb.png) center top no-repeat;
    background-size: 125px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 0 20px 0 0;
    width: 125px;
  }
  .contact #confirm input[type="submit"]:last-child {
    background: url(../images/contact/btn_submit_mb.png) center top no-repeat;
    background-size: 125px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 0;
    width: 125px;
  }
  .contact #confirm #mw_wp_form_mw-wp-form-585 input[type="submit"]:last-child {
    background: url(../images/contact/btn_submit_en_mb.png) center top no-repeat;
    background-size: 125px 35px;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 35px;
    margin: 0;
    width: 125px;
  }
  #confirm .f18 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: left !important;
  }
  #confirm th {
    margin-bottom: 2px;
    padding-bottom: 0;
  }
  #confirm td {
    margin-bottom: 15px;
  }
  .contact .complete .f16,
  .contact .complete .f18 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .contact .complete img {
    height: 35px;
  }
  /*==================================
	Privacy
================================== */
  .privacy li a,
  .privacy li a {
    font-size: 1rem;
  }
  @media screen and (max-width: 599px) {
    .privacy li .t_none {
      display: none;
    }
  }
  .content_privacy {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .content_privacy h2 {
    font-size: 1.4rem;
  }
  .content_privacy .mb30 {
    margin-bottom: 15px;
  }
}
/*==================================
	IR（決算報告）
================================== */
@media screen and (max-width: 999px) {
  table.ir {
    width: 100%;
  }
  table.ir th{
    width: auto;
  }
  table.ir td img{
    margin-right: 1em;
  }
  table.ir td a.link_pdf{
    margin:0;
  }
}
@media screen and (max-width: 599px) {
  table.ir th{
    padding: 10px;
  }
}
/*==================================
	Responsive
================================== */

@media screen and (max-width: 1680px) {
  .img_contact_banner {
    bottom: 26rem;
    left: 1rem;
    height: 14.8rem;
    width: 24rem;
  }
  footer .img_new_graduate {
    right: 1rem;
    bottom: 21rem;
  }
  footer .img_new_graduate span {
    background: url(../images/common/img_new_graduate.png) center center no-repeat;
    background-size: 27.3rem 21.5rem;
    height: 21.5rem;
    width: 27.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .img_contact_banner {
    height: 13rem;
    margin: 50px auto 0;
    position: static;
    width: 40rem;
  }
  .img_contact_banner a {
    animation: none;
    background: url(../images/common/contact_banner_sp.png) center center no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    transition: 0.5s;
    width: 100%;
  }
  .img_contact_banner a:hover {
    opacity: 0.8;
  }
  footer .img_new_graduate {
    background: none;
    right: 1rem;
    bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  footer .img_new_graduate {
    bottom: -1rem;
    right: -0.5rem;
    height: 17.4rem;
    width: 22rem;
  }
  footer .img_new_graduate span {
    background: url(../images/common/img_new_graduate.png) center center no-repeat;
    background-size: 22rem 17.4rem;
    filter: drop-shadow(-8px 8px 8px rgb(0, 0, 0, 0.3));
    height: 17.4rem;
    width: 22rem;
  }
}

@media screen and (min-width: 599px) and (max-width: 999px) {
  /* 画面サイズが768pxから999pxはここを読み込む */
  #wrapper .su-tabs-panes {
    box-sizing: border-box;
    margin: 0 auto;
  }
  #topics {
    padding: 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .business .img_contact_banner {
    width: 100%;
  }
  .business .business_detail {
    margin-bottom: 1.5rem;
  }
  .business .img_wrap {
    flex-direction: column;
  }
  .business .detail_image {
    max-width: 100%;
    width: 100%;
  }
  .business .detail_image::before {
    padding-top: 22%;
  }
  .business .detail_image span {
    background: url(../images/business/detail_graphic_sp.png) center center / cover no-repeat;
  }
  .business .smartphone .detail_image:nth-child(1) span {
    background: url(../images/business/detail_graphic_sp.png) center center / cover no-repeat;
  }
  .business .smartphone .detail_image:nth-child(2) span {
    background: url(../images/business/detail_uiux_sp.png) center center / cover no-repeat;
  }
  .business .smartphone .detail_image:nth-child(3) span {
    background: url(../images/business/detail_animation_sp.png) center center / cover no-repeat;
  }
  .business .web .detail_image:nth-child(1) span {
    background: url(../images/business/detail_webapp_sp.png) center center / cover no-repeat;
  }
  .business .web .detail_image:nth-child(2) span {
    background: url(../images/business/detail_webservice_sp.png) center center / cover no-repeat;
  }
  .business .web .detail_image:nth-child(3) span {
    background: url(../images/business/detail_website_sp.png) center center / cover no-repeat;
  }
  .web .business_detail .business_detail_innner div.detail_image {
    margin-bottom: 5px;
  }
  .content_white {
    margin-bottom: 3rem;
  }
  .content_white.web {
    margin-bottom: 0;
  }
  .work {
    width: 100%;
  }
  .works_top li {
    margin: 0 2rem;
    padding: 0 0 1rem;
  }
  .works_top h3 {
    font-size: 1.3rem;
    padding-top: 0.5rem;
  }
  .works_top .txt_detail {
    font-size: 1.2rem;
  }
  #topics_list,
  .works_top {
    display: block;
  }
  .works_top li {
    margin: 0 auto 1rem !important;
    width: 90%;
  }
  #topics_list li {
    margin: 0 auto 1.5rem !important;
    width: 90%;
  }
  .img_contact_banner {
    position: relative;
    height: auto;
    left: 50%;
    margin: 0;
    top: 4rem;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
  }
  .img_contact_banner::before {
    content: "";
    display: block;
    padding-top: 32.5%;
  }
  .img_contact_banner a {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer {
    padding-top: 6.5rem;
  }
  footer .img_new_graduate {
    background: none;
    height: 10.4rem;
    width: 13.5rem;
  }
  footer .img_new_graduate span {
    background: url(../images/common/img_new_graduate.png) center center no-repeat;
    background-size: 13.5rem 10.4rem;
    height: 10.4rem;
    width: 13.5rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .img_new_graduate span {
    background: url(../images/common/img_new_graduate_2x.png) center center no-repeat;
    background-size: cover;
  }
}
