@charset "UTF-8";
.page-wrap {
  width: 75%;
}

.bgindent {
  text-indent: -9999px;
}

.mgauto {
  margin: 0 auto;
  text-align: center;
}

.dblock {
  float: left;
  overflow: hidden;
  display: block;
}

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Lusitana, sans-serif;
  text-align: left;
}
@media only screen and (max-width:1023px) {
  * {
    box-sizing: border-box;
  }
}

html {
  font-size: 10px;
}

/*
body{
  font-size: 15px;
  padding: 0 20px;
  color: $text;
	background-image   : url(../images/bg.png) ,
                       url(../images/bg_frame_top_left.png),
                       url(../images/bg_frame_top_right.png);
                       //url(../images/bg_frame_bottom_left.png),
                       //url(../images/bg_frame_bottom_right.png)
  background-position: left top,
                       left top,
                       right top;
                       //left bottom,
                       //right bottom
  background-repeat  : repeat,
                       no-repeat,
                       no-repeat;
                       //no-repeat,
                       //no-repeat
	font-family: sans-serif,Lusitana;
	-webkit-text-size-adjust: none;
	//word-break: break-all;
	//word-wrap: break-word;
	line-height: $lh;
	@media only screen and (max-width:1023px) {
	@include bdrbx;
	}
	height: 100%;
}
 */
