@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
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: normal;
  -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;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: 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 */
}

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

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;
  /* Correct the outline style in Safari */
}

[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;
  color: inherit;
}

/* 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 {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  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;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
  a a:hover {
    opacity: 1;
  }
}

ul, ol, li {
  text-align: left;
  list-style-type: none;
}

picture {
  max-width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*------------------------------------------------------------
	wrap
------------------------------------------------------------*/
#wrapper {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp_show,
.sp_ibshow {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .sp_ibshow {
    display: inline-block;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

/* heading ttl */
h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 50px;
}

h3 {
  font-size: 3.2rem;
}

@media screen and (max-width: 769px) {
  h3 {
    font-size: 2.4rem;
  }
}

h3.ttl {
  margin-bottom: 3rem;
  line-height: 1.4;
  font-size: 2.9rem;
  font-weight: bold;
  color: #2f6087;
  text-align: center;
}

@media screen and (max-width: 769px) {
  h3.ttl {
    font-size: 2rem;
  }
}

h3.ttl .color_txt {
  color: #217fc4;
}

h3.ttl.type_w {
  margin-bottom: 0;
  color: #fff;
}

h2.ttl {
  margin-bottom: 3rem;
  line-height: 1.4;
  font-size: 2.9rem;
  font-weight: bold;
  color: #2f6087;
}

@media screen and (max-width: 769px) {
  h2.ttl {
    font-size: 2rem;
  }
}

h2.ttl .color_txt {
  color: #217fc4;
}

h2.ttl.type_w {
  margin-bottom: 0;
  color: #fff;
}

h4 {
  font-size: 2.8rem;
}

@media screen and (max-width: 769px) {
  h4 {
    font-size: 2rem;
  }
}

h4.ttl_bdr {
  padding-bottom: 1rem;
  position: relative;
  font-weight: normal;
  color: #217fc4;
  font-size: 2.4rem;
}

@media screen and (max-width: 769px) {
  h4.ttl_bdr {
    font-size: 1.8rem;
  }
}

h4.ttl_bdr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10rem;
  height: 2px;
  background-color: #217fc4;
}

@media screen and (max-width: 769px) {
  h4.ttl_bdr::after {
    width: 5rem;
  }
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}

.coution::before {
  content: "※";
}

/* link */
.link_txt {
  color: #217fc4;
  text-decoration: underline;
  word-wrap: break-word;
}

.gray-color {
  color: #8692ae;
}

/* btn */
.btn_area {
  text-align: center;
}

.btn {
  max-width: 505px;
  width: 100%;
  padding: 2.2rem 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-color: #217fc4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 16px;
}

@media screen and (max-width: 769px) {
  .btn {
    padding: 1rem 0;
    font-size: 1.4rem;
    border-radius: 8px;
  }
}

.btn .btn_txt {
  line-height: 1;
  position: relative;
  z-index: 10;
}

.btn.type_kv {
  max-width: 583px;
  padding: 2rem 0;
  background-color: #f7a42e;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.6rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.btn.type_kv .icn {
  margin-right: 1.5rem;
}

@media screen and (max-width: 769px) {
  .btn.type_kv {
    padding: 1.5rem 0;
    letter-spacing: 2px;
    font-size: 5.33333vw;
  }
}

.btn.type_kv_02 {
  max-width: 330px;
  padding: 1rem 1.5rem;
  background-color: #f7a42e;
  border: 2px solid #f7a42e;
  border-radius: 10px;
  font-size: 2.0rem;
  text-align: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.btn.type_kv_02 .icn {
  margin-right: 0.5rem;
}

@media screen and (max-width: 769px) {
  .btn.type_kv_02 {
    margin-bottom: 2rem;
    padding: 0.8rem 0;
    letter-spacing: 2px;
    font-size: 5.06667vw;
    width: 100%;
    max-width: 100%;
  }
}

.btn.type_kv_03 {
  max-width: 680px;
  padding: 1.5rem 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  .btn.type_kv_03 {
    padding: 1.0rem 0;
    font-size: 5.06667vw;
  }
}

@media screen and (max-width: 769px) {
  .btn.type_kv_03 img {
    width: 6.5vw;
  }
}

.btn.type_kv_03_2 {
  max-width: 680px;
  padding: 1.5rem 0;
  letter-spacing: 1px;
  display:block;
  margin:0 auto;
}

@media screen and (max-width: 769px) {
  .btn.type_kv_03_2 {
    padding: 1.0rem 0;
    font-size: 5.06667vw;
  }
}

@media screen and (max-width: 769px) {
  .btn.type_kv_03_2 img {
    width: 6.5vw;
  }
}

.for-service{
margin-top: 90px;
font-size: 1.2em;
font-weight: 600;
text-align: center;
margin-top: 50px;
color: #5E6162;
}

.btn.type_kv_04 {
  max-width: 450px;
  padding: 1rem 0;
  letter-spacing: 0;
  font-size: 18px;
  background: #fff;
  color: #f7a42e;
  border: 2px solid #f7a42e;
}
.btn.type_kv_05 {
  margin-top: 30px;
  max-width: 450px;
  padding: 1rem 0;
  letter-spacing: 0;
  font-size: 18px;
  color: #fff;
  background-color: #4faeff;
}
.add_mg{
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .btn.type_kv_04 {
    font-size: 5.06667vw;
    line-height: 1;
    padding: 1.7rem 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
    .btn.type_kv_05 {
      font-size: 5.06667vw;
      line-height: 1;
      padding: 1.7rem 0;
      max-width: 100%;
    }
}

.btn.type_orange {
  padding: 3rem 0;
  background-color: #f7a42e;
  font-size: 2.4rem;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 769px) {
  .btn.type_orange {
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}

.btn.type_function {
  height: 82px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  background-color: #4faeff;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .btn.type_function {
    font-size: 3.2vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn.type_function:hover {
    opacity: 1;
    background-color: #217fc4;
  }
  .btn.type_function a:hover {
    opacity: 1;
  }
}

.btn.type_function a {
  width: 100%;
  padding: 1.6rem 0;
  color: #fff;
  display: block;
}

.btn.type_function .txt_min {
  font-size: 80%;
  display: block;
}

.btn.type_fc_faq {
  color: #2f6087;
  font-size: 1.6rem;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .btn.type_fc_faq {
    font-size: 1.4rem;
  }
}

.btn.type_price {
  max-width: 420px;
  padding: 1.2rem 0;
  background-color: #f7a42e;
}

main {
  display: block;
  /* IE対策 */
  width: 100%;
  overflow: hidden;
}

#contents-wrapper-contact {
  flex: 1;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
header {
  width: 100%;
  background-color: #217fc4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
.collectrobo-contact-header {
  background-color: #DDE7F5;
  border-bottom: 1px solid #DDE7F5;
}

@media screen and (max-width: 769px) {
  header {
    height: 55px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .inner {
  height: 60px;
  max-width: 96%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  header .inner {
    height: 55px;
    padding: 0 14px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .inner h1 {
  line-height: 1;
  margin: 0;
  max-width: 175px;
  width: 100%;
}

header .inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner .nav_btn_wrap {
  position: fixed;
  top: 2.6vw;
  left: 6vw;
}

header .inner .nav_btn {
  display: none;
  width: 36px;
  height: 32px;
}

@media screen and (max-width: 769px) {
  header .inner .nav_btn {
    width: 33px;
    height: 33px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
  }
  header .inner .nav_btn::before, header .inner .nav_btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: auto;
    background: #888;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .inner .nav_btn::before {
    top: 30%;
  }
  header .inner .nav_btn::after {
    bottom: 30%;
  }
  header .inner .nav_btn span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    margin: auto;
    background: #888;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .inner .nav_btn.open::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  header .inner .nav_btn.open::after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
  }
  header .inner .nav_btn.open span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*------------------------------------------------------------
	nav
------------------------------------------------------------*/
.nav_wrapper {
  z-index: 60;
  width: 100%;
  margin-left: 3%;
  /* SP用 */
}

@media screen and (min-width: 1180px) {
  .nav_wrapper {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 769px) {
  .nav_wrapper {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem;
  }
}

.nav_wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 60;
  font-size: 1.4rem;
}

@media screen and (min-width: 1180px) {
  .nav_wrapper .nav {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav {
    display: block;
    font-size: 4.6vw;
  }
}

.nav_wrapper .nav li {
  text-align: center;
  height: 100%;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
  }
}

.nav_wrapper .nav li + li {
  margin-left: 2.5%;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li + li {
    margin: 0;
  }
}

.nav_wrapper .nav li a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    color: #5E6162;
    padding: 1.2rem 0;
    font-size: 1.5rem;
  }
}

.nav_wrapper .nav li a .icn_blank {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li a .icn_blank {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.nav_wrapper .nav li.point_btn {
  margin-left: auto;
}

.nav_wrapper .nav li.point_btn a {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #f7a42e;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7a42e;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li.point_btn a {
    padding: 1.2rem 0;
    color: #5E6162;
    background-color: #fff;
    border: none;
    font-weight: normal;
  }
}

.nav_wrapper .nav li.point_btn.type_w {
  margin-left: 3%;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li.point_btn.type_w {
    margin-left: 0;
  }
}

.nav_wrapper .nav li.point_btn.type_w a {
  background-color: #fff;
  color: #f7a42e;
}

@media screen and (max-width: 769px) {
  .nav_wrapper .nav li.point_btn.type_w a {
    color: #5E6162;
  }
}

.nav_wrapper .nav .nav_btn {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.3;
}

.nav_wrapper .nav .nav_btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.nav_wrapper .nav .nav_btn .mdlTxt {
  display: inline-block;
  vertical-align: middle;
}

.nav_wrapper .nav .nav_btn.current, .nav_wrapper .nav .nav_btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.nav_wrapper .nav_tgl_btn {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 60;
}

.nav_wrapper .nav_tgl_btn .icn_area {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background-color: #000000;
}

.nav_wrapper .nav_tgl_btn .icn_area::before, .nav_wrapper .nav_tgl_btn .icn_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.nav_wrapper .nav_tgl_btn .icn_area::before {
  top: -16px;
}

.nav_wrapper .nav_tgl_btn .icn_area::after {
  bottom: -16px;
}

.nav_wrapper .nav_tgl_btn.open .icn_area {
  background-color: transparent;
}

.nav_wrapper .nav_tgl_btn.open .icn_area::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.nav_wrapper .nav_tgl_btn.open .icn_area::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer.pc {
  background-color: #217fc4;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 769px) {
  footer.pc {
    display: none;
  }
}

footer.pc .container-inside {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding-left: 0px;
}

@media screen and (max-width: 769px) {
  footer.pc .container-inside {
    padding: 0px 15px;
  }
}

footer.sp {
  display: none;
  position: relative;
}

@media screen and (max-width: 769px) {
  footer.sp {
    font-size: 1.2rem;
    background-color: #217fc4;
  }
}

footer {
  position: relative;
}

@media screen and (max-width: 769px) {
  footer {
    font-size: 1.2rem;
  }
}

footer.contact {
  padding: 0;
  background-color: inherit;
}

footer.contact .top_footer {
  padding: 33px 0;
}

footer.contact .btm_footer {
  background-color: rgba(33, 127, 196, 0.6);
}

footer .top_footer {
  background-color: #217fc4;
}
.collectrobo-contact-footer .top_footer {
  background-color: #DDE7F5;
}

footer .top_footer .inner {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}

footer .top_footer .inner .footer_menu {
  width: 100%;
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu {
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer .top_footer .inner .footer_menu li + li {
  margin-left: 2rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li + li {
    margin-left: 3rem;
  }
}

footer .top_footer .inner .footer_menu li a {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li a {
    line-height: 1.6;
  }
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li:nth-child(3n+1) {
    margin-left: 0;
  }
}

footer .top_footer .inner .footer_menu li.type_bdr {
  margin-top: 1rem;
  border: 1px solid #fff;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li.type_bdr {
    margin-left: 0;
  }
}

footer .top_footer .inner .footer_menu li.type_bdr a {
  padding: 1rem;
  font-size: 1.5rem;
}

footer .top_footer .inner .footer_menu li.type_bdr a .min_txt {
  font-size: 1.1rem;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  position: relative;
}

@media screen and (max-width: 769px) {
  footer {
    font-size: 1.2rem;
  }
}

footer.contact {
  padding: 0;
  background-color: inherit;
}

footer.contact .top_footer {
  padding: 33px 0;
}

footer.contact .btm_footer {
  background-color: rgba(33, 127, 196, 0.6);
}

footer .top_footer {
  background-color: #217fc4;
}

footer .top_footer .inner {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}

footer .top_footer .inner .footer_menu {
  width: 100%;
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu {
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer .top_footer .inner .footer_menu li + li {
  margin-left: 2rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li + li {
    margin-left: 3rem;
  }
}

footer .top_footer .inner .footer_menu li a {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li a {
    line-height: 1.6;
  }
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li:nth-child(3n+1) {
    margin-left: 0;
  }
}

footer .top_footer .inner .footer_menu li.type_bdr {
  margin-top: 1rem;
  border: 1px solid #fff;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu li.type_bdr {
    margin-left: 0;
  }
}

footer .top_footer .inner .footer_menu li.type_bdr a {
  padding: 1rem;
  font-size: 1.5rem;
}

footer .top_footer .inner .footer_menu li.type_bdr a .min_txt {
  font-size: 1.1rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .footer_menu {
    display: none;
  }
}

footer .top_footer .inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner h1 {
    line-height: 50px;
  }
}

footer .top_footer .inner .menu_area {
  width: 70%;
  margin: 2.5rem 0 3rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .menu_area {
    width: 100%;
    margin: 0 0 2rem;
  }
}

footer .top_footer .inner .menu_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .menu_area ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer .top_footer .inner .menu_area ul li + li {
  margin-left: 2rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .menu_area ul li + li {
    margin-left: 3rem;
  }
}

footer .top_footer .inner .menu_area ul li a {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .menu_area ul li a {
    line-height: 1.6;
  }
}

footer .top_footer .inner .menu_area ul li.type_bdr {
  margin-top: 1rem;
  border: 1px solid #fff;
  line-height: 1.4;
}

@media screen and (max-width: 769px) {
  footer .top_footer .inner .menu_area ul li.type_bdr {
    margin-left: 0;
  }
}

footer .top_footer .inner .menu_area ul li.type_bdr a {
  padding: 1rem;
  font-size: 1.5rem;
}

footer .top_footer .inner .menu_area ul li.type_bdr a .min_txt {
  font-size: 1.1rem;
}

footer .btm_footer {
  background-color: rgba(33, 127, 196, 0.6);
}

footer .btm_footer .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  footer .btm_footer .inner {
    padding: 1rem 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .btm_footer .inner .menu_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .btm_footer .inner .menu_area ul li + li {
  margin-left: 2rem;
}

footer .btm_footer .inner .menu_area ul li:nth-of-type(4n) {
  margin-left: 0;
}

footer .btm_footer .inner .menu_area ul li a {
  color: #fff;
  font-size: 1.2rem;
}

footer .btm_footer .inner small {
  padding: 1rem 0;
  line-height: 2;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 769px) {
  footer .btm_footer .inner small {
    margin-top: 1rem;
    padding: 1vw 0;
    font-size: 1rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 769px) {
  footer .inner {
    padding: 0;
  }
}

footer div p {
  color: #000;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.inview {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

.inview.show_up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.inview.show_down {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.inview.show_left {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.inview.show_right {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.inview.scale_down {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inview.scale_up {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.inview.on {
  opacity: 1;
}

.inview.on.show_up, .inview.on.show_down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.inview.on.show_left, .inview.on.show_right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.inview.on.scale_down, .inview.on.scale_up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
}

#modal .modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
}

#modal .modal_wrap {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 200;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap {
    width: 98%;
    height: 40%;
    left: 0;
    right: 0;
  }
}

#modal .modal_wrap .modal_content {
  width: 75%;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  display: none;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap .modal_content {
    width: 100%;
    height: auto;
  }
}

#modal .modal_wrap .modal_content .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap .modal_content .inner {
    padding: 0 1%;
  }
}

#modal .modal_wrap .modal_content .modal_video {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap .modal_content .modal_video {
    height: auto;
    width: 88%;
  }
}

@media screen and (max-width: 769px) and (max-width: 640px) {
  #modal .modal_wrap .modal_content .modal_video {
    width: 100%;
  }
}

#modal .modal_wrap .modal_content h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap .modal_content h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

#modal .modal_wrap .modal_close_btn {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 300;
}

@media screen and (max-width: 769px) {
  #modal .modal_wrap .modal_close_btn {
    right: 7.5%;
  }
}

#modal .modal_wrap .modal_close_btn .icnArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

#modal .modal_wrap .modal_close_btn .icnArea::before, #modal .modal_wrap .modal_close_btn .icnArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#modal .modal_wrap .modal_close_btn .icnArea::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#modal .modal_wrap .modal_close_btn .icnArea::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

/* -----------------------------------------------------
	fixed_link
----------------------------------------------------- */
@-webkit-keyframes anim {
  0% {
    right: 100%;
    left: 0%;
  }
  80% {
    right: 100%;
    left: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
    animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
  }
  90% {
    right: 0%;
    left: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
    animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
  }
  100% {
    right: 0%;
    left: 100%;
  }
}
@keyframes anim {
  0% {
    right: 100%;
    left: 0%;
  }
  80% {
    right: 100%;
    left: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
    animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
  }
  90% {
    right: 0%;
    left: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
    animation-timing-function: cubic-bezier(0.545, 0.08, 0.52, 0.975);
  }
  100% {
    right: 0%;
    left: 100%;
  }
}

#fixed_link, #fixed_link_guide {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 0;
  z-index: 50;
  background: rgba(75, 141, 248, 0.9);
  display: none;
}

@media screen and (max-width: 769px) {
  #fixed_link, #fixed_link_guide {
    display: none !important;
  }
}

#fixed_link .inner, #fixed_link_guide .inner {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner, #fixed_link_guide .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#fixed_link .inner .btn, #fixed_link_guide .inner .btn {
  width: 100%;
  max-width: 320px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

#fixed_link .inner .btn .btn_txt, #fixed_link_guide .inner .btn .btn_txt {
  z-index: 1;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn, #fixed_link_guide .inner .btn {
    margin: 0 0 20px 0;
    padding: 30px 0;
    max-width: 750px;
  }
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn, #fixed_link_guide .inner .btn {
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    width: 60%;
  }
}

