@charset "UTF-8";

/* font */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* init */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0;
  opacity: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
a {
  color: #34486a;
  text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
sup {
  font-size: 0.8em;
  vertical-align: top;
}
#cont-main .supplement {
  display: flex;
  margin-bottom: 0;
}
#cont-main .supplement.s_right {
  justify-content: flex-end;
}
#cont-main p + p {
  margin-top: 1.4em;
}
.supplement span {
  display: block;
}
.supplement span + span {
  margin-left: 5px;
}
select {
  padding: 3px;
}
area {
  border: none;
  outline: none;
}

/* =======================================
★★★ ヘッダー、フッター、基盤　★★★
======================================= */

/* ヘッダー
============================= */
#h-t-menu-area .menu-lan {
  padding: 8px 15px;
}
#h-t-menu-area:hover li > a {
  opacity: 0.7;
}
#h-t-menu-area li > a {
  line-height: 35px;
  padding: 10px 15px;
}
#h-t-menu-area li {
  margin-bottom: 0;
  position: relative;
}
#h-t-menu-area .mdd-item {
  width: 200px;
}
#h-t-menu-area li:hover .mdd-item {
  height: 95px !important;
  width: 200px;
}
#h-t-menu-area .mdd-item p {
  text-align: center;
  width: 50%;
}
#h-t-menu-area .mdd-item a {
  border-radius: 5px;
  color: #fff !important;
  display: block;
  padding: 5px 15px;
}
#h-t-menu-area .mdd-item .inner:before {
  left: 100px;
}
#h-t-menu-area .inner {
  border-radius: 10px;
  display: flex;
  margin-top: 33px;
  padding: 10px;
}
/* #gnav .menu .menu-item:nth-child(3) .sub-menu .menu-item:last-child a {
  border: none!important;
} */
#h-submenu_open .menu .menu-item:nth-child(3) .sub-menu .menu-item {
}
#gnav .menu .menu-item .sub-menu-wrap {
  opacity: 0;
  height: 0;
  display: flex;
  overflow: hidden;
}
.link-internal-area.fixed {
  background: #fff;
  left: 0;
  position: fixed;
  top: -70px;
  width: 100%;
}
.link-internal-fixed .link-internal-area.fixed {
  top: 0;
}
ul.link-internal {
  display: -webkit-flex;
  display: flex;
}
ul.link-internal:before {
  background: url(../../users/guidance/img/link_internal.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 51px;
  width: 68px;
}
ul.link-internal li {
  line-height: 100%;
  margin: 0 0 0 40px;
  padding: 0;
}
#guidance ul.link-internal li {
  margin: 0 0 0 25px;
}
ul.link-internal li:before {
  display: none;
}
ul.link-internal a {
  display: inline-block;
  font-size: 15px;
  padding: 0 0 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
ul.link-internal a:after {
  background: #005bab;
  border-radius: 5px;
  bottom: 17px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 50%;
  position: absolute;
  width: 5px;
}
ul.link-internal a:hover {
  opacity: 0.7;
}
#page-header {
  background-position: center;
  background-repeat: no-repeat;
}
#h-top {
  margin-bottom: 28px;
}
#h-top:after {
  clear: both;
  content: "";
  display: block;
}
#h-t-menu-area {
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 15px;
}
.menu-other li {
  margin: 0 0 0 20px;
}
.menu-other a:before {
  margin: 0 10px 0 0 !important;
}

/* pagetitle*/
#pagetitle-area {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #f9f9f9),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #f9f9f9),
    color-stop(0.75, #f9f9f9),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 8px 8px;
}
#pagetitle-area h1 {
  color: #34486a;
  font-size: 45px;
  line-height: 1.4;
}
.enterprise #pagetitle-area {
  padding-top: 130px;
}

/* コンテンツ
============================= */
/* レイアウト大 */
#content-area p {
  line-height: 2;
}

