@charset "UTF-8";
@import '//fonts.googleapis.com/earlyaccess/notosansjp.css';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, dl, dt, dd {
  margin-bottom: 0;
  color: #333333;
}

p {
  font-size: 17px;
}

.sp_only {
  display: none;
}

a.over:hover {
  opacity: 0.8;
}

p.txt,
span.txt {
  font-size: 17px;
  line-height: 34px;
  margin-top: 30px;
}
p.img img,
span.img img {
  width: 100%;
}

.btn_gray, .btn_gradation {
  border-radius: 30px;
  border: none;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.btn_gray:after, .btn_gradation:after {
  display: block;
  content: " ";
  width: 6px;
  height: 6px;
  border-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  z-index: 2;
  position: absolute;
}
.btn_gray span, .btn_gradation span {
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  z-index: 2;
}
.btn_gray {
  background: #f0f1f3;
  transition: all 600ms;
}
.btn_gray:hover {
  opacity: 0.7;
}
.btn_gray:after {
  transform: rotate(-135deg) translateY(2px);
  left: 25px;
}
.btn_gradation {
  background: linear-gradient(to right, #2bbeff 0%, #7084ff 100%);
}
.btn_gradation:before {
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  display: block;
  content: " ";
  width: 296px;
  height: 56px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_gradation:after {
  border-color: #6b88ff;
  transform: rotate(45deg) translateY(2px);
  right: 25px;
}
.btn_gradation span {
  background: linear-gradient(to right, #2bbeff 0%, #7084ff 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.btn_gradation:before, .btn_gradation:after,
.btn_gradation span {
  transition: all 600ms;
}
.btn_gradation:hover:before {
  opacity: 0;
}
.btn_gradation:hover:after {
  border-color: #ffffff;
}
.btn_gradation:hover span {
  color: #ffffff;
}

h2.ttl_section, h2.ttl_page {
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
h2.ttl_section .ttl_jp, h2.ttl_page .ttl_jp {
  margin-top: 30px;
  font-size: 18px;
  margin-left: 30px;
  display: block;
}
h2.ttl_page .ttl_jp {
  margin-left: 0;
}

section,
article {
  margin-top: 100px;
}
section .ttl,
article .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 55px;
}
section .ttl_underline:after,
article .ttl_underline:after {
  margin-top: 30px;
  display: block;
  content: " ";
  width: 24px;
  height: 1px;
  background: #000000;
}
section .section_inr,
section .article_inr,
article .section_inr,
article .article_inr {
  margin: 0 auto;
}
section .section_header,
section .article_header,
article .section_header,
article .article_header {
  margin-left: auto;
  margin-right: auto;
}
section .section_header .btn,
section .article_header .btn,
article .section_header .btn,
article .article_header .btn {
  margin-top: 0;
}
section .section_body,
section .article_body,
article .section_body,
article .article_body {
  margin-top: 30px;
}
@media only screen and (min-width: 1201px) {
  section .section_header, section .section_inr,
section .article_header,
section .article_inr,
article .section_header,
article .section_inr,
article .article_header,
article .article_inr {
    width: 1160px;
  }
}
@media only screen and (max-width: 1200px) {
  section .section_header, section .section_inr,
section .article_header,
section .article_inr,
article .section_header,
article .section_inr,
article .article_header,
article .article_inr {
    width: 95%;
  }
}
section#mv,
article#mv {
  width: 100%;
  margin-top: 0;
}

article .article_header p {
  display: flex;
  align-items: center;
}
article .article_header p span + span {
  margin-left: 15px;
}
article .article_body .article_inr .contents {
  padding-left: 80px;
  padding-right: 80px;
}
article .article_body .article_inr .contents h2 {
  font-size: 30px;
  margin-top: 75px;
}
article .article_body .article_inr .contents p {
  margin-top: 35px;
  font-size: 17px;
  line-height: 35px;
}
article .article_body .article_inr .contents p:first-child {
  margin-top: 0;
}
article .article_body .article_inr .contents a {
  border-bottom: 1px solid #000000;
}

body:not(#top) main {
  margin: 115px 0 140px;
}

span.date, p.date {
  font-size: 13px;
}
span.category, p.category {
  width: 92px;
  height: 30px;
  font-size: 14px;
  background: #f0f1f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.sample_list .card {
  padding-left: 1px;
  height: 100%;
}
.sample_list .card_inr {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sample_list .card_header {
  margin: 0 1px;
}
.sample_list .card_header p.img {
  margin-top: 0;
}
.sample_list .card_body {
  background: #f0f1f3;
  margin: 0 1px;
  padding: 50px 60px;
  flex-grow: 2;
}
.sample_list .card_body h3 {
  font-size: 23px;
  margin-top: 16px;
}
.sample_list .card_body p.tag {
  display: flex;
  margin-top: 0;
}
.sample_list .card_body p.tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 15px;
}
.sample_list .card_body p.tag span.dimension {
  background: #000000;
  color: #ffffff;
  width: 80px;
}
.sample_list .card_body p.tag span.type {
  background: #ffffff;
  width: 102px;
}
.sample_list .card_body p.txt {
  font-size: 15px;
  margin-top: 18px;
}
.sample_list .card_footer {
  background: #e2e4e7;
  margin: 0 1px;
}
.sample_list .card_footer p {
  margin-top: 0;
}
.sample_list .card_footer p a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-weight: bold;
  position: relative;
}
.sample_list .card_footer p a:after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}
.sample_list .card_footer p a:hover {
  opacity: 0.5;
}

.works_list {
  display: flex;
  flex-wrap: wrap;
}
.works_list .card {
  width: 31.3218390805%;
  margin-left: 3.0172413793%;
  margin-top: 65px;
}
.works_list .card:nth-of-type(-n+3) {
  margin-top: 0;
}
.works_list .card:nth-of-type(3n+1) {
  margin-left: 0;
}
.works_list .card a {
  position: relative;
  display: block;
}
.works_list .card a p.img {
  margin-top: 0;
}
.works_list .card a p.info {
  display: flex;
  align-items: center;
}
.works_list .card a p.info span + span {
  margin-left: 20px;
}
.works_list .card a:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
}

ol.news_list {
  list-style: none;
  border-top: 1px solid #f0f1f3;
  padding: 0;
}
ol.news_list li {
  border-bottom: 1px solid #f0f1f3;
}
ol.news_list li a {
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
ol.news_list li a:hover:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
ol.news_list li a span + span {
  margin-left: 40px;
}
ol.news_list li a span.txt {
  margin-top: 0;
}

ul.page_navi {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 80px;
  justify-content: space-between;
}
ul.page_navi li a {
  font-weight: bold;
  display: flex;
  align-items: center;
}
ul.page_navi li a.btn_gray:after {
  display: none;
}
ul.page_navi li.prev a, ul.page_navi li.next a {
  position: relative;
}
ul.page_navi li.prev a:after, ul.page_navi li.next a:after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
ul.page_navi li.prev a {
  flex-direction: row-reverse;
}
ul.page_navi li.prev a:after {
  margin-right: 10px;
  transform: rotate(-135deg);
}
ul.page_navi li.next a:after {
  transform: rotate(45deg);
  margin-left: 10px;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 80px;
  justify-content: center;
}
ul.page-numbers li .page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.page-numbers li .page-numbers.prev, ul.page-numbers li .page-numbers.next {
  position: relative;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
ul.page-numbers li .page-numbers.prev:after, ul.page-numbers li .page-numbers.next:after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
}
ul.page-numbers li .page-numbers.prev {
  margin-right: 20px;
}
ul.page-numbers li .page-numbers.prev:after {
  left: 50%;
  transform: rotate(-135deg);
}
ul.page-numbers li .page-numbers.next {
  margin-left: 20px;
}
ul.page-numbers li .page-numbers.next:after {
  right: 50%;
  transform: rotate(45deg);
}
ul.page-numbers li .page-numbers.current {
  background: #f0f1f3;
  border-radius: 50%;
}

/* ヘッダー */
header {
  margin: 30px 0 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 10;
}
header .header_inr {
  width: 95%;
  height: 70px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 40px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
header .header_inr p {
  margin: 0;
}
header .header_inr .logo {
  margin-left: 30px;
}
header .header_inr .nav_drawer {
  display: none;
}
header .header_inr .navi {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
header .header_inr .navi nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header_inr .navi nav ul li {
  font-weight: bold;
  font-size: 13px;
}
header .header_inr .navi nav ul li + li {
  margin-left: 30px;
}
header .header_inr .navi .btn {
  margin-left: 1.875vw;
}
header .header_inr .navi .btn a {
  background-image: -moz-linear-gradient(0deg, #29c0ff 0%, #7084ff 100%);
  background-image: -webkit-linear-gradient(0deg, #29c0ff 0%, #7084ff 100%);
  background-image: -ms-linear-gradient(0deg, #29c0ff 0%, #7084ff 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  width: 12.5vw;
  max-width: 200px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top header {
  margin: 10px 0;
  position: absolute;
  top: 0;
}

#contact header .header_inr {
  padding-right: 30px;
}

/* トップページ */
#top main section {
  /* FEATURES */
  /* 展示会SAMPLE */
  /* PRICE */
  /* MERIT */
}
#top main section h2.ttl_section {
  display: flex;
  align-items: center;
}
#top main section h2.ttl_section .ttl_jp {
  margin-top: 0;
}
#top main section .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top main section .section_body {
  margin-top: 55px;
}
#top main section#mv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(1160px + (100vw - 1160px) / 2);
  margin-left: auto;
}
#top main section#mv div {
  margin-top: 80px;
}
#top main section#mv div h1 {
  font-size: 60px;
  margin-top: 15px;
  background: linear-gradient(to right, #ff6a29 0%, #fbca21 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  white-space: nowrap;
}
#top main section#mv div p.ttl {
  font-size: 35px;
  margin-top: 0;
}
#top main section#mv div p.txt {
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
}
#top main section#mv div p.btn {
  margin-top: 55px;
}
#top main section#mv p.img {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -53px;
  width: 56%;
}
@media only screen and (min-width: 1600px) {
  #top main section#mv {
    height: 900px;
  }
  #top main section#mv div p.ttl {
    font-size: 35px;
    margin-top: 0;
  }
  #top main section#mv div p.txt {
    font-size: 18px;
    margin-top: 25px;
    font-weight: bold;
  }
  #top main section#mv div p.btn {
    margin-top: 55px;
  }
  #top main section#mv p.img {
    width: 896px;
  }
}
@media only screen and (max-width: 1200px) {
  #top main section#mv {
    width: 98%;
    padding-left: 2px;
  }
}
@media only screen and (max-width: 1020px) {
  #top main section#mv div h1 {
    font-size: 50px;
  }
  #top main section#mv div p.ttl {
    font-size: 30px;
    line-height: 45px;
  }
  #top main section#mv div p.btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 950px) {
  #top main section#mv div h1 {
    font-size: 40px;
  }
  #top main section#mv div p.ttl {
    font-size: 25px;
    line-height: 35px;
  }
  #top main section#mv div p.btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#top main section#features {
  background-image: url("../img/top/bg_features.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  display: flex;
  align-items: center;
  margin-top: 0;
}
#top main section#features .section_inr {
  display: flex;
  justify-content: space-between;
}
#top main section#features .section_inr div {
  flex-basis: 50%;
}
#top main section#features .section_inr div + div {
  padding-left: 50px;
}
#top main section#features .section_inr div .ttl_underline {
  margin-bottom: 30px;
}
#top main section#features .section_inr div h3 {
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  font-size: 32px;
  line-height: 60px;
  padding: 0 10px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#top main section#features .section_inr div h3 span {
  display: inline-block;
  white-space: nowrap;
}
#top main section#features .section_inr div h3 span + span {
  margin-top: 10px;
}
#top main section#features .section_inr div p {
  margin-top: 0;
  line-height: 42px;
}
#top main section#sample .section_header .arrows {
  list-style: none;
  padding: 0;
  display: flex;
}
#top main section#sample .section_header .arrows li {
  border: 2px solid #000000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#top main section#sample .section_header .arrows li:hover {
  opacity: 0.3;
}
#top main section#sample .section_header .arrows li + li {
  margin-left: 20px;
}
#top main section#sample .section_header .arrows li:after {
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
#top main section#sample .section_header .arrows li.btn_slick_prev:after {
  transform: rotate(-135deg);
  top: 44%;
  left: 45%;
}
#top main section#sample .section_header .arrows li.btn_slick_next:after {
  transform: rotate(45deg);
  top: 40%;
  left: 40%;
}
#top main section#sample .section_body {
  margin-top: 60px;
}
#top main section#sample .section_body .slider .slick-track {
  display: flex;
}
#top main section#sample .section_body .slider .slick-slide {
  height: auto !important;
}
#top main section#sample .section_body .slider .slick-slide > div {
  height: 100%;
}
#top main section#sample .section_body p.btn {
  margin: 60px 0 0;
}
#top main section#sample .section_body p.btn a {
  margin: 0 auto;
}
#top main section#price {
  padding: 140px 0 160px;
  margin-top: 0;
}
#top main section#price .section_body {
  margin-top: 0;
}
#top main section#price .section_body .section_inr {
  position: relative;
}
#top main section#price .section_body .section_inr div h3 {
  font-size: 33px;
  font-weight: bold;
  line-height: 55px;
  margin-top: 70px;
}
#top main section#price .section_body .section_inr div p.img {
  width: 45%;
  max-width: 510px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1160px) {
  #top main section#price .section_body .section_inr div p.img {
    width: 40%;
  }
}
#top main section#price .section_body .section_inr div p.txt {
  margin-top: 30px;
}
#top main section#merit {
  background: #f0f1f3;
  padding: 140px 0;
  margin-top: 0;
}
#top main section#merit .merit_box {
  background: #ffffff;
  margin-top: 60px;
  display: flex;
  width: calc(1160px + (100vw - 1160px) / 2);
  box-sizing: border-box;
}
#top main section#merit .merit_box p.img {
  align-self: end;
  margin-top: 30px;
}
#top main section#merit .merit_box p.img img {
  width: auto;
}
#top main section#merit .merit_box .merit_box_inr {
  align-self: center;
  padding: 30px 0;
}
#top main section#merit .merit_box .merit_box_inr p.btn {
  margin-top: 30px;
}
#top main section#merit .merit_box .merit_box_inr h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
#top main section#merit .merit_box .merit_box_inr h3 span {
  color: #f98d3a;
}
#top main section#merit .merit_box:nth-child(odd) {
  margin-left: auto;
  padding-right: calc((100vw - 1160px) / 2);
}
#top main section#merit .merit_box:nth-child(odd) p.img {
  margin-right: 20px;
  margin-left: -140px;
}
#top main section#merit .merit_box:nth-child(even) {
  padding-left: calc((100vw - 1160px) / 2);
  flex-direction: row-reverse;
}
#top main section#merit .merit_box:nth-child(even) p.img {
  margin-left: 20px;
  margin-right: -175px;
  margin-top: 50px;
}
@media only screen and (max-width: 1435px) {
  #top main section#merit .merit_box .merit_box_inr {
    width: 50%;
  }
  #top main section#merit .merit_box:nth-of-type(odd) {
    width: calc(100vw - 140px);
    padding-right: 2%;
  }
  #top main section#merit .merit_box:nth-of-type(even) {
    width: calc(100vw - 175px);
    padding-left: 2%;
  }
}
@media only screen and (max-width: 1160px) {
  #top main section#merit .merit_box p.img {
    width: 90%;
  }
  #top main section#merit .merit_box p.img img {
    width: 100%;
  }
}