#fixed_link .inner .btn + .btn, #fixed_link_guide .inner .btn + .btn {
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn + .btn, #fixed_link_guide .inner .btn + .btn {
    margin-left: 0;
  }
}

#fixed_link .inner .btn.red, #fixed_link_guide .inner .btn.red {
  overflow: hidden;
  background: #dc2228;
  border: 2px solid #dc2228;
}

#fixed_link .inner .btn.red .btn_txt, #fixed_link_guide .inner .btn.red .btn_txt {
  color: #fff;
}

#fixed_link .inner .btn.red .icn_arrow::before, #fixed_link_guide .inner .btn.red .icn_arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#fixed_link .inner .btn.red:hover, #fixed_link_guide .inner .btn.red:hover {
  background-color: #fff;
  border: 2px solid #dc2228;
}

#fixed_link .inner .btn.red:hover .btn_txt, #fixed_link_guide .inner .btn.red:hover .btn_txt {
  color: #dc2228;
}

#fixed_link .inner .btn.red:hover .icn_arrow::before, #fixed_link_guide .inner .btn.red:hover .icn_arrow::before {
  border-top: 2px solid #dc2228;
  border-right: 2px solid #dc2228;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn.red, #fixed_link_guide .inner .btn.red {
    padding-left: 10px;
  }
}

#fixed_link .inner .btn.blue, #fixed_link_guide .inner .btn.blue {
  overflow: hidden;
  border: 2px solid #217FC4;
  line-height: 1;
}

#fixed_link .inner .btn.blue .btn_txt, #fixed_link_guide .inner .btn.blue .btn_txt {
  color: #217FC4;
}

#fixed_link .inner .btn.blue .icn_arrow::before, #fixed_link_guide .inner .btn.blue .icn_arrow::before {
  border-top: 2px solid #217FC4;
  border-right: 2px solid #217FC4;
}

#fixed_link .inner .btn.blue:hover, #fixed_link_guide .inner .btn.blue:hover {
  background-color: #217FC4;
}

#fixed_link .inner .btn.blue:hover .btn_txt, #fixed_link_guide .inner .btn.blue:hover .btn_txt {
  color: #fff;
}

#fixed_link .inner .btn.blue:hover .icn_arrow::before, #fixed_link_guide .inner .btn.blue:hover .icn_arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#fixed_link .inner .btn.orange, #fixed_link_guide .inner .btn.orange {
  overflow: hidden;
  background: #f7a42d;
  border: 2px solid #f7a42d;
}

#fixed_link .inner .btn.orange .btn_txt, #fixed_link_guide .inner .btn.orange .btn_txt {
  color: #fff;
}

#fixed_link .inner .btn.orange .icn_arrow::before, #fixed_link_guide .inner .btn.orange .icn_arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#fixed_link .inner .btn.orange:hover, #fixed_link_guide .inner .btn.orange:hover {
  background-color: #fff;
  border: 2px solid #f7a42d;
}

#fixed_link .inner .btn.orange:hover .btn_txt, #fixed_link_guide .inner .btn.orange:hover .btn_txt {
  color: #f7a42d;
}

#fixed_link .inner .btn.orange:hover .icn_arrow::before, #fixed_link_guide .inner .btn.orange:hover .icn_arrow::before {
  border-top: 2px solid #f7a42d;
  border-right: 2px solid #f7a42d;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn.orange, #fixed_link_guide .inner .btn.orange {
    padding-left: 10px;
  }
}

#fixed_link .inner .btn.white, #fixed_link_guide .inner .btn.white {
  overflow: hidden;
  border: 2px solid #f7a42d;
  line-height: 1;
}

#fixed_link .inner .btn.white .btn_txt, #fixed_link_guide .inner .btn.white .btn_txt {
  color: #f7a42d;
}

#fixed_link .inner .btn.white .icn_arrow::before, #fixed_link_guide .inner .btn.white .icn_arrow::before {
  border-top: 2px solid #f7a42d;
  border-right: 2px solid #f7a42d;
}

#fixed_link .inner .btn.white:hover, #fixed_link_guide .inner .btn.white:hover {
  background-color: #f7a42d;
}

#fixed_link .inner .btn.white:hover .btn_txt, #fixed_link_guide .inner .btn.white:hover .btn_txt {
  color: #fff;
}

#fixed_link .inner .btn.white:hover .icn_arrow::before, #fixed_link_guide .inner .btn.white:hover .icn_arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#fixed_link .inner .btn.red::before, #fixed_link .inner .btn.blue::before, #fixed_link .inner .btn.orange::before, #fixed_link .inner .btn.white::before, #fixed_link_guide .inner .btn.red::before, #fixed_link_guide .inner .btn.blue::before, #fixed_link_guide .inner .btn.orange::before, #fixed_link_guide .inner .btn.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  width: auto;
  background-color: #fff;
  -webkit-animation: anim 7s ease-in-out 0s infinite;
  animation: anim 7s ease-in-out 0s infinite;
  z-index: 2;
}

#fixed_link .inner .btn.type_cm, #fixed_link_guide .inner .btn.type_cm {
  max-width: 387px;
  position: relative;
  border-radius: 30px;
  background: url(../img/top/bg_btn_pattern.png) left/100% no-repeat, -webkit-linear-gradient(306deg, #217fc4 50%, #1a6aba 70%, #001694 100%);
  background: url(../img/top/bg_btn_pattern.png) left/100% no-repeat, -o-linear-gradient(306deg, #217fc4 50%, #1a6aba 70%, #001694 100%);
  background: url(../img/top/bg_btn_pattern.png) left/100% no-repeat, linear-gradient(144deg, #217fc4 50%, #1a6aba 70%, #001694 100%);
}

#fixed_link .inner .btn.type_cm::before, #fixed_link_guide .inner .btn.type_cm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 98px;
  height: 113px;
  background: url(../img/top/top_btn_koichiro.png) top center no-repeat;
}

#fixed_link .inner .btn.type_cm .btn_txt, #fixed_link_guide .inner .btn.type_cm .btn_txt {
  color: #fff;
  padding-left: 50px;
}

#fixed_link .inner .btn.type_cm .icn_arrow::before, #fixed_link_guide .inner .btn.type_cm .icn_arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#fixed_link .inner .btn.type_cm:hover, #fixed_link_guide .inner .btn.type_cm:hover {
  opacity: 0.8;
}

#fixed_link .inner .btn .icn_arrow, #fixed_link_guide .inner .btn .icn_arrow {
  position: absolute;
  right: 50px;
}

#fixed_link .inner .btn .icn_arrow:before, #fixed_link_guide .inner .btn .icn_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn .icn_arrow::before, #fixed_link_guide .inner .btn .icn_arrow::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

#fixed_link .inner .btn .btn_txt, #fixed_link_guide .inner .btn .btn_txt {
  color: #707070;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: bold;
  font-size: 17px;
}

#fixed_link .inner .btn .btn_txt .fwb_txt, #fixed_link_guide .inner .btn .btn_txt .fwb_txt {
  font-size: 15px;
}

#fixed_link .inner .btn .btn_txt.min, #fixed_link_guide .inner .btn .btn_txt.min {
  font-size: 11px;
  padding-left: 0.5rem;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #fixed_link .inner .btn .btn_txt, #fixed_link_guide .inner .btn .btn_txt {
    font-size: 13px;
  }
}

#fixed_link_guide {
  display: block;
}

/* -----------------------------------------------------
	breadcrumb
----------------------------------------------------- */
.breadcrumb {
  padding: 0.5rem 0;
  background: url(../img/top/bg-dotted.png);
}

@media screen and (max-width: 769px) {
  .breadcrumb {
  }
}

.breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
  display: table;
  padding: 5px 0;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul {
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 10px 20px;
  }
}

.breadcrumb ul li {
  display: initial;
  font-size: .75em;
  line-height: 2.25em;
  float: left;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul li {
    display: initial;
    font-size: .65em;
    line-height: 2.0em;
    float: left;
    width: 100%;
  }
}

.breadcrumb ul li span {
  font-size: inherit;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul li {
    font-size: inherit;
  }
}

.breadcrumb ul li a {
  color: #5E6162;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul li {
    color: #5E6162;
  }
}

.breadcrumb ul li a span {
  font-size: inherit;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul li {
    font-size: inherit;
  }
}

.breadcrumb ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .breadcrumb ul li {
    text-decoration: none;
  }
}

.bg_b {
  background-color: #e2f2ff;
}

/* メニュー */
ul.gmenu {
  margin: 0;
  padding: 0;
}

ul.gmenu > li {
  display: inline-block;
}

ul.gmenu > li a {
  color: #000;
}

/* サブメニュー */
ul.gmenu ul {
  display: none;
}

ul.gmenu > li:hover ul {
  display: block;
  height: auto;
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: -5px;
}

.kinou {
  line-height: 1 !important;
}

ul.gmenu ul > li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  margin-left: 0 !important;
  line-height: 1 !important;
}

ul.gmenu ul > li:last-child {
  border-bottom: none;
}

.pul_menu {
  color: #000 !important;
  font-size: 14px !important;
}

.li_Second {
  line-height: 2 !important;
}

.ac_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  color: #5E6162;
  padding: 1.2rem 0;
  font-size: 1.5rem;
}

.ac_title:before, .ac_title:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #555;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ac_title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.active::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ac_box {
  display: none;
  /*はじめは非表示*/
  text-decoration: underline;
  margin-bottom: 10px;
}

.ac_box a {
  padding: 7px !important;
}

.footer_menu_sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .footer_menu_sp {
    width: 100%;
    padding: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_menu_sp li {
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
  }
  .footer_menu_sp li a {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    line-height: 1.6;
  }
  .footer_menu_sp li.type_bdr {
    margin-top: 1rem;
    border: 1px solid #fff;
    line-height: 1.4;
  }
  .footer_menu_sp li.type_bdr a {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .footer_menu_sp li.type_bdr a .min_txt {
    font-size: 1.1rem;
  }
  .footer_menu_sp .white {
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.6;
  }
  .footer_menu_sp .white:before, .footer_menu_sp .white:after {
    background: #fff;
  }
  .footer_menu_sp .ac_box_footer {
    margin-top: 10px;
  }
  .footer_menu_sp .ac_box_footer a {
    display: block;
  }
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
section {
  position: relative;
  margin: 0 auto;
  z-index: 50;
}

section .inner {
  padding: 9rem 0;
}

@media screen and (max-width: 769px) {
  section .inner {
    padding: 4rem 2rem;
  }
}

.inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .inner {
    padding: 0 20px;
  }
}

.cf:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.left_box {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.right_box {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kv .inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  #kv .inner {
    padding: 80px 20px 2rem;
  }
}

#kv .inner .btn.type_kv_02 {
  max-width: 100%;
  border-radius: 6px;
  font-size: 2rem;
}

#kv .kv_btn_flex .kv_btn {
    padding: 0 9%;
}

@media screen and (max-width: 1366px) and (max-width: 1366px) {
  #kv .inner .btn.type_kv_02 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1366px) and (max-width: 769px) {
  #kv .inner .btn.type_kv_02 {
    margin-bottom: 0;
    font-size: 4.8vw;
  }
}

#kv .inner .main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area {
    display: block;
  }
}

#kv .inner .main_area .kv_txt {
  max-width: 400px;
  width: 100%;
  margin-right: 5%;
}

@media screen and (max-width: 1384px) {
  #kv .inner .main_area .kv_txt {
    max-width: 24vw;
  }
}
@media screen and (max-width: 1320px) {
  #kv .inner .main_area .kv_txt {
    max-width: 30vw;
  }
}

@media screen and (max-width: 1100px) {
  #kv .kv_btn_flex .kv_btn {
    padding: 0 0;
  }
}

