@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::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
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* 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 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in 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(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # 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;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* padding-top: 70px; */
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
}

a:active {
  color: #000000;
}

.ham_btn {
  display: none;
}

.section_sub_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#10b1e8), to(#01499e));
  background: linear-gradient(180deg, #10b1e8 0%, #01499e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.section_title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.page_title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #2e2f33;
}

.back_btn_wrapper {
  text-align: center;
  margin-top: 30px;
}
.back_btn_wrapper .back_btn {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #2f64b3;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  color: #2f64b3;
}
.back_btn_wrapper .back_btn:hover {
  background: #2f64b3;
  color: #fff;
}

.more_secondary_btn_wrapper {
  text-align: center;
  margin-top: 30px;
}
.more_secondary_btn_wrapper .more_secondary_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #2f64b3;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  color: #2f64b3;
}
.more_secondary_btn_wrapper .more_secondary_btn:hover {
  background: #2f64b3;
  color: #fff;
}

.question {
  margin-bottom: 50px;
}
.question .question_lsits li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
}
.question .question_lsits li a:hover .text {
  text-decoration: underline;
}
.question .question_lsits li a .question_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #97989c;
}
.question .question_lsits li a .text {
  font-size: 18px;
  line-height: 26px;
  color: #2f64b3;
}
.question .more_btn_wrap {
  text-align: right;
  margin-top: 20px;
}
.question .more_btn_wrap a {
  font-size: 15px;
  font-weight: 700;
  color: #2f64b3;
  text-decoration: underline;
}
.question .more_btn_wrap a:hover {
  opacity: 0.8;
}

/* header {
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 9000;
  width: 100%;
  background: #fff;
}
header .inner {
  height: 100%;
  max-width: 1080px;
  padding: 0 40px;
  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;
}
header .inner .logo {
  display: inline-block;
  width: 210px;
}
header .inner .logo img {
  width: 100%;
  height: auto;
}
header .inner .menu_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  header .inner .menu_container {
    gap: 20px;
  }
}
header .inner .menu_container .menu_lists {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  header .inner .menu_container .menu_lists {
    gap: 20px;
  }
}
header .inner .menu_container .menu_lists li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  pointer-events: none;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 900px) {
  header .inner .menu_container .menu_lists li {
    font-size: 13px;
  }
}
header .inner .menu_container .menu_lists li a {
  pointer-events: auto;
}
header .inner .menu_container .menu_lists li a:hover {
  opacity: 0.8;
}
header .inner .menu_container .menu_lists li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 5px;
  background: #2f64b3;
}
header .inner .menu_container .menu_lists li.active::after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 5px;
  background: #2f64b3;
}
header .inner .menu_container .login_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .inner .menu_container .login_lists li {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 900px) {
  header .inner .menu_container .login_lists li {
    font-size: 13px;
  }
}
header .inner .menu_container .login_lists li .btn {
  color: #fff;
  padding: 9px 15px;
  cursor: pointer;
  position: relative;
}
header .inner .menu_container .login_lists li .btn:hover .btn_child {
  display: block;
}
header .inner .menu_container .login_lists li .btn .btn_child {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 11px;
}
header .inner .menu_container .login_lists li .btn .btn_child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-right: 27px solid transparent;
  border-bottom: 27px solid #e0e0e0;
  border-left: 27px solid transparent;
}
header .inner .menu_container .login_lists li .btn .btn_child::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-right: 27px solid transparent;
  border-bottom: 27px solid #fff;
  border-left: 27px solid transparent;
}
header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner {
  border: 1px solid #e0e0e0;
  background: #fff;
  position: relative;
  width: 180px;
  padding: 0 10px;
}
@media (max-width: 900px) {
  header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner {
    width: 160px;
  }
}
header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner a {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  color: #474b59;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner a {
    font-size: 13px;
  }
}
header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner a:hover {
  opacity: 0.8;
}
header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner a:after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-position: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
header .inner .menu_container .login_lists li .btn .btn_child .btn_child_inner a:first-child {
  border-bottom: 1px solid #e0e0e0;
}
header .inner .menu_container .login_lists li.member .btn {
  background: #ef651b;
}
header .inner .menu_container .login_lists li.member .btn:hover {
  background: rgba(239, 101, 27, 0.8);
}
header .inner .menu_container .login_lists li.member .btn .btn_child .btn_child_inner a:after {
  background-color: #ef651b;
}
header .inner .menu_container .login_lists li.login .btn {
  background: #2f64b3;
}
header .inner .menu_container .login_lists li.login .btn:hover {
  background: rgba(47, 100, 179, 0.8);
}
header .inner .menu_container .login_lists li.login .btn .btn_child .btn_child_inner a:after {
  background-color: #2f64b3;
} */

.top_news_section {
  background: #e2f1ff;
  padding: 18px 0;
}
.top_news_section .top_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.top_news_section .top_news .category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 4px 13px;
  background: #2f64b3;
  border-radius: 9999px;
}
.top_news_section .top_news .date {
  font-size: 12px;
  color: #2e2f33;
}
.top_news_section .top_news .text {
  font-size: 14px;
}
.top_news_section a .text {
  color: #2f64b3;
}
.top_news_section a:hover .text {
  text-decoration: underline;
}