/* 見出し系 */
h1 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
h2:not(.t-read) {
  color: #34486a;
}
h2.t-read::before {
  background: url(../img/img.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 70px;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
h4 {
  border-bottom: 1px solid #bdbdbd;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

/* リスト */
ul {
  margin: 0;
  padding: 0;
}
#content-area ul {
  margin: 10px 0;
}
li {
  list-style: none;
  line-height: 1.8;
}
#cont-main li + li {
  margin-top: 10px;
}
.check_list li {
  font-weight: 600;
  margin-left: 16px;
  text-indent: -16px;
}
.check_list li::before {
  border-bottom: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 12px;
  transform: rotate(45deg);
  width: 4px;
}
.list_num {
  margin-bottom: 10px;
  counter-reset: number 0;
}
.list_num > li {
  text-indent: -30px;
  margin-left: 30px;
}
.list_num > li li {
  text-indent: -20px;
}
.list_num > li:before {
  counter-increment: number 1; /* number カウンタを増加 */
  content: "(" counter(number) ")";
  margin-right: 8px;
}
.list_num_circle {
  counter-reset: num 0;
}
.list_num_circle li:before {
  border: 1px solid gray;
  content: counters(num, ".") "";
  counter-increment: num;
  display: inline-block;
  color: #333;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
ul.list li {
  padding-left: 25px;
}
ul.list li:before {
  background: #005ca2;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 10px 0 -20px;
  vertical-align: baseline;
  width: 10px;
}
ul.link-list > li > a {
  word-break: break-all;
}
ul.link-list > li {
  margin-left: 24px;
}
ul.link-list > li > a:before {
  border-bottom: 4px solid transparent;
  border-left: 7px solid #f57828;
  border-right: 0 solid transparent;
  border-top: 4px solid transparent;
  display: inline-block;
  content: "";
  height: 0;
  margin: 0 10px 3px -16px;
  vertical-align: middle;
  width: 0;
}
ol.number li {
  list-style: inherit;
  margin-left: 20px;
}
.pankuzu li:last-of-type {
  font-weight: bold;
}

/* リスト（dl） */
dl {
}
dt {
}
dd {
}

/* テーブル */
table {
  width: 100%;
}
th {
  text-align: left;
  vertical-align: top;
}
td {
  vertical-align: middle;
}
.table_electronics {
  width: 55%;
}
.table_wrap * {
  font-size: 16px;
}
.table_type1 tr:first-of-type th {
  border-top: 1px solid #234578;
}
.table_type1 tr th {
  border: 1px solid #234578;
  text-align: center;
}
.table_type1 td {
  border-bottom: 1px solid #747474;
  border-left: 1px solid #747474;
  border-right: 1px solid #747474;
  text-align: center;
}

/* figure */
figure {
  margin: 0;
  text-align: center;
}
figure + * {
  padding-top: 30px;
}
figure img {
  vertical-align: top;
}
figcaption {
  display: block;
}
figure > figcaption {
  margin-top: 10px;
}

/* フォーム要素 */
textarea {
  border: 1px solid #cacaca;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  height: 110px;
  padding: 4px;
  resize: vertical;
  width: 100%;
}
select,
input {
  border: 1px solid #cacaca;
  letter-spacing: 1px;
}

/* アイコン */
.icon-blank-after:after {
  background: url(../img/icon_blank.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 9px;
  vertical-align: middle;
  width: 15px;
}
.icon_link:before,
.icon_link_2:after {
  background: url(../img/arrow_circle_w_o.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}
.icon_link:before {
  margin-right: 10px;
}
.icon_link_2:after {
  margin-left: 10px;
}

/* フッター
============================= */
#f-contact .col {
  background-color: #fff;
  padding: 35px 0 28px;
  text-align: center;
  color: #34486a;
  box-shadow: 0px 3px 0px 0px #cbcbcb;
}
#f-contact .col h3 {
  font-size: 1.25rem;
  margin: 15px 0;
  padding-top: 0;
}
#f-contact .contact_left p:nth-of-type(1) {
  font-size: 2.1875rem;
  margin-bottom: 10px;
}
#f-contact .contact_left p:nth-of-type(1) span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}
#f-contact .contact_left p:nth-of-type(2) {
  font-size: 1.125rem;
}
#page-footer {
  background: #34486a;
  color: #fff;
}
#f-logo {
  margin-bottom: 22px;
  text-align: center;
}
#f-logo img {
  vertical-align: top;
}
/* footer list */
#f-list li:before {
  margin: 0 10px 0 0;
}
#page-footer #f-top .top_info .top_info-list {
  font-size: 0.875rem;
}
#page-footer #f-top .top_info .top_info-list li {
  margin-bottom: 14px;
}
#page-footer #f-top .top_info .top_info-list li:nth-child(3) {
  margin-bottom: 22px;
  line-height: 1.6;
}
#page-footer #f-top .top_info .top_info-list li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5.5px;
  display: inline-block;
  padding-right: 36px;
  position: relative;
}
#page-footer #f-top .top_info .top_info-list li:last-child::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 35%;
}
#page-footer #f-top .top_info .top_info-list li:last-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 22%;
  transform: rotate(35deg);
}