body {
  font-size: 1.6rem;
  color: rgb(54.4, 54.4, 54.4);
  background: #fefefe;
  font-family: sans-serif, Lusitana;
  -webkit-text-size-adjust: none;
  line-height: 145%;
  height: 100%;
}
@media only screen and (max-width:1023px) {
  body {
    box-sizing: border-box;
  }
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, address {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

table, th, td {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ol {
  list-style: decimal outside none;
  margin: 0;
  padding: 0 0 0 0;
}

fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

dl {
  margin: 0px;
  padding: 0px;
}

a {
  border-bottom: dotted rgb(54.4, 54.4, 54.4) 1px;
  overflow: auto;
}
a:link {
  color: rgb(54.4, 54.4, 54.4);
}
a:visited {
  color: rgb(54.4, 54.4, 54.4);
}
a:hover, a:active, a:focus {
  color: #666;
}
a:link, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
a :hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

div, ul, li {
  box-sizing: border-box;
}

p {
  line-height: 170%;
  margin: 0 0 10px 0;
}

.txc {
  text-align: center;
}

.clear {
  clear: both;
}

.cap {
  font-size: 12px;
}

.container {
  height: 100%;
  overflow: hidden;
}

.logo {
  font-weight: bold;
}

.socialBx {
  padding: 15px 20px 0 0;
}
.socialBx p {
  margin: 0 0 0 0;
  overflow: visible;
}
.socialBx p a {
  display: block;
  line-height: 69px;
  padding: 5px 18px 0 18px;
}
.socialBx p a:link {
  color: #fff;
}
.socialBx p a:visited {
  color: #fff;
}
.socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
  color: #fff;
}
.socialBx p a:link, .socialBx p a:link, .socialBx p a:visited, .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
  text-decoration: none;
}
.socialBx p a:hover {
  background: rgb(0, 213.3, 202.5272727273);
}

.inner {
  width: 700px;
  margin: 0 auto 80px auto;
  padding: 75px 0 0 0;
  line-height: 1.8em;
  z-index: 800;
}

.headline {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 10px 0 0 0;
}
.headline span {
  font-weight: 700;
  font-size: 32px;
}

.sec_mainimg {
  margin: 0 0 32px 0;
  background: #eee;
}

.sec_headline {
  width: 700px;
  margin: 0 auto 16px auto;
  padding: 10px 0 0 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4em;
}

.sec_label {
  font-weight: bold;
  line-height: 1.6em;
  color: #999;
  margin: 0 0 32px 0;
}

.sec_catch {
  margin: 0 0 32px 0;
}

.sec_list2 {
  font-size: 14px;
  line-height: 1.4em;
  list-style: disc;
  list-style-position: inside;
}
.sec_list2 li {
  margin: 0 0 8px 0;
}
.sec_list2 li ul {
  margin: 8px 0 0 0;
}
.sec_list2 li ul li {
  font-size: 13px;
  list-style: circle;
  list-style-position: inside;
  padding: 0 0 0 24px;
  margin: 0 0 8px 0;
}

.sec_list {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 40px 0;
}
.sec_list ul {
  padding: 8px 0 0 0;
}
.sec_list .sec_list_detail {
  display: inline-block;
  font-weight: normal;
  font-size: 1.3rem;
  color: #666;
  background-color: #eee;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 4px 8px 0;
}

.sec_work_cnt_detail img {
  border: 1px solid #eee;
}
.sec_work_cnt_detail .sec_work_cnt_detail_text {
  font-size: 1.4rem;
  padding: 24px 0 32px 0;
}

.footer_copy {
  width: 700px;
  clear: both;
  font-size: 12px;
  padding: 30px 0;
  margin: 0 auto;
}

.sec_wrap img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width:1024px) {
  .container {
    width: 860px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    height: 100%;
    overflow: hidden;
  }
  .logo {
    font-weight: bold;
    overflow: hidden;
    padding: 24px 10px 20px 10px;
    display: inline;
    float: left;
  }
  .logo img {
    margin: -11px 0 0 0;
  }
  .logo span {
    margin: 0px 8px 10px 5px;
    display: inline;
  }
  .socialBx {
    padding: 15px 20px 0 0;
    float: right;
    font-weight: bold;
    margin: 0 0 0 10px;
  }
  .socialBx p {
    margin: 0 0 0 0;
    overflow: visible;
  }
  .socialBx p a {
    display: block;
    line-height: 69px;
    padding: 5px 18px 0 18px;
  }
  .socialBx p a:link {
    color: #fff;
  }
  .socialBx p a:visited {
    color: #fff;
  }
  .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    color: #fff;
  }
  .socialBx p a:link, .socialBx p a:link, .socialBx p a:visited, .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    text-decoration: none;
  }
  .socialBx p a:hover {
    background: rgb(0, 213.3, 202.5272727273);
  }
  .inner {
    width: 700px;
    margin: 0 auto 80px auto;
    padding: 75px 0 0 0;
    line-height: 1.8em;
    z-index: 800;
  }
  .headline {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 10px 0 0 0;
  }
  .headline span {
    font-weight: 700;
    font-size: 32px;
  }
  .sec_mainimg {
    margin: 0 0 32px 0;
    background: #eee;
  }
  .sec_headline {
    width: 700px;
    margin: 0 auto 16px auto;
    padding: 10px 0 0 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4em;
  }
  .sec_label {
    font-weight: bold;
    line-height: 1.6em;
    color: #999;
    margin: 0 0 32px 0;
  }
  .sec_catch {
    margin: 0 0 32px 0;
  }
  .sec_list2 {
    font-size: 14px;
    line-height: 1.4em;
    list-style: disc;
    list-style-position: inside;
  }
  .sec_list2 li {
    margin: 0 0 8px 0;
  }
  .sec_list2 li ul {
    margin: 8px 0 0 0;
  }
  .sec_list2 li ul li {
    font-size: 13px;
    list-style: circle;
    list-style-position: inside;
    padding: 0 0 0 24px;
    margin: 0 0 8px 0;
  }
  .sec_list {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 40px 0;
  }
  .sec_list ul {
    padding: 8px 0 0 0;
  }
  .sec_list .sec_list_detail {
    display: inline-block;
    font-weight: normal;
    font-size: 1.3rem;
    color: #666;
    background-color: #eee;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 4px 8px 0;
  }
  .sec_work_cnt_detail img {
    border: 1px solid #eee;
  }
  .sec_work_cnt_detail .sec_work_cnt_detail_text {
    font-size: 1.4rem;
    padding: 24px 0 32px 0;
  }
  .footer_copy {
    width: 700px;
    clear: both;
    font-size: 12px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .sec_wrap {
    width: 700px;
    margin: 0 auto 80px auto;
    padding: 24px 0 0 0;
    line-height: 1.8em;
    z-index: 800;
  }
  .sec_wrap img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:1023px) {
  .container {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .logo {
    font-weight: bold;
    width: 100%;
    margin: 10px auto 10px auto;
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .logo .linkhover {
    text-align: center;
  }
  .logo img {
    width: 90%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
  }
  .logo .inavi_catch {
    clear: left;
    margin: 10px 8px 10px 0;
    text-align: center;
  }
  .socialBx {
    padding: 15px 20px 0 0;
    margin: 0 10px 10px 10px;
  }
  .socialBx p {
    margin: 0 0 0 0;
    overflow: visible;
  }
  .socialBx p a {
    display: block;
    line-height: 69px;
    padding: 5px 18px 0 18px;
  }
  .socialBx p a:link {
    color: #fff;
  }
  .socialBx p a:visited {
    color: #fff;
  }
  .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    color: #fff;
  }
  .socialBx p a:link, .socialBx p a:link, .socialBx p a:visited, .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    text-decoration: none;
  }
  .socialBx p a:hover {
    background: rgb(0, 213.3, 202.5272727273);
  }
  .socialBx p a {
    text-align: center;
    line-height: 40px;
    padding: 5px 10px 0 10px;
  }
  .inner {
    width: 700px;
    margin: 0 auto 80px auto;
    padding: 75px 0 0 0;
    line-height: 1.8em;
    z-index: 800;
    width: 100%;
    padding: 0 24px 0 24px;
  }
  .headline {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 10px 0 0 0;
    width: 100%;
  }
  .headline span {
    font-weight: 700;
    font-size: 32px;
    font-size: 24px;
    width: 100%;
  }
  .sec_mainimg {
    margin: 0 0 32px 0;
    background: #eee;
  }
  .sec_headline {
    width: 700px;
    margin: 0 auto 16px auto;
    padding: 10px 0 0 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4em;
    width: 100%;
    font-size: 32px;
    width: 100%;
  }
  .sec_label {
    font-weight: bold;
    line-height: 1.6em;
    color: #999;
    margin: 0 0 32px 0;
  }
  .sec_catch {
    margin: 0 0 32px 0;
  }
  .sec_list2 {
    font-size: 14px;
    line-height: 1.4em;
    list-style: disc;
    list-style-position: inside;
  }
  .sec_list2 li {
    margin: 0 0 8px 0;
  }
  .sec_list2 li ul {
    margin: 8px 0 0 0;
  }
  .sec_list2 li ul li {
    font-size: 13px;
    list-style: circle;
    list-style-position: inside;
    padding: 0 0 0 24px;
    margin: 0 0 8px 0;
  }
  .sec_list {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 40px 0;
  }
  .sec_list ul {
    padding: 8px 0 0 0;
  }
  .sec_list .sec_list_detail {
    display: inline-block;
    font-weight: normal;
    font-size: 1.3rem;
    color: #666;
    background-color: #eee;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 4px 8px 0;
  }
  .sec_work_cnt_detail img {
    border: 1px solid #eee;
  }
  .sec_work_cnt_detail .sec_work_cnt_detail_text {
    font-size: 1.4rem;
    padding: 24px 0 32px 0;
  }
  .footer_copy {
    width: 700px;
    clear: both;
    font-size: 12px;
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px 32px 24px;
  }
  .sec_wrap {
    width: 100%;
    padding: 24px;
  }
  .sec_wrap img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:1023px) and (max-width:1023px) {
  .container {
    height: 100%;
    overflow: hidden;
  }
  .logo {
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    padding: 24px 10px 10px 10px;
    float: left;
  }
  .logo img {
    width: 57%;
    margin: -7px 0 0 0;
  }
  .logo .inavi_catch {
    margin: 0 8px 8px 5px;
    display: inline;
  }
  .socialBx {
    padding: 15px 20px 0 0;
    float: right;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  .socialBx p {
    margin: 0 0 0 0;
    overflow: visible;
  }
  .socialBx p a {
    display: block;
    line-height: 69px;
    padding: 5px 18px 0 18px;
  }
  .socialBx p a:link {
    color: #fff;
  }
  .socialBx p a:visited {
    color: #fff;
  }
  .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    color: #fff;
  }
  .socialBx p a:link, .socialBx p a:link, .socialBx p a:visited, .socialBx p a:hover, .socialBx p a:active, .socialBx p a:focus {
    text-decoration: none;
  }
  .socialBx p a:hover {
    background: rgb(0, 213.3, 202.5272727273);
  }
  .inner {
    width: 700px;
    margin: 0 auto 80px auto;
    padding: 75px 0 0 0;
    line-height: 1.8em;
    z-index: 800;
  }
  .headline {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 10px 0 0 0;
  }
  .headline span {
    font-weight: 700;
    font-size: 32px;
  }
  .sec_mainimg {
    margin: 0 0 32px 0;
    background: #eee;
  }
  .sec_headline {
    width: 700px;
    margin: 0 auto 16px auto;
    padding: 10px 0 0 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4em;
  }
  .sec_label {
    font-weight: bold;
    line-height: 1.6em;
    color: #999;
    margin: 0 0 32px 0;
  }
  .sec_catch {
    margin: 0 0 32px 0;
  }
  .sec_list2 {
    font-size: 14px;
    line-height: 1.4em;
    list-style: disc;
    list-style-position: inside;
  }
  .sec_list2 li {
    margin: 0 0 8px 0;
  }
  .sec_list2 li ul {
    margin: 8px 0 0 0;
  }
  .sec_list2 li ul li {
    font-size: 13px;
    list-style: circle;
    list-style-position: inside;
    padding: 0 0 0 24px;
    margin: 0 0 8px 0;
  }
  .sec_list {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 40px 0;
  }
  .sec_list ul {
    padding: 8px 0 0 0;
  }
  .sec_list .sec_list_detail {
    display: inline-block;
    font-weight: normal;
    font-size: 1.3rem;
    color: #666;
    background-color: #eee;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 4px 8px 0;
  }
  .sec_work_cnt_detail img {
    border: 1px solid #eee;
  }
  .sec_work_cnt_detail .sec_work_cnt_detail_text {
    font-size: 1.4rem;
    padding: 24px 0 32px 0;
  }
  .footer_copy {
    width: 700px;
    clear: both;
    font-size: 12px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .sec_wrap img {
    width: 100%;
    height: auto;
  }
}
/* sec header */
/* title */
/* text */
/* btn */
/* form */
/* pageatop */
/* index */
/*index icon pickup */
/* job */
/* report */
/* footer */
.contents {
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.container {
  padding: 0 10px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.attention {
  font-size: 90%;
  color: rgb(69.7, 69.7, 69.7);
  padding: 0 0 10px;
}
.attention span {
  color: #ff0000;
}

.txc {
  text-align: center !important;
}

.gnavi {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  height: 80px;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 990;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 24px 20px 0px 20px;
  background: #FFF;
}
@media only screen and (max-width: 1024px) {
  .gnavi {
    padding: 20px 20px 0 20px;
    height: 60px;
  }
}

.gnaviBx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.gnaviBx h1 {
  padding: 0 0 10px 0;
  vertical-align: middle;
}
.gnaviBx h1 a {
  border: none;
}
.gnaviBx h1 img {
  width: 108px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .gnaviBx h1 {
    padding: 0 0 20px 0;
    justify-content: space-between;
  }
}
.gnaviBx p {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .gnaviBx h1 img {
    width: 80px;
  }
}
.gnavi_menu {
  display: none;
}
.gnavi_menu a {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .gnavi_menu {
    display: table-cell;
    float: right;
    vertical-align: middle;
  }
}

.gmenu {
  position: fixed;
  top: 40px;
  right: 40px;
  vertical-align: top;
  z-index: 991;
}
.gmenu li {
  float: left;
  font-size: 15px;
  padding: 0 0 0 40px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
.gmenu li a {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .gmenu {
    top: 60px;
    left: 0;
    width: 100%;
    transition: opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    display: block;
    background: #FFF;
    padding: 16px 0 16px 0;
  }
  .gmenu li {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    display: block;
    height: 40px;
  }
}

.gmenu.active {
  opacity: 1;
  visibility: visible;
}

.menu-trigger,
.menu-trigger a span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 22px;
  height: 18px;
  margin: 3px 0 0 0;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999999;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 4;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.content {
  width: 100%;
  padding-top: 90px;
}

.sec_content {
  width: 100%;
  padding-top: 80px;
}

.index_hero_content {
  padding: 0;
}

.index_hero {
  width: 100%;
  margin: 0 auto;
  padding: 108px 40px 120px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_hero .hero-heading, .index_hero .hero-figure, .index_hero .hero-caption {
  width: 1280px;
}
.index_hero .hero-heading {
  font-size: clamp(5.2631578947vw, 5.2631578947vw, 80px);
  font-weight: bold;
  text-align: left;
  padding: 0 0 48px 0;
  line-height: 1.4em;
  /* 垂直方向中央 */
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.15em;
}
.index_hero .hero-figure img {
  width: 100%;
  height: auto;
}
.index_hero .hero-caption {
  font-size: clamp(2vw, 2vw, 24px);
  font-weight: bold;
  padding: 0 0 96px 0;
}

.index_intro {
  margin: 64px auto;
  width: 680px;
}
.index_intro p {
  font-size: 18px;
  line-height: 200%;
}
.index_intro .activity {
  font-size: 18px;
  padding: 40px 0 0 0;
}

.index_news {
  width: 680px;
  margin: 40px auto;
}
.index_news .news_list_img {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.index_news .news_list_img li {
  width: 46%;
  box-sizing: border-box;
}
.index_news .news_list_img li img {
  width: 100%;
  height: auto;
}

.index_myproject {
  width: 100%;
  background: #F6F7F9;
  padding: 80px 0 0 0;
}
.index_myproject li {
  padding: 0 0 32px 0;
}
.index_myproject li img {
  width: 680px;
  height: auto;
}

.index_myservice {
  width: 100%;
  padding: 80px 0 48px 0;
}

.my_wrapper {
  width: 680px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.index_myservice_intro {
  width: 100%;
}
.index_myservice_intro .lead {
  padding: 16px 0 32px 0;
}
.index_myservice_intro ul {
  width: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 56px;
  padding: 0 0 40px 0;
  vertical-align: top;
}
.index_myservice_intro ul li .ico_img {
  padding: 0 0 16px 0;
}
.index_myservice_intro ul li .ico_img img {
  width: 120px;
  height: auto;
}
.index_myservice_intro ul li h3 {
  font-family: "Noto-sans", sans-serif;
  font-weight: 600;
  padding: 0 0 8px 0;
}
.index_myservice_intro ul li p {
  font-size: 14px;
}

.index_elements {
  width: 100%;
  padding: 120px 0 80px 0;
  position: relative;
  /*background-image:
  	url("../images/main_symbol6.svg"),
  	url("../images/main_symbol5.svg");
  background-repeat: no-repeat;
  background-position:
  	right bottom,
  	left center;
      background-size: $tedate_img_pc2 auto, $tedate_img_pc auto;*/
}
.index_elements .elements_wrapper {
  width: 680px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  padding: 0 0 40px 0;
}
.index_elements .elements {
  flex: 0 0 calc(30% - 12px);
}
.index_elements .elements h4 {
  font-size: 26px;
  padding: 8px 0 5px 44px;
  font-weight: bold;
  line-height: 160%;
}
.index_elements .elements_description {
  flex: 0 0 calc(70% - 12px);
  font-size: 20px;
  line-height: 160%;
}

.inner#work {
  margin: 0 auto 40px auto;
}

.headline {
  padding: 0 0 24px 0;
}

#work .headline {
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 1340px) {
  .index_hero {
    width: 100%;
    padding: 120px 40px 0 40px;
  }
  .index_hero .hero-heading, .index_hero .hero-figure, .index_hero .hero-caption {
    width: 100%;
  }
  .index_elements {
    width: 100%;
    background: #F6F7F9;
    padding: 80px 0 40px 0;
  }
  .index_elements .elements_wrapper {
    width: 680px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    padding: 0 0 40px 0;
  }
  .index_elements .elements {
    flex: 0 0 calc(30% - 12px);
  }
  .index_elements .elements h4 {
    font-size: 26px;
    padding: 8px 0 5px 44px;
    font-weight: bold;
    line-height: 160%;
  }
  .index_elements .elements .think {
    background-image: url("../images/symbol_think.svg");
    background-size: 32px auto;
  }
  .index_elements .elements .resolve {
    background-image: url("../images/symbol_resolve.svg");
    background-size: 32px auto;
  }
  .index_elements .elements .connect {
    background-image: url("../images/symbol_connect.svg");
    background-size: 32px auto;
  }
  .index_elements .elements .think,
  .index_elements .elements .resolve,
  .index_elements .elements .connect {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top 9px;
  }
  .index_elements .elements_description {
    flex: 0 0 calc(70% - 12px);
    font-size: 20px;
    line-height: 160%;
  }
  .content {
    width: 100%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .index_hero {
    padding: 96px 0px 0 0px;
  }
  .index_hero .hero-heading {
    padding: 0 20px 24px 20px;
    font-size: 32px;
    font-size: 9.0909090909vw;
  }
  .index_hero .hero-caption {
    font-size: 18px;
    padding: 0 20px 48px 20px;
  }
  .index_elements {
    width: 100%;
    background: #fff;
    padding: 0 0 60px 0;
    position: relative;
    background-image: url("../images/main_symbol8.svg"), url("../images/main_symbol9.svg"), url("../images/main_symbol5.svg");
    background-repeat: no-repeat;
    background-position: right top, right bottom, left bottom;
    background-size: clamp(40px, 14vw, 80px) auto, clamp(40px, 14vw, 80px) auto, clamp(40px, 14vw, 80px) auto;
  }
  .index_elements .elements_wrapper {
    width: 60%;
    /*max-width: 34ch;*/
    margin: 0 auto;
    display: block;
    gap: 24px;
    padding: 0 0 32px 0;
  }
  .index_elements .elements {
    flex: 0 0 0 0;
  }
  .index_elements .elements h4 {
    font-size: clamp(1.8rem, 4.5vw, 2.6rem);
    padding: 6px 0 5px 32px;
    font-weight: bold;
    line-height: 160%;
    margin: 0 0 16px 0;
  }
  .index_elements .elements .think {
    background-image: url("../images/symbol_think.svg");
    background-size: 24px auto;
  }
  .index_elements .elements .resolve {
    background-image: url("../images/symbol_resolve.svg");
    background-size: 24px auto;
  }
  .index_elements .elements .connect {
    background-image: url("../images/symbol_connect.svg");
    background-size: 24px auto;
  }
  .index_elements .elements .connect br {
    display: none;
  }
  .index_elements .elements .think,
  .index_elements .elements .resolve,
  .index_elements .elements .connect {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top 9px;
  }
  .index_elements .elements_description {
    flex: 0 0 calc(70% - 12px);
    font-size: clamp(1.5rem, 3.4vw, 1.8rem);
    line-height: 170%;
  }
  .index_intro {
    width: 100%;
    padding: 0 20px;
  }
  .index_intro p {
    font-size: 16px;
  }
  .index_intro .activity {
    font-size: 15px;
    padding: 40px 20px 0 20px;
  }
  .index_news {
    width: 100%;
    margin: 40px auto;
  }
  .index_news .news_list_img {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .index_news .news_list_img li {
    width: 46%;
    box-sizing: border-box;
  }
  .index_news .news_list_img li img {
    width: 100%;
    height: auto;
  }
  .my_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 24px 0;
  }
  .index_myproject {
    width: 100%;
    padding: 60px 0 0 0;
  }
  .index_myproject li {
    width: 100%;
    padding: 0 20px 16px 20px;
  }
  .index_myproject li img {
    width: 100%;
    height: auto;
  }
  .index_myservice_intro {
    width: 100%;
  }
  .index_myservice_intro .lead {
    padding: 16px 20px 32px 20px;
  }
  .index_myservice_intro ul {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 56px;
    padding: 0 20px 40px 20px;
    vertical-align: top;
  }
  .index_myservice_intro ul li .ico_img {
    padding: 0 0 16px 0;
  }
  .index_myservice_intro ul li .ico_img img {
    width: 88px;
    height: auto;
  }
  .index_myservice_intro ul li h3 {
    font-family: "Noto-sans", sans-serif;
    font-weight: 600;
    padding: 0 0 8px 0;
  }
  .index_myservice_intro ul li p {
    font-size: 14px;
  }
  .headline {
    padding: 0 20px 0 20px;
    margin: 0 auto 24px auto;
  }
  #about .headline, #contact .headline {
    padding: 0 0 24px 0;
  }
  .content {
    width: 100%;
    padding-top: 20px;
  }
}
.layout_thumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 64px 0;
}
.layout_thumb ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout_thumb li {
  width: 33.3%;
}
.layout_thumb li img {
  width: 100%;
  background: #EEE;
}
.layout_thumb li:nth-child(3n) {
  width: 33.4%;
}
.layout_thumb li:nth-child(even) img {
  width: 100%;
  background: #dedede;
}
@media only screen and (max-width: 1024px) {
  .layout_thumb li {
    width: 50%;
  }
  .layout_thumb li:nth-child(3n) {
    width: 50%;
  }
}
.layout_thumb a {
  border: none;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.layout_thumb a:hover {
  border: none;
  text-decoration: none;
}

.layout_thumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 64px 0;
}
.layout_thumb ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout_thumb li {
  width: 33.3%;
}
.layout_thumb li img {
  width: 100%;
  background: #EEE;
}
.layout_thumb li:nth-child(3n) {
  width: 33.4%;
}
.layout_thumb li:nth-child(even) img {
  width: 100%;
  background: #dedede;
}
@media only screen and (max-width: 1024px) {
  .layout_thumb li {
    width: 50%;
  }
  .layout_thumb li:nth-child(3n) {
    width: 50%;
  }
}
.layout_thumb a {
  border: none;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.layout_thumb a:hover {
  border: none;
  text-decoration: none;
}

.layout_thumb_work_title {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4em;
  padding: 20px 20px 10px 20px;
}

.layout_thumb_work_label {
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  padding: 0 20px 20px 20px;
  line-height: 1.4em;
  color: #999;
}

.frame-topleft {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.frame-topright {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
}

.frame-bottomleft {
  z-index: -3;
  position: fixed;
  bottom: 0;
  left: 0;
}

.frame-bottomright {
  z-index: -4;
  position: fixed;
  bottom: 0;
  right: 0;
}

#headerBx {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
}
#headerBx h1 {
  margin: 0 0 0 20px;
  float: left;
}
#headerBx h1 img {
  width: 100px;
  height: auto;
}
#headerBx li {
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

@media only screen and (max-width:1023px) {
  .inavi_catch {
    display: none;
  }
}

.social_header {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  display: flex;
  overflow: hidden;
}
.social_header .fb-like {
  display: table-cell;
  padding: 0 10px 0 0;
}
.social_header .fb-like span {
  vertical-align: top !important;
}
.social_header .twitter_btn {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.social_header .hatebu_btn {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.social_header .gplus_btn {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.social_header .pocket_btn {
  padding: 0 10px 0 0;
  vertical-align: top;
}
@media only screen and (max-width:1023px) {
  .social_header {
    margin: 10px 0;
  }
}
@media only screen and (min-width:1023px) and (max-width:1023px) {
  .social_header {
    margin: 10px 0;
  }
}

.work_layout, .about_layout {
  width: 700px;
  margin: 0 auto 80px 160px;
  padding: 0 0 0 0;
  line-height: 1.8em;
  overflow: hidden;
}

/* sec header */
.work_layout .title {
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  padding: 0 0 40px 0;
  line-height: 1.3em;
}
.work_layout .title_jp {
  font-size: 50px;
  padding: 0 0 40px 0;
  line-height: 1.3em;
}

.thumbBx {
  position: relative;
  margin: 0 0 20px 0;
  z-index: 700;
}

.overflow_auto {
  height: auto !important;
  overflow: visible !important;
}

.thumb {
  overflow: hidden;
  height: auto;
}
.thumb img {
  width: 700px;
  height: auto;
}

#ion .thumb {
  height: 630px;
}

.thumbBx2 .thumb_image {
  margin: 0 0 20px 0;
}
.thumbBx2 img {
  width: 700px;
  height: auto;
}

.work-caption {
  padding: 40px 0 20px 0;
}

.morebtnBx, .morebtnBx_close {
  width: 100%;
  font-size: 19px;
  padding: 20px 0 30px 0;
  text-align: right;
}
.morebtnBx a, .morebtnBx_close a {
  border-bottom: none;
  overflow: auto;
}

.morebtn {
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 2px solid #000;
  text-align: center;
}

.mailbtn {
  margin: 30px auto;
}
.mailbtn a {
  text-align: center;
  display: block;
  color: #000;
  background: #fff;
  width: 40%;
  text-align: center;
  border: 2px solid #000;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop a {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url(../images/pagetop.png) no-repeat;
  display: block;
  border: none;
  overflow: hidden;
}

#pagetop a:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#illust .thumb {
  height: 235px !important;
  overflow: hidden;
}

#paperboy .thumb {
  height: 478px !important;
  overflow: hidden;
}

.blog_content {
  padding: 100px 0 0 0;
  width: 860px;
  display: table;
}
.blog_content p {
  line-height: 1.8em;
}

.blog_content {
  clear: both;
  color: #363636;
  overflow: hidden;
}
.blog_content a {
  border: none;
}
.blog_content #main {
  width: 640px;
  padding: 0 60px 0 0;
  display: table-cell;
  vertical-align: top;
}
.blog_content .aside {
  width: 160px;
  padding: 65px 0 0 0;
  display: table-cell;
  vertical-align: top;
}
.blog_content .headline {
  margin: 0;
}
.blog_content p {
  margin: 0 0 35px 0;
}
.blog_content h2 {
  font-size: 160%;
  font-weight: bold;
}
.blog_content h3 {
  font-size: 140%;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 60px 0 30px 0 !important;
  padding: 20px 0 20px 20px;
}
.blog_content.detail a {
  text-decoration: underline;
}

.blog_linklist {
  width: 100%;
  margin: 60px 0 80px 0;
}
.blog_linklist li {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.blog_linklist li a {
  font-size: 120%;
  width: 100%;
  display: block;
  padding: 20px 0 5px 0;
}

.blog_content .blog_headline {
  padding: 60px 0 0 0;
  font-size: 220%;
  line-height: 1.4em;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
}
.blog_content .blog_headline a {
  text-decoration: none !important;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
}
.blog_content .blog_headline p {
  font-size: 70%;
  padding: 20px 0 0 0;
}

.blog_summery_text {
  margin: 0 0 35px 0 !important;
}

.blog_summary {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.blog_article {
  margin: 0 0 20px 0;
}

.blog_date {
  font-size: 65% !important;
  color: #666;
  margin: -10px 0 35px 0 !important;
  overflow: hidden;
}

.blog_content .aside .blog_date {
  padding: 10px 0 0 0;
  font-size: 100% !important;
}

.blog_content .blog_linklist .blog_date {
  padding: 5px 0 0 0;
  font-size: 100% !important;
}

.blog_content .aside {
  width: 220px;
  padding: 100px 0 0 0;
  vertical-align: top;
}
.blog_content .aside h2 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 35px 0;
}
.blog_content .aside ul {
  margin: 0 0 35px 0;
}
.blog_content .aside ul li {
  margin: 0 0 20px 0;
}
.blog_content .aside ul li a {
  text-decoration: none;
}
.blog_content .aside p {
  margin: 0 0 0 0;
}

.blog_content h2 {
  margin: 0 0 35px 0;
  line-height: 140%;
}
.blog_content h3 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.blog_detail_textBx, .blog_mod {
  margin: 0 0 80px 0 !important;
}

.blog_detail_text {
  margin: 0 0 35px 0 !important;
}

.blog_detail_textBx2 {
  margin: 0 0 80px 0 !important;
}

.blog_detail_text2 {
  margin: 0 0 35px 0 !important;
}

.blog_detail_text3 {
  margin: 0 0 20px 20px !important;
}

.blog_blockquate {
  color: #666;
  margin: 0 0 0 20px;
  font-style: italic;
}
.blog_blockquate blockquote {
  font-size: 95%;
  margin: 0 0 20px 0;
}
.blog_blockquate cite a {
  font-size: 90%;
}

.blog_img {
  width: 640px;
  height: auto;
  margin: 0 0 35px 0 !important;
  overflow: hidden;
}
.blog_img img {
  width: 640px;
  height: auto;
  margin: 0 0 0 0;
}
.blog_img span {
  padding: 10px 0 0 0;
  font-size: 90%;
  color: #666;
}

.blog_img3 {
  width: 640px;
  height: auto;
  margin: 0 0 20px 20px !important;
  overflow: hidden;
}
.blog_img3 img {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

.blog_column {
  border: 2px solid #999 !important;
  padding: 30px 20px 10px 20px;
}

.blog_list li, .blog_column li {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0 0 10px 10px;
  margin: 0 0 0 20px;
}
.blog_list p, .blog_column p {
  margin: 0 0 10px 0;
}

.blog_list2 li {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0 0 10px 10px;
  margin: 0 0 0 40px;
}
.blog_list2 p {
  margin: 0 0 10px 0;
}

.blog_column li {
  padding: 0 0 20px 10px;
}

.blog_prof {
  display: table;
  font-size: 90%;
  margin: 0 0 30px 0;
}

.blog_prof_img {
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: top;
}

.blog_prof_script {
  display: table-cell;
  float: left;
  vertical-align: top;
  margin: 0 0 60px 0;
}
.blog_prof_script .script_txt {
  margin: 0 0 10px 0 !important;
}
.blog_prof_script .script_txt_link {
  padding: 10px 0 0 0;
}
.blog_prof_script .script_txt_link span {
  margin: 0 10px 0 0;
}
.blog_prof_script .script_txt_link a {
  padding: 10px 10px;
  border: none;
  background: #ececec;
  border-radius: 6px;
}

.blog .social_header {
  padding: 30px 0 80px 0;
}

.blog_footer_index {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */