@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Ubuntu");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

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

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

* {
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
}

.head .en {
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.head .en:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
.head .copy {
  font-weight: bold;
  color: #202836;
}

.en .gradient-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}

.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strong {
  font-weight: bold;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .fadein-only {
    opacity: 0;
    -webkit-transition: all 1.8s;
    transition: all 1.8s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }

  .fadein-only.scrollin {
    opacity: 1;
  }

  .head .en {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .head .en:before {
    bottom: -20px;
    width: 35px;
    height: 3px;
  }
  .head .copy {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .btn {
    width: 340px;
    height: 70px;
    border-radius: 35px;
    line-height: 70px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn:before {
    border-radius: 35px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left top, right top, from(#0394e8), to(#0b79ea));
    background: linear-gradient(to right, #0394e8, #0b79ea);
  }
  .btn:after {
    border-radius: 35px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#41d5ff), to(#119bf2));
    background: linear-gradient(to right, #41d5ff, #119bf2);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(11, 123, 217, 0.4);
            box-shadow: 0px 0px 15px 2px rgba(11, 123, 217, 0.4);
  }
  .btn:hover:before {
    opacity: 0;
  }

  .visible-sp {
    display: none;
  }

  .visible-tab {
    display: none;
  }

  .inner-content {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .head .en {
    font-size: 19px;
    margin-bottom: 36px;
  }
  .head .en:before {
    bottom: -19px;
    width: 20px;
    height: 2px;
  }
  .head .copy {
    font-size: 20px;
    font-weight: bold;
    color: #202836;
  }

  .btn {
    max-width: 300px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#0394e8), to(#0b79ea));
    background: linear-gradient(to right, #0394e8, #0b79ea);
    display: block;
    margin: 0 auto;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(11, 123, 217, 0.3);
            box-shadow: 0px 0px 8px 2px rgba(11, 123, 217, 0.3);
  }

  .visible-tab {
    display: none;
  }

  .visible-pc {
    display: none;
  }

  .inner-content {
    padding: 0 20px;
    text-align: center;
  }
}
.feature .feature-head .en .gradient-text {
  background-image: -webkit-linear-gradient(left, #49a9f4, #9070fa);
  color: #7b82f1;
}
.feature .feature-head .en:before {
  background: -webkit-gradient(linear, left top, right top, from(#49a9f4), to(#9070fa));
  background: linear-gradient(to right, #49a9f4, #9070fa);
}
.feature .feature_box {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(33, 48, 63, 0.06);
          box-shadow: 0px 0px 20px 3px rgba(33, 48, 63, 0.06);
  background-color: rgba(255, 255, 255, 0.95);
}
.feature .feature_box .feature-list {
  border-bottom: 1px solid #dce8ed;
}
.feature .feature_box .feature-list:last-child {
  border: none;
  padding-bottom: 0 !important;
}
.feature .feature_box .feature-list .text-box {
  text-align: left;
}
.feature .feature_box .feature-list .text-box .text-strong {
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, #49a9f4, #9070fa);
  color: #7b82f1;
}
.feature .feature_box .feature-list .text-box .text-read {
  font-size: 15px;
  line-height: 2;
  color: #202836;
}
.feature .feature_box .feature-list .text-box .text-sub {
  color: #66829b;
}

.workflow .workflow-head .en .gradient-text {
  background-image: -webkit-linear-gradient(left, #73d344, #bcd84e);
  color: #a4d25f;
}
.workflow .workflow-head .en:before {
  background: -webkit-gradient(linear, left top, right top, from(#73d344), to(#bcd84e));
  background: linear-gradient(to right, #73d344, #bcd84e);
}
.workflow .workflow-box {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(33, 48, 63, 0.06);
          box-shadow: 0px 0px 20px 3px rgba(33, 48, 63, 0.06);
  background-color: rgba(255, 255, 255, 0.95);
}
.workflow .workflow-box .workflow-img {
  width: 100%;
}
.workflow .workflow-box .title-3D {
  color: #6bb92d;
}
.workflow .workflow-box .title-2D {
  color: #f22d7c;
}
.workflow .guide-contact .guide-text {
  font-weight: bold;
}

.service {
  background-color: #f6f9fa;
}
.service .service-head .gradient-text {
  background-image: -webkit-linear-gradient(left, #0394e8, #0b79ea);
  color: #186adf;
}
.service .service-list {
  text-align: left;
}
.service .service-list .service-link .service-thumb {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.service .service-list .service-link .link-inner {
  padding: 0 10px;
}
.service .service-list .service-link .service-title {
  font-weight: bold;
}
.service .service-list .service-link .more {
  font-weight: bold;
}

.contact .head-cover {
  background: -webkit-gradient(linear, left top, right top, from(#0394e8), to(#0b79ea));
  background: linear-gradient(to right, #0394e8, #0b79ea);
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.contact .head-cover .head-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/contact_bg_pc.png) center top no-repeat;
}
.contact .contact-form {
  max-width: 720px;
  height: 500px;
  background-color: #e6e8e9;
  margin: 0 auto 40px;
}

.company {
  background-color: #f6f9fa;
}
.company .company-head {
  text-align: center;
}
.company .company-info {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  color: #202836;
}
.company .company-info tr {
  border-bottom: 1px solid #dce8ed;
}
.company .company-info tr:first-child {
  border-top: 1px solid #dce8ed;
}
.company .company-info th {
  font-weight: bold;
}

footer {
  background-color: #181e2a;
  text-align: center;
}
footer .copyright {
  color: #63687b;
}

@media screen and (min-width: 768px) {
  .main-bg {
    background: url(../images/main-bg.jpg) no-repeat;
    background-position: center 80px;
  }

  .mv {
    width: 100%;
    height: 650px;
    background: url(../images/mv_bg_pc.jpg) center no-repeat;
    background-color: #e4ebf4;
    position: relative;
    overflow: hidden;
  }
  .mv .mv-inner {
    z-index: 100;
    position: absolute;
    left: 0;
    padding: 0 20px;
  }
  .mv .mv-inner .mv-logo {
    margin: 40px 0 155px;
    width: 208px;
  }
  .mv .mv-inner .mv-logo img {
    width: 100%;
  }
  .mv .mv-inner .mv-copy {
    margin-bottom: 40px;
  }
  .mv .mv-character {
    height: 650px;
    width: 100%;
    background: url(../images/mv_chara_pc.png) no-repeat;
    background-position: center 0;
  }

  .feature {
    padding-top: 130px;
    margin-bottom: 200px;
  }
  .feature .feature-head {
    margin-bottom: 50px;
  }
  .feature .feature_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .feature .feature_group .feature_screen {
    max-width: 522px;
    margin-right: 20px;
  }
  .feature .feature_group .feature_screen img {
    width: 100%;
  }
  .feature .feature_group .feature_box {
    max-width: 522px;
    border-radius: 20px;
    padding: 20px 25px 35px;
    position: relative;
  }
  .feature .feature_group .feature_box .feature-list {
    display: flex;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .feature .feature_group .feature_box .feature-list .icon {
    height: 60px;
    margin-right: 15px;
  }
  .feature .feature_group .feature_box .feature-list .text-box .text-strong {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .feature .feature_group .feature_box .feature-list .text-box .text-read {
    line-height: 1.7;
    margin-bottom: 3px;
  }
  .feature .feature_group .feature_box .feature-list .text-box .text-sub {
    font-size: 13px;
  }

  .workflow {
    padding-bottom: 80px;
  }
  .workflow .workflow-head {
    margin-bottom: 40px;
  }
  .workflow .workflow-head .copy {
    margin-bottom: 25px;
  }
  .workflow .workflow-head .workflow-read {
    font-size: 15px;
    line-height: 2;
    color: #202836;
  }
  .workflow .workflow-box {
    border-radius: 20px;
    padding: 50px 40px;
    margin-bottom: 40px;
  }
  .workflow .workflow-box:nth-child(3) {
    margin-bottom: 80px;
  }
  .workflow .workflow-box h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .workflow .guide-contact .guide-text {
    font-size: 18px;
    line-height: 1.8;
    color: #202836;
    margin-bottom: 25px;
  }

  .service {
    padding: 90px 0;
  }
  .service .service-head {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .service .service-read {
    font-size: 15px;
    line-height: 2;
    color: #202836;
    margin-bottom: 35px;
  }
  .service .service-list {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .service .service-list .service-link {
    max-width: 33%;
  }
  .service .service-list .service-link:nth-child(2) {
    margin: 0 3%;
  }
  .service .service-list .service-link .service-thumb {
    margin-bottom: 18px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .service .service-list .service-link .service-thumb img {
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    display: block;
  }
  .service .service-list .service-link .link-box:hover .service-thumb img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .service .service-list .service-link .link-inner {
    padding: 0 10px;
  }
  .service .service-list .service-link .service-title {
    font-size: 18px;
    line-height: 1.8;
    color: #202836;
    margin-bottom: 12px;
  }
  .service .service-list .service-link .service-read {
    font-size: 14px;
    line-height: 1.8;
    color: #202836;
    margin-bottom: 15px;
  }
  .service .service-list .service-link .more {
    font-size: 14px;
    line-height: 1.8;
    color: #202836;
  }
  .service .service-list .service-link .more img {
    width: 7px;
    margin-right: 8px;
  }

  .contact {
    padding-bottom: 100px;
  }
  .contact .head-cover {
    margin-bottom: 60px;
    height: 247px;
  }
  .contact .head-cover .head-bg {
    padding: 45px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/contact_bg_pc.png) center top no-repeat;
  }
  .contact .head-cover .icon {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
  }
  .contact .head-cover .contact-head {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .contact .head-cover .contact-read {
    font-size: 16px;
  }

  footer {
    background-color: #181e2a;
    padding: 25px 0;
    text-align: center;
  }
  footer .copyright {
    font-size: 14px;
    color: #63687b;
  }
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .visible-tab {
    display: block !important;
  }

  .hidden-tab {
    display: none !important;
  }

  .mv {
    height: 500px !important;
  }
  .mv .mv-logo {
    margin: 40px 0 110px !important;
  }
  .mv .mv-copy {
    margin-bottom: 30px !important;
  }
  .mv .mv-copy img {
    width: 440px;
  }
  .mv .mv-character {
    height: 500px;
    background-size: auto 500px;
  }

  .feature {
    margin-bottom: 130px;
  }
  .feature .feature_group {
    width: 100%;
    flex-direction: column-reverse;
  }
  .feature .feature_group .feature_screen {
    max-width: 100%;
    margin: 30px 0 0 0;
  }
  .feature .feature_group .feature_box {
    padding: 10px 30px 30px;
    max-width: 100%;
  }

  .workflow .workflow-box {
    padding: 40px 25px;
  }
  .workflow .workflow-box:nth-child(3) {
    margin-bottom: 50px;
  }
  .workflow .workflow-box h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    background-size: 100%;
    position: relative;
    overflow: hidden;
  }
  .mv .inner-content {
    padding: 0;
  }
  .mv .mv-inner .mv-logo {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 38%;
    margin: 25px auto 0;
  }
  .mv .mv-inner .mv-logo img {
    width: 100%;
  }
  .mv .mv-inner .mv-copy {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 85%;
    z-index: 9999;
  }
  .mv .mv-inner .mv-copy img {
    width: 100%;
  }
  .mv .mv-inner .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    z-index: 9999;
  }
  .mv .mv-character img {
    width: 100%;
    vertical-align: top;
    display: block;
  }
  .mv .mv-character .character {
    position: absolute;
    z-index: 1;
  }

  .feature {
    padding-top: 50px;
    background: url(../images/feature_bg_sp.jpg) no-repeat;
    background-size: 600px;
    background-position: -300px 60px;
  }
  .feature .feature-head {
    margin-bottom: 30px;
  }
  .feature .feature_group {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature .feature_group .feature_screen {
    max-width: 100%;
    margin: 25px 0 0 0;
  }
  .feature .feature_group .feature_screen img {
    width: 100%;
  }
  .feature .feature_group .feature_box {
    border-radius: 10px;
    padding: 5px 20px 10px;
  }
  .feature .feature_group .feature_box .feature-list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .feature .feature_group .feature_box .feature-list .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
  }
  .feature .feature_group .feature_box .feature-list .text-strong {
    font-size: 17px;
    text-align: center;
    margin-bottom: 8px;
  }
  .feature .feature_group .feature_box .feature-list .text-read {
    font-size: 14px;
    line-height: 1.8;
    color: #202836;
    margin-bottom: 5px;
  }
  .feature .feature_group .feature_box .feature-list .text-sub {
    font-size: 12px;
  }

  .workflow {
    background: url(../images/workflow_bg_sp.jpg) no-repeat;
    background-size: 414px;
    background-position: 100px 80px;
    padding: 60px 0;
  }
  .workflow .workflow-head {
    margin-bottom: 25px;
  }
  .workflow .workflow-head .copy {
    margin-bottom: 15px;
  }
  .workflow .workflow-head .workflow-read {
    font-size: 15px;
    line-height: 2;
    color: #202836;
    text-align: left;
  }
  .workflow .workflow-box {
    border-radius: 10px;
    padding: 30px 0 15px;
    margin-bottom: 20px;
  }
  .workflow .workflow-box:nth-child(3) {
    margin-bottom: 35px;
  }
  .workflow .workflow-box h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .workflow .guide-contact .guide-text {
    font-size: 15px;
    line-height: 2;
    color: #202836;
    margin-bottom: 15px;
  }

  .service {
    padding: 50px 0 60px;
  }
  .service .service-head {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .service .service-read {
    font-size: 15px;
    line-height: 2;
    color: #202836;
    margin-bottom: 30px;
    text-align: left;
  }
  .service .service-list .service-link {
    margin-bottom: 40px;
  }
  .service .service-list .service-link:last-child {
    margin-bottom: 0;
  }
  .service .service-list .service-link .service-thumb {
    margin-bottom: 15px;
  }
  .service .service-list .service-link .service-thumb img {
    border-radius: 10px;
    width: 100%;
  }
  .service .service-list .service-link .link-inner {
    padding: 0 10px;
  }
  .service .service-list .service-link .service-title {
    font-size: 18px;
    line-height: 1.8;
    color: #202836;
    margin-bottom: 4px;
  }
  .service .service-list .service-link .service-read {
    font-size: 15px;
    line-height: 2;
    color: #202836;
    margin-bottom: 4px;
  }
  .service .service-list .service-link .more {
    font-size: 15px;
    line-height: 2;
    color: #202836;
  }
  .service .service-list .service-link .more img {
    width: 7px;
    margin-right: 8px;
  }

  .contact {
    padding-bottom: 60px;
  }
  .contact .head-cover {
    margin-bottom: 40px;
  }
  .contact .head-cover .head-bg {
    padding: 28px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/contact_bg_sp.png) center top no-repeat;
    background-size: 100%;
  }
  .contact .head-cover .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
  }
  .contact .head-cover .contact-head {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .contact .head-cover .contact-read {
    font-size: 15px;
    line-height: 1.8;
  }

  footer {
    padding: 20px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  * {
    letter-spacing: 0px;
  }

  .head .copy {
    font-size: 19px;
  }
}