#f-link-other {
  display: block;
  overflow: hidden;
}
#f-link-other li a:before {
  margin: -2px 10px 0 0;
}
#f-link-other a {
  font-size: 13px;
}
#copyright {
  display: block;
  font-size: 11px;
  margin-left: 24px;
}
#page-footer .top_info a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  *:not(div) > a:hover {
    color: #EA5504 !important;
  }
  a img {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  a:hover img,
  #h-contact a:hover {
    opacity: 0.7;
  }

  /* ヘッダー
	============================= */
  .slide-up {
    min-width: 1100px;
  }
  header {
    background-size: cover;
    min-width: 1100px;
    position: relative;
    z-index: 99;
  }
  header .inner {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
  }
  #h-main {
    display: inline-block;
  }
  #h-main-menu {
    border-radius: 0 10px 10px 0;
    display: -webkit-flex;
    display: flex;
  }
  #h-logo {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
  }
  #h-logo img {
    vertical-align: middle;
  }
  #gnav {
    display: -webkit-flex;
    display: flex;
    padding: 6px 0 6px 20px;
    justify-content: flex-start;
  }
  #gnav > ul {
    display: -webkit-flex;
    display: flex;
  }
  #gnav > ul > li {
    margin-bottom: 0;
    margin-left: 5px;
  }
  #gnav > ul > li[rel="forte"] {
    margin-left: 0;
  }
  #gnav > ul > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 10px;
  }
  #gnav .menu > .menu-item {
    margin-bottom: 0;
    padding: 0 5px;
  }
  #gnav .menu > .menu-item a {
    position: relative;
  }
  #gnav .menu > .menu-item > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #34486a transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
  }
  #gnav .menu > .menu-item:hover > a::after,
  #gnav .menu > .menu-item.here > a::after {
    opacity: 1;
    transition: 0.3s;
  }
  #gnav .menu > .menu-item > a {
    color: #000;
    font-weight: bold;
    padding: 30px 10px;
  }
  #gnav .menu > .menu-item > a:hover {
    color: #EA5504;
  }
	#gnav .menu > .menu-item .sub-menu-wrap {
		background-color: #34486a;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 75px;
		transition: 0.2s;
	}
	#gnav .menu > .menu-item .sub-menu {
		background-color: #34486a;
		overflow: hidden;
		max-width: 1160px;
    	margin: 0 auto;
    	width: 100%;
	}
  .lv-3 #gnav .menu > .menu-item .this_parent + .sub-menu,
  .lv-3 #gnav .menu > .menu-item:hover .this_parent + .sub-menu {
    overflow: inherit;
  }
  #gnav .menu > .menu-item .sub-menu .menu-item,
  #scroll_gnav .menu > .menu-item .sub-menu .menu-item {
    margin-bottom: 2px;
    margin-top: 2px;
    float: left;
  }
  #gnav .menu > .menu-item .sub-menu .menu-item:not(:last-of-type),
	#scroll_gnav .here .sub-menu .menu-item:not(:last-of-type) {
    	margin-right: 25px;
	}
  #gnav .menu > .menu-item .sub-menu .menu-item:first-child,
  #scroll_gnav .menu > .menu-item .sub-menu .menu-item:first-child {
    margin-right: 95px;
    position: relative;
  }
  #gnav .menu > .menu-item .sub-menu .menu-item:first-child::before,
  #scroll_gnav .menu > .menu-item .sub-menu .menu-item:first-child::before {
    content: "";
    width: 60px;
    right: -77px;
    top: 50%;
    height: 1px;
    background-color: #737f94;
    position: absolute;
  }
  #gnav .menu > .menu-item .sub-menu .menu-item a,
  #scroll_gnav .menu > .menu-item .sub-menu .menu-item a {
    color: #fff;
    font-size: 0.8125rem; /*13px*/
  }
  #gnav .menu > .menu-item .sub-menu .this_page,
  #gnav .menu > .menu-item > .sub-menu-wrap > .sub-menu > li:not(:first-of-type) > .this_parent,
  #gnav .menu > .menu-item .sub-menu .here:last-of-type .this_parent {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    padding-bottom: 5px;
  }
  #gnav .menu > .menu-item:hover .sub-menu-wrap {
    display: flex;
    height: auto;
    opacity: 1;
	padding: 21px 0;
    z-index: 1;
  }
  #h-info {
    background: #f57828;
    border-radius: 0 0 10px 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-left: 9px;
    padding: 18px 0 0;
    text-align: center;
    width: 128px;
  }
  #h-info:after {
    background: url(../img/h_icon_mail.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    margin: 8px auto 0;
    width: 20px;
  }
  #gmenu,
  #fmenu {
    display: flex;
    padding: 18px 0 18px 20px;
    width: 100%;
  }
  #fmenu .sub-menu li {
    margin-top: 10px;
  }

  /* お問い合わせ */
  #h-contact {
    display: inline-block;
    float: right;
    margin: 12px 0;
  }
  #pagetitle-area {
    border-top: 5px solid #34486a;
    margin-bottom: 40px;
    padding: 60px 0;
  }
  #pagetitle-area .inner {
    width: 980px;
    position: relative;
  }
  #pagetitle-area .inner::before {
    content: "";
    display: inline-block;
    border: 1px solid #EA5504;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0;
    padding-left: calc(100vw - 980px);
    margin-left: calc(950px - 100vw);
  }
  #h-contact a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 15px 28px;
    background: #EA5504;
  }
  #h-contact a::before {
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    vertical-align: middle;
    width: 16px;
  }

  /* コンテンツ
	============================= */

  /* レイアウト大 */
  .inner {
    margin: 0 auto;
    width: 980px;
  }
  .inner_800 {
    width: 800px;
  }
  #content-area {
    min-width: 1100px;
  }
  #cont-pankuzu {
    padding: 15px 0;
  }
  #cont-main {
    display: -webkit-flex;
    display: flex;
    line-height: 1.75;
    width: 100%;
  }
  #cont-main p:only-child {
    margin-bottom: 0;
  }
  #list-main,
  #page-main {
    width: 100%;
  }
  section + section {
    margin-top: 80px;
  }
  section:not(.bg-oblique_line):last-of-type {
    margin-bottom: 60px;
  }
  .section-child + .section-child {
    margin-top: 50px;
  }
  .section-child-s {
    margin-bottom: 1.7em;
  }

  /*制作実績*/
  #work {
    text-align: center;
  }
  #work .inner {
    width: 1100px;
    text-align: left;
  }
  #work .col {
    margin: 0 0 45px 0;
    border-bottom: 3px solid #34486a;
    padding-bottom: 10px;
  }
  #work figure {
    margin-bottom: 10px;
  }
  #work h3 {
    margin-bottom: 0;
  }
  #work p {
    font-size: 0.625rem;
    margin-bottom: 0;
  }
  #work h3,
  #work p {
    margin-left: 10px;
  }
  #work p.btn {
    display: none;
  }

  /* パターンレイアウト */
  div[class*="pattern-"] {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  div[class*="pattern-"] + div[class*="pattern-"] {
    margin-top: 20px;
  }
  .col img {
    margin: 0 auto;
    display: block;
  }
  .pattern-1 .col {
    margin: 0 auto;
    width: 312px;
  }
  .flex_block .col {
    margin-left: 30px;
  }
  .pattern-1_1 .col {
    margin-left: 30px;
    width: 47%;
    width: calc(100% / 2 - 15px);
  }
  .flex_block .col:nth-child(2n-1),
  .pattern-1_1 .col:nth-child(2n-1) {
    margin-left: 0 !important;
  }
  .pattern-2_1 .col {
    width: calc(100% - 372px - 20px);
  }
  .pattern-2_1 .col:nth-child(1n) {
  }
  .pattern-2_1 .col:nth-child(2n) {
    width: 332px;
  }
  .pattern-1_1_1 .col {
    margin-left: 20px;
    width: 32%;
    width: calc(100% / 3 - 15px);
    background-color: #fff;
  }
  .bg-oblique_line .pattern-1_1_1 .col {
    border: 1px solid #cacaca;
    border-bottom: 2px solid #cacaca;
  }
  .bg-oblique_line .pattern-1_1_1 .col h3 {
    margin-bottom: 10px;
  }
  .pattern-1_1_1 .col:nth-child(3n + 1),
  .pattern-1_1_1_1 .col:nth-child(4n) {
    margin-left: 0;
  }
  .pattern-1_1_1 .col:nth-child(n + 4),
  .pattern-1_1 .col:nth-child(n + 3) {
    margin-top: 20px;
  }
  .pattern-1_1_1_1 > .col {
    margin-left: 10px;
    width: calc(100% / 4 - 10px);
  }
  .pattern-1_1_1_1_1 > .col {
    margin-left: 10px;
    width: calc(100% / 5 - 10px);
  }
  /*flex*/
  .flex_block {
    display: flex;
  }
  .flex-1 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .flex-2 {
    justify-content: space-between;
  }

  /* テーブル */
  tr {
    border-bottom: 1px solid #d3d3d3;
  }
  th {
    border-bottom: 1px solid #fff;
    padding: 20px;
    width: 160px;
  }
  tr:first-of-type th {
    border-top: 1px solid #fff;
  }
  td {
    font-size: 0.825rem;
    padding: 15px;
  }

  /* フォーム要素 */
  input {
    padding: 4px;
  }

  /* サイドバー
	============================= */
  #sidebar {
    margin-left: 60px;
    width: 220px;
  }
  .side-title {
    margin-bottom: 40px;
    padding-bottom: 11px;
    text-align: center;
  }
  .side-title > * {
    border-radius: 8px;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px;
    position: relative;
  }
  .side-cont {
    margin-bottom: 50px;
  }
  .side-cont ul {
    border-top: 1px solid #005ca2;
  }
  .side-cont li {
    border-bottom: 1px solid #005ca2;
    margin-bottom: 0;
  }
  .side-cont a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 18px 0px 18px 25px;
  }
  .side-cont a:before {
    border-bottom: 4px solid transparent;
    border-left: 5px solid #f57828;
    border-right: 0 solid transparent;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 3px -20px;
  }
  .side-cont li.current a {
    color: #f57828;
  }

  /* フッター
	============================= */
  #f-contact.bg-gray {
    min-width: 1100px;
  }
  #f-contact h2 {
    position: relative;
  }
  #f-contact h2::before {
    content: "";
    display: block;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 0;
  }
  #f-contact h2 figure {
    background: #f7f7f7;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    z-index: 1;
  }
  #f-contact h2 span {
    color: #212121;
    display: block;
    font-size: 22px;
    padding-top: 20px;
  }
  #f-contact .btn {
    padding: 20px 20px 20px 0; /*IE用*/
    padding: 20px var(--btn-rightYohaku) 20px 0;
    width: 234px;
    font-size: 100%;
  }
  #f-contact .btn::before,
  #f-contact .btn::after {
    right: 21%; /*IE用*/
  }
  #f-contact .pattern-1_1{
    justify-content: center;
  }
  #page-footer {
    position: relative;
    width: 100%;
    min-width: 1100px;
  }
  #page-footer .top_info a {
    display: inline-block;
  }
  #page-footer .menu-item-1005{
    display: flex;
    flex-direction: column;
  }
  #page-footer .menu-item-1005 a + a{
    margin-top: 40px;
  }
  #page-footer .inner {
    max-width: 1100px;
    padding: 0 20px;
    width: 100%;
  }
  #page-footer #f-top {
    display: flex;
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px dotted #868686;
  }
  #page-footer #f-top .top_nav #f-main #f-gnav #fmenu {
    padding: 0 0 0 30px;
  }
  #page-footer
    #f-top
    .top_nav
    #f-main
    #f-gnav
    > .menu-gmenu-container
    > #fmenu
    > .menu-item
    > a {
    font-weight: bold;
  }
  #page-footer #f-top .top_nav #f-main #f-gnav #fmenu .menu-item a {
    color: #fff;
    font-size: 0.875rem;
  }
  #page-footer .top_nav {
    width: 100%;
  }
  #page-footer #fmenu > li {
    padding-right: 10px;
    width: calc(100% / 3);
  }
  #page-footer #fmenu > li:last-of-type {
    padding-right: 0;
  }
  #page-footer #fmenu > li > a {
    font-weight: bold;
  }
  #page-footer #fmenu > li .sub-menu {
    margin-top: 10px;
  }
  #page-footer #f-bottom .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
	  padding: 0;
  }
  #page-footer #f-bottom .inner .f-gnav {
    display: flex;
    align-items: center;
  }
  #page-footer #f-bottom .inner .f-gnav li {
    margin-right: 30px;
  }
  #page-footer #f-bottom .inner .f-gnav li a {
    color: #fff;
    font-size: 0.875rem;
  }
  #f-read {
    background: url(../img/f_bg.jpg) no-repeat top center;
    background-size: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  /* footer list */
  #f-list {
    line-height: 2;
    margin-bottom: 35px;
  }
  #f-list > ul > li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
  }
  #f-list > ul > li li {
    margin-bottom: 0;
  }
  #f-list > ul > li:before {
    left: 0;
    position: absolute;
    top: 28px;
  }
  .f-list-lv1 {
    float: left;
    padding-left: 25px;
    font-size: 15px;
    font-weight: bold;
  }
  .f-list-lv2-deeper {
    float: right;
    overflow: hidden;
    width: calc(100% - 230px);
  }
  .f-list-lv2-deeper li {
    float: left;
    margin-right: 23px;
  }
  .f-list-lv2-deeper a {
    font-size: 14px;
  }

  /* footer bottom */
  #f-bottom {
    padding: 20px 0 30px;
  }

  /* footer bottom banner */
  #f-banner {
    margin-bottom: 45px;
    text-align: center;
  }
  #f-banner li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 266px;
  }
  #f-banner li:nth-child(n + 2) {
    margin-left: 20px;
  }
  #f-banner a {
    display: block;
    padding: 10px 0 0;
  }
  #f-banner img {
    height: 42px;
  }
  #f-link-other {
    margin-bottom: 34px;
  }
  #f-link-other li {
    float: left;
  }
  #f-link-other li:nth-child(n + 2) {
    margin-left: 28px;
  }
  #f-contact .contact_left {
    margin-left: 0 !important;
  }
  #f-contact .contact_right {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* ヘッダー
	============================= */
  .menu-open {
    position: fixed;
    width: 100%;
  }
  header .inner {
    margin: 0;
  }
  #h-main-menu {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
  }
  #h-main-menu:after {
    content: "";
    clear: both;
    display: block;
  }
  #h-logo img {
    width: 100px;
  }
  #h-logo {
    display: inline-block;
    line-height: 60px;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
  }
  #h-logo img {
    vertical-align: middle;
  }
  #h-menu-btn {
    float: right;
    outline: none;
  }
  #h-t-menu-area {
    border-radius: 0;
    margin-left: 0;
  }
  #gnav {
    font-size: 15px;
    line-height: 20px;
    height: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: height 0.5s;
    width: 100%;
    z-index: 9000;
  }
  #gnav #gmenu {
    background-color: #fff;
    height: 100vh;
    width: 100%;
  }
  #gnav li {
    margin-bottom: 0;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
  }
  #gnav a {
    display: block;
    font-weight: 500;
    padding: 20px 0;
    color: #000;
  }
  #gnav .menu .menu-item .sub-menu {
    display: none;
  }
  #gnav .h-link-btn {
    display: flex;
    padding-top: 60px;
  }
  #gnav .h-link-btn p {
    margin: 0;
    text-align: center;
    width: 100%;
    /* width: 50%; お問い合わせができたら50% */
  }
  #gnav .h-link-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  #gnav .h-link-btn{
    border-bottom: 1px solid #EA5504;
  }
  #gnav .h-link-btn p:first-of-type {
    background: #EA5504;
  }
  #gnav .h-link-btn p:first-of-type a::before {
    background: url(../img/icon_mail.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 10px;
    vertical-align: middle;
    width: 16px;
  }
  #gnav .h-link-btn p:nth-of-type(2) {
    background: #34486a;
  }
  #gnav .h-link-btn p:nth-of-type(2) a::before {
    background: url(../img/icon_access.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    vertical-align: middle;
    width: 10px;
  }
  #gnav .gnav-access a:before {
    background: url(../img/h_icon_access_sp.png) no-repeat;
    background-size: contain;
    border: none;
    height: 22px;
    margin: 0 21px 0 0;
    width: 17px;
  }
  #gnav .gnav-info a:before {
    background: url(../img/h_icon_mail_sp.png) no-repeat;
    background-size: contain;
    border: none;
    height: 14.5px;
    margin: 0 14px 0 0;
    width: 24px;
  }
  /* header button */
  #h-menu-btn {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    z-index: 9999;
  }
  #h-menu-btn:before {
    left: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #h-menu-btn button {
    background: none;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  #h-menu-btn span {
    position: relative;
    transition: 0.3s opacity;
    height: 2px;
    background: #34486a;
    display: block;
    margin: 0 auto;
  }
  #h-menu-btn span:last-of-type {
    display: block;
  }

  /* 1回目のアニメーション */
  #h-menu-btn .top {
    animation: menu-top 0.5s;
    animation-fill-mode: forwards;
    top: 9px;
    width: 60%;
  }
  #h-menu-btn .bottom {
    animation: menu-bottom 0.5s;
    animation-fill-mode: forwards;
    bottom: 11px;
    width: 60%;
  }

  /* 2回目のアニメーション */
  #h-menu-btn.open .top {
    animation: menu-top-close 0.5s;
    animation-fill-mode: forwards;
    width: 60%;
  }
  #h-menu-btn.open .bottom {
    animation: menu-bottom-close 0.5s;
    animation-fill-mode: forwards;
    width: 60%;
  }
  @keyframes menu-top {
    0% {
      transform: translateY(-2px) rotate(-45deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-17px) rotate(0deg);
    }
  }
  @keyframes menu-bottom {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(15px) rotate(0deg);
    }
  }

  @keyframes menu-top-close {
    0% {
      transform: translateY(-17px) rotate(0deg);
    }
    50% {
      transform: translateY(-7px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(-45deg);
    }
  }

  @keyframes menu-bottom-close {
    0% {
      transform: translateY(15px) rotate(0deg);
    }
    50% {
      transform: translateY(0px) rotate(0deg);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }

  /* pagetitle */
  #pagetitle-area {
    border-top: 5px solid #34486a;
    margin-bottom: 30px;
  }
  #pagetitle-area h1 {
    font-size: 25px;
    text-align: center;
    padding: 30px 20px;
  }
  #h-submenu + #pagetitle-area {
    border-top: none;
  }

  /* コンテンツ
	============================= */
  /* レイアウト大 */
  section + section {
    margin-top: 50px;
  }
  section:not(.bg-oblique_line):last-of-type {
    margin-bottom: 60px;
  }
  .inner {
    margin: 0 20px;
  }
  #cont-pankuzu {
    padding: 15px 0;
  }
  .section-child + .section-child {
    margin-top: 30px;
  }
  .section-child-s {
    margin-bottom: 1.7em;
  }
  div[class*="pattern-"] .col:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  /* テーブル */
  table:not(.table_scroll),
  tbody,
  table:not(.table_scroll) tr,
  table:not(.table_scroll) th,
  table:not(.table_scroll) td {
    display: block;
  }
  th {
    line-height: 1.4;
    padding: 11px 18px;
  }
  td {
    line-height: 1.4;
    padding: 11px 18px;
  }

  /* 見出し */
  h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  /* figure */
  figure img {
    width: auto;
    max-width: 100%;
    max-height: 240px;
    height: 100%;
  }
  figure.sp_h_auto img {
    width: 100%;
    max-height: 100%;
  }
  figure + * {
    padding-top: 20px;
  }

  /* フォーム要素 */
  textarea {
    font-size: 16px;
  }
  input {
    font-size: 16px;
    padding: 15px 0.5em;
    width: 100%;
  }

  /*制作実績*/
  #work {
    text-align: center;
  }
  #work .inner {
    text-align: left;
    margin-bottom: 20px;
  }
  #work .col figure {
    display: none;
  }
  #work .col {
    position: relative;
    border-bottom: 1px solid #cacaca;
    margin: 0 0 10px 0;
  }
  #work .col::before,
  #work .col::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000;
  }
  #work .col::before {
    width: 25px;
    right: 0px;
    top: 26%;
  }
  #work .col::after {
    width: 8px;
    right: -1px;
    top: 23%;
    transform: rotate(35deg);
  }
  #work .col h3 {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
  }
  #work .col p {
    margin-bottom: 9px;
    font-size: 0.75rem;
  }
  #work p.btn {
    display: inline-block;
    padding: 3px 17px 4px 17px;
    font-size: 0.625rem;
    margin-bottom: 8px;
  }
  #work p.btn::before,
  #work p.btn::after {
    content: none;
  }

  /* パターンレイアウト */
  .flex_block .col + .col {
    margin-top: 20px;
  }
  div[class*="pattern-"].sp_reverse,
  .flex_block.sp_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  div[class*="pattern-"].sp_reverse .col + .col,
  .flex_block.sp_reverse .col + .col {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .pattern-1_1_1 .col {
    margin-top: 0 !important;
  }
  .pattern-1_1_1 .col p,
  .pattern-1_1_1 .col a {
    display: none;
  }
  .pattern-1_1_1 .col h3 {
    border-top: 1px solid #cacaca;
    font-weight: 500;
    padding: 20px 20px;
    margin-bottom: 0;
    position: relative;
  }
  .pattern-1_1_1 .col:last-child h3 {
    border-bottom: 1px solid #cacaca;
  }
  .pattern-1_1_1 .col h3::before,
  .pattern-1_1_1 .col h3::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #000;
  }
  .pattern-1_1_1 .col h3::before {
    right: 0px;
    top: 50%;
  }
  .pattern-1_1_1 .col h3::after {
    width: 8px;
    right: -1px;
    top: 47%;
    transform: rotate(35deg);
  }

  /* フッター
	============================= */
  #f-contact {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #f-contact h2 {
    position: relative;
  }
  #f-contact h2::before {
    content: "";
    display: block;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 0;
  }
  #f-contact h2 figure {
    background: #f7f7f7;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    vertical-align: middle;
    width: 170px;
    z-index: 1;
  }
  #f-contact h2 figure img {
    vertical-align: middle;
  }
  #f-contact h2 span {
    color: #212121;
    display: block;
    font-size: 20px;
    padding-top: 10px;
  }
  #f-contact .col figure {
    width: 40px;
    margin: 0 auto;
  }
  #f-contact .col h3,
  #f-contact .contact_left p:nth-of-type(1) span {
    font-size: 1rem;
  }
  #f-contact .contact_left p:nth-of-type(1) span {
    margin-right: 12px;
  }
  #f-contact .contact_left p:nth-of-type(1) {
    font-size: 1.5rem;
  }
  #f-contact .contact_left p:nth-of-type(2) {
    font-size: 0.75rem;
  }
  #f-contact .btn {
    width: 180px;
    padding: 13px var(--btn-rightYohaku) 13px 0;
  }
  #page-footer {
    position: relative;
  }
  #f-top {
    border-bottom: 1px dotted #868686;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #f-top #f-logo {
    text-align: left;
    margin-top: 0;
  }
  #f-logo img {
    width: 100px;
  }
  #f-top .top_nav #f-gnav {
    display: none;
  }
  #f-bottom .f-gnav {
    display: none;
  }
  #f-bottom .inner {
    margin: 0;
  }
  #page-footer #f-top .top_info .top_info-list li {
    margin-bottom: 5px;
  }

  /* footer bottom link other */
  #f-link-other {
    background: #fff;
    border-top: 1px solid #a9a9a9;
    margin: 0 -20px;
  }
  #f-link-other li {
    border-bottom: 1px solid #a9a9a9;
    margin-left: 0;
  }
  #f-link-other li:last-child {
    border-bottom: none;
  }
  #f-link-other a {
    color: #525252;
    display: block;
    padding: 25px 20px;
  }
  #f-logo {
    display: inline-block;
    margin: 25px auto;
  }
  #copyright {
    padding-bottom: 20px;
    text-align: left;
    margin-left: 0;
  }
}

