*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "BIZ UDPGothic";
  background-color: #fff;
  color: #333;
  scroll-behavior: smooth;
  line-height: 1;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.pc {
  display: block;
}
img.sp {
  display: none;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.container {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 40px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
header .header.active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
header .header.active .header_left_menu ul li a {
  color: #333;
}
header .header.active .header_left_logo {
  display: none;
}
header .header.active .header_left_logo_float {
  display: block;
}
header .header.active .header_right_hamburger span {
  background: #0c74bd;
}
header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_left_logo a img {
  width: 100%;
  max-width: 140px;
}
header .header_left_logo_float {
  display: none;
}
header .header_left_logo_float a img {
  width: 100%;
  max-width: 140px;
}
header .header_left_catch p {
  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;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: #202940;
  margin-left: 16px;
  background: #e9eff2;
  border-radius: 4px;
  padding: 2px 12px;
}
header .header_right_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_right_menu_contact a {
  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;
  padding: 12px;
  margin: 0 0px 0 8px;
  max-width: 100%;
  width: 160px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #0c74bd;
  background: #fff;
}
header .header_right_menu_contact a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .header_right_menu_download a {
  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;
  padding: 12px;
  margin: 0 0px 0 8px;
  max-width: 100%;
  width: 200px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border: 1px solid #fe7d26;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
header .header_right_menu_download a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6600),
    to(#e55c00)
  );
  background: linear-gradient(180deg, #ff6600 0%, #e55c00 100%);
  opacity: 1;
}
header .header_right_hamburger {
  display: none;
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
header .header_right_hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0c74bd;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_right_hamburger span:nth-child(1) {
  top: 0;
}
header .header_right_hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .header_right_hamburger span:nth-child(3) {
  bottom: 0;
}
header .header_right_hamburger.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
header .header_right_hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .header_right_hamburger.active span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
header .header_fixed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 305px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0);
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .header_fixed.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
header .header_fixed_bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
header .header_fixed_bg.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: auto;
}
header .header_fixed_cont {
  position: relative;
}
header .header_fixed_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
header .header_fixed_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
header .header_fixed_logo a img {
  width: 100%;
  max-width: 105px;
}
header .header_fixed_catch p {
  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;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #202940;
  background: #e9eff2;
  border-radius: 4px;
  font-size: 10px;
  padding: 2px 4px;
  margin-left: 8px;
}
header .header_fixed_buttons {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}
header .header_fixed_buttons_contact a {
  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;
  padding: 16px 8px;
  margin: 0 auto;
  max-width: 100%;
  width: 240px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  font-size: 16px;
  color: #0c74bd;
  background: #fff;
  margin-bottom: 16px;
}
header .header_fixed_buttons_contact a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .header_fixed_buttons_download a {
  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;
  padding: 16px 8px;
  margin: 0 auto;
  max-width: 100%;
  width: 240px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
}
header .header_fixed_buttons_download a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6600),
    to(#e55c00)
  );
  background: linear-gradient(180deg, #ff6600 0%, #e55c00 100%);
  opacity: 1;
}
header .header_fixed_buttons_download a span {
  font-size: 10px;
}
header .fv {
  /*
  background-image: url("../img/fv_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  position: relative;
  overflow: hidden;
  padding: 140px 0 80px;
}
header .fv_bg {
  display: block;
}
header .fv_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; /* 背景に配置 */
}
header .fv_spbg {
  display: none;
}
header .fv_spbg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; /* 背景に配置 */
}
header .fv_wrap {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
header .fv_wrap.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
header .fv_title h1 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #00118c;
}
header .fv_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .fv_logos_logo {
  max-width: 175px;
  margin-right: 5px;
}
header .fv_logos_logo img {
  width: 100%;
  max-width: 100%;
}
header .fv_logos_catch p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #202940;
  margin-left: 10px;
  background: #fff;
  border-radius: 4px;
  padding: 2px 12px;
}
header .fv_desc {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #202940;
  margin: 0px 0px;
}
header .fv_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}
header .fv_btns_download a {
  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;
  padding: 15px;
  margin: 0 0px 0 0;
  max-width: 100%;
  width: 240px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border: 1px solid #fe7d26;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
}
header .fv_btns_download a span {
  font-size: 17px;
}
header .fv_btns_download a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6600),
    to(#e55c00)
  );
  background: linear-gradient(180deg, #ff6600 0%, #e55c00 100%);
  opacity: 1;
}
header .fv_btns_contact a {
  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;
  padding: 15px;
  margin: 0 0px 0 16px;
  max-width: 100%;
  width: 240px;
  border: 1px solid #b5b5b5;
  background: #fff;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #0c74bd;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
}
header .fv_btns_contact a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .fv_cert {
  margin-top: 50px;
  max-width: 160px;
}
header .fv_cert img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
header .fv2 {
  position: relative;
  background-image: url("../img/fv2_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 0 0;
  min-height: 780px;
  display: none;
}
header .fv2_wrap {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  display: block;
  top: 390px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
header .fv2_wrap.active {
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
header .fv2_img {
  position: absolute;
  max-width: 540px;
  display: block;
  top: 50%;
  left: 1180px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
header .fv2_img img {
  max-width: 540px;
}
header .fv2_title h1 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  color: #00118c;
}
header .fv2_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .fv2_logos_logo {
  max-width: 175px;
  margin-right: 5px;
}
header .fv2_logos_logo img {
  width: 100%;
  max-width: 100%;
}
header .fv2_logos_catch p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #202940;
  margin-left: 10px;
  background: #fff;
  border-radius: 4px;
  padding: 2px 12px;
}
header .fv2_desc {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #202940;
  margin: 0px 0px;
}
header .fv2_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px;
}
header .fv2_btns_download a {
  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;
  padding: 15px;
  margin: 0 0px 0 0;
  max-width: 100%;
  width: 240px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border: 1px solid #fe7d26;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
}
header .fv2_btns_download a span {
  font-size: 17px;
}
header .fv2_btns_download a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6600),
    to(#e55c00)
  );
  background: linear-gradient(180deg, #ff6600 0%, #e55c00 100%);
  opacity: 1;
}
header .fv2_btns_contact a {
  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;
  padding: 15px;
  margin: 0 0px 0 16px;
  max-width: 100%;
  width: 240px;
  border: 1px solid #b5b5b5;
  background: #fff;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #0c74bd;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
}
header .fv2_btns_contact a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .fv2_cert {
  margin-top: 100px;
  max-width: 180px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
header .fv2_cert img {
  width: 100%;
  max-width: 100%;
}
header .banners {
  overflow: hidden;
  margin: 20px 0;
}
header .banners_top,
header .banners_bottom {
  position: relative;
  width: 4040px;
}
header .banners_top ul,
header .banners_bottom ul {
  margin: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .banners_top ul li,
header .banners_bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 34px;
  margin: 0px 12px;
}
header .banners_top ul li img,
header .banners_bottom ul li img {
  width: 100%;
  max-width: 100%;
}
header .banners_top {
  width: 6160px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: banner_scroll_top 50s linear infinite;
  animation: banner_scroll_top 50s linear infinite;
}
header .banners_bottom {
  width: 2780px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: banner_scroll_bottom 45s linear infinite;
  animation: banner_scroll_bottom 45s linear infinite;
}

main .features {
  background: #fff;
  padding: 120px 0;
  position: relative;
}
main .features_title h2 {
  display: block;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #202940;
}
main .features_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .features_list {
  max-width: 960px;
  width: 90%;
  margin: 100px auto 0;
}
main .features_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .features_list_item.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
main .features_list_item_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 560px;
  width: 100%;
  margin-left: 40px;
}
main .features_list_item_img img {
  width: 100%;
}
main .features_list_item_txt {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  max-width: 560px;
  width: 100%;
}
main .features_list_item_txt span {
  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-bottom: 8px;
  width: 40px;
  height: 40px;
  background: #0414d5;
  color: #fff;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
main .features_list_item_txt h3 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #202940;
  margin-bottom: 8px;
}
main .features_list_item_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #202940;
}
main .features_list_item:last-child {
  margin-bottom: 0;
}
main .service {
  background: #f6f9fa;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
main .service_title h2 {
  display: block;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #202940;
}
main .service_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .service_desc {
  margin: 60px auto 40px;
}
main .service_desc p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
main .service_desc p em {
  font-style: normal;
  display: block;
  padding-top: 8px;
  font-size: 14px;
}
main .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  width: 95%;
}
main .service_list_item {
  width: 48%;
  max-width: 460px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .service_list_item.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
main .service_list_item_head {
  padding: 24px 12px 12px;
  background: #122c55;
  color: #fff;
}
main .service_list_item_head_title h3 {
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
main .service_list_item_head_fukidashi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  border-radius: 999px;
  margin: 16px auto 12px;
  /*
  &:before{
      content:"";
      position:absolute;
      width:18px;
      height:18px;
      background:#fff;
      top:-6px;
      left:50%;
      transform:translateX(-50%) rotate(45deg);
  }
  */
}
main .service_list_item_head_fukidashi:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: -18px;
  left: 50%;
  background: transparent;
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
main .service_list_item_head_fukidashi p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #202940;
}
main .service_list_item_head.blue {
  background: #0414d5;
}
main .service_list_item_body {
  padding: 20px;
}
main .service_list_item_body_img {
  width: 100%;
  max-width: 520px;
  max-height: 180px;
  margin: 0 auto;
}
main .service_list_item_body_img img {
  width: 100%;
}
main .service_list_item_body_checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 20px 0;
}
main .service_list_item_body_checklist ul li {
  display: block;
  margin: 0 0 12px;
  width: 100%;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #202940;
  padding-left: 28px;
}
main .service_list_item_body_checklist ul li:before {
  content: "";
  position: absolute;
  background: #0414d5;
  width: 1px;
  height: 7px;
  left: 6px;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main .service_list_item_body_checklist ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 13px;
  top: 7px;
  background: #0414d5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .service_list_item_body_checklist ul li:last-child {
  margin-bottom: 0;
}
main .service_list_item_body_detitle {
  margin-bottom: 40px;
}
main .service_list_item_body_detitle a {
  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;
  padding: 15px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #0c74bd;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
}
main .service_list_item_body_detitle a:hover {
  background: #f6f9fa;
  opacity: 1;
}
main .service_list_item_body_detitle a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/arrow_right_alt.svg") no-repeat center;
  background-size: contain;
  margin-left: 8px;
}
main .service_list_item_body_detail {
  background: #f6f9fa;
  padding: 40px 20px 10px;
}
main .service_list_item_body_detail_title h5 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #202940;
  margin: 0;
  margin-bottom: 32px;
}
main .service_list_item_body_detail_list_item {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
main .service_list_item_body_detail_list_item_img {
  max-width: 150px;
  width: 100%;
  margin: 0;
}
main .service_list_item_body_detail_list_item_img img {
  width: 100%;
  height: auto;
}
main .service_list_item_body_detail_list_item_content {
  width: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 16px;
}
main .service_list_item_body_detail_list_item_arrow {
  background: none;
  max-width: 100%;
  width: 100%;
  height: inherit;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 8px auto;
}
main .service_list_item_body_detail_list_item_arrow p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #202940;
}
main .service_list_item_body_detail_list_item_arrow p span {
  font-family: "Prompt";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  font-size: 14px;
  background: #202940;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
main .service_list_item_body_detail_list_item_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  color: #202940;
}
main
  .service_list_item:last-child
  .service_list_item_body_checklist
  ul
  li:before {
  background: #202940;
}
main
  .service_list_item:last-child
  .service_list_item_body_checklist
  ul
  li:after {
  background: #202940;
}
main .service_list_item:last-child .service_list_item_body_detail {
  background: #f6f5f1;
}
main .service_list_item:last-child .service_list_item_body_detail_list_item {
  margin-bottom: 16px;
}
main .voice {
  background: #ffffff;
  padding: 120px 0 0px;
  position: relative;
}
main .voice_title h2 {
  display: block;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #202940;
}
main .voice_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .voice_list {
  max-width: 1160px;
  width: 95%;
  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;
  margin: 60px auto 0;
}
main .voice_list_item {
  width: 31%;
  max-width: 360px;
  position: relative;
  margin-bottom: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1254901961);
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .voice_list_item.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
main .voice_list_item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
main .voice_list_item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
main .voice_list_item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
main .voice_list_item_img {
  width: 100%;
}
main .voice_list_item_img img {
  width: 100%;
}
main .voice_list_item_logo {
  max-width: 200px;
  margin: 0;
  margin-bottom: 8px;
  padding: 20px 20px 0 20px;
}
main .voice_list_item_logo img {
  width: 100%;
}
main .voice_list_item_name {
  padding: 0px 20px;
  margin: 8px 0 12px;
}
main .voice_list_item_name p {
  /* Desktop/Body_S */
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #202940;
}
main .voice_list_item_title {
  padding: 0px 20px;
  margin: 0 0 12px;
}
main .voice_list_item_title p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #202940;
}
main .voice_list_item_tag {
  padding: 0px 20px;
  margin: 0 0 4px;
}
main .voice_list_item_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main .voice_list_item_tag ul li {
  margin: 0 8px 8px 0;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #0414d5;
  border: 1px solid #0414d5;
  padding: 6px 8px;
  background: #fff;
}
main .voice_list_item_txt {
  padding: 0px 20px 20px;
  margin: 0 0 4px;
}
main .voice_list_item_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #202940;
}
main .user {
  background: #f6f9fa;
  padding: 120px 0 80px;
  position: relative;
}
main .user_title h2 {
  display: block;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #202940;
}
main .user_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .user_list {
  max-width: 1200px;
  width: 95%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .user_list_item {
  width: 25%;
  border-right: 1px solid #e5e5e5;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .user_list_item.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
main .user_list_item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
main .user_list_item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
main .user_list_item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
main .user_list_item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
main .user_list_item:last-child {
  border-right: none;
}
main .user_list_item_img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
main .user_list_item_img img {
  width: 100%;
  border-radius: 999px;
}
main .user_list_item_employ p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  color: #202940;
  margin: 16px 0 0px;
}
main .user_list_item_current p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #202940;
  margin: 0px 0 16px;
}
main .user_list_item_desc p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #202940;
  margin: 16px 0;
  padding: 0 20px;
}
main .register {
  background: #0414d5;
  padding: 80px 0;
}
main .register_wrap {
  max-width: 1160px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
main .register_left {
  max-width: 560px;
  width: 50%;
}
main .register_left_title p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}
main .register_left_img {
  margin: 16px auto 40px;
}
main .register_left_img img {
  width: 100%;
  max-width: 100%;
}
main .register_left_box {
  border: 1px solid rgba(255, 255, 255, 0.5333333333);
  padding: 20px;
}
main .register_left_box_title h3 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}
main .register_left_box_checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 20px 0 0;
  position: relative;
}
main .register_left_box_checklist ul li {
  width: 100%;
  position: relative;
  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;
  margin: 0 0 12px;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  padding-left: 30px;
}
main .register_left_box_checklist ul li:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 8px;
  left: 6px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main .register_left_box_checklist ul li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  left: 13px;
  top: 7px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main .register_left_box_checklist ul li:last-child {
  margin-bottom: 0;
}
main .register_right {
  background: #fff;
  max-width: 560px;
  margin-left: 40px;
  width: 50%;
  border-radius: 8px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
main .register_right_form {
  width: 100%;
}
main .register_right_form_notice {
  position: relative;
  width: 100%;
}
main .register_right_form_notice p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #202940;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #e60021;
}
main .register_right_form_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
main .register_right_form_row_title {
  width: 136px;
  padding: 16px 16px 16px 0;
}
main .register_right_form_row_title label {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #202940;
}
main .register_right_form_row_title label span {
  color: #e60021;
}
main .register_right_form_row_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 136px);
}
main .register_right_form_row_input input {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #202940;
}
main .register_right_form_row_input.half input {
  width: calc(50% - 8px);
}
main .register_right_form_check label {
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .register_right_form_check label span.c-checkbox__input {
  position: relative;
  display: block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
main .register_right_form_check label span.c-checkbox__input:before,
main .register_right_form_check label span.c-checkbox__input:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .register_right_form_check label span.c-checkbox__input:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #fff;
}
main .register_right_form_check label input[type="checkbox"] {
  display: none;
}
main
  .register_right_form_check
  label
  input[type="checkbox"]:checked
  + span.c-checkbox__input:before {
  background: #fff;
  border: 1px solid #cccccc;
}
main
  .register_right_form_check
  label
  input[type="checkbox"]:checked
  + span.c-checkbox__input:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #202940;
  border-radius: 2px;
}
main .register_right_form_check label p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #202940;
}
main .register_right_form_check label em {
  font-style: normal;
}
main .register_right_form_check label a {
  text-decoration: underline;
}
main .register_right_form_submit {
  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;
  margin-top: 24px;
}
main .register_right_form_submit button {
  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;
  padding: 15px;
  max-width: 280px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
main .register_right_form_submit button span {
  font-size: 17px;
}
main .register_right_form_submit button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6600),
    to(#fd8331)
  );
  background: linear-gradient(180deg, #ff6600 0%, #fd8331 100%);
}
main .faq {
  background: #fff;
  padding: 120px 0;
  position: relative;
}
main .faq_title h2 {
  display: block;
  position: relative;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #202940;
}
main .faq_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .faq_list {
  max-width: 800px;
  width: 80%;
  margin: 100px auto 0;
  border-top: 1px solid #ced9de;
}
main .faq_list_item {
  border-bottom: 1px solid #ced9de;
  padding: 10px 20px;
}
main .faq_list_item_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 8px 0;
}
main .faq_list_item_q p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #202940;
  width: calc(100% - 48px);
}
main .faq_list_item_q:before {
  font-family: "BIZ UDPGothic";
  content: "Q";
  position: relative;
  top: 0px;
  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: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px;
  margin-left: 8px;
  border-radius: 50%;
  background: #202940;
  color: #fff;
}
main .faq_list_item_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 8px 0;
}
main .faq_list_item_a p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #202940;
  width: calc(100% - 48px);
}
main .faq_list_item_a:before {
  font-family: "BIZ UDPGothic";
  content: "A";
  position: relative;
  top: 0px;
  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: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px;
  margin-left: 8px;
  border-radius: 50%;
  background: #0414d5;
  color: #fff;
}