#news article .article_body {
  margin-top: 35px;
}
#news article .article_body .article_inr .contents {
  padding: 80px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#news article .article_body .article_inr .contents p {
  line-height: 40px;
}

#works article .article_body {
  margin-top: 50px;
}
#works article .article_body .article_inr .contents {
  border-bottom: 1px solid #e5e5e5;
}
#works article .article_body .article_inr .contents img {
  max-width: 100%;
}
#works article .article_body .article_inr .contents p {
  line-height: 40px;
}
#works article .article_body .article_inr .contents p.img {
  line-height: 0;
  margin-top: 70px;
}
#works article .article_body .article_inr .contents p.img + p,
#works article .article_body .article_inr .contents p.img + h2 {
  margin-top: 65px;
}
#works article .article_body .article_inr .contents p.dots {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
#works article .article_body .article_inr .contents > p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  #sample main section {
    margin-top: 65px;
  }
}
#sample main section .section_body {
  margin-top: 0;
}
#sample main section .section_body .section_inr {
  display: flex;
  justify-content: space-between;
}
#sample main section .section_body .section_inr p {
  width: calc(50% - 80px);
}
#sample main section .section_body .section_inr p.ttl {
  font-size: 30px;
  line-height: 50px;
}
#sample main section .section_body .section_inr p.txt {
  font-size: 15px;
}
#sample main section .section_body .sample_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#sample main section .section_body .sample_list .card {
  width: calc((100% - 3px) / 3);
  height: auto;
}