.top_main_visual_wrapper .top_main_visual {
  background: url(../img/img_mv.png) calc(50% + 240px) center no-repeat;
  background-size: auto 100%;
}
.top_main_visual_wrapper .top_main_visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_main_visual_wrapper .top_main_visual .top_main_content_text {
  color: #2f64b3;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 0px 0px 5px #ffffff;
  margin-bottom: 10px;
}
.top_main_visual_wrapper .top_main_visual .top_main_content_catch {
  font-size: 37px;
  font-weight: bold;
  text-shadow: 0px 0px 5px #ffffff;
}
.top_main_visual_wrapper .top_main_visual .top_main_content_catch strong {
  color: #2f64b3;
}
.top_main_visual_wrapper .top_main_visual .top_main_heading {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_main_visual_wrapper .top_main_visual .top_main_heading small {
  font-size: 18px;
  font-weight: bold;
}
.top_main_visual_wrapper .top_main_visual .top_main_heading img {
  max-width: 450px;
  margin-top: 10px;
}

.top_service {
  padding: 47px 0 60px 0;
  background: #eaf2fb;
}
.top_service .section_title {
  margin-bottom: 40px;
}
.top_service .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
.top_service .service_item {
  background: #fff;
  margin: 0 15px;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_service .service_item .more_secondary_btn_wrapper {
  margin-top: auto;
  padding-top: 15px;
}
.top_service .service_item_icon {
  text-align: center;
  margin-bottom: 10px;
}
.top_service .service_item_icon img {
  height: 40px;
}
.top_service .service_item_name {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.top_service .service_item_text {
  font-size: 16px;
  line-height: 1.6;
}
.top_service .service_item_features li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 10px;
}
.top_service .service_item_features li:not(:last-child) {
  margin-bottom: 8px;
}
.top_service .service_item_features li::before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #c1c1c1;
}
.top_service .service_item_note {
  margin-top: 8px;
  font-size: 13px;
  color: #656565;
}
.top_service .service_item-doc .service_item_name strong {
  color: #e4007f;
}
.top_service .service_item-meet .service_item_name strong {
  color: #6fba2c;
}
.top_service .service_item-document .service_item_name strong {
  color: #00a0e9;
}
.top_service .service_item-training .service_item_name strong {
  color: #a96b33;
}

.top_pickup {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8f3), to(#deefff));
  background: linear-gradient(180deg, #fff8f3 0%, #deefff 100%);
  padding: 34px 0 70px;
}
.top_pickup .case_lists {
  margin: 30px 0 0 -20px;
}
@media (max-width: 1060px) {
  .top_pickup .case_lists {
    overflow: hidden;
  }
}
.top_pickup .case_lists .case_item {
  width: 310px;
  margin: 0 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.top_pickup .case_lists .case_item img {
  width: 100%;
}
.top_pickup .case_lists .case_item h3 {
  color: #835b20;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1ex;
  font-weight: 700;
  margin-top: 20px;
  line-height: 28px;
}
@media (max-width: 1060px) {
  .top_pickup .case_lists .case_item h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.top_pickup .case_lists .case_item h3 small {
  font-size: 14px;
}
@media (max-width: 1060px) {
  .top_pickup .case_lists .case_item h3 small {
    font-size: 12px;
  }
}
.top_pickup .case_lists .case_item .title_supple {
  text-align: center;
  color: #835b20;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
.top_pickup .case_lists .case_item .case_website {
  margin-top: 10px;
}
.top_pickup .case_lists .case_item .case_website a {
  color: #2f64b3;
  font-size: 13px;
  text-decoration: none;
}
.top_pickup .case_lists .case_item .case_website a:hover {
  text-decoration: underline;
}
.top_pickup .case_lists .case_item .case_website a img {
  width: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.top_pickup .case_lists .case_item .case_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #474b59;
}
.top_pickup .case_lists .case_item .case_link {
  margin-top: 10px;
  text-align: right;
}
.top_pickup .case_lists .case_item .case_link a {
  color: #2f64b3;
  font-size: 14px;
  text-decoration: none;
}
.top_pickup .case_lists .case_item .case_link a:hover {
  text-decoration: underline;
}
.top_pickup .case_lists .case_item .case_link a img {
  width: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.top_pickup .case_lists .case_item .case_video {
  height: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 56.296%;
  position: relative;
  margin-top: 20px;
}
.top_pickup .case_lists .case_item .case_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_pickup .pickup_slider {
  position: relative;
}
.top_pickup .pickup_slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.top_pickup .pickup_slider .slick-slide {
  height: inherit !important;
}
.top_pickup .pickup_slider .slick-list {
  padding: 20px 30px 20px 10px;
}
.top_pickup .pickup_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_pickup .pickup_slider .slick-arrow img {
  width: 60px;
}
.top_pickup .pickup_slider .slick-arrow.slick-prev {
  left: -10px;
}
.top_pickup .pickup_slider .slick-arrow.slick-next {
  right: -10px;
}
.top_pickup .pickup_slider .slick-dots {
  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;
}
.top_pickup .pickup_slider .slick-dots li {
  margin: 0 7px;
  line-height: 0;
}
.top_pickup .pickup_slider .slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #97989c;
  vertical-align: top;
  outline: none;
}
.top_pickup .pickup_slider .slick-dots li.slick-active button {
  background: #2f64b3;
}

.top_info {
  padding: 34px 0 70px;
}
.top_info .news_lists {
  margin-top: 30px;
}
.top_info .news_lists li {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}
.top_info .news_lists li .news_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_info .news_lists li .news_item_wrapper .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_info .news_lists li .news_item_wrapper .date {
  font-size: 15px;
  font-weight: 500;
  color: #2e2f33;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 78px;
}
.top_info .news_lists li .news_item_wrapper .category {
  font-size: 12px;
  color: #fff;
  background: #ef651b;
  padding: 3px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 104px;
  text-align: center;
  margin-left: 11px;
}
.top_info .news_lists li .news_item_wrapper .text {
  margin-left: 20px;
  font-size: 15px;
}
.top_info .news_lists li a .text {
  color: #2f64b3;
}
.top_info .news_lists li a:hover .text {
  text-decoration: underline;
}

/* footer {
  background: #474b59;
  padding: 20px 0px;
}
footer .footer_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_menu:last-child li:first-child {
  border-left: 1px solid #ededed;
}
footer .footer_menu li {
  padding: 0 20px;
}
footer .footer_menu li:not(:first-child) {
  border-left: 1px solid #ededed;
}
footer .footer_menu li .menu {
  color: #ededed;
  font-size: 13px;
}
footer .footer_menu li .menu:hover {
  color: rgba(237, 237, 237, 0.8);
}
footer .footer_menu li .menu.has-child {
  position: relative;
}
footer .footer_menu li .menu.has-child:hover .menu_child {
  display: block;
}
footer .footer_menu li .menu.has-child .menu_child {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-bottom: 11px;
}
footer .footer_menu li .menu.has-child .menu_child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-right: 27px solid transparent;
  border-top: 27px solid #e0e0e0;
  border-left: 27px solid transparent;
}
footer .footer_menu li .menu.has-child .menu_child::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-right: 27px solid transparent;
  border-top: 27px solid #fff;
  border-left: 27px solid transparent;
}
footer .footer_menu li .menu.has-child .menu_child .menu_child_inner {
  border: 1px solid #e0e0e0;
  background: #fff;
  position: relative;
  width: 120px;
  padding: 0 9px;
}
footer .footer_menu li .menu.has-child .menu_child .menu_child_inner a {
  padding: 7px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  color: #2e2f33;
  text-align: center;
  position: relative;
  z-index: 2;
}
footer .footer_menu li .menu.has-child .menu_child .menu_child_inner a:hover {
  opacity: 0.8;
}
footer .footer_menu li .menu.has-child .menu_child .menu_child_inner a:first-child {
  border-bottom: 1px solid #e0e0e0;
}
footer .copy-right {
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  color: #97989c;
} */

.k_title_box {
  border-bottom: 1px solid #e0e0e0;
}
.k_title_box .k_section_ttl {
  color: #2e2f33;
  font-size: 26px;
  display: inline-block;
  border-bottom: 5px solid #2f64b3;
  padding-bottom: 10px;
}

.k_btn_wrap {
  margin-top: 40px;
  text-align: center;
}
.k_btn_wrap a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 310px;
  height: 50px;
  line-height: 50px;
  background: #ef651b;
  text-align: center;
  border-radius: 9999px;
}
.k_btn_wrap a:hover {
  opacity: 0.8;
}

.k_main .k_main_top .inner {
  background-image: url(../img/main_img.png);
  background-position: top;
  background-size: cover;
  padding: 26px 40px 28px;
  text-align: center;
}
.k_main .k_main_top .title_top {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 20px;
  background: #34ba9a;
  color: #fff;
  display: inline-block;
  margin-bottom: 27px;
}
.k_main .k_main_top .title_main {
  font-size: 26px;
  line-height: 60px;
  font-weight: 500;
  color: #2e2f33;
}
.k_main .k_main_top .title_main .bg_color {
  background: #ef651b;
  color: #fff;
  padding: 3px;
  line-height: 100%;
}
.k_main .k_main_top .title_main .k_br {
  display: inline-block;
}
.k_main .k_main_top .title_main .servise_title {
  font-size: 34px;
  line-height: 49px;
  font-weight: 700;
  color: #2f64b3;
}
.k_main .k_main_search {
  background: #2f64b3;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.k_main .k_main_search a {
  display: block;
  color: #2f64b3;
  font-size: 15px;
  font-weight: 700;
  width: 310px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 9999px;
}
.k_main .k_main_search a:hover {
  opacity: 0.8;
}

.k_what {
  margin: 80px 0;
}
.k_what .k_title_sub {
  margin-top: 20px;
  font-size: 18px;
  color: #2e2f33;
}

.k_method {
  margin-bottom: 80px;
}
.k_method .k_method_lists li {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.k_method .k_method_lists li .img_box {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}
.k_method .k_method_lists li .img_box img {
  width: 100%;
  height: auto;
}
.k_method .k_method_lists li .text_box p {
  margin-top: 10px;
}

.k_feature {
  margin-bottom: 80px;
}
.k_feature .k_section_ttl_v2 {
  background: #2f64b3;
  height: 45px;
  line-height: 45px;
  font-size: 26px;
  color: #fff;
  padding-left: 20px;
}
.k_feature .feature_lists li {
  padding: 30px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.k_feature .feature_lists li .text_box {
  width: 73%;
}
.k_feature .feature_lists li .text_box .num {
  font-size: 18px;
  color: #97989c;
  margin-bottom: 10px;
}
.k_feature .feature_lists li .text_box h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  color: #ef651b;
}
.k_feature .feature_lists li .text_box .text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #2e2f33;
}
.k_feature .feature_lists li .img_box {
  width: 27%;
  text-align: center;
}
.k_feature .feature_lists li .img_box img {
  display: inline-block;
  height: 140px;
}
.k_feature .feature_table {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.k_feature .feature_table .feature_table_text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}
.k_feature .feature_table .feature_table_text p {
  position: relative;
  color: #2e2f33;
  font-size: 18px;
}
.k_feature .feature_table .feature_table_text p:after {
  content: "▶";
  color: #2f64b3;
  font-size: 18px;
}
.k_feature .feature_table table {
  width: 100%;
}
.k_feature .feature_table table tr {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.k_feature .feature_table table tr:not(:first-child) {
  border-top: 1px solid #fff;
}
.k_feature .feature_table table tr:nth-child(odd) th,
.k_feature .feature_table table tr:nth-child(odd) td {
  background: #d5e2f5;
}
.k_feature .feature_table table tr .table_item:not(:first-child) {
  border-left: 1px solid #fff;
}
.k_feature .feature_table table tr.company th {
  background: #2f64b3;
  color: #fff;
}
.k_feature .feature_table table tr th {
  width: 100%;
  font-weight: 500;
  background: #e7f1ff;
}
.k_feature .feature_table table tr td {
  width: 100%;
  background: #e7f1ff;
}

.guide_section {
  margin-top: 50px;
}
.guide_section .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 50px 0;
}
.guide_section .btn_area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 2px solid #2f64b3;
  border-radius: 6px;
  text-align: center;
  padding: 32px 10px;
}
.guide_section .btn_area .btn .btn_title {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  color: #2e2f33;
}
.guide_section .btn_area .btn .btn_text {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #474b59;
  margin-top: 10px;
}
.guide_section .btn_area .btn .btn_text span {
  display: block;
}
.guide_section .btn_area .btn .btn_link {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #2f64b3;
  display: inline-block;
}
.guide_section .btn_area .btn .btn_link .btn_link_inner {
  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: #2f64b3;
}
.guide_section .btn_area .btn .btn_link .btn_link_inner:not(:last-child) {
  margin-bottom: 8px;
}
.guide_section .btn_area .btn .btn_link .btn_link_inner:hover {
  text-decoration: underline;
}
.guide_section .btn_area .btn .btn_link .btn_link_inner p {
  margin-right: 5px;
}
.guide_section .btn_area .btn .btn_link .btn_link_inner img {
  width: 20px;
  height: 20px;
}

.flow_section {
  margin: 50px 0;
}
.flow_section .flow_container {
  margin-top: 50px;
}
.flow_section .flow_container .flow_pdf {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
.flow_section .flow_container .flow_pdf a {
  color: #2f64b3;
  text-decoration: underline;
}
.flow_section .flow_container .flow_pdf a:hover {
  text-decoration: none;
}
.flow_section .flow_container dl .flow_question {
  background: #2f64b3;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px 0 20px;
  cursor: pointer;
}
.flow_section .flow_container dl .flow_question .phase {
  font-size: 18px;
  margin-bottom: 10px;
}
.flow_section .flow_container dl .flow_question .flow_title {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
}
.flow_section .flow_container dl .flow_question .flow_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  color: #2e2f33;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 16px;
  border-radius: 9999px;
}
.flow_section .flow_container dl .flow_question .flow_btn.active .open {
  display: block;
}
.flow_section .flow_container dl .flow_question .flow_btn.active .close {
  display: none;
}
.flow_section .flow_container dl .flow_question .flow_btn .open {
  display: none;
}
.flow_section .flow_container dl .flow_question .flow_btn .close {
  display: block;
}
.flow_section .flow_container dl .flow_question .flow_btn .flow_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_section .flow_container dl .flow_question .flow_btn .flow_btn_inner p {
  margin-right: 4px;
}
.flow_section .flow_container dl .flow_answer {
  padding: 20px 40px;
  font-size: 15px;
  line-height: 26px;
  color: #2e2f33;
  background: #eef3fa;
}
.flow_section .flow_container dl .flow_answer p:not(:last-child) {
  margin-bottom: 1.7em;
}
.flow_section .flow_container .flow_arrow_container {
  margin: 10px 0;
  position: relative;
}
.flow_section .flow_container .flow_arrow_container .flow_arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.flow_section .flow_container .flow_arrow_container .flow_arrow_box img {
  display: block;
  width: 30px;
  height: auto;
}
.flow_section .flow_container .flow_arrow_container .flow_supplement {
  position: absolute;
  right: 0;
  width: calc(50% - 45px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
}
.flow_section .flow_container .flow_arrow_container .flow_supplement p {
  position: relative;
  padding-left: 20px;
}
.flow_section .flow_container .flow_arrow_container .flow_supplement p::before {
  content: "◀";
  color: #ef651b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.question_search {
  margin: 50px 0 30px;
}

.question_form {
  margin: 30px auto 0;
  width: 100%;
  max-width: 600px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question_form input[type=search] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  background: #ededed;
  width: calc(100% - 60px);
  height: 100%;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
}
.question_form input[type=image] {
  width: 60px;
  height: 60px;
  background: #2f64b3;
  padding: 16px;
}

.question_switch .switch_tab_area {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 23px;
}
.question_switch .switch_tab_area .switch_btn {
  width: 100%;
  background: #474b59;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.question_switch .switch_tab_area .switch_btn.active {
  background: #2f64b3;
}

.page-question .k_title_box {
  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;
}
.page-question .k_title_box .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #474b59;
  font-size: 15px;
}
.page-question .k_title_box .count .num {
  font-size: 26px;
  line-height: 100%;
  margin-right: 1px;
}

.question_pagenation {
  margin-top: -20px;
  margin-bottom: 50px;
}
.question_pagenation .pagenation {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.question_pagenation .pagenation .pagenation_item {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #ededed;
  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;
  color: #2e2f33;
  font-size: 18px;
}
.question_pagenation .pagenation .pagenation_item img {
  display: block;
  width: 10px;
  height: auto;
}
.question_pagenation .pagenation .pagenation_item.page:hover {
  background: #2f64b3;
  color: #fff;
}
.question_pagenation .pagenation .pagenation_item.current {
  background: #2f64b3;
  color: #fff;
}
.question_pagenation .pagenation .pagenation_item.page-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.question_pagenation .pagenation .pagenation_item.page-prev, .question_pagenation .pagenation .pagenation_item.page-next {
  background: transparent;
}
.question_pagenation .pagenation .pagenation_item.page-prev.disable, .question_pagenation .pagenation .pagenation_item.page-next.disable {
  opacity: 0.8;
  pointer-events: none;
}

.question_category {
  margin-bottom: 70px;
}
.question_category .category_lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 40px;
}
.question_category .category_lists .category_item {
  display: block;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #2f64b3;
}
.question_category .category_lists .category_item:hover {
  border: 1px solid #2f64b3;
}

.unsolved {
  padding-bottom: 50px;
}
.unsolved .k_section_ttl_small {
  font-size: 18px;
  font-weight: 500;
  color: #2e2f33;
  padding-bottom: 15px;
}
.unsolved .contact_form {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.unsolved .contact_form a {
  color: #2f64b3;
  text-decoration: underline;
}
.unsolved .contact_form a:hover {
  opacity: 0.8;
}

.category_page {
  margin-top: 50px;
}

.category-question {
  margin-top: 50px;
}
.category-question .lists_title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

.single_faq {
  padding-top: 50px;
  background: #f5f5f5;
}
.single_faq .question_content {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 100px;
}
.single_faq .question_content .ques_title {
  font-size: 26px;
  font-weight: 700;
  color: #2f64b3;
}
.single_faq .question_content .ques_text {
  font-size: 26px;
  font-weight: 700;
  color: #2e2f33;
  margin-top: 30px;
}
.single_faq .question_content .ans_title {
  font-size: 26px;
  color: #474b59;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single_faq .question_content .ans_text {
  margin-top: 30px;
  font-size: 26px;
  color: #2e2f33;
}
.single_faq .question_content .ans_text a {
  color: #2f64b3;
  text-decoration: underline;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.text_center {
  text-align: center;
}

.loading {
  margin: 20px 0;
  text-align: center;
}

.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid #2f64b3;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.error {
  text-align: center;
  margin: 20px 0;
}

.case {
  font-size: 18px;
  margin-bottom: 80px;
  margin-top: 50px;
}
.case .intro {
  background: #eef3fa;
  padding: 30px 0;
  margin-top: 40px;
}
.case .intro .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case .intro .img {
  max-width: 300px;
  width: 30%;
  margin-right: 35px;
}
.case .intro .img img {
  width: 100%;
}
.case .intro .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case .intro .content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.case .intro .content .tags > * {
  margin-right: 10px;
}
.case .intro .content .tags span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: #ef651b;
  border-radius: 50px;
  padding: 2px 15px;
}
.case .intro .content .tags strong {
  font-weight: 700;
}
.case .intro .content .title {
  font-weight: 700;
  font-size: 26px;
}
.case .intro .content .company {
  color: #835b20;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.case .intro .content .link {
  text-align: right;
  margin-top: 15px;
}
.case .intro .content .link a {
  color: #2f64b3;
  text-decoration: none;
  font-weight: 700;
}
.case .intro .content .link a:hover {
  text-decoration: underline;
}
.case .intro .content .link a img {
  width: 1em;
  margin-left: 5px;
  vertical-align: middle;
}
.case .review {
  margin-top: 50px;
}
.case .review .box {
  background: rgba(239, 101, 27, 0.08);
  border-radius: 10px;
  position: relative;
  padding: 50px;
}
.case .review .box::before, .case .review .box::after {
  color: #ef651b;
  position: absolute;
  font-size: 100px;
  line-height: 1;
  width: 36px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.case .review .box::before {
  content: "";
  top: 15px;
  left: 15px;
  background-image: url(../img/case/peaceful-morning/icon_quote_top.png);
}
.case .review .box::after {
  content: "";
  right: 15px;
  bottom: 15px;
  background-image: url(../img/case/peaceful-morning/icon_quote_bottom.png);
}
.case .review .box p {
  font-weight: 700;
  line-height: 1.8;
}
.case .review .box p:not(:last-child) {
  margin-bottom: 1.8em;
}
.case .section {
  margin-top: 50px;
}
.case .section .k_title_box {
  margin-bottom: 40px;
}
.case .section p {
  line-height: 1.8;
}
.case .section p:not(:last-child) {
  margin-bottom: 1.8em;
}
.case .section .video {
  margin: 20px auto 0;
  width: 600px;
}
.case .section .video .inner {
  height: 0;
  overflow: hidden;
  padding-top: 56.3333%;
  position: relative;
}
.case .section .video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case .section .note {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
.case .sns {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 40px;
}
.case .sns h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.case .sns ul {
  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;
}
.case .sns ul li {
  margin: 0 15px;
}
.case .sns ul li img {
  width: 40px;
}
.case .sns ul li a:hover {
  opacity: 0.8;
}
.case .bn_contact {
  margin-top: 60px;
}
.case .bn_contact a:hover {
  opacity: 0.8;
}
.case .bn_contact img {
  width: 100%;
}
.case .sub_section {
  margin-top: 60px;
}
.case .feature_list:not(:last-child) {
  margin-bottom: 20px;
}
.case .feature_list strong {
  color: #ef651b;
}
.case .feature_list strong em {
  font-size: 30px;
  font-style: normal;
  line-height: 1;
}
.case .feature_list li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.case .feature_list li::before {
  content: "・";
}
.case .ttl_blue {
  font-weight: 700;
  font-size: 20px;
  color: #2f64b3;
  margin-bottom: 10px;
}
.case .service_flow_wrapper {
  overflow: hidden;
}
.case .service_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -23px;
  margin-right: 23px;
}
.case .service_flow_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  font-weight: 700;
  height: 100px;
  position: relative;
}
.case .service_flow_item p {
  font-size: min(15px, 1.5vw);
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}
.case .service_flow_item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 23px;
  position: absolute;
  right: -23px;
  top: 0;
  z-index: -1;
}
.case .service_flow_item:nth-child(1) {
  background: #82a2d1;
  z-index: 5;
}
.case .service_flow_item:nth-child(1)::after {
  border-color: transparent transparent transparent #82a2d1;
}
.case .service_flow_item:nth-child(2) {
  background: #6d93ca;
  z-index: 4;
}
.case .service_flow_item:nth-child(2)::after {
  border-color: transparent transparent transparent #6d93ca;
}
.case .service_flow_item:nth-child(3) {
  background: #5983c2;
  z-index: 3;
}
.case .service_flow_item:nth-child(3)::after {
  border-color: transparent transparent transparent #5983c2;
}
.case .service_flow_item:nth-child(4) {
  background: #4474bb;
  z-index: 2;
}
.case .service_flow_item:nth-child(4)::after {
  border-color: transparent transparent transparent #4474bb;
}
.case .service_flow_item:nth-child(5) {
  background: #2f64b3;
  z-index: 1;
}
.case .service_flow_item:nth-child(5)::after {
  border-color: transparent transparent transparent #2f64b3;
}
.case .service_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin: 40px -10px 0;
}
.case .service_features_item {
  border: 2px solid #ef651b;
  height: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  font-weight: 700;
  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;
  text-align: center;
}
.case .service_features_item p {
  font-size: min(22px, 2.3vw);
}
.case .service_features_item span {
  color: #ef651b;
}
.case .btn_signup_wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case .btn_signup_wrapper p {
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}
.case .btn_signup {
  background: #ef651b;
  color: #fff;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 310px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
}
.case .btn_signup:hover {
  background: rgba(239, 101, 27, 0.8);
}
.case .k_sub_section_ttl {
  background: #2f64b3;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  padding: 4px;
}
.case .consultant_quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -30px;
}
.case .consultant_quality_item {
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case .consultant_quality_item .title {
  border-left: 5px solid #2f64b3;
  padding-left: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}
.case .consultant_quality_item .title strong {
  font-size: 24px;
}
.case .consultant_quality_item img {
  max-width: 355px;
  width: 100%;
}
.case .theme_purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}
.case .theme_purpose_item {
  position: relative;
  padding-left: 30px;
}
.case .theme_purpose_item .title {
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 30px;
}
@media (max-width: 1040px) {
  .case .theme_purpose_item .title {
    font-size: 2.15vw;
  }
}
.case .theme_purpose_item .img img {
  width: 100%;
}
@media (min-width: 751px) {
  .case .sp_only {
    display: none !important;
  }
}