@media screen and (max-width: 1024px) {
  #kv .inner .main_area .kv_txt {
    max-width: 40vw;
  }
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area .kv_txt {
    max-width: 100%;
    margin: 0 auto;
  }
}

#kv .inner .main_area .kv_txt h1 img {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area .kv_txt h1 img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .kv_img_box {
    width: 54.2%;
  }
  #kv .inner .main_area .kv_img {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
  }
}

#kv .inner .main_area .kv_img video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area .kv_img video {
    position: static;
  }
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area .kv_img {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
  }
  #kv .inner .main_area .kv_img::before {
    position: relative;
  }
}

@media screen and (max-width: 769px) {
  #kv .inner .main_area .kv_img .video_btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  #kv .inner .main_area .kv_img .video_btn.is_sp {
    display: block;
  }
  #kv .inner .main_area .kv_img .video_btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 20.13333vw;
    height: 20.13333vw;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #kv .inner .main_area .kv_img .video_btn::after {
    content: "";
    position: absolute;
    left: 51%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 15px solid #000;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

@media screen and (max-width: 640px) {
  #kv .inner .main_area .kv_img .video_btn::after {
    left: 52%;
  }
}

.kv_btn_flex .kv_btn:first-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 769px) {
  .kv_btn_flex .kv_btn {
    margin-bottom: 24px;
  }
}

.kv_btn_flex .kv_btn_02 a {
  background-color: #fff;
  border: 2px solid #f7a42e;
  color: #f7a42e;
  border-radius: 10px;
}

#banner .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media screen and (max-width: 769px) {
  #banner .inner {
    padding: 2.66667vw 2rem 0;
  }
}

#banner .inner figure.logo-list-pickup {
  width: 100%;
}

#banner .inner figure.logo-list-pickup img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  #banner .inner figure.logo-list-pickup {
    width: 100%;
    margin: 10px 0;
  }
  #banner .inner figure.logo-list-pickup img {
    width: 100%;
  }
}


#award .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}

@media screen and (max-width: 769px) {
  #award .inner {
    padding: 2.66667vw 2rem 0;
  }
}

#award .inner .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #2e6087;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  #award .inner .ttl {
    font-size: 8.8vw;
    line-height: 1.4;
    margin-bottom: 8vw;
  }
}

#award .inner .arrow_box {
  position: relative;
  background: #FFFFFF;
  padding: 60px 50px;
  text-align: left;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box {
    padding: 5.33333vw 4.66667vw;
  }
}

#award .inner .arrow_box::after {
  content: "";
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -60px;
  border: 60px solid transparent;
  border-top-color: #fff;
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box::after {
    bottom: -12.8vw;
    margin-left: -8vw;
    border: 8vw solid transparent;
    border-top-color: #fff;
  }
}

#award .inner .arrow_box .arrow_box_col {
  position: relative;
  z-index: 10;
}

#award .inner .arrow_box .arrow_box_col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box .arrow_box_col ul {
    display: block;
  }
}

#award .inner .arrow_box .arrow_box_col ul:first-child {
  margin-bottom: 14px;
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box .arrow_box_col ul:first-child {
    margin-bottom: 4vw;
  }
}

#award .inner .arrow_box .arrow_box_col ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.5em;
  color: #2e6087;
  position: relative;
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 961px) {
  #award .inner .arrow_box .arrow_box_col ul li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box .arrow_box_col ul li {
    font-size: 3.46667vw;
    padding-left: 5.2vw;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box .arrow_box_col ul li + li {
    margin-top: 4vw;
  }
}

#award .inner .arrow_box .arrow_box_col ul li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 12px;
  height: 8px;
  border-left: 3px solid #2CA7FB;
  border-bottom: 3px solid #2CA7FB;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media screen and (max-width: 769px) {
  #award .inner .arrow_box .arrow_box_col ul li::before {
    top: 1.06667vw;
    border-left: 0.53333vw solid #2CA7FB;
    border-bottom: 0.53333vw solid #2CA7FB;
    width: 2.66667vw;
    height: 1.86667vw;
  }
}

#award .award_contact {
  margin-top: -3em;
}

@media screen and (max-width: 769px) {
  #award .award_contact {
    margin-top: -12vw;
  }
}

#award .award_contact .award_contact_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner {
    width: 100%;
  }
}

#award .award_contact .award_contact_inner .contact_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0 0;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col {
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 20vw 4vw 0;
  }
}

#award .award_contact .award_contact_inner .contact_col .contact_link {
  width: 100%;
  max-width: 682px;
  padding-top: 2.0em;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_link {
    padding-top: 8vw;
  }
}

#award .award_contact .award_contact_inner .contact_col .contact_link .contact_ttl {
  text-align: left;
  margin-bottom: 35px;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_link .contact_ttl {
    width: 81.2vw;
    margin: 0 auto 6.66667vw;
  }
}

#award .award_contact .award_contact_inner .contact_col .contact_link p {
  color: #FFF;
  text-align: left;
}

#award .award_contact .award_contact_inner .contact_col .contact_link p.txt {
  font-size: 2.2rem;
  margin-bottom: 17px;
  letter-spacing: .06em;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_link p.txt {
    font-size: 5.06667vw;
    margin-bottom: 4.8vw;
  }
}

#award .award_contact .award_contact_inner .contact_col .contact_link .btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7a42e;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  width: 100%;
  height: 90px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_link .btn_common {
    padding: 2.13333vw 1.6vw;
    border-radius: 2.66667vw;
    height: 16vw;
  }
}

#award .award_contact .award_contact_inner .contact_col .contact_link .btn_common span {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_link .btn_common span {
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 769px) {
  #award .award_contact .award_contact_inner .contact_col .contact_img {
    width: 62.8vw;
    margin: 8vw auto 0;
  }
}

#choice .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  #choice .inner {
    padding: 13.33333vw 2rem;
  }
}

#choice .inner .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  #choice .inner .ttl {
    font-size: 8.2vw;
    line-height: 1.4;
    margin-bottom: 6.66667vw;
  }
}

#choice .inner .cause_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box {
    display: block;
    padding: 8vw 5.33333vw;
    -webkit-box-shadow: 0px 0px 1.33333vw 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1.33333vw 0px rgba(0, 0, 0, 0.25);
  }
}

#choice .inner .cause_box.reverse {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box.reverse {
    margin-top: 9.33333vw;
  }
  #choice .inner .cause_box.reverse .img_box img {
    width: 42.53333vw;
  }
}

#choice .inner .cause_box .text_box {
  text-align: left;
  color: #2e6087;
}

#choice .inner .cause_box .text_box h4 {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 25px;
}

@media screen and (min-width: 770px) {
  #choice .inner .cause_box .text_box h4.ttl_s {
    word-break: keep-all;
  }
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box .text_box h4 {
    text-align: center;
    font-size: 5.33333vw;
    line-height: 1.6;
    margin-bottom: 2.66667vw;
  }
}

#choice .inner .cause_box .text_box .text {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box .text_box .text {
    font-size: 3.46667vw;
    margin-bottom: 6.66667vw;
  }
}

#choice .inner .cause_box .text_box .text span {
  display: block;
  font-size: 1.4rem;
  margin-top: 1em;
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box .text_box .text span {
    font-size: 2.66667vw;
  }
}

#choice .inner .cause_box .pc_wl {
  width: 320px;
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box .pc_wl {
    width: 100%;
  }
}

#choice .inner .cause_box .pc_wr {
  width: 520px;
}

@media screen and (max-width: 769px) {
  #choice .inner .cause_box .pc_wr {
    width: 100%;
  }
}

#first .inner {
  max-width: 980px;
  padding: 5rem 0 9rem;
}

@media screen and (max-width: 769px) {
  #first .inner {
    padding: 4rem 2rem;
  }
}

#first .inner .bg_f {
  background: #fff;
  padding: 60px 0;
}

@media screen and (max-width: 769px) {
  #first .inner .bg_f {
    padding: 8vw 5.33333vw;
  }
}

#first .inner .first_ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  #first .inner .first_ttl {
    margin-bottom: 30px;
  }
}

#first .inner .first_ttl h4 {
  color: #777;
  font-size: 3.2rem;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  #first .inner .first_ttl h4 {
    font-size: 5.06667vw;
    margin-bottom: 10px;
  }
}

#first .inner .first_ttl h4 .min {
  font-size: 80%;
  letter-spacing: 2px;
}

#first .inner .first_ttl h4 .strong {
  font-size: 140%;
  color: #2f6087;
}

#first .inner .first_ttl h4 img {
  margin: 0 1rem 0.5rem 0;
}

@media screen and (max-width: 769px) {
  #first .inner .first_ttl h4 img {
    width: 50.66667vw;
    margin: 0 1.33333vw 0.66667vw 0;
  }
}


#first .inner .first_ttl h3 {
  color: #777;
  font-size: 3.2rem;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  #first .inner .first_ttl h3 {
    font-size: 5.06667vw;
    margin-bottom: 10px;
  }
}

#first .inner .first_ttl h3 .min {
  font-size: 80%;
  letter-spacing: 2px;
}

#first .inner .first_ttl h3 .strong {
  font-size: 140%;
  color: #2f6087;
}

#first .inner .first_ttl h3 img {
  margin: 0 1rem 0.5rem 0;
}

@media screen and (max-width: 769px) {
  #first .inner .first_ttl h3 img {
    width: 50.66667vw;
    margin: 0 1.33333vw 0.66667vw 0;
  }
}


#first .inner .first_txt {
  color: #777;
  font-weight: bold;
  font-size: 2.1rem;
}

@media screen and (max-width: 769px) {
  #first .inner .first_txt {
    font-size: 3.73333vw;
  }
}

#first .inner .point_area {
  max-width: 980px;
  margin: 0 auto 10rem;
  padding: 4rem 0;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 769px) {
  #first .inner .point_area {
    padding: 6.66667vw 0;
  }
}

#first .inner .point_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 106px;
  height: 53px;
  margin: auto;
  background: url(../img/top/arw_point.png) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #first .inner .point_area::after {
    background-size: 75%;
  }
}

#first .inner .point_area ul {
  width: 67%;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #first .inner .point_area ul {
    width: 80%;
  }
}

#first .inner .point_area ul li {
  position: relative;
  color: #777;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.2;
}

@media screen and (max-width: 769px) {
  #first .inner .point_area ul li {
    margin-left: 2.66667vw;
    padding-bottom: 2vw;
    line-height: 1.4;
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 769px) {
  #first .inner .point_area ul li + li {
    margin-top: 2vw;
  }
}

#first .inner .point_area ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -40px;
  margin: auto;
  width: 29px;
  height: 25px;
  background: url(/service/marunage/img/top/icn_checkbox.png) center/contain;
}

@media screen and (max-width: 769px) {
  #first .inner .point_area ul li::before {
    top: 0.53333vw;
    left: -6.66667vw;
    width: 5.33333vw;
    height: 4.8vw;
  }
}

#first .inner .point_area ul li::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #e2f2ff, #e2f2ff 6px, transparent 6px, transparent 8px);
  background-image: -o-linear-gradient(left, #e2f2ff, #e2f2ff 6px, transparent 6px, transparent 8px);
  background-image: linear-gradient(to right, #e2f2ff, #e2f2ff 6px, transparent 6px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

#first .inner .if_txt {
  position: relative;
  padding: 1rem 0;
}

#first .inner .if_txt:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/service/marunage/img/top/icn_kira.png) left 15% center/contain no-repeat;
  width: 80px;
  height: 129px;
  top: 100px;
  left: 20px;
}

@media screen and (max-width: 769px) {
  #first .inner .if_txt:before {
    display: none;
  }
}

#first .inner .if_txt:after {
  position: absolute;
  display: block;
  content: "";
  background: url(/service/marunage/img/top/icn_file.png) right center/contain no-repeat;
  width: 152px;
  height: 139px;
  right: -50px;
  bottom: 240px;
}

@media screen and (max-width: 769px) {
  #first .inner .if_txt:after {
    display: none;
  }
}

#first .inner .if_txt h4 {
  color: #777;
  font-size: 3.2rem;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 769px) {
  #first .inner .if_txt h4 {
    font-size: 5.06667vw;
  }
}

#first .inner .if_txt h4 .min {
  font-size: 80%;
  letter-spacing: 2px;
}

#first .inner .if_txt h4 .strong {
  font-size: 140%;
  color: #2f6087;
}

#first .inner .if_txt h4 img {
  margin: 0 1rem 0.5rem 0;
}

@media screen and (max-width: 769px) {
  #first .inner .if_txt h4 img {
    width: 50.66667vw;
    margin: 0 1.33333vw 0.66667vw 0;
  }
}

#top_movie .inner {
  padding: 6rem 0;
}

@media screen and (max-width: 769px) {
  #top_movie .inner {
    padding: 4rem 0rem 1rem 0rem;
  }
}

#top_movie .inner .ttl {
  margin-bottom: 1rem;
}

#top_movie .inner .movie_area {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 769px) {
  #top_movie .inner .movie_area {
    padding: 6vw;
  }
}

#top_movie .inner .movie_area h3 {
  font-size: 22px;
}

@media screen and (max-width: 769px) {
  #top_movie .inner .movie_area h3 {
    font-size: 4.8vw;
  }
}

#top_movie .inner .movie_area h4 {
  font-size: 22px;
  color: #2f6087;
}

@media screen and (max-width: 769px) {
  #top_movie .inner .movie_area h4 {
    font-size: 4.8vw;
    color: #2f6087;
  }
}

#top_movie .inner .movie_area .moviebox_inr {
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#top_movie .inner .movie_area .moviebox_inr:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#top_movie .inner .movie_area .moviebox_inr:hover .modal_btn::before {
  background: #ff0400;
}

#top_movie .inner .movie_area .moviebox_inr:hover .modal_btn::after {
  color: white;
}

#top_movie .inner .movie_area .moviebox_inr .modal_btn {
  display: block;
  position: relative;
}

#top_movie .inner .movie_area .moviebox_inr .modal_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#top_movie .inner .movie_area .moviebox_inr .modal_btn::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#top_movie .inner .movie_area .moviebox_inr .thumb {
  position: relative;
}

#top_movie .inner .movie_area .moviebox_inr .thumb img {
  width: 100%;
}

#top_movie .inner .movie_area .moviebox_inr .js-modal-btn {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  line-height: 0;
}

#top_movie .inner .movie_area .moviebox_inr .js-modal-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  top: 0;
  left: 0;
}

#top_movie .inner .movie_txt {
  max-width: 680px;
  margin: 10px auto 0;
  text-align: right;
  font-size: 13px;
  color: #466387;
}

@media screen and (max-width: 769px) {
  #top_movie .inner .movie_txt {
    font-size: 3.46667vw;
  }
}

#new_about .inner {
  padding: 7rem 0 0 0;
}

@media screen and (max-width: 769px) {
  #new_about .inner {
    padding: 9.33333vw 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .ttl {
    margin-bottom: 0;
    line-height: 1.2;
  }
}

#new_about .inner .ttl .em_num {
  font-size: 3.5em;
}

@media screen and (max-width: 769px) {
  #new_about .inner .ttl .em_num {
    font-size: 3em;
  }
}