#contact main section .section_body .section_inr div {
  display: flex;
  justify-content: space-between;
}
#contact main section .section_body .section_inr div p {
  flex-basis: 43%;
  margin-top: 0;
}
#contact main section .section_body .section_inr div p.txt {
  line-height: 40px;
}
#contact main section .section_body .section_inr dl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
#contact main section .section_body .section_inr dl dt, #contact main section .section_body .section_inr dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#contact main section .section_body .section_inr dl dt {
  width: 220px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#contact main section .section_body .section_inr dl dd {
  width: calc(100% - 220px);
  margin-left: 0;
  padding: 30px 0;
}
#contact main section .section_body .section_inr dl dd input,
#contact main section .section_body .section_inr dl dd select,
#contact main section .section_body .section_inr dl dd textarea {
  height: 60px;
  border-radius: 4px;
  border: none;
  background: #f0f1f3;
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
}
#contact main section .section_body .section_inr dl dd input.full,
#contact main section .section_body .section_inr dl dd select.full,
#contact main section .section_body .section_inr dl dd textarea.full {
  width: 100%;
}
#contact main section .section_body .section_inr dl dd .custom_select {
  position: relative;
  width: 300px;
}
#contact main section .section_body .section_inr dl dd .custom_select:after {
  pointer-events: none;
  /*矢印部分をクリックを可能にする*/
  position: absolute;
  color: #666666;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  /*▼を上に移動*/
  content: " ";
  border-right: 4px solid transparent;
  border-top: 6.9282px solid #000000;
  border-left: 4px solid transparent;
}
#contact main section .section_body .section_inr dl dd select {
  padding: 0 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#contact main section .section_body .section_inr dl dd textarea {
  height: 280px;
  resize: vertical;
}
#contact main section .section_body .section_inr .btn_area {
  margin-top: 60px;
  justify-content: center;
}
#contact main section .section_body .section_inr .btn_area p.btn {
  flex-basis: auto;
}
#contact main section .section_body .section_inr .btn_area p.btn + p.btn {
  margin-left: 20px;
}
#contact main section .section_body .section_inr .btn_area p.btn button.img {
  background: none;
  border: 0;
  cursor: pointer;
}
#contact main section.complete .section_inr {
  text-align: center;
}