/* =======================================
★★★ パーツ系・装飾系　★★★
======================================= */

/*タイトル*/
.ttl {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.ttl figure {
  /*background: #fff;*/
  display: inline-block;
  position: relative;
  padding: 0 30px;
  z-index: 1;
}
.ttl span {
  color: #212121;
  display: block;
  font-size: 22px;
  padding-top: 15px;
}
.ttl::before {
  content: "";
  display: block;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  top: 20px;
  left: 0;
  height: 1px;
  width: 40%;
  width: calc(50% - 150px);
  z-index: 0;
}
.ttl::after {
  content: "";
  display: block;
  border-bottom: 1px solid #cacaca;
  position: absolute;
  top: 20px;
  right: 0;
  height: 1px;
  width: 40%;
  width: calc(50% - 150px);
  z-index: 0;
}

/*ボタン*/
:root {
  --btn-rightYohaku: 50px;
}
.btn {
  background-color: #34486a;
  color: #fff;
  padding: 13px 13px 13px 0; /*IE用*/
  padding: 13px var(--btn-rightYohaku) 13px 0;
  display: inline-block;
  width: 350px;
  font-size: 1.25rem;
  position: relative;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
}
.btn::before {
  width: 30px;
  right: 13%; /*IE用*/
  right: var(--btn-rightYohaku);
  top: 50%;
}
.btn::after {
  width: 8px;
  right: 13%; /*IE用*/
  right: calc(var(--btn-rightYohaku) - 1px);
  top: 47%;
  transform: rotate(35deg);
}
.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.btn-download {
  width: 540px;
  padding: 31px 0 31px 55px;
  font-size: 22px;
  font-weight: bold;
}
.btn-download::before {
  right: auto;
  left: 122px;
  background: url(/common/img/icon_download.svg) no-repeat;
  background-size: cover;
  width: 35px;
  height: 30px;
  top: 35px;
}
.btn-download::after {
  content: none;
}

/* フェードイン */
.fadein.action {
  opacity: 1;
}

/* pankuzu */
.pankuzu {
  font-size: 14px;
}
#page-footer .pankuzu {
  text-align: center;
}
.pankuzu li {
  display: inline-block;
  line-height: 1.4;
  vertical-align: text-top;
}
.pankuzu li:nth-of-type(n + 2) {
  padding-left: 20px;
}
.pankuzu li:nth-child(1):before {
  display: none;
}
.pankuzu li:nth-child(n + 2):before {
  border: none;
  content: ">";
  font-weight: 400;
  height: auto;
  margin: 0 8px 0 -12px;
  width: auto;
  display: inline-block;
  color: #000;
}