#new_about .inner .about_box {
  background: #f8f8f8;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 40px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box {
    padding: 10.66667vw 2.5rem;
    margin: 0 2rem 4rem;
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box h3 {
    font-size: 17px;
  }
}

#new_about .inner .about_box .about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#new_about .inner .about_box .about_flex .area {
  width: calc(100% / 3 - 25px);
}

@media screen and (max-width: 961px) {
  #new_about .inner .about_box .about_flex .area {
    width: calc(100% / 3 - 8px);
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex .area {
    width: 100%;
  }
}

#new_about .inner .about_box .about_flex .area .box {
  background: #fff;
  padding: 30px 15px;
}

@media screen and (max-width: 961px) {
  #new_about .inner .about_box .about_flex .area .box {
    padding: 30px 8px;
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex .area .box {
    padding: 6.66667vw 5.33333vw;
    margin-top: 5.33333vw;
  }
  #new_about .inner .about_box .about_flex .area .box .s_01 {
    width: 45vw;
  }
  #new_about .inner .about_box .about_flex .area .box .s_02 {
    width: 43.86667vw;
  }
  #new_about .inner .about_box .about_flex .area .box .s_03 {
    width: 47vw;
  }
}

#new_about .inner .about_box .about_flex .area .top_txt {
  color: #2f6087;
  font-weight: 550;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media screen and (max-width: 961px) {
  #new_about .inner .about_box .about_flex .area .top_txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex .area .top_txt {
    font-size: 4.53333vw;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 980px) {
  #new_about .inner .about_box .about_flex .area .top_txt_02 {
    line-height: 1.6;
  }
}

#new_about .inner .about_box .about_flex .area .bottom_txt {
  font-size: 13px;
  line-height: 1.6;
  color: #217fc4;
  margin-top: 20px;
  min-height: 40px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex .area .bottom_txt {
    font-size: 3.73333vw;
    min-height: 0;
  }
}

#new_about .inner .about_box .about_flex .area .bottom_txt_02 {
  line-height: 40px;
}

#new_about .inner .about_box .about_flex .area .annotation {
  font-size: 13px;
  text-align: left;
  line-height: 1.7;
  color: #466387;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_box .about_flex .area .annotation {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 769px) {
  #new_about .inner .about_btn {
    padding: 0 2rem;
  }
}

#new_about .inner .relief {
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .relief {
    margin-bottom: 2.66667vw;
  }
}

#new_about .inner .relief .relief_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #new_about .inner .relief .relief_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 5.33333vw;
  }
}

#new_about .inner .relief .relief_flex .box {
  width: calc(100% / 3 - 35px);
  position: relative;
}

@media screen and (max-width: 769px) {
  #new_about .inner .relief .relief_flex .box {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}

#new_about .inner .relief .relief_flex .box:after {
  content: "";
  display: block;
  margin: 0 2.3rem;
  width: 1px;
  height: 100%;
  background-color: #466387;
  position: absolute;
  left: 100%;
  top: 0;
}

@media screen and (max-width: 769px) {
  #new_about .inner .relief .relief_flex .box:after {
    display: none;
  }
}

#new_about .inner .relief .relief_flex .box:last-child:after {
  display: none;
}

#new_about .inner .relief .relief_flex .box p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #466387;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .relief .relief_flex .box p {
    margin-top: 4vw;
    font-size: 4.53333vw;
  }
}

#new_about .inner .notice .notice_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #new_about .inner .notice .notice_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#new_about .inner .notice .notice_flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 2 - 15px);
  padding: 20px 30px;
  text-align: left;
}

@media screen and (max-width: 769px) {
  #new_about .inner .notice .notice_flex .box {
    width: 100%;
    padding: 5.33333vw 4vw;
  }
}

#new_about .inner .notice .notice_flex .box p {
  font-size: 13px;
  color: #466387;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .notice .notice_flex .box p {
    font-size: 2.66667vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

#new_about .inner .notice .notice_flex .box p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #466387;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media screen and (max-width: 769px) {
  #new_about .inner .notice .notice_flex .box p span {
    font-size: 4.53333vw;
    margin-bottom: 1.33333vw;
    letter-spacing: 0;
  }
}

#new_about .inner .notice .notice_flex .notice_left {
  background: #fff;
}

@media screen and (max-width: 769px) {
  #new_about .inner .notice .notice_flex .notice_left {
    margin-bottom: 4vw;
  }
}

#new_about .inner .notice .notice_flex .notice_left .orange {
  color: #f7a42e;
}

#new_about .inner .notice .notice_flex .notice_right {
  background: #e2f2ff;
}

#top_point .inner {
  max-width: 980px;
}

#top_point .inner .point_area {
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area {
    padding-bottom: 16vw;
  }
}

#top_point .inner .point_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 106px;
  height: 53px;
  margin: auto;
  background: url(../img/top/arw_point.png) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area::after {
    background-size: 75%;
  }
}

#top_point .inner .point_area .point_box {
  width: 185px;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #57b4e7;
  border-radius: 50%;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area .point_box {
    width: 26.66667vw;
    height: 26.66667vw;
    border: 2px solid #57b4e7;
  }
}

#top_point .inner .point_area .point_box + .point_box {
  margin-left: 12px;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area .point_box:nth-of-type(4n) {
    margin-left: 0;
  }
}

#top_point .inner .point_area .point_box h4 {
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: center;
  color: #2f6087;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area .point_box h4 {
    font-size: 3.2vw;
  }
}

#top_point .inner .point_area .point_box h4 sup {
  font-size: 1.3rem;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area .point_box h4 sup {
    font-size: 2.4vw;
  }
}

#top_point .inner .point_area2 {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2 {
    padding-bottom: 16vw;
  }
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2::after {
    background-size: 75%;
  }
}

#top_point .inner .point_area2 .point_box {
  width: 185px;
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #57b4e7;
  border-radius: 50%;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2 .point_box {
    width: 26.66667vw;
    height: 26.66667vw;
    border: 2px solid #57b4e7;
  }
}

#top_point .inner .point_area2 .point_box + .point_box {
  margin-left: 12px;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2 .point_box:nth-of-type(4n) {
    margin-left: 0;
  }
}

#top_point .inner .point_area2 .point_box h4 {
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: center;
  color: #2f6087;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2 .point_box h4 {
    font-size: 3.2vw;
  }
}

#top_point .inner .point_area2 .point_box h4 sup {
  font-size: 1.3rem;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_area2 .point_box h4 sup {
    font-size: 2.4vw;
  }
}

#top_point .inner .add_text_area {
  padding: 20px 0;
  color: red;
  font-size: 2.0vw;
}

@media screen and (max-width: 769px) {
  #top_point .inner .add_text_area {
    padding: 20px 0;
    color: red;
    font-size: 4.0vw;
  }
}

#top_point .inner .point_txt {
  margin-top: 10px;
}

#top_point .inner .point_txt h4 {
  color: #777;
  font-size: 3.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_txt h4 {
    font-size: 6vw;
  }
}

#top_point .inner .point_txt h4 .min {
  font-size: 2.3rem;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_txt h4 .min {
    font-size: 4vw;
  }
}

#top_point .inner .point_txt h4 .bdr {
  font-size: 4.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: -o-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_txt h4 .bdr {
    font-size: 8.26667vw;
  }
}

#top_point .inner .point_txt .coution_area {
  max-width: 380px;
  margin: 40px auto 0;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 769px) {
  #top_point .inner .point_txt .coution_area {
    margin-top: 5.33333vw;
    font-size: 3.2vw;
  }
}

#top_point .inner .point_txt .coution_area2 p {
  color: #777;
  font-size: 13px;
  line-height: 1.8;
}

#upload {
  position: relative;
  z-index: 1;
}

#upload .inner {
  max-width: 980px;
  padding: 9rem 0;
}

@media screen and (max-width: 769px) {
  #upload .inner {
    padding: 4rem 0rem;
  }
}

#upload .inner .ttl {
  line-height: 1.6;
  margin-bottom: 4rem;
}

#upload .inner .img_area {
  margin: 0 auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area {
    margin-bottom: 13.33333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  #upload .inner .img_area {
    width: 90%;
  }
}

#upload .inner .img_area .txt {
  position: absolute;
  top: 14%;
  left: 31%;
  background-color: #41d5ff;
  border-radius: 4px;
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area .txt {
    position: static;
    margin: 1rem auto 2rem;
    width: 100%;
  }
}

#upload .inner .img_area .txt .inr {
  padding: 2.6rem 3rem;
  position: relative;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area .txt .inr {
    padding: 1rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  #upload .inner .img_area .txt .inr {
    font-size: 2vw;
  }
}

#upload .inner .img_area .txt .inr::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  border: 13px solid transparent;
  border-left: 13px solid #41d5ff;
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area .txt .inr::before {
    width: 16px;
    height: 16px;
    border: 16px solid transparent;
    border-left: 16px solid #41d5ff;
    left: 0;
    right: 0;
    bottom: -4rem;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area .table {
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 769px) {
  #upload .inner .img_area .upload {
    margin: auto;
  }
}

#upload .inner .table_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #upload .inner .table_btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#upload .inner .table_btn_area .table_btn {
  width: calc(100% / 2 - 40px);
}

@media screen and (max-width: 769px) {
  #upload .inner .table_btn_area .table_btn {
    width: 100%;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 769px) {
  #upload .inner .table_btn_area .table_btn_02 {
    margin-bottom: 5.33333vw;
  }
}

#merit .inner,
#forte .inner {
  padding: 6rem 0;
}

@media screen and (max-width: 769px) {
  #merit .inner,
  #forte .inner {
    padding: 4rem 0;
  }
}

#merit .inner .merit_area,
#forte .inner .merit_area {
  max-width: 980px;
  width: 100%;
  margin: 7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area,
  #forte .inner .merit_area {
    margin: 4rem auto 0;
  }
}

#merit .inner .merit_area .merit_box,
#forte .inner .merit_area .merit_box {
  width: calc(100% / 3 - 35px);
  position: relative;
}

#merit .inner .merit_area .merit_box:nth-of-type(n+2),
#forte .inner .merit_area .merit_box:nth-of-type(n+2) {
  margin-left: 52px;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box:nth-of-type(n+2),
  #forte .inner .merit_area .merit_box:nth-of-type(n+2) {
    margin-left: 0;
  }
}

#merit .inner .merit_area .merit_box:nth-of-type(4n),
#forte .inner .merit_area .merit_box:nth-of-type(4n) {
  margin-left: 0;
}

#merit .inner .merit_area .merit_box:nth-of-type(n+4),
#forte .inner .merit_area .merit_box:nth-of-type(n+4) {
  margin-top: 5.4rem;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box:nth-of-type(n+4),
  #forte .inner .merit_area .merit_box:nth-of-type(n+4) {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box,
  #forte .inner .merit_area .merit_box {
    width: 80%;
  }
  #merit .inner .merit_area .merit_box:nth-of-type(2),
  #forte .inner .merit_area .merit_box:nth-of-type(2) {
    margin: 5.33333vw 0;
  }
}

#merit .inner .merit_area .merit_box .img,
#forte .inner .merit_area .merit_box .img {
  margin-bottom: 1rem;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box .img,
  #forte .inner .merit_area .merit_box .img {
    margin-bottom: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

#merit .inner .merit_area .merit_box .inr,
#forte .inner .merit_area .merit_box .inr {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box .inr,
  #forte .inner .merit_area .merit_box .inr {
    height: 16vw;
  }
}

#merit .inner .merit_area .merit_box .inr p,
#forte .inner .merit_area .merit_box .inr p {
  width: auto;
  color: #217fc4;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box .inr p,
  #forte .inner .merit_area .merit_box .inr p {
    font-size: 4.26667vw;
    padding: 4rem 0;
  }
}

#merit .inner .merit_area .merit_box .inr .num,
#forte .inner .merit_area .merit_box .inr .num {
  width: 50px;
  height: 54px;
  padding: 0;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url(../img/top/bg_merit_num.png) top center/contain no-repeat;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box .inr .num,
  #forte .inner .merit_area .merit_box .inr .num {
    font-size: 5.06667vw;
    top: -2rem;
    width: 9.33333vw;
    height: 10.26667vw;
  }
}

#merit .inner .merit_area .merit_box .detail_box,
#forte .inner .merit_area .merit_box .detail_box {
  margin-top: 0.8rem;
  padding: 1rem 0 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #666;
  color: #777;
}

@media screen and (max-width: 769px) {
  #merit .inner .merit_area .merit_box .detail_box,
  #forte .inner .merit_area .merit_box .detail_box {
    margin-top: 1rem;
    line-height: 1.4;
    font-size: 3.46667vw;
  }
}

#merit .inner .merit_area .merit_box .detail_box p + p,
#forte .inner .merit_area .merit_box .detail_box p + p {
  margin-top: 1rem;
}

#top_price .inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

#top_price .inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 317px;
  height: 472px;
  background: url(../img/top/img_price.png) top center/contain no-repeat;
}

@media screen and (max-width: 769px) {
  #top_price .inner::before {
    display: none;
  }
}

#top_price .inner .ttl {
  margin-bottom: 5rem;
}

@media screen and (max-width: 769px) {
  #top_price .inner .ttl {
    margin-bottom: 0;
  }
}

#top_price .inner .supplement_pc {
  text-align: right;
  font-size: 2.1rem;
  font-weight: bold;
  color: #217fc4;
  padding-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  #top_price .inner .supplement_pc {
    display: none;
  }
}

#top_price .inner .price_area {
  width: 70%;
  margin: 0 0 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area {
    width: 60%;
    margin: 0 auto;
    display: none !important;
  }
}

@media screen and (max-width: 769px) and (max-width: 640px) {
  #top_price .inner .price_area {
    width: 100%;
  }
}

#top_price .inner .price_area .supplement_sp {
  display: none;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .supplement_sp {
    display: block;
    color: #217fc4;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}

@media screen and (max-width: 769px) and (max-width: 640px) {
  #top_price .inner .price_area .supplement_sp {
    font-size: 1.4rem;
  }
}

#top_price .inner .price_area .price_box {
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box {
    padding: 2rem 1.3rem;
  }
}

#top_price .inner .price_area .price_box + .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 4rem 5rem;
  margin-left: 7rem;
  position: relative;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box + .price_box {
    margin: 3rem 0 0 0;
    padding: 2rem 1.3rem;
  }
}

#top_price .inner .price_area .price_box + .price_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22%;
  bottom: 35%;
  width: 64px;
  height: 64px;
  margin: auto;
  background: url(../img/top/icn_plus.png) top center/contain no-repeat;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box + .price_box::before {
    top: -4.2rem;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

#top_price .inner .price_area .price_box .monthly {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  background: url(../img/top/bg_price.jpg) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box .monthly {
    padding: 1rem;
    font-size: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }
}

#top_price .inner .price_area .price_box .monthly .min_txt {
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box .monthly .min_txt {
    font-size: 1.6rem;
  }
}

#top_price .inner .price_area .price_box .pt_txt {
  font-size: 16px;
  display: inline-block;
  color: #555555;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box .pt_txt {
    font-size: 3.46667vw;
  }
}