footer .footer {
  width: 100%;
  border-top: 1px solid #ced9de;
  padding-top: 36px;
}
footer .footer_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 96%;
  max-width: 1200px;
  margin: 8px auto 8px;
}
footer .footer_job_title {
  width: 200px;
}
footer .footer_job_title h3 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #202940;
  margin-bottom: 16px;
}
footer .footer_job_content {
  width: calc(100% - 200px);
}
footer .footer_job_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer_job_content ul li {
  margin: 0 32px 20px 0;
}
footer .footer_job_content ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}
footer .footer_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 96%;
  max-width: 1200px;
  margin: 8px auto 8px;
  border-bottom: 1px solid #ced9de;
}
footer .footer_work_title {
  width: 200px;
}
footer .footer_work_title h3 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #202940;
  margin-bottom: 16px;
}
footer .footer_work_content {
  width: calc(100% - 200px);
}
footer .footer_work_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer_work_content ul li {
  margin: 0 32px 20px 0;
}
footer .footer_work_content ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}
footer .footer_agent {
  display: block;
  width: 96%;
  max-width: 1200px;
  margin: 30px auto 16px;
}
footer .footer_agent_title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 24px;
}
footer .footer_agent_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer_agent_content ul li {
  margin: 0 32px 20px 0;
}
footer .footer_agent_content ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4a4a4a;
}
footer .footer_menu {
  width: 100%;
  border-top: 1px solid #ced9de;
  display: block;
  padding: 36px 36px 12px 36px;
}
footer .footer_menu_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  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;
}
footer .footer_menu_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer_menu_left ul li {
  margin: 0 12px 0px 0;
}
footer .footer_menu_left ul li a img {
  width: 100%;
  max-width: 16px;
}
footer .footer_menu_right ul {
  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;
}
footer .footer_menu_right ul li {
  padding: 0 6px;
}
footer .footer_menu_right ul li:after {
  content: "|";
  color: #f5f5f5;
  margin-left: 12px;
}
footer .footer_menu_right ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4a4a4a;
}
footer .footer_menu_right ul li:last-child:after {
  content: "";
  margin-left: 0;
}
footer .footer_bottom {
  width: 100%;
  padding: 16px 32px;
}
footer .footer_bottom_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  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;
}
footer .footer_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer_bottom_left_logo {
  margin-right: 24px;
}
footer .footer_bottom_left_logo img {
  width: 100%;
  max-width: 150px;
}
footer .footer_bottom_left p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4a4a4a;
}
footer .footer_bottom_right p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #696969;
}