footer .contact a {
  display: flex;
  height: 260px;
  color: #ffffff;
  background-image: url("../img/common/bg_contact.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .contact a p {
  text-align: center;
  color: #ffffff;
}
footer .contact a:before {
  display: block;
  content: " ";
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 50px;
}
footer .contact a:after {
  display: block;
  content: " ";
  position: absolute;
  width: 8px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 77px;
}
footer .global_footer {
  background: #f0f1f3;
}
footer .global_footer .footer_service {
  width: 72.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #d8d8da;
}
footer .global_footer .footer_service nav ul {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
footer .global_footer .footer_service nav ul li {
  font-weight: bold;
  font-size: 13px;
}
footer .global_footer .footer_service nav ul li + li {
  margin-left: 30px;
}
footer .global_footer .footer_company {
  width: 72.5vw;
  margin: 60px auto;
}
footer .global_footer .footer_company .ideacloud_logo span {
  font-size: 12px;
  border-bottom: 3px solid #d8d8da;
  padding-bottom: 5px;
}
footer .global_footer .footer_company_info {
  display: flex;
  justify-content: space-between;
}
footer .global_footer .footer_company_info .office_data_block {
  width: 45%;
}
footer .global_footer .footer_company_info .office_data_block p {
  font-size: 14px;
}
footer .global_footer .footer_company_info .office_data_block p.address {
  line-height: 28px;
}
footer .global_footer .footer_company_info .office_data_block p.name {
  font-weight: bold;
}
footer .global_footer .footer_copy {
  background: #333333;
  padding: 20px 0;
}
footer .global_footer .footer_copy_inr {
  width: 72.5vw;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
footer .global_footer .footer_copy_inr small {
  font-size: 12px;
}
footer .global_footer .footer_copy_inr small span {
  font-family: monospace;
}
footer .global_footer .footer_copy_inr .dmm_logo {
  margin-top: 0;
}
@media only screen and (min-width: 1201px) {
  footer .global_footer .footer_service, footer .global_footer .footer_company, footer .global_footer .footer_copy_inr {
    width: 1160px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .global_footer .footer_service, footer .global_footer .footer_company, footer .global_footer .footer_copy_inr {
    width: 95%;
  }
}