#top_price .inner .price_area .price_box .fee {
  font-size: 1.7rem;
  color: #555;
  font-weight: bold;
  border-bottom: 3px solid #bfbfbf;
  line-height: 1.2;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box .fee {
    font-size: 1.6rem;
  }
}

#top_price .inner .price_area .price_box .fee .strong_txt {
  font-size: 3rem;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_area .price_box .fee .strong_txt {
    font-size: 2.8rem;
  }
}

#top_price .inner .price_flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 655px;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 100%;
  }
}

#top_price .inner .price_flex .box a {
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_flex .box a {
    line-height: 1.3;
  }
}

#top_price .inner .price_flex .box_02 a {
  padding: 25px 0 0 0;
}

@media screen and (max-width: 769px) {
  #top_price .inner .price_flex .box_02 a {
    padding: 20px 0;
  }
}

#top_price .inner .btn {
  max-width: 320px;
  width: 350px;
  height: 85px;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  #top_price .inner .btn {
    margin: 0 0 5.33333vw 0;
    max-width: 100%;
    width: 100%;
    padding: 8px 0;
    height: auto;
    font-size: 5.06667vw;
  }
}

#top_price .inner .btn .min {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 769px) {
  #top_price .inner .btn .min {
    font-size: 3.2vw;
  }
}

#top_price .inner .btn_02 {
  background: #fff;
  color: #f7a42e;
  border: 2px solid #f7a42e;
}

#cm .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#cm .inner .ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  #cm .inner .ttl {
    margin-bottom: 3rem;
  }
}

#cm .inner .movie_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area .cm_img {
    margin-bottom: 20px;
  }
  #cm .inner .movie_area .cm_img img {
    width: 100%;
  }
}

#cm .inner .movie_area .cm_txt {
  width: 36%;
  text-align: left;
  color: #2f6087;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area .cm_txt {
    width: 100%;
    text-align: center;
  }
}

#cm .inner .movie_area .cm_txt p.cm_txt_middle {
  line-height: 1.5;
  font-size: 2rem;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area .cm_txt p.cm_txt_middle {
    font-size: 3.46667vw;
  }
}

#cm .inner .movie_area .cm_txt .sub_ttl {
  font-size: 3.5rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area .cm_txt .sub_ttl {
    font-size: 5.33333vw;
    margin-bottom: 15px;
  }
}

#cm .inner .movie_area .cm_txt .btn {
  max-width: 100%;
  padding: 1.2rem 0;
  background-color: #f7a42e;
  text-align: center;
  letter-spacing: 0.4rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 769px) {
  #cm .inner .movie_area .cm_txt .btn {
    font-size: 5.06667vw;
    padding: 1.0rem 0;
  }
}

#faq .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#faq .inner .faq_area {
  margin-bottom: 3rem;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area {
    margin-bottom: 1rem;
  }
}

#faq .inner .faq_area .faq_list {
  text-align: left;
}

#faq .inner .faq_area .faq_list .q_txt,
#faq .inner .faq_area .faq_list .a_txt {
  padding: 2rem 2rem 2rem 7rem;
  position: relative;
  font-weight: bold;
  color: #217fc4;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .q_txt,
  #faq .inner .faq_area .faq_list .a_txt {
    padding: 2rem 2rem 2rem 5rem;
  }
}

#faq .inner .faq_area .faq_list .q_txt::before,
#faq .inner .faq_area .faq_list .a_txt::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .q_txt::before,
  #faq .inner .faq_area .faq_list .a_txt::before {
    left: 1.5rem;
  }
}

#faq .inner .faq_area .faq_list .q_txt {
  background-color: #e2f2ff;
  border-radius: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .q_txt {
    font-size: 1.6rem;
  }
}

#faq .inner .faq_area .faq_list .q_txt::before {
  width: 29px;
  height: 34px;
  background: url(../img/top/icn_question.png) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .q_txt::before {
    width: 26px;
    height: 30px;
  }
}

#faq .inner .faq_area .faq_list .a_txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .a_txt {
    font-size: 1.4rem;
  }
}

#faq .inner .faq_area .faq_list .a_txt::before {
  width: 31px;
  height: 31px;
  background: url(../img/top/icn_answer.png) center/cover no-repeat;
}

@media screen and (max-width: 769px) {
  #faq .inner .faq_area .faq_list .a_txt::before {
    width: 28px;
    height: 28px;
  }
}

#case .inner,
#voice .inner,
#case_page .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#case .inner .ttl,
#voice .inner .ttl,
#case_page .inner .ttl {
  margin-bottom: 2rem;
}

@media screen and (max-width: 769px) {
  #case .inner .ttl,
  #voice .inner .ttl,
  #case_page .inner .ttl {
    margin-bottom: 3rem;
  }
}

#case .inner .copy,
#voice .inner .copy,
#case_page .inner .copy {
  margin-bottom: 3rem;
}

@media screen and (max-width: 769px) {
  #case .inner .copy,
  #voice .inner .copy,
  #case_page .inner .copy {
    line-height: 1.6;
  }
}

#case .inner .case_area,
#voice .inner .case_area,
#case_page .inner .case_area {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area,
  #voice .inner .case_area,
  #case_page .inner .case_area {
    margin-bottom: 3rem;
  }
}

#case .inner .case_area .case_box,
#voice .inner .case_area .case_box,
#case_page .inner .case_area .case_box {
  width: calc(100% / 3 - 25px);
  padding: 15px 2px 2px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4faeff;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box,
  #voice .inner .case_area .case_box,
  #case_page .inner .case_area .case_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.66667vw 0.53333vw 0.53333vw;
  }
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box + .case_box,
  #voice .inner .case_area .case_box + .case_box,
  #case_page .inner .case_area .case_box + .case_box {
    margin-top: 6.66667vw;
  }
}

#case .inner .case_area .case_box .ttl_area,
#voice .inner .case_area .case_box .ttl_area,
#case_page .inner .case_area .case_box .ttl_area {
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .ttl_area,
  #voice .inner .case_area .case_box .ttl_area,
  #case_page .inner .case_area .case_box .ttl_area {
    padding-bottom: 1.33333vw;
  }
}

#case .inner .case_area .case_box .ttl_area h4,
#voice .inner .case_area .case_box .ttl_area h4,
#case_page .inner .case_area .case_box .ttl_area h4 {
  max-width: 163px;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .ttl_area h4,
  #voice .inner .case_area .case_box .ttl_area h4,
  #case_page .inner .case_area .case_box .ttl_area h4 {
    font-size: 4vw;
    top: -3.33333vw;
    left: -2vw;
  }
}

#case .inner .case_area .case_box .ttl_area h4 .num,
#voice .inner .case_area .case_box .ttl_area h4 .num,
#case_page .inner .case_area .case_box .ttl_area h4 .num {
  display: block;
  font-size: 5.8rem;
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .ttl_area h4 .num,
  #voice .inner .case_area .case_box .ttl_area h4 .num,
  #case_page .inner .case_area .case_box .ttl_area h4 .num {
    font-size: 11.2vw;
  }
}

#case .inner .case_area .case_box .ttl_area .company,
#voice .inner .case_area .case_box .ttl_area .company,
#case_page .inner .case_area .case_box .ttl_area .company {
  max-width: 150px;
  width: 100%;
  height: 52px;
  margin: 0 1rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .ttl_area .company,
  #voice .inner .case_area .case_box .ttl_area .company,
  #case_page .inner .case_area .case_box .ttl_area .company {
    font-size: 4vw;
  }
}

#case .inner .case_area .case_box .ttl_area .company img,
#voice .inner .case_area .case_box .ttl_area .company img,
#case_page .inner .case_area .case_box .ttl_area .company img {
  width: 50%;
}

#case .inner .case_area .case_box .txt_area,
#voice .inner .case_area .case_box .txt_area,
#case_page .inner .case_area .case_box .txt_area {
  text-align: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 2rem;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .txt_area,
  #voice .inner .case_area .case_box .txt_area,
  #case_page .inner .case_area .case_box .txt_area {
    margin: 1.33333vw 0 0 0;
    padding: 6.66667vw 5.33333vw;
  }
}

#case .inner .case_area .case_box .txt_area .copy,
#voice .inner .case_area .case_box .txt_area .copy,
#case_page .inner .case_area .case_box .txt_area .copy {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .txt_area .copy,
  #voice .inner .case_area .case_box .txt_area .copy,
  #case_page .inner .case_area .case_box .txt_area .copy {
    font-size: 4vw;
  }
}

#case .inner .case_area .case_box .txt_area .copy span,
#voice .inner .case_area .case_box .txt_area .copy span,
#case_page .inner .case_area .case_box .txt_area .copy span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: -o-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
}

#case .inner .case_area .case_box .txt_area .ttl,
#voice .inner .case_area .case_box .txt_area .ttl,
#case_page .inner .case_area .case_box .txt_area .ttl {
  color: #fff;
  line-height: 1.7;
  font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .txt_area .ttl,
  #voice .inner .case_area .case_box .txt_area .ttl,
  #case_page .inner .case_area .case_box .txt_area .ttl {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
}

#case .inner .case_area .case_box .txt_area .txt,
#voice .inner .case_area .case_box .txt_area .txt,
#case_page .inner .case_area .case_box .txt_area .txt {
  line-height: 1.6;
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box .txt_area .txt,
  #voice .inner .case_area .case_box .txt_area .txt,
  #case_page .inner .case_area .case_box .txt_area .txt {
    font-size: 3.46667vw;
  }
}

#case .inner .case_area .case_box .btn_area,
#voice .inner .case_area .case_box .btn_area,
#case_page .inner .case_area .case_box .btn_area {
  margin-top: auto;
}

#case .inner .case_area .case_box .btn_area .btn,
#voice .inner .case_area .case_box .btn_area .btn,
#case_page .inner .case_area .case_box .btn_area .btn {
  max-width: 275px;
  margin-top: 30px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}

#case .inner .case_area .case_box .btn_area .btn:hover,
#voice .inner .case_area .case_box .btn_area .btn:hover,
#case_page .inner .case_area .case_box .btn_area .btn:hover {
  opacity: 1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 2px solid #4faeff;
  background-color: #4faeff;
}

#case .inner .case_area .case_box:nth-of-type(1) .ttl_area .company img,
#voice .inner .case_area .case_box:nth-of-type(1) .ttl_area .company img,
#case_page .inner .case_area .case_box:nth-of-type(1) .ttl_area .company img {
  width: 30%;
}

#case .inner .case_area .case_box:nth-of-type(1) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(1) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(1) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case01.jpg);
}

#case .inner .case_area .case_box:nth-of-type(2) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(2) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(2) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case02.jpg);
}

#case .inner .case_area .case_box:nth-of-type() .txt_area,
#voice .inner .case_area .case_box:nth-of-type() .txt_area,
#case_page .inner .case_area .case_box:nth-of-type() .txt_area {
  background-image: url(/service/marunage/img/top/bg_case03.jpg);
}

#case .inner .case_area .case_box:nth-of-type(4) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(4) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(4) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case04.jpg);
}
#case .inner .case_area .case_box:nth-of-type(5) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(5) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(5) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case05.jpg);
}

#case .inner .case_area .case_box:nth-of-type(6) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(6) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(6) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case06.jpg);
}

#case .inner .case_area .case_box:nth-of-type(7) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(7) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(7) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case07.jpg);
}

#case .inner .case_area .case_box:nth-of-type(3) .txt_area,
#voice .inner .case_area .case_box:nth-of-type(3) .txt_area,
#case_page .inner .case_area .case_box:nth-of-type(3) .txt_area {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 15% right 20%/310% no-repeat;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 15% right 20%/310% no-repeat;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 15% right 20%/310% no-repeat;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 15% right 20%/310% no-repeat;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box:nth-of-type(3) .txt_area,
  #voice .inner .case_area .case_box:nth-of-type(3) .txt_area,
  #case_page .inner .case_area .case_box:nth-of-type(3) .txt_area {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
  }
}

#case .inner .case_area .case_box:nth-of-type(4) .txt_area .copy,
#voice .inner .case_area .case_box:nth-of-type(4) .txt_area .copy,
#case_page .inner .case_area .case_box:nth-of-type(4) .txt_area .copy {
  min-height: 90px;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box:nth-of-type(4) .txt_area .copy,
  #voice .inner .case_area .case_box:nth-of-type(4) .txt_area .copy,
  #case_page .inner .case_area .case_box:nth-of-type(4) .txt_area .copy {
    min-height: auto;
  }
}

#case .inner .case_area .case_box:nth-of-type(4) .company img,
#voice .inner .case_area .case_box:nth-of-type(4) .company img,
#case_page .inner .case_area .case_box:nth-of-type(4) .company img {
  width: 62%;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box:nth-of-type(4) .company img,
  #voice .inner .case_area .case_box:nth-of-type(4) .company img,
  #case_page .inner .case_area .case_box:nth-of-type(4) .company img {
    width: 58%;
  }
}

#case .inner .case_area .case_box:nth-child(n+3),
#voice .inner .case_area .case_box:nth-child(n+3),
#case_page .inner .case_area .case_box:nth-child(n+3) {
  margin-top: 4%;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area .case_box:nth-child(n+3),
  #voice .inner .case_area .case_box:nth-child(n+3),
  #case_page .inner .case_area .case_box:nth-child(n+3) {
    margin-top: 6.66667vw;
  }
}

#case .inner .case_area_02,
#voice .inner .case_area_02,
#case_page .inner .case_area_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#case .inner .case_area_02 .case_inr,
#voice .inner .case_area_02 .case_inr,
#case_page .inner .case_area_02 .case_inr {
  width: calc(100% / 3 - 25px);
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr,
  #voice .inner .case_area_02 .case_inr,
  #case_page .inner .case_area_02 .case_inr {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6.66667vw;
  }
  #case .inner .case_area_02 .case_inr:last-child,
  #voice .inner .case_area_02 .case_inr:last-child,
  #case_page .inner .case_area_02 .case_inr:last-child {
    margin-bottom: 0;
  }
}

#case .inner .case_area_02 .case_inr .case_txt,
#voice .inner .case_area_02 .case_inr .case_txt,
#case_page .inner .case_area_02 .case_inr .case_txt {
  font-size: 16px;
  color: #466387;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: 0.7px;
}

#case .inner .case_area_02 .case_inr .case_box,
#voice .inner .case_area_02 .case_inr .case_box,
#case_page .inner .case_area_02 .case_inr .case_box {
  padding: 15px 2px 2px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4faeff;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box,
  #voice .inner .case_area_02 .case_inr .case_box,
  #case_page .inner .case_area_02 .case_inr .case_box {
    padding: 2.66667vw 0.53333vw 0.53333vw;
  }
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box + .case_box,
  #voice .inner .case_area_02 .case_inr .case_box + .case_box,
  #case_page .inner .case_area_02 .case_inr .case_box + .case_box {
    margin-top: 6.66667vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .ttl_area,
#voice .inner .case_area_02 .case_inr .case_box .ttl_area,
#case_page .inner .case_area_02 .case_inr .case_box .ttl_area {
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .ttl_area,
  #voice .inner .case_area_02 .case_inr .case_box .ttl_area,
  #case_page .inner .case_area_02 .case_inr .case_box .ttl_area {
    padding-bottom: 1.33333vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .ttl_area h4,