/* 囲み */
.kakomi-item {
  background: #e5eff6;
  margin-bottom: 30px;
}
.kakomi-title {
  background: #005ca2;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding: 12px 34px;
  margin: 0;
}
.kakomi-cont {
  align-items: left;
  border: 1px solid #005ca2;
  border-radius: 0 0 5px 5px;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
}
.kakomi-feature {
  border: 1px solid #abb1be;
  padding: 47px 50px 33px 50px;
  position: relative;
}
.kakomi-feature_title {
  position: absolute;
  background-color: #abb1be;
  color: #fff;
  padding: 9px 237px 9px 16px;
  top: -23px;
  left: 50px;
}
.kakomi-cont > * {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 0;
  text-indent: 0;
}
.kakomi-cont > *:nth-child(n + 2) {
  margin-top: 5px;
}
.kakomi-remarks {
  background: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 0 -20px;
  max-width: 250px;
  padding: 0 10px 0 20px;
  position: relative;
}
.kakomi-remarks:after {
  border-bottom: 16px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 16px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.kakomi-line-item {
  border: 2px solid #005ca2;
  padding: 22px 30px;
}
.kakomi-line-item > *:last-child {
  margin-bottom: 0 !important;
}
.kakomi-line-title {
  background: none;
  border: none;
  color: #005ca2;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding: 0;
  text-align: center;
}
.kakomi-line-radius {
  border: 1px solid #005ca2;
  border-radius: 5px;
  padding: 20px 30px;
  text-align: center;
}
.kakomi-line-radius-raed {
  color: #005ca2;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em !important;
}

/* 吹き出し */
.hukkidashi-gray,
.hukkidashi-blue {
  background: #e1e1e1;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 25px;
}
.hukkidashi-blue {
  background: #005ca2;
  color: #fff;
}
.hukkidashi-top:after {
  top: -28px;
  border-style: solid;
  border-bottom-width: 28px;
  border-left-width: 18px;
  border-right-width: 18px;
  border-top-width: 0;
  content: "";
  display: block;
  left: calc(50% - 18px);
  position: absolute;
  height: 0;
  width: 0;
}
.hukkidashi-bottom {
  position: relative;
  margin-bottom: 38px;
}
.hukkidashi-bottom:after {
  bottom: -28px;
  border-style: solid;
  border-bottom-width: 0;
  border-left-width: 18px;
  border-right-width: 18px;
  border-top-width: 28px;
  content: "";
  display: block;
  left: calc(50% - 18px);
  position: absolute;
  height: 0;
  width: 0;
}
.hukkidashi-gray.hukkidashi-bottom:after {
  border-color: transparent;
  border-top-color: #e1e1e1;
}
.hukkidashi-blue.hukkidashi-bottom:after {
  border-color: transparent;
  border-top-color: #005ca2;
}
.hukkidashi-top:after {
  border-color: transparent;
  border-bottom-color: #005ca2;
}
.fill-green:after {
  border-color: transparent;
  border-bottom-color: #00a89c;
}

/* pagetop */
@media print, screen and (min-width: 768px) {
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
}

@media print, screen and (min-width: 768px) {
  /* 小ページリスト */
  .child-pages-area {
    margin: 0 auto;
    max-width: 1240px;
    min-width: 1100px;
  }
  .child-pages-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  #cont-main .child-pages-link li {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 50px;
    padding: 0;
    width: calc((100% - 100px) / 3);
  }
  #cont-main .child-pages-link li:nth-child(3n + 1) {
    margin-left: 0;
  }
  #cont-main .child-pages-link li:nth-child(n + 4) {
    margin-top: 50px;
  }
  .child-pages-link a {
    color: #005ca2;
    display: block;
    line-height: 100%;
  }
  .child-pages-link a:hover {
    opacity: 0.7;
  }
  .child-pages-link a:hover img {
    opacity: 1;
  }
  .child-pages-link .child-page-thumb {
    display: block;
    max-height: 235px;
    position: relative;
  }
  .child-pages-link .child-page-title {
    background: #f7f7f7;
    color: #212121;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px 55px 10px 20px;
    position: relative;
  }
  .child-pages-link .child-page-title::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #34486a;
    width: 30px;
    right: 21px;
    top: 50%;
  }
  .child-pages-link .child-page-title::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #34486a;
    width: 8px;
    right: 20px;
    top: 46%;
    transform: rotate(35deg);
  }
  .child-pages-link img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  #page-footer .pankuzu {
    margin-bottom: 35px;
  }

  /* 装飾系・その他 */
  .pc_none {
    display: none !important;
  }
  .hover-trans:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
}