.fixed-buttons {
  position: sticky;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
}
.fixed-buttons_button {
  height: 60px;
  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-preferred-size: 410px;
      flex-basis: 410px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}
.fixed-buttons_button-primary {
  background: #2f64b3;
  color: #fff;
}
.fixed-buttons_button-primary:hover, .fixed-buttons_button-primary:active {
  background: rgba(47, 100, 179, 0.8);
  color: #fff;
}
.fixed-buttons_button-secondary {
  border: 2px solid #2f64b3;
  background: #fff;
  color: #2f64b3;
}
.fixed-buttons_button-secondary:hover, .fixed-buttons_button-secondary:active {
  opacity: 0.8;
  color: #2f64b3;
}

.request-document_section {
  margin-top: 50px;
  padding-bottom: 50px;
}
.request-document_section img {
  max-width: 100%;
}
.request-document_section .page_title_text {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.request-document_section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.request-document_section .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.request-document_section .row .col-side {
  padding-right: 10px;
}
.request-document_section .row .col-side .col_container {
  max-width: 410px;
}
.request-document_section .row .col-form {
  padding-left: 10px;
}
.request-document_section .row .col-form .col_container {
  max-width: 370px;
}
.request-document_section .row .col_container {
  margin: 0 auto;
}
.request-document_section .side_section:not(:last-child) {
  margin-bottom: 30px;
}
.request-document_section .side_section_title {
  font-size: 16px;
  color: #2f64b3;
  font-weight: 600;
  margin-bottom: 10px;
}
.request-document_section .side_section_text {
  font-size: 14px;
}
.request-document_section .side_section_media {
  width: 310px;
  margin: 20px auto 0;
}
.request-document_section .side_section_media-video .video-wrap {
  position: relative;
  height: 0;
  padding-top: 55.5911%;
}
.request-document_section .side_section_media-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.request-document_section .form_group {
  margin-bottom: 30px;
}
.request-document_section .form_group_label {
  font-size: 13px;
  margin-bottom: 10px;
}
.request-document_section .form_group_label a {
  color: #2f64b3;
  text-decoration: underline;
}
.request-document_section .form_group_label a:hover {
  text-decoration: none;
}
.request-document_section .form_group_input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.request-document_section .form_group_input-row .form_input {
  margin: 0 5px;
}
.request-document_section .form_input {
  height: 40px;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 14px;
  border: 1px solid #f5f5f5;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
}
.request-document_section .form_checkbox {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.request-document_section .form_checkbox:checked ~ .form_checkbox_label::before {
  border-color: #2f64b3;
  background-color: #2f64b3;
  color: #fff;
}
.request-document_section .form_checkbox:checked ~ .form_checkbox_label::after {
  opacity: 1;
}
.request-document_section .form_checkbox_label {
  font-size: 13px;
  padding-left: 30px;
  position: relative;
  margin-left: 40px;
}
.request-document_section .form_checkbox_label_interested {
  margin-left: 0;
}
.request-document_section .form_checkbox_label::before {
  content: "";
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
}
.request-document_section .form_checkbox_label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_check.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: 2px;
  opacity: 0;
}
.request-document_section .required {
  padding-left: 40px;
  position: relative;
}
.request-document_section .required::before {
  content: "必須";
  display: inline-block;
  color: #ef651b;
  background: rgba(239, 101, 27, 0.15);
  border-radius: 2px;
  padding: 1px 5px;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 0;
}
.request-document_section .form_submit {
  text-align: center;
}
.request-document_section .form_submit_button {
  background: #2f64b3;
  width: 100%;
  max-width: 100%;
  height: 50px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
  border-radius: 4px;
}
.request-document_section .form_submit_button:hover {
  background: #29589e;
}
.request-document_section .invalid-feedback {
  font-size: 14px;
  margin-top: 5px;
  color: #e60033;
  font-weight: bold;
}
.request-document_section .alert {
  min-height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
}
.request-document_section .alert i {
  margin-right: 8px;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
.request-document_section .alert i.bi-x {
  margin-right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.request-document_section .alert--success {
  background: rgba(52, 186, 154, 0.7);
  color: #fff;
}
.request-document_section .alert--danger {
  background: #f27676;
  color: #fff;
}
.request-document_section .error-list.top {
  margin-bottom: 20px;
}
.request-document_section .error-list.bottom {
  margin: 20px 0;
}
.request-document_section .error-list_item {
  font-size: 14px;
  color: #e60033;
  font-weight: bold;
}
.request-document_section .error-list_item::before {
  content: "・";
  display: inline;
}
.request-document_section .loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 75, 89, 0.8);
  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;
  margin: 0;
}
.request-document_section .loading_spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
  border: 5px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.request-document_section .fade-enter-active,
.request-document_section .fade-leave-active {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.request-document_section .fade-enter,
.request-document_section .fade-leave-to {
  opacity: 0;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  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;
}

.modal-container {
  margin: 0px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 10px;
  max-height: calc(100% - 40px);
  width: min(800px, 100% - 40px);
  overflow: auto;
  position: relative;
}

.modal-close {
  position: sticky;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 2;
}
.modal-close img {
  width: 40px;
  height: 40px;
  margin-right: -10px;
  margin-top: -10px;
  cursor: pointer;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-wrapper,
.modal-leave-active .modal-wrapper {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.term-box {
  font-size: 13px;
}
.term-box__inner {
  overflow: auto;
}
.term-box h3 {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
}
.term-box ol,
.term-box ul,
.term-box p,
.term-box dl {
  margin-bottom: 1.5em;
}
.term-box dl dt {
  font-weight: normal;
}
.term-box__inner > ol > li > dl > dt {
  font-weight: bold;
}
.term-box .section {
  counter-reset: section1 section2 new-count;
  list-style: none;
  padding-left: 0;
}
.term-box .section > li > dl > dt {
  margin-bottom: 10px;
}
.term-box .section > li > dl > dt:not(.no-count, .new-count)::before {
  counter-increment: section1;
  content: "第" counter(section1) "章";
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}
.term-box .section > li > dl > dt.new-count::before {
  counter-increment: new-count;
  content: counter(new-count) ".";
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}
.term-box .article {
  list-style: none;
  padding-left: 0;
}
.term-box .article > li > dl > dt:not(.new-count)::before {
  counter-increment: section2;
  content: "第" counter(section2) "条";
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}
.term-box .article > li > dl > dt.new-count::before {
  counter-increment: new-count;
  content: counter(new-count) ".";
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
}
.term-box ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.term-box .decimal-parentheses {
  counter-reset: decimal-parentheses;
  list-style: none;
  padding-left: 32px;
  margin: 0;
}
.term-box .decimal-parentheses > li {
  position: relative;
}
.term-box .decimal-parentheses > li::before {
  counter-increment: decimal-parentheses;
  content: "(" counter(decimal-parentheses) ")";
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5em;
  position: absolute;
  -webkit-transform: translateX(calc(-100% - 5px));
          transform: translateX(calc(-100% - 5px));
}
.term-box .decimal {
  list-style-type: decimal;
  padding-left: 24px;
}
.term-box .circle-decimal {
  padding-left: 1.3em;
  text-indent: -1.3em;
  list-style: none;
}
.term-box a {
  color: var(--gray-1);
}
.term-box p {
  margin: 0;
}
.term-box h4 {
  font-size: 13px;
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

@media (max-width: 750px) {
  /* body {
    padding-top: 60px;
  } */
  .inner {
    padding: 0;
  }
  .section_title {
    font-size: 24px;
  }
  .question {
    margin-bottom: 35px;
    padding: 0 10px;
  }
  .question .question_lsits li a .text {
    font-size: 16px;
    line-height: 23px;
  }
  .question .more_btn_wrap {
    text-align: center;
  }
  .question .more_btn_wrap a {
    font-size: 15px;
  }
  .question .more_btn_wrap a:hover {
    opacity: 0.8;
  }
  .ham_btn {
    display: block;
    background: #2f64b3;
    height: 60px;
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    cursor: pointer;
  }
  .ham_btn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
  }
  .ham_btn span:nth-of-type(1) {
    top: 21px;
  }
  .ham_btn span:nth-of-type(2) {
    top: 29px;
  }
  .ham_btn span:nth-of-type(3) {
    top: 37px;
  }
  .ham_btn.active {
    background: transparent;
  }
  .ham_btn.active span {
    background: #2f64b3;
  }
  .ham_btn.active span:nth-of-type(1) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .ham_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .ham_btn.active span:nth-of-type(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page_title {
    font-size: 24px;
  }
  /* header {
    height: 60px;
  }
  header .inner {
    position: relative;
    padding: 0;
  }
  header .inner .logo {
    padding-left: 20px;
    width: 118px;
  }
  header .inner .menu_container {
    gap: 10px;
  }
  header .inner .menu_container .menu_lists {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    height: calc(100vh - 60px);
    width: 100vw;
    background: #fff !important;
  }
  header .inner .menu_container .menu_lists li {
    height: initial;
    display: block;
    font-size: 15px;
    font-weight: 700;
  }
  header .inner .menu_container .menu_lists li a {
    display: block;
    padding: 13px 30px;
    border-bottom: 1px solid #e0e0e0;
  }
  header .inner .menu_container .menu_lists li:hover::after {
    content: none;
  }
  header .inner .menu_container .menu_lists li.active a {
    color: #2f64b3;
  }
  header .inner .menu_container .menu_lists li.active::after {
    content: none;
  }
  header .inner .menu_container .login_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  header .inner .menu_container .login_lists li {
    font-size: 13px;
  }
  header .inner .menu_container .login_lists li .btn {
    color: #fff;
    padding: 0;
    width: 70px;
    height: 40px;
    border-radius: 6px;
    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: 1px solid #e0e0e0;
  }
  header .inner .menu_container .login_lists li.member .btn {
    color: #ef651b;
    background: transparent;
  }
  header .inner .menu_container .login_lists li.member .btn:hover {
    color: rgba(239, 101, 27, 0.8);
    background: transparent;
  }
  header .inner .menu_container .login_lists li.login .btn {
    color: #2f64b3;
    background: transparent;
  }
  header .inner .menu_container .login_lists li.login .btn:hover {
    color: rgba(47, 100, 179, 0.8);
    background: transparent;
  } */
  .top_news_section {
    background: #e2f1ff;
    padding: 10px 14px;
  }
  .top_news_section .top_news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .top_news_section .top_news .category {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #2f64b3;
    padding: 0;
    background: transparent;
  }
  .top_news_section .top_news .date {
    font-size: 11px;
  }
  .top_news_section .top_news .text {
    font-size: 11px;
  }
  .top_main_visual_wrapper .top_main_visual {
    background: url(../img/img_mv_sp.png) right center no-repeat;
    background-size: auto 100%;
  }
  .top_main_visual_wrapper .top_main_visual .inner {
    height: 65vw;
    padding: 0 30px;
  }
  .top_main_visual_wrapper .top_main_visual .top_main_content_text {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .top_main_visual_wrapper .top_main_visual .top_main_content_catch {
    font-size: 6.1333333vw;
  }
  .top_main_visual_wrapper .top_main_visual .top_main_heading {
    margin-top: 6.4vw;
  }
  .top_main_visual_wrapper .top_main_visual .top_main_heading small {
    font-size: 3.466666vw;
  }
  .top_main_visual_wrapper .top_main_visual .top_main_heading img {
    margin-top: 2.3333vw;
    width: 78.9333vw;
  }
  .top_service {
    padding: 40px 0;
  }
  .top_service .inner {
    padding: 0 30px;
  }
  .top_service .section_title {
    margin-bottom: 30px;
  }
  .top_service .service_list {
    display: block;
    margin: 0;
  }
  .top_service .service_item {
    margin: 0;
    width: 100%;
  }
  .top_service .service_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .top_service .service_item_text {
    text-align: center;
  }
  .top_pickup {
    padding: 40px 0;
  }
  .top_pickup .inner {
    padding: 0 30px;
  }
  .top_pickup .case_lists {
    margin: 10px -30px 0;
  }
  .top_pickup .case_lists .case_item {
    padding: 10px;
    width: 100%;
    margin: 0 20px;
  }
  .top_pickup .case_lists .case_item .case_text {
    margin: 20px 20px 0;
  }
  .top_pickup .case_lists .case_item .case_video {
    margin: 20px 20px 0;
    width: calc(100% - 40px);
    padding-top: 49.1%;
  }
  .top_pickup .pickup_slider .slick-list {
    padding: 20px 0;
  }
  .top_info {
    padding: 44px 0 50px;
  }
  .top_info .news_lists {
    margin-top: 30px;
  }
  .top_info .news_lists li {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
  .top_info .news_lists li .news_item_wrapper {
    display: block;
    padding: 0 20px;
  }
  .top_info .news_lists li .news_item_wrapper .text {
    margin-left: 0;
    margin-top: 10px;
  }
  /* footer .footer_menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_menu:last-child li:first-child {
    border-left: none;
  }
  footer .footer_menu li:not(:first-child) {
    border-left: 1px solid #ededed;
  } */
  .k_title_box .k_section_ttl {
    font-size: 20px;
  }
  .k_main .k_main_top .inner {
    background-image: url(../img/main_img.png);
    background-position: 75% 0;
    background-size: 400%;
    padding: 34px 40px 33px;
    text-align: center;
  }
  .k_main .k_main_top .title_top {
    font-size: 13px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .k_main .k_main_top .title_main {
    font-size: 15px;
    line-height: 40px;
  }
  .k_main .k_main_top .title_main .k_br {
    display: block;
  }
  .k_main .k_main_top .title_main .servise_title {
    font-size: 24px;
    line-height: 30px;
  }
  .k_main .k_main_search {
    padding: 20px 20px;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .k_what {
    margin: 40px 0;
    padding: 0 10px;
  }
  .k_method {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .k_method .k_method_lists li {
    display: block;
  }
  .k_method .k_method_lists li .img_box {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .k_method .k_method_lists li .img_box img {
    max-width: 270px;
  }
  .k_method .k_method_lists li .text_box h3 {
    font-size: 22px;
  }
  .k_method .k_method_lists li .text_box p {
    font-size: 15px;
  }
  .k_feature {
    margin-bottom: 40px;
  }
  .k_feature .inner {
    padding: 0 10px;
  }
  .k_feature .feature_lists li {
    padding: 20px;
    display: block;
  }
  .k_feature .feature_lists li .text_box {
    width: 100%;
  }
  .k_feature .feature_lists li .img_box {
    margin-top: 30px;
    width: 100%;
  }
  .k_feature .feature_table {
    margin-top: 30px;
    display: block;
  }
  .k_feature .feature_table .feature_table_text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .k_feature .feature_table .feature_table_text p:after {
    content: "▼";
  }
  .guide_section {
    margin-top: 40px;
  }
  .guide_section .inner {
    padding: 0 20px;
  }
  .guide_section .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 30px;
  }
  .flow_section {
    margin: 40px 0 50px;
  }
  .flow_section .inner {
    padding: 0 20px;
  }
  .flow_section .flow_container {
    margin-top: 40px;
  }
  .flow_section .flow_container dl .flow_question {
    padding: 10px 20px;
  }
  .flow_section .flow_container dl .flow_question .phase {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .flow_section .flow_container dl .flow_question .flow_title {
    font-size: 22px;
    line-height: 28px;
  }
  .flow_section .flow_container dl .flow_question .flow_btn {
    margin-top: 15px;
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    width: 100%;
  }
  .flow_section .flow_container dl .flow_question .flow_btn .flow_btn_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow_section .flow_container dl .flow_answer {
    padding: 20px;
  }
  .flow_section .flow_container .flow_arrow_container .flow_arrow_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flow_section .flow_container .flow_arrow_container .flow_supplement {
    width: calc(100% - 35px);
    font-size: 15px;
  }
  .question_search {
    margin: 40px 0;
  }
  .question_search .inner {
    padding: 0 10px;
  }
  .question_search .question_form {
    margin: 40px auto;
  }
  .page-question {
    margin-bottom: 50px;
  }
  .question_switch {
    display: none;
  }
  .question_category {
    margin-bottom: 50px;
  }
  .question_category .inner {
    padding: 0 10px;
  }
  .question_category .category_lists {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .unsolved .inner {
    padding: 0 10px;
  }
  .unsolved .contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    gap: 10px;
  }
  .category_page {
    margin-top: 40px;
  }
  .category-question {
    margin-top: 40px;
  }
  .question_pagenation {
    padding: 0 10px;
  }
  .single_faq_inner {
    padding: 0 10px;
  }
  .single_faq {
    padding-top: 20px;
  }
  .single_faq .question_content {
    margin-bottom: 34px;
    padding: 40px 10px;
  }
  .single_faq .question_content .ques_title {
    font-size: 18px;
  }
  .single_faq .question_content .ques_text {
    font-size: 20px;
  }
  .single_faq .question_content .ans_title {
    margin-top: 30px;
    font-size: 18px;
  }
  .single_faq .question_content .ans_text {
    margin-top: 20px;
    font-size: 20px;
  }
  .case {
    margin-top: 40px;
    font-size: 15px;
  }
  .case .inner {
    padding: 0 10px;
  }
  .case .intro {
    padding: 20px 0;
  }
  .case .intro .inner {
    display: block;
  }
  .case .intro .content .title {
    font-size: 22px;
  }
  .case .intro .img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .case .review .box {
    padding: 40px 30px;
  }
  .case .review .box::before, .case .review .box::after {
    width: 26px;
    height: 22px;
  }
  .case .section {
    margin-top: 40px;
  }
  .case .section .k_title_box {
    margin-bottom: 20px;
  }
  .case .section .video {
    width: 100%;
  }
  .case .bn_contact {
    margin-top: 40px;
  }
  .case .sub_section {
    margin-top: 40px;
  }
  .case .sub_section .k_sub_section_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .case .ttl_blue {
    font-size: 18px;
  }
  .case .sns h3 {
    font-size: 16px;
  }
  .case .sns ul li {
    margin: 0 10px;
  }
  .case .service_flow {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .case .service_flow_item p {
    font-size: 18px;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .case .service_flow_item::after {
    border-width: 20px 30px 0 30px;
    right: calc(50% - 30px);
    bottom: -20px;
    top: auto;
  }
  .case .service_flow_item:nth-child(1)::after {
    border-color: #82a2d1 transparent transparent transparent;
  }
  .case .service_flow_item:nth-child(2)::after {
    border-color: #6d93ca transparent transparent transparent;
  }
  .case .service_flow_item:nth-child(3)::after {
    border-color: #5983c2 transparent transparent transparent;
  }
  .case .service_flow_item:nth-child(4)::after {
    border-color: #4474bb transparent transparent transparent;
  }
  .case .service_flow_item:nth-child(5)::after {
    border-color: #2f64b3 transparent transparent transparent;
  }
  .case .service_features {
    margin: 20px 0 0 0;
    display: block;
  }
  .case .service_features_item {
    margin: 0 0 20px 0;
  }
  .case .service_features_item p {
    font-size: 18px;
  }
  .case .btn_signup_wrapper {
    margin-top: 30px;
  }
  .case .consultant_quality {
    margin-top: 30px;
    display: block;
    margin-left: 0;
  }
  .case .consultant_quality_item {
    padding-left: 0;
  }
  .case .consultant_quality_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .case .consultant_quality_item .title {
    font-size: 16px;
  }
  .case .consultant_quality_item .title strong {
    font-size: 20px;
  }
  .case .consultant_quality_item img {
    max-width: none;
  }
  .case .theme_purpose {
    display: block;
    margin-left: 0;
  }
  .case .theme_purpose_item {
    padding-left: 0;
  }
  .case .theme_purpose_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .case .theme_purpose_item .title {
    left: 0;
    font-size: 4.4vw;
  }
  .case .pc_only {
    display: none !important;
  }
  .fixed-buttons {
    height: 70px;
  }
  .fixed-buttons_button {
    font-size: 14px;
    margin: 0 5px;
    height: 50px;
  }
  .fixed-buttons_button span {
    display: none;
  }
  .request-document_section {
    margin: 40px 0;
  }
  .request-document_section .inner {
    padding: 0 20px;
  }
  .request-document_section .page_title_text {
    margin: 40px 0;
  }
  .request-document_section .row {
    display: block;
  }
  .request-document_section .col {
    width: 100% !important;
    padding: 0 !important;
  }
  .request-document_section .col:not(:last-child) {
    margin-bottom: 50px;
  }
  .request-document_section .side_section_media {
    width: 100%;
  }
}