#voice .inner .case_area_02 .case_inr .case_box .ttl_area h4,
#case_page .inner .case_area_02 .case_inr .case_box .ttl_area h4 {
  max-width: 163px;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .ttl_area h4,
  #voice .inner .case_area_02 .case_inr .case_box .ttl_area h4,
  #case_page .inner .case_area_02 .case_inr .case_box .ttl_area h4 {
    font-size: 4vw;
    top: -3.33333vw;
    left: -2vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num,
#voice .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num,
#case_page .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num {
  display: block;
  font-size: 5.8rem;
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num,
  #voice .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num,
  #case_page .inner .case_area_02 .case_inr .case_box .ttl_area h4 .num {
    font-size: 11.2vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .ttl_area .company,
#voice .inner .case_area_02 .case_inr .case_box .ttl_area .company,
#case_page .inner .case_area_02 .case_inr .case_box .ttl_area .company {
  max-width: 150px;
  width: 100%;
  height: 52px;
  margin: 0 1rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .ttl_area .company,
  #voice .inner .case_area_02 .case_inr .case_box .ttl_area .company,
  #case_page .inner .case_area_02 .case_inr .case_box .ttl_area .company {
    font-size: 4vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .ttl_area .company img,
#voice .inner .case_area_02 .case_inr .case_box .ttl_area .company img,
#case_page .inner .case_area_02 .case_inr .case_box .ttl_area .company img {
  width: 75%;
}

#case .inner .case_area_02 .case_inr .case_box .txt_area,
#voice .inner .case_area_02 .case_inr .case_box .txt_area,
#case_page .inner .case_area_02 .case_inr .case_box .txt_area {
  text-align: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 2rem;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .txt_area,
  #voice .inner .case_area_02 .case_inr .case_box .txt_area,
  #case_page .inner .case_area_02 .case_inr .case_box .txt_area {
    margin: 1.33333vw 0 0 0;
    padding: 6.66667vw 5.33333vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .txt_area .copy,
#voice .inner .case_area_02 .case_inr .case_box .txt_area .copy,
#case_page .inner .case_area_02 .case_inr .case_box .txt_area .copy {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .txt_area .copy,
  #voice .inner .case_area_02 .case_inr .case_box .txt_area .copy,
  #case_page .inner .case_area_02 .case_inr .case_box .txt_area .copy {
    font-size: 4vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .txt_area .copy span,
#voice .inner .case_area_02 .case_inr .case_box .txt_area .copy span,
#case_page .inner .case_area_02 .case_inr .case_box .txt_area .copy span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: -webkit-linear-gradient(transparent 60%, #fff100 60%);
  background: -o-linear-gradient(transparent 60%, #fff100 60%);
  background: linear-gradient(transparent 60%, #fff100 60%);
}

#case .inner .case_area_02 .case_inr .case_box .txt_area .ttl,
#voice .inner .case_area_02 .case_inr .case_box .txt_area .ttl,
#case_page .inner .case_area_02 .case_inr .case_box .txt_area .ttl {
  color: #fff;
  line-height: 1.7;
  font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .txt_area .ttl,
  #voice .inner .case_area_02 .case_inr .case_box .txt_area .ttl,
  #case_page .inner .case_area_02 .case_inr .case_box .txt_area .ttl {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .txt_area .txt,
#voice .inner .case_area_02 .case_inr .case_box .txt_area .txt,
#case_page .inner .case_area_02 .case_inr .case_box .txt_area .txt {
  line-height: 1.6;
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr .case_box .txt_area .txt,
  #voice .inner .case_area_02 .case_inr .case_box .txt_area .txt,
  #case_page .inner .case_area_02 .case_inr .case_box .txt_area .txt {
    font-size: 3.46667vw;
  }
}

#case .inner .case_area_02 .case_inr .case_box .btn_area,
#voice .inner .case_area_02 .case_inr .case_box .btn_area,
#case_page .inner .case_area_02 .case_inr .case_box .btn_area {
  margin-top: auto;
}

#case .inner .case_area_02 .case_inr .case_box .btn_area .btn,
#voice .inner .case_area_02 .case_inr .case_box .btn_area .btn,
#case_page .inner .case_area_02 .case_inr .case_box .btn_area .btn {
  max-width: 275px;
  margin-top: 30px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}

#case .inner .case_area_02 .case_inr .case_box .btn_area .btn:hover,
#voice .inner .case_area_02 .case_inr .case_box .btn_area .btn:hover,
#case_page .inner .case_area_02 .case_inr .case_box .btn_area .btn:hover {
  opacity: 1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 2px solid #4faeff;
  background-color: #4faeff;
}

#case .inner .case_area_02 .case_inr:nth-of-type(1) .ttl_area .company img,
#voice .inner .case_area_02 .case_inr:nth-of-type(1) .ttl_area .company img,
#case_page .inner .case_area_02 .case_inr:nth-of-type(1) .ttl_area .company img {
  width: 30%;
}

#case .inner .case_area_02 .case_inr:nth-of-type(1) .txt_area,
#voice .inner .case_area_02 .case_inr:nth-of-type(1) .txt_area,
#case_page .inner .case_area_02 .case_inr:nth-of-type(1) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case01.jpg);
}

#case .inner .case_area_02 .case_inr:nth-of-type(2) .txt_area,
#voice .inner .case_area_02 .case_inr:nth-of-type(2) .txt_area,
#case_page .inner .case_area_02 .case_inr:nth-of-type(2) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case02.jpg);
}

#case .inner .case_area_02 .case_inr:nth-of-type(3) .txt_area,
#voice .inner .case_area_02 .case_inr:nth-of-type(3) .txt_area,
#case_page .inner .case_area_02 .case_inr:nth-of-type(3) .txt_area {
  background-image: url(/service/marunage/img/top/bg_case07.jpg);
}

#case .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area,
#voice .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area,
#case_page .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom right 20%/340% no-repeat;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom right 20%/340% no-repeat;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom right 20%/340% no-repeat;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom right 20%/340% no-repeat;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area,
  #voice .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area,
  #case_page .inner .case_area_02 .case_inr:nth-of-type(4) .txt_area {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/service/mikata/images/case-studies/clouds-spice-key.jpg) bottom 20% right 20%/340% no-repeat;
  }
}

#case .inner .case_area_02 .case_inr:nth-of-type(4) .company img,
#voice .inner .case_area_02 .case_inr:nth-of-type(4) .company img,
#case_page .inner .case_area_02 .case_inr:nth-of-type(4) .company img {
  width: 62%;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr:nth-of-type(4) .company img,
  #voice .inner .case_area_02 .case_inr:nth-of-type(4) .company img,
  #case_page .inner .case_area_02 .case_inr:nth-of-type(4) .company img {
    width: 58%;
  }
}

#case .inner .case_area_02 .case_inr:nth-child(n+4),
#voice .inner .case_area_02 .case_inr:nth-child(n+4),
#case_page .inner .case_area_02 .case_inr:nth-child(n+4) {
  margin-top: 0%;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_inr:nth-child(n+4),
  #voice .inner .case_area_02 .case_inr:nth-child(n+4),
  #case_page .inner .case_area_02 .case_inr:nth-child(n+4) {
    margin-top: 6.66667vw;
  }
}

#case .inner .case_area_02 .case_btn,
#voice .inner .case_area_02 .case_btn,
#case_page .inner .case_area_02 .case_btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 769px) {
  #case .inner .case_area_02 .case_btn,
  #voice .inner .case_area_02 .case_btn,
  #case_page .inner .case_area_02 .case_btn {
    margin: 4vw auto 0;
  }
}

#case .inner .coution.type_btm,
#voice .inner .coution.type_btm,
#case_page .inner .coution.type_btm {
  text-align: right;
  padding-top: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #2f6087;
}

@media screen and (max-width: 769px) {
  #conex_article .inner .ttl {
    margin-bottom: 1.5rem;
  }
}

#conex_article .inner .article_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  #conex_article .inner .article_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 6.66667vw;
  }
}

#conex_article .inner .article_flex .article {
  width: calc(100% / 3 - 25px);
}

@media screen and (max-width: 769px) {
  #conex_article .inner .article_flex .article {
    width: 100%;
  }
}

#conex_article .inner .article_flex .article p {
  font-size: 16px;
  color: #466387;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  #conex_article .inner .article_flex .article p {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

#conex_article .inner .article_btn {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  #conex_article .inner .article_btn {
    margin-top: 10px;
  }
}

#conex_service .inner .service_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  #conex_service .inner .service_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#conex_service .inner .service_flex .box {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 769px) {
  #conex_service .inner .service_flex .box:first-child {
    margin-right: 0;
    margin-bottom: 5.33333vw;
  }
}

#conex_service .inner .service_flex .box:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#invoice .inner {
  padding: 9rem 0 5rem;
}

@media screen and (max-width: 769px) {
  #invoice .inner {
    padding: 4rem 2rem;
  }
}

#invoice .inner .ttl {
  margin-bottom: 4.5rem;
  font-size: 2.7rem;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #invoice .inner .ttl {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
}

#invoice .inner .invoice_txt {
  font-weight: bold;
  color: #4896d0;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_txt {
    font-size: 1.4rem;
  }
}

#invoice .inner .invoice_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#invoice .inner .invoice_area .left {
  margin-right: 1.8rem;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_area .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#invoice .inner .invoice_area .right {
  text-align: left;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_area .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

#invoice .inner .invoice_txt_sub {
  font-weight: bold;
  font-size: 1.4rem;
  color: #555555;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_txt_sub {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

#invoice .inner .btn {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

#bpo .inner {
  max-width: 980px;
  padding: 9rem 0;
}

@media screen and (max-width: 769px) {
  #bpo .inner {
    padding: 4rem 2rem;
  }
}

#bpo .inner .ttl {
  margin-bottom: 4rem;
}

#bpo .inner .ttl .icon {
  display: inline-block;
  width: 80px;
  height: 81px;
  margin: 0 25px 10px 0;
  background: url(../img/features/icon.png) no-repeat center;
  vertical-align: middle;
}

#bpo .inner .ttl .icon.icon_bpo {
  background: url(../img/features/icon_bpo.png) no-repeat center;
}

@media screen and (max-width: 640px) {
  #bpo .inner .ttl .icon {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  #bpo .inner .ttl {
    margin-bottom: 3rem;
  }
}

#bpo .inner .point_area_img {
  margin-bottom: 5rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_img {
    margin-bottom: 4rem;
  }
}

#bpo .inner .point_area_cont {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}

#bpo .inner .point_area_cont .point_area_img {
  width: 60%;
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont .point_area_img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#bpo .inner .point_area_cont .txt_area {
  width: 80%;
  margin-left: 3rem;
}

#bpo .inner .point_area_cont .txt_area .txt {
  color: #2f6087;
  text-align: left;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont .txt_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 2rem;
  }
  #bpo .inner .point_area_cont .txt_area .txt {
    text-align: center;
    font-size: 1.8rem;
  }
}

#bpo .inner .point_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bpo .inner .point_area.mb {
  margin-bottom: 9rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area.mb {
    margin-bottom: 3rem;
  }
}

#bpo .inner .point_area .point_box {
  width: calc(100% / 3 - 15px);
  background: #FFF url(../img/features/bg_bpo.png) no-repeat center center;
  border-radius: 13px 13px 13px 13px;
  padding: 2.8rem 1rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

#bpo .inner .point_area .point_box.type1 {
  background: #fff;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1 {
    padding: 2.8rem 1rem;
  }
}

#bpo .inner .point_area .point_box.type1 .counter-increment {
  padding: 3rem 0;
  background: url(../img/features/bg_bpo.png) no-repeat center center;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1 .counter-increment {
    padding: 3.5rem 0;
  }
}

#bpo .inner .point_area .point_box.type1:nth-of-type(2) .counter-increment {
  padding: 4.55rem 0;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1:nth-of-type(2) .counter-increment {
    padding: 4.8rem 0;
  }
}

#bpo .inner .point_area .point_box .counter-increment {
  color: #217fc4;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .counter-increment {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  #bpo .inner .point_area .point_box .counter-increment span {
    text-indent: 3em;
    display: inline-block;
  }
}

#bpo .inner .point_area .point_box .counter-increment img {
  vertical-align: text-bottom;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .counter-increment img {
    margin-right: 10px;
  }
}

#bpo .inner .point_area .point_box .point_txt {
  color: #555555;
  font-size: 1.55rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .point_txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

#bpo .inner .point_area .point_box .detail_box {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

#bpo .inner .point_area .point_box .detail_box p + p {
  margin-top: 1rem;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .is_sp {
    display: block;
  }
}

#about .inner .inr {
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 769px) {
  #about .ttl {
    margin-bottom: 0;
  }
}

#about .ttl .em_num {
  font-size: 3.5em;
}

#about .about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #about .about_flex {
    display: block;
  }
}

#about .about_flex__box {
  width: calc(33.333% - 16.3333px);
  margin-bottom: 2vw;
}

@media screen and (max-width: 769px) {
  #about .about_flex__box {
    width: 100%;
    margin-bottom: 6vw;
  }
}

#about .about_flex__box p {
  margin-bottom: 10px;
  color: #2f6087;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #about .about_flex__box p {
    font-size: 4.8vw;
  }
}

#about .about_flex__box p.anno {
  margin: 10px auto auto 20px;
  color: #777;
  font-size: 1.3rem;
  text-align: left;
}

@media screen and (max-width: 769px) {
  #about .about_flex__box p.anno {
    width: 68vw;
    font-size: 3.46667vw;
    margin: 5.33333vw auto 0;
    line-height: 1.8em;
  }
}

#upload .flow_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

#upload .flow_info__img, #upload .flow_info__txt {
  width: 50%;
}

#upload .flow_info__txt {
  position: relative;
}

#upload .flow_info__txt p {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #217fc4;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4em;
}

#upload .flow_anno {
  color: #217fc4;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}

#table .ttl_annotation {
  font-size: 18px;
  color: #2f6087;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 769px) {
  #table .ttl_annotation {
    font-size: 3.46667vw;
  }
}

#table .table_area__inner {
  overflow-x: auto;
  margin-bottom: 30px;
}

#table .table_area table {
  width: 980px;
  margin: auto;
  color: #555;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6em;
}

@media screen and (max-width: 769px) {
  #table .table_area table {
    display: none;
  }
}

#table .table_area table tr {
  background: #217fc4;
}

#table .table_area table tr:first-child {
  color: #fff;
}

#table .table_area table tr:nth-child(2) {
  background: #cde3f2;
}

#table .table_area table tr:nth-child(3) {
  background: #dbe2e7;
}

#table .table_area table tr td {
  position: relative;
  width: 115px;
  padding: 20px 0;
  vertical-align: middle;
  letter-spacing: -0.5px;
}

#table .table_area table tr td.bool_txt {
  font-size: 13px;
  letter-spacing: 0;
}

#table .table_area table tr td.maru {
  background-image: url(../img/top/table_maru.png);
  background-position: center center;
}

#table .table_area table tr td.sankaku {
  background-image: url(../img/top/table_sankaku.png);
  background-position: center center;
}