@media only screen {
  .fadein {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    visibility: hidden;
  }
  .fadeauto {
    opacity: 1;
    visibility: inherit;
  }
}
@media only screen and (max-width: 767px) {
  /* 小ページリスト */
  .child-pages-link li {
    display: table;
    margin-bottom: 20px;
  }
  .child-pages-link img {
    height: auto;
    width: 100%;
    display: block;
  }
  .child-pages-link li a {
    float: left;
  }
  .child-page-thumb {
    width: 30%;
    display: table-cell;
  }
  .child-page-title {
    background: #f7f7f7;
    color: #212121;
    display: table-cell;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 40px 10px 20px;
    position: relative;
    width: 70%;
    vertical-align: middle;
  }
  .child-pages-link .child-page-title::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #34486a;
    width: 30px;
    right: 21px;
    top: 50%;
  }
  .child-pages-link .child-page-title::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #34486a;
    width: 8px;
    right: 20px;
    top: 46%;
    transform: rotate(35deg);
  }
  #page-footer .pankuzu {
    margin-bottom: 60px;
  }

  /* 装飾系 */
  .sp_none {
    display: none !important;
  }
  .ttl {
    position: relative;
  }
  .ttl::before {
    content: "";
    display: block;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    width: 26%;
    z-index: 0;
  }
  .ttl::after {
    content: "";
    display: block;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 20px;
    right: 0;
    height: 1px;
    width: 26%;
    z-index: 0;
  }
  .ttl figure {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    vertical-align: middle;
    width: 200px;
    z-index: 1;
  }
  .ttl figure img {
    vertical-align: middle;
  }
  .ttl span {
    color: #212121;
    display: block;
    font-size: 20px;
    padding-top: 10px;
  }

  /* 囲み */
  .kakomi-feature_title {
    padding: 9px 10px;
    font-size: 1rem;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
  }
  .kakomi-feature {
    padding: 30px 30px 30px 40px;
  }
  .kakomi-feature_list li::before {
    top: 0;
    transform: translateY(0);
  }

  /* パーツ系・装飾系・その他 */
  /*ボタン*/
  :root {
    --btn-rightYohaku: 28px;
  }
  .btn {
    padding: 20px var(--btn-rightYohaku) 20px 0;
    width: 220px;
    font-size: 0.875rem;
  }
  .btn::before {
    right: var(--btn-rightYohaku);
  }
  .btn::after {
    right: calc(var(--btn-rightYohaku) - 1px);
    top: 45%;
  }
  .btn-download {
    padding: 19px 0 19px 13%;
    width: 100%;
  }
  .btn-download::before {
    right: inherit;
    left: 11%;
    top: 22px;
    width: 26px;
    height: 22px;
  }
}