@-webkit-keyframes banner_scroll_top {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-2050px, 0);
    transform: translate(-2050px, 0);
  }
}

@keyframes banner_scroll_top {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-2050px, 0);
    transform: translate(-2050px, 0);
  }
}
@-webkit-keyframes banner_scroll_bottom {
  0% {
    -webkit-transform: translate(-930px, 0);
    transform: translate(-930px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes banner_scroll_bottom {
  0% {
    -webkit-transform: translate(-930px, 0);
    transform: translate(-930px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1279px) {
  .recommend_list {
    max-width: 768px;
  }
}
@media screen and (max-width: 1024px) {
  header .header {
    padding: 20px 20px;
  }
  header .header_left_catch p {
    font-size: 14px;
  }
  header .header_right_menu_login {
    padding: 0 6px;
  }
  header .header_right_menu_login a {
    width: 130px;
    font-size: 14px;
    padding: 15px 16px;
    margin: 0 8px;
  }
  header .header_right_menu_register a {
    width: 130px;
    font-size: 14px;
    padding: 15px 16px;
    margin: 0 8px;
  }
  header .fv_wrap {
    width: 90%;
    max-width: inherit;
    padding: 40px 0;
  }
  header .fv2_img {
    left: 900px;
  }
  header .fv2_img img {
    max-width: 360px;
  }
  header .banners {
    margin: 30px 0;
  }
  main .features {
    padding: 100px 0;
  }
  main .features_title h2 {
    font-size: 24px;
  }
  main .features_list {
    width: 90%;
  }
  main .features_list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .features_list_item_img {
    width: 100%;
    max-width: 480px;
  }
  main .features_list_item_img img {
    width: 100%;
  }
  main .features_list_item_txt {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
  }
  main .features_list_item_txt span {
    font-size: 16px;
  }
  main .features_list_item_txt h3 {
    font-size: 18px;
  }
  main .features_list_item_txt p {
    font-size: 16px;
  }
  main .service {
    padding: 80px 0;
  }
  main .service_title h2 {
    font-size: 24px;
  }
  main .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .service_list_item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 32px;
  }
  main .service_list_item:last-child {
    margin-bottom: 0;
  }
  main .recommend {
    padding: 80px 0;
  }
  main .recommend_title h2 {
    font-size: 24px;
  }
  main .recommend_list {
    max-width: 740px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .recommend_list_item {
    margin: 0px 20px 40px;
  }
  main .voice {
    padding: 80px 0;
  }
  main .voice_title h2 {
    font-size: 24px;
  }
  main .voice_list {
    max-width: 960px;
    width: 95%;
  }
  main .voice_list_item {
    width: 48%;
    max-width: 48%;
    margin-bottom: 40px;
  }
  main .user {
    padding: 80px 0;
  }
  main .user_title h2 {
    font-size: 24px;
  }
  main .user_list {
    max-width: 960px;
    width: 96%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .user_list_item {
    width: 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding: 0 1%;
    margin-bottom: 40px;
  }
  main .user_list_item:nth-child(2n) {
    border-right: none;
  }
  main .faq {
    padding: 80px 0;
  }
  main .faq_title h2 {
    font-size: 24px;
  }
  main .faq_list {
    max-width: 960px;
  }
  main .faq_list_item_q p {
    font-size: 16px;
  }
  main .faq_list_item_a p {
    font-size: 16px;
  }
  main .register {
    padding: 80px 0;
  }
  main .register_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    max-width: 960px;
  }
  main .register_left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  main .register_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  header .header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 10px 4%;
  }
  header .header_left {
    width: calc(100% - 32px);
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
  header .header_left_logo a img {
    max-width: 105px;
  }
  header .header_left_logo_float a img {
    max-width: 105px;
  }
  header .header_left_catch p {
    font-size: 10px;
    padding: 2px 4px;
    margin-left: 8px;
  }
  header .header_right {
    width: 32px;
  }
  header .header_right_menu {
    display: none;
    /*
    width:100%;
    justify-content:flex-end;
    &_contact {
        width:43%;
        margin-right:2%;
        max-width:80px;
        padding:0;
        a {
            width:100%;
            margin:0;
            padding: 12px 2px;
            font-size:10px;
        }
    }
    &_download {
        width:55%;
        max-width:140px;
        padding:0;
        a {
            width:100%;
            margin:0;
            padding: 12px 2px;
            font-size:10px;
            span{
                font-size:8px;
            }
        }
    }
    */
  }
  header .header_right_hamburger {
    display: block;
  }
  header .header_fixed {
    display: block;
  }
  header .fv {
    /*
    background-image: url("../img/fv_bg_sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 465px;
    */
    position: relative;
    display: block;
    padding: 75px 0 0;
  }
  header .fv_bg {
    display: none;
  }
  header .fv_spbg {
    display: block;
  }
  header .fv_wrap {
    width: 90%;
    max-width: 480px;
    padding: 0;
    position: relative;
  }
  header .fv_title h1 {
    font-size: 28px;
    text-align: center;
  }
  header .fv_logos {
    margin: 8px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .fv_logos_logo {
    max-width: 128px;
    margin-right: 5px;
  }
  header .fv_logos_catch p {
    font-size: 10px;
  }
  header .fv_desc p {
    font-size: 11px;
    text-align: center;
  }
  header .fv_btns {
    margin: 260px auto 40px;
    display: block;
  }
  header .fv_btns_download a {
    max-width: 280px;
    width: 280px;
    font-size: 14px;
    margin: 0 auto 8px;
  }
  header .fv_btns_download a span {
    font-size: 17px;
  }
  header .fv_btns_contact a {
    max-width: 280px;
    width: 280px;
    font-size: 17px;
    margin: 0 auto;
  }
  header .fv_cert {
    position: absolute;
    top: 100px;
    right: 0;
  }
  header .fv_cert img {
    width: 90px;
  }
  header .fv2 {
    display: none;
  }
  header .banners {
    margin: 12px 0;
    /*
    &_bottom {
        width: 1710px;
        animation: banner_scroll_bottom_sp 45s linear infinite;
        ul {
            li {
                height:20px;
                margin: 0 8px;
                img{
                    height: 20px;
                }
            }
        }
    }
    */
  }
  header .banners_top {
    width: 3800px;
    -webkit-animation: banner_scroll_top_sp 45s linear infinite;
    animation: banner_scroll_top_sp 45s linear infinite;
  }
  header .banners_top ul li {
    height: 20px;
    margin: 0 8px;
  }
  header .banners_top ul li img {
    height: 20px;
  }
  main .features {
    padding: 100px 0 60px;
  }
  main .features_title h2 {
    font-size: 24px;
  }
  main .features_list {
    max-width: 500px;
    width: 80%;
    margin-bottom: 40px;
  }
  main .features_list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  main .features_list_item_img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  main .features_list_item_txt {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  main .features_list_item_txt span {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  main .features_list_item_txt h3 {
    font-size: 18px;
  }
  main .features_list_item_txt p {
    font-size: 13px;
  }
  main .service {
    padding: 100px 0;
  }
  main .service_title h2 {
    font-size: 24px;
  }
  main .service_desc p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  main .service_desc p em {
    padding-top: 8px;
    font-size: 11px;
  }
  main .service_list {
    max-width: 700px;
    width: 87%;
  }
  main .service_list_item_head {
    padding: 16px 8px 8px;
  }
  main .service_list_item_head_title h3 {
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }
  main .service_list_item_head_fukidashi {
    padding: 2px 12px;
    margin: 10px auto 10px;
  }
  main .service_list_item_head_fukidashi:before {
    width: 12px;
    height: 12px;
    top: -12px;
    background: transparent;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
  }
  main .service_list_item_head_fukidashi p {
    font-size: 11px;
  }
  main .service_list_item_body {
    padding: 16px 10px;
  }
  main .service_list_item_body_img {
    width: 90%;
  }
  main .service_list_item_body_checklist ul li {
    font-size: 13px;
    margin: 0 0 4px;
    padding-left: 36px;
  }
  main .service_list_item_body_checklist ul li:before {
    content: "";
    position: absolute;
    background: #0414d5;
    width: 1px;
    height: 6px;
    left: 16px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .service_list_item_body_checklist ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    left: 22px;
    top: 4px;
    background: #0414d5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main .service_list_item_body_checklist ul li:last-child {
    margin-bottom: 0;
  }
  main .service_list_item_body_detitle {
    margin-bottom: 24px;
  }
  main .service_list_item_body_detitle a {
    padding: 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
    width: 85%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
  main .service_list_item_body_detitle a:after {
    width: 12px;
    height: 12px;
  }
  main .service_list_item_body_detail {
    background: #f6f9fa;
    padding: 40px 20px 8px;
  }
  main .service_list_item_body_detail_title h5 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 48px;
  }
  main .service_list_item_body_detail_list_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .service_list_item_body_detail_list_item_img {
    max-width: 130px;
    width: 100%;
    margin: 0;
  }
  main .service_list_item_body_detail_list_item_content {
    width: calc(100% - 135px);
    max-width: calc(100% - 135px);
    min-height: inherit;
    padding-left: 0;
  }
  main .service_list_item_body_detail_list_item_arrow {
    background: none;
    max-width: 100%;
    width: 100%;
    height: inherit;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 4px auto;
  }
  main .service_list_item_body_detail_list_item_arrow p {
    font-size: 15px;
  }
  main .service_list_item_body_detail_list_item_arrow p span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }
  main .service_list_item_body_detail_list_item_txt p {
    font-size: 13px;
  }
  main
    .service_list_item:last-child
    .service_list_item_body_checklist
    ul
    li:before {
    background: #202940;
  }
  main
    .service_list_item:last-child
    .service_list_item_body_checklist
    ul
    li:after {
    background: #202940;
  }
  main .service_list_item:last-child .service_list_item_body_detail {
    background: #f6f5f1;
  }
  main
    .service_list_item:last-child
    .service_list_item_body_detail_list_item_img {
    max-width: 120px;
  }
  main
    .service_list_item:last-child
    .service_list_item_body_detail_list_item_content {
    width: calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
  main .voice {
    padding: 100px 0;
  }
  main .voice_title h2 {
    font-size: 24px;
  }
  main .voice_list {
    max-width: 500px;
    width: 90%;
  }
  main .voice_list_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  main .voice_list_item:nth-child(1),
  main .voice_list_item:nth-child(2),
  main .voice_list_item:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  main .voice_list_item_name p {
    font-size: 11px;
  }
  main .voice_list_item_title p {
    font-size: 18px;
  }
  main .voice_list_item_tag ul li {
    font-size: 11px;
  }
  main .voice_list_item_txt p {
    font-size: 11px;
    line-height: 1.8;
  }
  main .user {
    padding: 100px 0;
  }
  main .user_title h2 {
    font-size: 24px;
  }
  main .user_list {
    max-width: 500px;
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .user_list_item {
    width: 100%;
    max-width: 100%;
    padding: 0 1%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .user_list_item:nth-child(1),
  main .user_list_item:nth-child(2),
  main .user_list_item:nth-child(3),
  main .user_list_item:nth-child(4) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  main .user_list_item_img {
    max-width: 60px;
    width: 60px;
    margin: 0;
  }
  main .user_list_item_wrap {
    max-width: calc(100% - 60px);
    padding-left: 12px;
  }
  main .user_list_item_employ p {
    font-size: 17px;
    text-align: left;
    margin: 6px 0 0px;
  }
  main .user_list_item_current p {
    font-size: 11px;
    text-align: left;
    margin: 0px 0p 6px;
  }
  main .user_list_item_desc {
    width: 100%;
    max-width: 100%;
  }
  main .user_list_item_desc p {
    font-size: 11px;
    line-height: 1.8;
    text-align: left;
    padding: 0;
    margin: 0px 0;
  }
  main .user_list_item:last-child {
    border-right: none;
    border-bottom: none;
  }
  main .faq {
    padding: 90px 0;
  }
  main .faq_title h2 {
    font-size: 24px;
  }
  main .faq_list {
    max-width: 700px;
    width: 80%;
    margin: 60px auto 0;
  }
  main .faq_list_item {
    padding: 8px 0px;
  }
  main .faq_list_item_q {
    margin: 4px 0;
  }
  main .faq_list_item_q p {
    font-size: 13px;
    line-height: 1.8;
  }
  main .faq_list_item_q:before {
    font-size: 13px;
    width: 22px;
    height: 22px;
    margin-left: 0;
    margin-right: 6px;
  }
  main .faq_list_item_a {
    margin: 4px 0;
  }
  main .faq_list_item_a p {
    font-size: 13px;
    line-height: 1.8;
  }
  main .faq_list_item_a:before {
    font-size: 13px;
    width: 22px;
    height: 22px;
    margin-left: 0;
    margin-right: 6px;
  }
  main .register {
    padding: 100px 0;
  }
  main .register_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    max-width: 960px;
  }
  main .register_left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  main .register_left_title p {
    font-size: 18px;
  }
  main .register_left_img {
    margin: 16px auto 16px;
  }
  main .register_left_img img {
    width: 100%;
    max-width: 100%;
  }
  main .register_left_box {
    padding: 12px;
  }
  main .register_left_box_title h3 {
    font-size: 13px;
  }
  main .register_left_box_checklist ul {
    margin: 16px 0 0;
  }
  main .register_left_box_checklist ul li {
    font-size: 13px;
    margin-bottom: 8px;
  }
  main .register_left_box_checklist ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 8px;
    left: 6px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .register_left_box_checklist ul li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    left: 13px;
    top: 4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main .register_left_box_checklist ul li:last-child {
    margin-bottom: 0;
  }
  main .register_right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  main .register_right_form {
    width: 100%;
  }
  main .register_right_form_notice p {
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 0px;
  }
  main .register_right_form_row {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
  }
  main .register_right_form_row_title {
    width: 100%;
    padding: 12px 0px 12px 0;
  }
  main .register_right_form_row_title label {
    font-size: 13px;
  }
  main .register_right_form_row_input {
    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;
    width: 100%;
  }
  main .register_right_form_row_input input {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    font-size: 12px;
  }
  main .register_right_form_row_input.half input {
    width: 100%;
    margin-bottom: 8px;
  }
  main .register_right_form_row_input.half input:last-child {
    margin-bottom: 0;
  }
  main .register_right_form_check {
    margin-top: 24px;
  }
  main .register_right_form_check label {
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  main .register_right_form_check label p {
    font-size: 13px;
  }
  main .register_right_form_submit {
    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;
    margin-top: 32px;
  }
  main .register_right_form_submit button {
    padding: 14px;
    max-width: 100%;
    width: 100%;
    border: none;
  }
  footer .footer {
    padding-top: 50px;
  }
  footer .footer_job {
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_job_title {
    margin-bottom: 16px;
    width: 100%;
  }
  footer .footer_job_title h3 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  footer .footer_job_content {
    margin-bottom: 24px;
    width: 100%;
  }
  footer .footer_job_content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_job_content ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  footer .footer_job_content ul li a {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .footer_work {
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_work_title {
    width: 100%;
    margin-bottom: 16px;
  }
  footer .footer_work_title h3 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  footer .footer_work_content {
    margin-bottom: 12px;
    width: 100%;
  }
  footer .footer_work_content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_work_content ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  footer .footer_work_content ul li a {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .footer_agent {
    width: 80%;
    margin: 24px auto 48px;
  }
  footer .footer_agent_title h3 {
    font-size: 13px;
  }
  footer .footer_agent_content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_agent_content ul li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  footer .footer_agent_content ul li a {
    font-size: 12px;
    line-height: 1.5;
  }
  footer .footer_menu {
    padding: 50px 10%;
  }
  footer .footer_menu_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .footer_menu_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  footer .footer_menu_left ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .footer_menu_left ul li a img {
    width: 28px;
    max-width: 28px;
  }
  footer .footer_menu_right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  footer .footer_menu_right ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .footer_menu_right ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  footer .footer_menu_right ul li:after {
    content: "";
    margin-left: 0;
  }
  footer .footer_menu_right ul li a {
    font-size: 12px;
  }
  footer .footer_bottom {
    padding: 12px 8px;
  }
  footer .footer_bottom_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer_bottom_left {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_bottom_left_logo {
    width: 100%;
    margin-bottom: 16px;
  }
  footer .footer_bottom_left_logo img {
    max-width: 140px;
    height: auto;
    margin: 0 auto;
  }
  footer .footer_bottom_left p {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  footer .footer_bottom_right {
    width: 100%;
    margin: 12px 0;
  }
  footer .footer_bottom_right p {
    font-size: 10px;
    text-align: center;
  }
  @-webkit-keyframes banner_scroll_top_sp {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-1270px, 0);
      transform: translate(-1270px, 0);
    }
  }
  @keyframes banner_scroll_top_sp {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-1270px, 0);
      transform: translate(-1270px, 0);
    }
  }
  @-webkit-keyframes banner_scroll_bottom_sp {
    0% {
      -webkit-transform: translate(-570px, 0);
      transform: translate(-570px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes banner_scroll_bottom_sp {
    0% {
      -webkit-transform: translate(-570px, 0);
      transform: translate(-570px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}