#table .table_area table tr td.batsu {
  background-image: url(../img/top/table_batsu.png);
  background-position: center center;
}

#table .table_area table tr td:first-child, #table .table_area table tr td:last-child {
  width: 165px;
}

#table .table_area .sp_table {
  display: none;
}

@media screen and (max-width: 769px) {
  #table .table_area .sp_table {
    display: block;
  }
  #table .table_area .sp_table .ttl {
    background: #217fc4;
    color: #fff;
    width: 100%;
    height: 10.66667vw;
    font-size: 4.26667vw;
    font-weight: 700;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #table .table_area .sp_table__inner {
    margin-bottom: 10vw;
  }
  #table .table_area .sp_table__inner h5 {
    background: #cde3f2;
    color: #555;
    width: 100%;
    height: 13.33333vw;
    font-size: 4.26667vw;
    font-weight: 700;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #table .table_area .sp_table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-top: 0.4vw solid #e5e8ec;
  }
  #table .table_area .sp_table__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 3.33333vw 2.66667vw 3.6vw;
    background: #f5f6f7;
    color: #555;
    font-size: 3.2vw;
    line-height: 1.6em;
    font-weight: bold;
  }
  #table .table_area .sp_table__item p:nth-child(2) {
    background: #e8f2f9;
    color: #555;
  }
  #table .table_area .sp_table__item p.maru {
    background-image: url(../img/top/table_maru.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9.33333vw;
  }
  #table .table_area .sp_table__item p.sankaku {
    background-image: url(../img/top/table_sankaku.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8.66667vw;
  }
  #table .table_area .sp_table__item p.batsu {
    background-image: url(../img/top/table_batsu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6.66667vw;
  }
}

#sys_manage .inner {
  max-width: 980px;
  padding: 6rem 0;
}

@media screen and (max-width: 769px) {
  #sys_manage .inner {
    padding: 14.66667vw 0 16vw;
  }
}

@media screen and (max-width: 769px) {
  #sys_manage h3.ttl {
    line-height: 1.6em;
  }
}

#sys_manage .sys_manage {
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage {
    width: 90.66667vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6.66667vw 2.66667vw 9.33333vw;
  }
}

#sys_manage .sys_manage__inner {
  width: calc(50% - 25px);
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage__inner {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage__inner:first-child {
    margin-bottom: 16vw;
  }
}

#sys_manage .sys_manage__inner h4 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #2f6087;
  line-height: 1em;
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage__inner h4 {
    font-size: 5.6vw;
  }
}

#sys_manage .sys_manage__inner p {
  color: #2f6087;
  font-size: 20px;
  margin: 7px auto;
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage__inner p {
    font-size: 4vw;
    line-height: 1.6em;
  }
}

#sys_manage .sys_manage__inner span {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
  margin-top: 20px;
}

#sys_manage .sys_manage__inner span br {
  display: inline-block;
}

@media screen and (max-width: 769px) {
  #sys_manage .sys_manage__inner span br {
    display: none;
  }
}

#faq.features_faq {
  background: #fafafa;
}

#contents-wrapper-contact {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  #contents-wrapper-contact {
    margin-top: 0;
  }
}

#case_page .inner .case_area {
  max-width: 800px;
  margin: 50px auto;
}

#case_page .inner .case_area .case_box {
  width: calc(50% - 25px);
  padding-top: 0;
}

@media screen and (max-width: 769px) {
  #case_page .inner .case_area .case_box {
    width: 100%;
  }
}

#case_page .inner .case_area .case_box .case_box_link {
  display: block;
  padding-top: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 769px) {
  #case_page .inner .case_area .case_box .case_box_link {
    padding-top: 2.66667vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  #case_page .inner .case_area .case_box .case_box_link:hover {
    opacity: 1;
  }
  #case_page .inner .case_area .case_box .case_box_link:hover .btn {
    opacity: 1;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border: 2px solid #4faeff;
    background-color: #4faeff;
  }
}

#case_page .inner .case_area .case_box .case_box_link .btn {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#case_page .inner .case_area .case_box .case_box_link:hover .btn {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .exp:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.blog_contents {
  background-color: #f8f8f8;
}