/* スクロールメニュー
======================================*/
@media only screen and (min-width: 768px) {
  #scroll_gnav {
    background-color: #34486a;
    display: none;
    position: fixed;
    top: -80px;
  }
  #scroll_gnav .menu-gmenu-container {
    width: 89%;
  }
  #scroll_gnav #scroll_logo {
    background: url(../img/img_logo_s.svg) no-repeat center center;
    background-size: 20px;
    border-left: 1px solid #737f94;
    border-right: 1px solid #737f94;
    margin-right: 20px;
    width: 50px;
    z-index: 1;
  }
  #scroll_gnav #scroll_logo a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #scroll_gnav #gmenu {
    padding: 0;
  }
  #scroll_gnav .menu-gnav-container {
    max-width: 900px;
  }
  #scroll_gnav #gmenu > li > a {
    display: none;
  }
  #scroll_gnav #gmenu > li {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #scroll_gnav .sub-menu .this_page,
  .lv-3.works #scroll_gnav .sub-menu li:not(:first-of-type) .this_parent {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }
  #scroll_gnav #scroll_h-contact {
    width: 60px;
    z-index: 1;
  }
  #scroll_gnav #scroll_h-contact a {
    background: #EA5504 url(../img/icon_mail.svg) no-repeat center center;
    background-size: 30px;
    display: block;
    height: 100%;
    width: 100%;
  }
  #scroll_gnav #scroll_h-contact a:hover {
    opacity: 0.7;
  }
  #scroll_gnav .menu-item-has-children > .this_parent {
    display: none;
  }
  #scroll_gnav .menu > .menu-item .sub-menu-wrap {
    display: none;
    height: auto;
    opacity: 1;
    padding: 1px 0;
    z-index: 1;
  }
  #scroll_gnav .menu > .menu-item .this_parent + .sub-menu-wrap,
  #scroll_gnav .menu > .menu-item .this_url + .sub-menu-wrap {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slide-down #scroll_gnav {
    display: flex;
    height: auto;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    min-width: 1100px;
	  
    animation-name: slidedown;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-duration: 0.4s;
    transform-origin: 50% 50% 0;
  }
  .slide-down #scroll_gnav .this_parent + .sub-menu-wrap {
    position: inherit;
    opacity: 1;
    height: auto;
  }
  .slide-down #scroll_gnav .this_parent + .sub-menu-wrap a,
  .slide-up #scroll_gnav .this_parent + .sub-menu-wrap a,
  .slide-down #scroll_gnav .this_url + .sub-menu-wrap a,
  .slide-up #scroll_gnav .this_url + .sub-menu-wrap a {
    display: block;
  }
  .slide-up #scroll_gnav {
    animation-name: slideUp;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 0s;
    transform-origin: 50% 50% 0;
    animation-duration: 0.4s;
    display: flex;
    height: auto;
    justify-content: center;
    width: 99.2vw;
    position: fixed;
    left: 0;
    top: -80px;
  }
  .slide-up #scroll_gnav .this_parent + .sub-menu-wrap,
  .slide-up #scroll_gnav .this_url + .sub-menu-wrap {
    position: inherit;
    height: auto;
    opacity: 1;
  }

  /* トップ */
  .lv-0 #scroll_gnav {
    display: none;
  }
  .news #scroll_gnav {
    display: none;
  }

  /* 第2階層 */
  .lv-2:not(.works, .ec_blog)
    #scroll_gnav.create-gnav
    #gmenu
    > .here
    > .sub-menu-wrap
    > .sub-menu
    > li:not(.current-menu-parent),
  .lv-2
    #scroll_gnav.create-gnav
    #gmenu
    > .here
    > .sub-menu-wrap
    > .sub-menu
    > .current-menu-parent
    > a,
  .lv-2 .create-gnav #gmenu > li:not(.here) {
    display: none;
  }

  /* 第3階層 */
  .lv-3:not(.works, .ec_blog)
    #scroll_gnav.create-gnav
    #gmenu
    > .here
    > .sub-menu-wrap
    > .sub-menu
    > li:not(.current-menu-parent),
  .lv-3
    #scroll_gnav.create-gnav
    #gmenu
    > .here
    > .sub-menu-wrap
    > .sub-menu
    > .current-menu-parent
    > a,
  .lv-3 .create-gnav #gmenu > li:not(.here) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #h-submenu {
    background: #34486a;
  }
  #h-submenu * {
    color: #fff;
  }
  #h-submenu > p {
    display: inline-block;
    padding: 10px 0 10px 20px;
  }
  #btn-submenu {
    float: right;
    font-size: 12px;
    padding: 10px 10px 10px;
  }
  #btn-submenu::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
    text-align: center;
  }
  #h-submenu #h-submenu_open {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    width: 100%;
  }
  .submenu-open #h-submenu #h-submenu_open {
    height: calc(100vh - 70px - 36px);
    width: 100%;
  }
  #h-submenu #h-submenu_open .menu-fmenu-container {
    padding: 0 30px;
  }
  #h-submenu #h-submenu_open #cont-pankuzu {
    background: #fff;
    padding: 10px 20px;
  }
  #h-submenu #h-submenu_open #cont-pankuzu * {
    color: #212121;
  }
  #h-submenu #h-submenu_open #cont-pankuzu li:last-of-type {
    font-weight: bold;
  }
  #h-submenu #fmenu > li > a,
  #h-submenu #fmenu > li > .sub-menu-wrap .sub-menu {
    display: none;
  }
  #h-submenu #fmenu > li > .this_parent + .sub-menu-wrap .sub-menu,
  #h-submenu #fmenu > li > .this_url + .sub-menu-wrap .sub-menu {
    display: block;
    overflow: inherit;
  }
  #h-submenu #fmenu .sub-menu li {
    margin-bottom: 0;
  }
  #h-submenu #fmenu .sub-menu li:nth-of-type(n + 2) {
    border-top: 1px solid #53637f;
  }
  #h-submenu #fmenu .sub-menu li a {
    display: block;
    padding: 15px 0;
  }
  #h-submenu #fmenu .sub-menu li a.this_page {
    color: #EA5504;
    font-weight: bold;
  }
  #scroll_gnav {
    display: none;
  }
  .table_scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* グローバルナビ
=========================*/
.slide-up #scroll_gnav {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #gnav .menu-item.here a {
    color: #EA5504;
  }
}
@keyframes slidedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}

/* 共通セレクタ
======================================*/
/* 寄せ */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/* マージン */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

/* エリア系 */
.bg-gray {
  background: #f7f7f7;
  padding: 50px 0 80px;
}
.bg-oblique_line {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #f9f9f9),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #f9f9f9),
    color-stop(0.75, #f9f9f9),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 8px 8px;
  padding: 50px 0;
}
.bg-gray-title {
  background: none;
  border: none;
  color: #525252;
  text-align: center;
}
.bg-white {
  background: #fff;
  border-radius: 5px;
  padding: 22px;
}
.bg-white-title {
  background: none;
  border: none;
  color: #005ca2;
  text-align: center;
}
.bg-skyblue {
  background: #dae8ef;
  border-radius: 5px;
  padding: 22px;
}
.bg-skyblue-title {
  background: none;
  border: none;
  color: #005ca2;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  /*エリア系*/
  .bg-oblique_line {
    padding: 25px 0;
  }
  .bg-gray {
    padding: 50px 0;
  }
}

/* 印刷セレクタ
======================================*/
@media print {
}