.blog_contents .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.blog-column {
  width: 100%;
  margin: 30px auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.blog-column-item {
  width: 32%;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.blog-column-item img {
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}

.blog-column-item ul {
  margin-top: 5px;
}

.blog-column-item ul li {
  text-align: left;
  font-size: 0.75em;
  line-height: normal;
}

.blog-column-item ul li span {
  color: #48a7e0;
}

.blog-column-item p {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: justify;
  color: #5E6162;
}

.blog-column-item .colum-title {
  font-weight: 600;
  font-size: .9em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .blog-column {
    display: block;
  }

  .blog-column-item {
    width: 100%;
    display: block;
    padding: 30px;
    margin-bottom: 40px;
  }

  .blog-column-item img {
    max-height: 300px;
  }

  .blog-column-item ul {
    margin-top: 5px;
  }

  .blog-column-item p {
    font-size: 3.5vw;
  }

  .blog-column-item .colum-title {
    font-size: 4vw;
  }
}

footer div.footer-top dl {
  margin-bottom: 0;
}

footer div.footer-top dl .footer_nav_list {
  margin-bottom: 24px;
}

footer .footer_logo {
  margin: -36px auto -20px;
}

@media screen and (max-width: 768px) {
  footer .footer_logo {
    margin: 10px auto 20px;
  }
}

/*---------------------------------------------------
add 2022.09.16
-----------------------------------------------------*/
/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #FFF;
  color: #000;
  padding: 20px 3%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #E4E7EE;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #FFF;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #30638c;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #E4E7EE;
  border-right: 2px solid #E4E7EE;
  border-bottom: 2px solid #E4E7EE;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.s_01 .accordion_one .accordion_inner .box_one {
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  color: #5E6162;
  font-size: 1.0em;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}



/* ============================================================
pc css setting
============================================================ */
@media screen and (min-width:  769px){

  #contents-wrapper{
      min-width: 1024px;
      padding: 111px 0px 0px 0px;
  }

  .container-box{
      min-width: 1024px;
      padding: 30px 0px;
  }

  .container-inside{
      width: 988px;
      margin: auto;
      padding: 0px 18px;
  }

  /** container title setting **/
  .container-title{
      padding: 40px 0px;
  }

  .container-title,
  .container-title-contact{
      text-align: center;
  }

  .container-title h3,
  .container-title-contact h3{
    margin-bottom: 3rem;
    line-height: 1.4;
    font-size: 2.9rem;
    font-weight: bold;
    color: #2f6087;
  }

  .container-title p{
      font-size: 1.25em;
      line-height: 1.75em;
  }

  .container-title figure.logo-list-pickup {
      width: 100%;
  }

  .container-title figure.logo-list-pickup img {
      width: 100%;
  }

  .container-title p a{
      text-decoration: underline;
      color: #187fc4;
  }

  .container-title p span.txt_underline {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
      background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
      background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
      background: linear-gradient(transparent 50%, #fffc9f 50%);
      font-size: 1em;
  }

  .container-title ol {
      counter-reset: my-counter;
      width: 760px;
      margin: 0 auto;
  }

  .container-title ol li {
      font-size: 1.25em;
      line-height: 30px;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
      margin-bottom: 25px;
      border-bottom: 1px dashed #4B869E;
      padding-bottom: 10px;
  }

  .container-title ol li:last-child {
      border-bottom: none;
  }

  .container-title ol li p {
      font-size: 0.85em;
      text-align: justify;
      margin-top: 15px;
      line-height: 170%;
  }

  .container-title ol li span {
      display: block;
      width: calc(100% - 45px);
      font-size: inherit;
      text-align: left;
  }

  .container-title ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #4B869E;
    color: #FFF;
    display: block;
    margin-right: 15px;
    border-radius: 2px;
  }

  .container-title ol li.list-alpha::before {
      content: "+α";
      font-size: 0.75em;
      background-color: #f7a42e;
  }

  .container-title .txt-left {
      text-align: justify;
  }

  .container-title .txt-left a {
      text-decoration: underline;
      color: #187fc4;
  }

  #contents-wrapper-contact{
      min-width: 1024px;
      padding: 0px;
  }

  .container-box{
      min-width: 1024px;
      padding: 30px 0px;
  }

  .container-inside{
      width: 988px;
      margin: auto;
      padding: 0px 18px;
  }

  /** container title setting **/
  .container-title{
      padding: 40px 0px;
  }

  .container-title,
  .container-title-contact{
      text-align: center;
  }

  .container-title h3,
  .container-title-contact h3{
    margin-bottom: 3rem;
    line-height: 1.4;
    font-size: 2.9rem;
    font-weight: bold;
    color: #2f6087;
  }

  .container-title p{
      font-size: 1.25em;
      line-height: 1.75em;
      text-align: left;
  }

  .container-title figure.logo-list-pickup {
      width: 100%;
  }

  .container-title figure.logo-list-pickup img {
      width: 100%;
  }

  .container-title p a{
      text-decoration: underline;
      color: #187fc4;
  }

  .container-title ol {
      counter-reset: my-counter;
      width: 760px;
      margin: 0 auto;
  }

  .container-title ol li {
      font-size: 1.25em;
      line-height: 30px;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
      margin-bottom: 25px;
      border-bottom: 1px dashed #4B869E;
      padding-bottom: 10px;
  }

  .container-title ol li:last-child {
      border-bottom: none;
  }

  .container-title ol li p {
      font-size: 0.85em;
      text-align: justify;
      margin-top: 15px;
      line-height: 170%;
  }

  .container-title ol li span {
      display: block;
      width: calc(100% - 45px);
      font-size: inherit;
      text-align: left;
  }

  .container-title ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #4B869E;
    color: #FFF;
    display: block;
    margin-right: 15px;
    border-radius: 2px;
  }

  .container-title ol li.list-alpha::before {
      content: "+α";
      font-size: 0.75em;
      background-color: #f7a42e;
  }

  .container-title .txt-left {
      text-align: justify;
  }

  .container-title .txt-left a {
      text-decoration: underline;
      color: #187fc4;
  }

  .demo_movie{
      position:relative;
      width:100%;
      padding-top:30%;
    }

  .demo_movie iframe{
      position:absolute;
      top: 50%;
      left: 50%;
      -webkit-transform : translate(-50%,-50%);
      transform : translate(-50%,-50%);
    }

  .solution_footer h2{
  font-size:1.8em;
  font-weight:normal;
  text-align:center;
  }
  .solution_footer .container_bottom_submit a,.solution_footer .container_bottom_ebook a{
   display:block;
   margin:50px auto 0 auto;
   padding:20px 15px;
   box-shadow: 1px 0px 3px rgba(50, 72, 80, 0.46);
   text-align:center;
   width:45%;
   border-radius: 10px;        /* CSS3草案 */
   -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 10px;   /* Firefox用 */
  }
  .solution_footer a{
       font-size:1.2em;
       color:#fff;
  }
  .solution_footer .container_bottom_submit a{
   background-color:#f7a42e;
   float:left;
  }
  .solution_footer .container_bottom_submit a:hover{
   background-color:#ffc56f;
  }
  .solution_footer .container_bottom_ebook a{
   background-color:#5a97af;
   float:right;

  }
  .solution_footer .container_bottom_ebook a:hover{
   background-color:#8fc5db;
  }

  /** 1 column setting **/
  .column-1{
      display: table;
      padding: 0;
      margin: 40px auto 0 auto;
  }

  .column-1.margin-border {
      padding-top: 80px;
      margin-top: 80px;
      border-top: solid 1px #e4e7ee;
  }

  .column-1-images{
      padding-bottom: 10px;
  }

  .column-1-images figure figcaption {
      text-align: right;
      font-size: 0.85em;
  }

  .column-1-images figure figcaption a {
      text-decoration: underline;
      color: #5A97AF;
  }

  .column-1-images.reverse {
      padding-bottom: 0;
      padding-top: 60px;
  }

  .column-1-text{
      margin: 0px auto;
      width: 80%;
  }

  .column-1-boxinside h3{
      font-size: 1.85em;
      font-weight: 200;
      line-height: 1.45em;
      padding-bottom: 25px;
  }
  .column-1-boxinside p{
      font-size: 1.1em;
      font-weight: 200;
      text-align: justify;
  }

  .column-1-boxinside section h4 {
      margin-bottom: 5px;
      text-align: left;
  }

  .column-1-boxinside ol {
      counter-reset: number;
      margin-top: 25px;
      padding: 15px 15px 15px 36px;
  }

  .column-1-boxinside ol li {
      text-align: justify;
      margin-bottom: 15px;
  }

  .column-1-boxinside ol li:before {
    content: counter(number);
    counter-increment: number;
    background-color: #30638B;
    color: #FFF;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    text-align: center;
  }

  .column-1-boxinside a{
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      margin-top: 30px;
      background-color: #EEB14C;
      color: #FFF;
      padding: 15px 60px;
      letter-spacing: 1px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
  }

  .column-1-boxinside a:hover {
      background-color: #e4e7ee
  }

  .column-1-boxinside p a {
      display: inline;
      text-decoration: underline;
      color: #187fc4;
      background: none;
      float: none;
      padding: 0;
  }

  .column-1-boxinside p a:hover {
      background: none;
  }

  /** 2 column setting **/
  .column-2{
      display: table;
      margin-top: 30px;
      table-layout: fixed;
      width: 100%;
      padding: 0;
  }

  .column-2.example dl {
      margin-bottom: 30px;
  }

  .column-2.example figure img {
      box-sizing: border-box;
      border: 4px solid #5a97af;
  }

  .column-2-images,
  .column-2-text{
      display: table-cell;
  }
  .column-2-text{
      width: 445px;
      vertical-align: middle;
  }

  .column-2-images{
      text-align: center;
      vertical-align: middle;
  }

  .column-2-images img{
      max-width: 65%;
  }

  .column-2-images img:nth-last-child{
      width: 55%;
  }

  .column-2-text{
      text-align: left;
  }

  .column-2-boxinside{
      padding-bottom: 0;
  }

  .column-2-boxinside:nth-child(2){
      padding-top: 75px;
  }

  .column-2-boxinside h3 {
      font-size: 1.85em;
      font-weight: 200;
      line-height: 1.45em;
      padding-bottom: 25px;
  }

  .column-2-boxinside > h4,
  .column-1-boxinside > h4 {
      font-size: 1.45em;
      font-weight: 200;
      line-height: 1.45em;
      padding-bottom: 25px;
  }

  .column-2-boxinside section {
      margin-bottom: 30px;
  }

  .column-2-boxinside section h4 {
      margin-bottom: 5px;
  }

  .column-2-boxinside p{
      font-size: 1.1em;
      font-weight: 200;
      text-align: justify;
      padding-top: 0;
  }

  .column-2-boxinside a{
      float: right;
      display: block;
      text-align: center;
      margin-top: 30px;
      background-color: #EEB14C;
      color: #FFF;
      padding: 15px 60px;
      letter-spacing: 1px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
  }

  .column-2-boxinside a:hover {
      background-color: #e4e7ee
  }

  .column-2-boxinside p a {
      display: inline;
      text-decoration: underline;
      color: #187fc4;
      background: none;
      float: none;
      padding: 0;
  }

}

  /* ============================================================
  smart phone css setting
  ============================================================ */
  @media screen and (max-width:  768px){

  #contents-wrapper{
      padding: 0px;
  }

  .container-box{
      padding: 40px 0px;
  }

  .container-inside{
      padding: 0px 35px;
  }

  .container-inside img{
      max-width: 100%;
  }

  /** container title setting **/
  .container-title{
      text-align: left;
  }

  .container-title-contact{
      text-align: center;
  }

  .container-title h3,
  .container-title-contact h3{
      font-size: 5.3vw;
      font-weight: 600;
      line-height: 1.35em;
      padding-bottom: 20px;
      color: #2f6087;
  }

  .container-title h3,
  .container-title p{
      margin: 10px auto;
      width: 100%;
      text-align: center;
  }
  .container-title-dem {
      padding-top: 30px;
  }

  .container-title h3 br {
      display: none;
  }

  .container-title figure.logo-list-pickup {
      width: 100%;
      margin: 10px 0;
  }

  .container-title figure.logo-list-pickup img {
      width: 100%;
  }

  .container-title p{
      font-size: 3.5vw !important;
      line-height: 1.75em;
  }

  .container-title p a{
      text-decoration: underline;
      color: #187fc4;
  }

  .container-title p span.txt_underline {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffc9f));
      background: -webkit-linear-gradient(transparent 50%, #fffc9f 50%);
      background: -o-linear-gradient(transparent 50%, #fffc9f 50%);
      background: linear-gradient(transparent 50%, #fffc9f 50%);
      font-size: 1em;
  }

  .container-title p br {
      display: none;
  }

  .container-title ol {
      counter-reset: my-counter;
      margin: 0 auto;
  }

  .container-title ol li {
      position: relative;
      font-size: 1.85vh !important;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
      margin-bottom: 25px;
  }

  .container-title ol li:last-child {
      border-bottom: none;
  }

  .container-title ol li h3 {
      text-align: center;
      width: 100%;
  }

  .container-title ol li p {
      font-size: 0.75em;
      text-align: justify;
      margin-top: 15px;
      margin-bottom: 10px;
  }

  .container-title ol li span {
      display: block;
      width: calc(100% - 40px);
      font-size: inherit;
      text-align: left;
  }

  .container-title ol li::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      height: 30px;
      width: 100%;
      line-height: 30px;
      text-align: center;
      background-color: #4B869E;
      color: #FFF;
      display: block;
      margin-bottom: 15px;
      border-radius: 2px;
  }

  .container-title ol li.list-alpha::before {
      content: "+α";
      font-size: 0.75em;
      background-color: #f7a42e;
  }

  .demo_movie{
      position:relative;
      width:100%;
      padding-top:56.25%;;
    }

  .demo_movie iframe{
      position:absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }


  /** 1 column setting **/
  .column-1{
      display: block;
      margin-top: 30px;
      width: 100%;
      padding: 0;
  }

  .column-1:nth-of-type(n+2) {
      margin-top: 60px;
  }

  .column-1.margin-border {
      padding-top: 60px;
      margin-top: 60px;
      border-top: solid 1px #e4e7ee;
  }

  .column-1-images{
      display: block;
  }

  .column-1-images{
      width: 100%;
      text-align: center;
      vertical-align: top;
      padding: 0 0 30px 0;
  }

  .column-1-images figure figcaption {
      text-align: right;
      font-size: 0.85em;
  }

  .column-1-images figure figcaption a {
      text-decoration: underline;
      color: #5A97AF;
  }

  .column-1-images img{
      max-width: 90%;
  }

  .column-1-text{
      text-align: left;
      width: 90%;
      margin: 0 auto;
  }

  .column-1-boxinside h3{
      color: #5a97af;
      font-size: 3.00vh;
      font-weight: normal;
      line-height: 1.45em;
      padding-bottom: 25px;
  }

  .column-1-boxinside p{
      font-size: 0.85em;
      line-height: 1.75em;
      width: 100%;
  }

  .column-1-boxinside ol {
      counter-reset: number;
      margin-top: 25px;
      padding: 15px 15px 15px 36px;
  }

  .column-1-boxinside ol li {
      text-align: justify;
      margin-bottom: 15px;
      font-size: 1.85vh;
  }

  /** loading setting **/
  #loader {
      display: none!important;
  }
  #fade{
      display: none!important;
  }

  /*---------- marunage_container ------------*/

  .pc_on {display: none !important;}
  .sp_on {display: block !important;}

  .container-title .price-ttl.border-bottom  br {
      display: block;
  }

  .container-title ol.column-3-card {
      display: block;
      margin-top: 40px;
  }

  .container-title ol.column-3-card li {
      width: 100%;
      background-color: #FFF;
      box-sizing: border-box;
      border: 1px solid #EEE;
      box-shadow: 0 0 4px rgba(0,0,0,.05);
  }

  .container-title ol.column-3-card li::before {
      width: 100%;
      margin-right: 0;
      border-radius: 0;
  }

  .container-title ol.column-3-card li h3 {
      border-bottom: 1px solid #EEE;
      text-align: center;
      width: 100%;
      padding: 20px 15px;
      margin-bottom: 15px;
      line-height: 140%;
      font-size: 1.6em;
      color: #5591a7;
  }

  .container-title ol.column-3-card li h3 br {
      display: none;
  }

  .container-title ol.column-3-card li p {
      font-size: 14px;
      padding: 0 15px;
      margin-top: 0;
  }

  .container-title ol.column-3-card li a {
      display: block;
      text-align: center;
      width: calc(100% - 30px);
      margin: 20px 15px 15px 15px;
      background-color: #EEB14C;
      color: #FFF;
      padding: 13px;
      letter-spacing: 1px;
      border-radius: 5px;
      font-size: .85em;
  }

  .h2_ttl_01 {
      font-size:29px;
      color:#555;
      font-weight: 600;
      text-align: center;
      line-height: 42px;
      margin-bottom: 40px;
  }

  .contact-box.price {
      padding: 51px 0 80px;
  }


  .contact-area h4 {
      color: #5a97af;
      font-size: 1.45em;
      font-weight: lighter;
      padding: 15px 0 30px 0;
      text-align: center;
  }

  .show_pc {display: none;}

  .column-1-boxinside .column-1-boxinside-list section {
      flex-direction: column;
  }

  .column-1-boxinside .column-1-boxinside-list section figure {
      width: 50%;
      margin: 0 auto 20px;
  }

  .column-1-boxinside .column-1-boxinside-list section div {
      width: 100%;
  }

  .learn-more-cta {
      width: 100%;
      max-width: 730px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .cta-service {
      background-color: #f7a42e;
      color: #fff;
      font-size: 1.20em;
      padding: 15px 0;
      width: 48%;
      border-radius: 30px;
      transition: .3s;
  }

  .cta-other {
      border-radius: 30px;
      padding: 15px 0;
      width: 48%;
      background: url(../../images/top/top-new/bg_btn_pattern.png) left/100% no-repeat, linear-gradient(144deg, #217fc4 50%, #1a6aba 70%, #001694 100%);
      transition: .3s;
  }

  .cta-service:hover,
  .cta-other:hover {
      transform: scale(1.05);
      transition: .3s;
  }

  .cta-other-txt {
      color: #fff;
      font-size: 1.20em;
  }

  }

  .container-title .container-contact p a {
      color: #fff;
      text-decoration: none;
      text-align: center;
  }

  .invoice_box {
      background-color: #D1E1F0;
  }

  .subsidy_box {
      background-color: #D1E1F0;
  }

  .n_wrapper {
      max-width: 980px;
      width: 100%;
      margin: auto;
      padding: 50px 20px;
      box-sizing: border-box;
  }

  .n_wrapper h2 {
      font-size: 1.85em;
      line-height: 1.45em;
      font-weight: 600;
      color: #2f6087;
      text-align: center;
      letter-spacing: .05em;
      position: relative;
  }

  .n_wrapper h2:after {
      content: '';
      display: block;
      margin: 30px auto 60px auto;
      width: 100px;
      height: 2px;
      background-color: #2f6087;
  }

  .invoice_box .invoice_wrapper {
      max-width: 1150px;
  }

  .invoice_wrapper,
  .subsidy_wrapper {
      padding: 70px 20px;
  }

  .invoice_wrapper .border-bottom:after,
  .subsidy_wrapper .border-bottom:after {
      margin-bottom: 40px;
      background-color: #5b8bf0;
  }

  .invoice_box .n_wrapper .copy,
  .subsidy_box .n_wrapper .copy {
      margin: 30px auto;
      text-align: center;
      color: #466387;
      line-height: 1.71429;
      font-size: 16px;
  }

  .invoice_items,
  .subsidy_items {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .invoice_item_flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .invoice_item {
      width: 48%;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 40px 25px;
      box-sizing: border-box;
      box-shadow: 5px 10px 15px 5px rgba(10,10,10,0.1);
  }

  .subsidy_item {
      width: 48%;
      height: 360px;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 40px 35px;
      box-sizing: border-box;
      box-shadow: 5px 10px 15px 5px rgba(10,10,10,0.1);
      position: relative;
  }

  .subsidy_item_tag {
      position: absolute;
      left: 0;
      top: 0;
      width: 150px;
      padding: 13px 0;
      text-align: center;
      font-size: 16px;
      background-color: #5B8BF0;
      color: #ffffff;
      border-radius: 20px 0 20px 0;
  }

  .invoice_item_image01 {
      width: 35%;
      text-align: center;
  }

  .invoice_item_image02 {
      width: 39%;
  }

  .invoice_item_content01 {
      padding-left: 8%;
      width: 60%;
  }

  .invoice_item_content02 {
      padding-left: 8%;
      width: 60%;
  }

  .subsidy_item_image01 {
      width: 55%;
      margin: -25px auto 0;
      text-align: center;
  }

  .subsidy_item_image02 {
      width: 60%;
      margin: 25px auto 0;
  }

  .subsidy_item_content {
      width: 100%;
      margin-top: 20px
  }

  .invoice_item_image img,
  .subsidy_item_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .invoice_item_image01 img,
  .subsidy_item_image01 img {
      width: 85%;
  }

  .invoice_item_content h3,
  .subsidy_item_content h3 {
      font-size: 20px;
      color: #5B8BF0;
      margin-bottom: 15px;
  }

  .invoice_item_content p,
  .subsidy_item_content p {
      font-size: 14px;
      color: #466387;
      line-height: 1.7;
  }

  .connection_link_box {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .connection_link_box a {
      display: block;
      position: relative;
      background: #f7a42d;
      border: 2px solid #f7a42d;
      color: #fff;
      font-weight: bold;
      width: 49%;
      padding: 8px 15px;
      border-radius: 30px;
      box-sizing: border-box;
      transition: .4s all;
  }

  .connection_link_box a::after {
      content: "";
      position: absolute;
      right: 13px;
      top: 49%;
      width: 15px;
      height: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../../../../images/top/top-new/icn_blank.png) no-repeat;
      background-size: cover;
  }

  .connection_link_box a:hover {
      background-color: #ffd394;
      border: 2px solid #ffd394;
      transition: .4s all;
  }

  @media screen and (max-width: 1050px) {
      .connection_link_box {
          display: block;
      }

      .connection_link_box a {
          width: 240px;
          margin: 15px auto 0;
          padding: 8px 20px;
      }
  }

  @media screen and (max-width: 768px) {
      .n_wrapper {
          width: 95%;
          padding: 75px 2.5%;
          margin: auto;
      }

      .n_wrapper h2 {
          font-size: 4.6vw;
          line-height: 1.45em;
          font-weight: 600;
          color: #2f6087;
          text-align: center;
          letter-spacing: .05em;
          position: relative;
      }

      .n_wrapper h2:after {
          content: '';
          display: block;
          width: 100px;
          height: 2px;
          background-color: #2f6087;
      }

      .invoice_items,
      .subsidy_items {
          display: block;
      }

      .invoice_item {
          width: 100%;
          max-height: 100%;
      }

      .subsidy_item {
          width: 100%;
          height: 100%;
      }

      .invoice_item:first-child,
      .subsidy_item:first-child {
          margin-bottom: 40px;
      }

      .subsidy_box .n_wrapper .copy {
          text-align: left;
      }

      .connection_link_box {
          display: flex;
      }

      .connection_link_box a {
          width: 49%;
      }
  }

  @media screen and (max-width: 670px) {
      .invoice_box .n_wrapper .copy {
          text-align: left;
      }

      .n_wrapper h2 {
          font-size: 6.5vw;
          line-height: 1.45em;
          font-weight: 600;
          color: #2f6087;
          text-align: left;
          padding-left: 10px;
          letter-spacing: .05em;
          position: relative;
      }
  }

  @media screen and (max-width: 600px) {
      .invoice_item_flex {
          display: block;
      }

      .invoice_item_content {
          width: 100%;
          margin-top: 30px;
          padding: 0;
      }

      .invoice_item_image {
          width: 40%;
          margin: 0 auto;
      }

      .connection_link_box {
          display: block;
      }

      .connection_link_box a {
          width: 240px;
      }
  }


  @media screen and (max-width: 460px) {
      .subsidy_item {
          padding: 40px 20px;
      }

      .subsidy_item_content {
          width: 100%;
          margin-top: 30px;
          padding: 0;
      }

      .invoice_item_content h3 {
          text-align: center;
      }

      .subsidy_item_content h3 {
          text-align: left;
          line-height: 1.3;
          font-size: 18px;
      }

      .subsidy_item_image01 {
          width: 80%;
      }

      .subsidy_item_image02 {
          width: 80%;
      }

      .learn-more-cta {
          display: block;
      }

      .cta-service {
          width: 100%;
          display: block;
          margin-bottom: 15px;
          font-size: 1em;
          padding: 10px 0;
      }

      .cta-other {
          width: 100%;
          display: block;
          padding: 10px 0;
      }

      .cta-other-txt {
          font-size: 1em;
      }
  }

  .box-cloud{
    background-color: #f7f7f7;
    border-bottom: solid 1px #e4e7ee;
  }

/* ======================================================================
    .form-corr
====================================================================== */

.form-corr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 30px 0px;
}

.form-corr .corr-staff_img {
  width: 70% !important;
  min-width: inherit !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 auto 1rem !important;
}

.form-corr .corr-staff_title p span {
  font-size: 24px;
}

.form-corr .corr-staff_text {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.form-corr__img {
  width: 40% !important;
  padding: 0 !important;
  margin-right: -80px;
}



@media screen and (max-width: 768px) {
  .form-corr {
    flex-direction: column;
    padding: 50px 20px 0;
  }

  .form-corr .corr-staff {
    width: 100%;
    padding: 0 0% 2rem;
    margin-bottom: 2rem;
  }

  .form-corr .corr-staff_title {
    text-align: center !important;
  }

  .form-corr__img {
    width: 100% !important;
    margin-right: 0;
    max-height: 60vw;
    overflow: hidden;
    order: 2;
    text-align: center;
  }

  .form-corr__img img {
    max-width: 300px;
  }
}