*,
*::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;
  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: 14px 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 {
  display: block;
}
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_menu {
  padding: 0 16px;
}
header .header_left_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_left_menu ul li {
  padding: 0 16px;
}
header .header_left_menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
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_login 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: 10px;
  margin: 0 0px 0 8px;
  max-width: 100%;
  width: 160px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  font-size: 14px;
  color: #0c74bd;
  background: #fff;
}
header .header_right_menu_login a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .header_right_menu_register 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: 10px;
  margin: 0 0px 0 8px;
  max-width: 100%;
  width: 160px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
header .header_right_menu_register 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: #fff;
  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: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
}
header .header_fixed_logo {
  display: block;
  padding: 15px;
}
header .header_fixed_logo a img {
  width: 100%;
  max-width: 106px;
}
header .header_fixed_menu {
  border-top: 1px solid #e5e5e5;
}
header .header_fixed_menu ul {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .header_fixed_menu ul li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
header .header_fixed_menu ul li a {
  display: block;
  padding: 20px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  background: url("../img/hf_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
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;
}
header .header_fixed_buttons_login 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: 14px;
  color: #0c74bd;
  background: #fff;
  margin-bottom: 16px;
}
header .header_fixed_buttons_login a:hover {
  background: #f6f9fa;
  opacity: 1;
}
header .header_fixed_buttons_register 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: 14px;
  color: #fff;
}
header .header_fixed_buttons_register 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 {
  position: relative;
  background-image: url("../img/fv_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
}
header .fv_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 20px 0 60px;
  min-height: 540px;
}
header .fv_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
header .fv_left_img1 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 20px;
  left: -20px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
header .fv_left_img1.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
header .fv_left_img1 img {
  width: 100%;
  max-width: 100%;
  border-radius: 48px;
}
header .fv_left_img2 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 190px;
  left: 110px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
header .fv_left_img2.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
header .fv_left_img2 img {
  width: 100%;
  max-width: 100%;
  border-radius: 48px;
}
header .fv_center {
  min-width: 380px;
  opacity: 0;
  -webkit-transform: scale(1.1) translateY(20px);
  transform: scale(1.1) translateY(20px);
}
header .fv_center.active {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, transform 1.3s;
  transition: opacity 1.3s, transform 1.3s, -webkit-transform 1.3s;
}
header .fv_center_title h1 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: 8px;
}
header .fv_center_logo {
  margin: 8px auto;
  max-width: 240px;
}
header .fv_center_logo img {
  width: 100%;
  text-align: center;
}
header .fv_center_text p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  text-align: center;
  color: #ffffff;
  margin: 8px auto;
}
header .fv_center_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin: 28px auto;
}
header .fv_center_button a span {
  font-size: 24px;
  line-height: 1.2;
}
header .fv_center_button 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_center_bubble {
  position: relative;
  min-height: 120px;
  margin-bottom: 0;
}
header .fv_center_bubble ul {
  position: absolute;
  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;
  width: 100%;
}
header .fv_center_bubble ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.062745098);
  border-radius: 50%;
  opacity: 1;
  color: #fffdfd;
  text-align: center;
}
header .fv_right {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
header .fv_right_img {
  position: absolute;
  max-width: 620px;
  width: 100%;
  top: 140px;
  right: -190px;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
header .fv_right_img.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
header .fv_right_img img {
  width: 100%;
  max-width: 100%;
}
header .fv_float {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 40px;
}
header .fv_float_scroll p {
  font-family: Noto Sans JP;
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  width: 100%;
  text-align: center;
}
header .fv_float_scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
  opacity: 1;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}
header .banners {
  overflow: hidden;
  margin: 20px 0;
}
header .banners_sp {
  display: none;
}
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 .intro {
  background-image: url("../img/intro_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
main .intro_box {
  padding: 60px 0 40px;
}
main .intro_box_bubbles.active .intro_box_bubbles_item {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
main .intro_box_bubbles_item {
  position: absolute;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 50;
}
main .intro_box_bubbles_item img {
  max-width: 32px;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}
main .intro_box_bubbles_item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin-bottom: 6px;
}
main .intro_box_bubbles_item:nth-child(1) {
  top: 290px;
  left: calc(50% - 290px);
  -webkit-transform: translate(calc(190px - 50%), 30px);
  transform: translate(calc(190px - 50%), 30px);
}
main .intro_box_bubbles_item:nth-child(2) {
  top: 170px;
  left: calc(50% - 255px);
  -webkit-transform: translate(calc(165px - 50%), 40px);
  transform: translate(calc(165px - 50%), 40px);
}
main .intro_box_bubbles_item:nth-child(3) {
  top: 80px;
  left: calc(50% - 150px);
  -webkit-transform: translate(calc(70px - 50%), 60px);
  transform: translate(calc(70px - 50%), 60px);
}
main .intro_box_bubbles_item:nth-child(4) {
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
}
main .intro_box_bubbles_item:nth-child(5) {
  top: 80px;
  left: calc(50% + 150px);
  -webkit-transform: translate(calc(-70px - 50%), 60px);
  transform: translate(calc(-70px - 50%), 60px);
}
main .intro_box_bubbles_item:nth-child(6) {
  top: 170px;
  left: calc(50% + 255px);
  -webkit-transform: translate(calc(-165px - 50%), 40px);
  transform: translate(calc(-165px - 50%), 40px);
}
main .intro_box_bubbles_item:nth-child(7) {
  top: 290px;
  left: calc(50% + 290px);
  -webkit-transform: translate(calc(-190px - 50%), 30px);
  transform: translate(calc(-190px - 50%), 30px);
}
main .intro_box_img {
  position: relative;
  max-width: 500px;
  margin: 140px auto 0;
  z-index: 100;
  opacity: 0;
}
main .intro_box_img.active {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
main .intro_box_img img {
  width: 100%;
  max-width: 100%;
}
main .intro_box_txt {
  margin: 8px auto;
}
main .intro_box_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  text-align: center;
  color: #ffffff;
}
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: 800px;
  width: 100%;
  margin: 60px auto 0;
}
main .features_list_item {
  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;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .features_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: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .features_list_item_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 200px;
  width: 100%;
}
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 .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main .cta_content {
  width: 51%;
  padding: 80px 0;
  background-image: url("../img/intro_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
main .cta_content_box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .cta_content_box.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .cta_content_box_title h2 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
main .cta_content_box_logo {
  max-width: 190px;
  margin: 20px auto;
}
main .cta_content_box_logo img {
  width: 100%;
  max-width: 100%;
}
main .cta_content_box_text p {
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
main .cta_content_box_button {
  margin-bottom: 60px;
}
main .cta_content_box_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  background: #202940;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  max-width: 300px;
  width: 100%;
  margin: 24px auto;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
main .cta_content_box_button a em {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
main .cta_content_box_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main .cta_content_box_sns 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;
  width: 100%;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
main .cta_content_box_sns p:before,
main .cta_content_box_sns p:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #fff;
  margin: 8px 0;
}
main .cta_content_box_sns p:before {
  margin-right: 16px;
}
main .cta_content_box_sns p:after {
  margin-left: 16px;
}
main .cta_content_box_sns_icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 20px;
}
main .cta_content_box_sns_icons_line {
  max-width: 140px;
  width: 48%;
}
main .cta_content_box_sns_icons_line a {
  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: 400;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 8px;
  margin: 0 8px;
}
main .cta_content_box_sns_icons_line a img {
  width: 100%;
  max-width: 16px;
  margin-right: 6px;
}
main .cta_content_box_sns_icons_twitter {
  max-width: 140px;
  width: 48%;
}
main .cta_content_box_sns_icons_twitter a {
  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: 400;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 8px;
  margin: 0 8px;
}
main .cta_content_box_sns_icons_twitter a img {
  width: 100%;
  max-width: 16px;
  margin-right: 6px;
}
main .cta_img {
  width: 49%;
  background-image: url("../img/cta_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
main .recommend {
  background: #f6f9fa;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
main .recommend_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 .recommend_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .recommend_wrap {
  width: 100%;
}
main .recommend_list {
  max-width: 1200px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 60px auto 0;
}
main .recommend_list_item {
  width: 100%;
  max-width: 200px;
  margin: 0px 20px 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
main .recommend_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: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .recommend_list_item_fukidashi {
  position: relative;
  width: 100%;
  padding: 10px;
  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));
  margin-bottom: 32px;
}
main .recommend_list_item_fukidashi:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
main .recommend_list_item_fukidashi p {
  width: 100%;
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  color: #202940;
}
main .recommend_list_item_fukidashi p span {
  color: #0414d5;
}
main .recommend_list_item_img {
  max-width: 100px;
  width: 100%;
  margin: 32px auto 0;
}
main .recommend_list_item_img img {
  width: 100%;
}
main .recommend_list_item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
main .recommend_list_item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
main .recommend_list_item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
main .recommend_list_item:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
main .recommend_list_item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
main .flow {
  background: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
main .flow_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 .flow_title h2:after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0414d5;
}
main .flow_wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
main .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 1060px;
  padding: 0 50px;
  margin: 60px auto 0;
}
main .flow_list_item {
  width: 300px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .flow_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: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .flow_list_item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
main .flow_list_item:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
main .flow_list_item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
main .flow_list_item_img {
  position: relative;
  max-width: 145px;
  width: 100%;
  margin: 16px auto 36px;
}
main .flow_list_item_img img {
  width: 100%;
}
main .flow_list_item_img img.float {
  position: absolute;
  margin-right: 10px;
  width: 85px;
  bottom: 5px;
  right: 20px;
}
main .flow_list_item_arrow {
  background-image: url("../img/arrow_bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  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;
  max-width: 300px;
  height: 61px;
  width: 100%;
  margin: 16px auto;
}
main .flow_list_item_arrow h3 {
  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: 20px;
  line-height: 150%;
  color: #202940;
}
main .flow_list_item_arrow h3 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 .flow_list_item_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #202940;
}
main .voice {
  background: #f6f9fa;
  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: 120px auto 0;
}
main .voice_list_item {
  width: 31%;
  max-width: 360px;
  position: relative;
  margin-bottom: 120px;
  background: #fff;
  border: 1px solid #ced9de;
  padding: 80px 20px 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
main .voice_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: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
main .voice_list_item:nth-child(1),
main .voice_list_item:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
main .voice_list_item:nth-child(2),
main .voice_list_item:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
main .voice_list_item:nth-child(3),
main .voice_list_item:nth-child(6) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
main .voice_list_item_img {
  max-width: 120px;
  width: 100%;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
}
main .voice_list_item_img img {
  width: 100%;
}
main .voice_list_item_name p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #202940;
}
main .voice_list_item_name p span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
main .voice_list_item_job p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #202940;
  margin-bottom: 10px;
}
main .voice_list_item_txt p {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #202940;
}
main .register {
  background-image: url("../img/intro_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
main .register_title h2 {
  font-family: "BIZ UDPGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
main .register_logo {
  max-width: 190px;
  margin: 8px auto 40px;
}
main .register_logo img {
  width: 100%;
  max-width: 100%;
}
main .register_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8331),
    to(#ff6600)
  );
  background: linear-gradient(180deg, #fd8331 0%, #ff6600 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0px auto;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
main .register_button a.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
main .register_button a span {
  font-size: 24px;
  line-height: 1.2;
}
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.5;
  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.5;
  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: 36px 0;
}
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 scroll {
  0% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}
@-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_menu ul li {
    padding: 0 6px;
  }
  header .header_left_menu ul li a {
    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: 768px;
    padding: 40px 0;
  }
  header .fv_left_img1 {
    position: absolute;
    max-width: 200px;
    width: 100%;
    top: 90px;
    left: -90px;
  }
  header .fv_left_img1 img {
    width: 100%;
    max-width: 100%;
  }
  header .fv_left_img2 {
    position: absolute;
    max-width: 200px;
    width: 100%;
    top: 230px;
    left: 0px;
  }
  header .fv_left_img2 img {
    width: 100%;
    max-width: 100%;
  }
  header .fv_center_title h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  header .fv_center_logo {
    max-width: 200px;
  }
  header .fv_center_text p {
    font-size: 14px;
  }
  header .fv_center_button a {
    font-size: 14px;
  }
  header .fv_center_button a span {
    font-size: 20px;
  }
  header .fv_center_bubble ul li p {
    font-size: 14px;
  }
  header .fv_center_bubble ul li span {
    font-size: 14px;
  }
  header .fv_center_bubble ul li strong {
    font-size: 18px;
  }
  header .fv_right_img {
    position: absolute;
    max-width: 500px;
    width: 100%;
    top: 160px;
    right: -250px;
  }
  header .banners {
    margin: 30px 0;
  }
  main .intro_box {
    padding: 40px 0;
  }
  main .intro_box_bubbles_item {
    width: 90px;
    height: 90px;
  }
  main .intro_box_bubbles_item p {
    font-size: 12px;
    letter-spacing: -0.15em;
  }
  main .intro_box_bubbles_item:nth-child(1) {
    top: 290px;
    left: calc(50% - 220px);
  }
  main .intro_box_bubbles_item:nth-child(2) {
    top: 185px;
    left: calc(50% - 190px);
  }
  main .intro_box_bubbles_item:nth-child(3) {
    top: 100px;
    left: calc(50% - 110px);
  }
  main .intro_box_bubbles_item:nth-child(4) {
    top: 60px;
    left: 50%;
  }
  main .intro_box_bubbles_item:nth-child(5) {
    top: 100px;
    left: calc(50% + 110px);
  }
  main .intro_box_bubbles_item:nth-child(6) {
    top: 185px;
    left: calc(50% + 190px);
  }
  main .intro_box_bubbles_item:nth-child(7) {
    top: 290px;
    left: calc(50% + 220px);
  }
  main .intro_box_img {
    max-width: 360px;
  }
  main .intro_box_txt p {
    font-size: 20px;
  }
  main .features {
    padding: 80px 0;
  }
  main .features_title h2 {
    font-size: 24px;
  }
  main .features_list {
    max-width: 700px;
  }
  main .features_list_item_img {
    width: 100%;
    max-width: 220px;
  }
  main .features_list_item_txt {
    margin-bottom: 24px;
    width: 100%;
    max-width: 460px;
  }
  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 .cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .cta_content {
    width: 100%;
  }
  main .cta_content_title h2 {
    font-size: 24px;
  }
  main .cta_content_logo {
    max-width: 160px;
  }
  main .cta_content_text p {
    font-size: 16px;
  }
  main .cta_content_button a {
    font-size: 16px;
  }
  main .cta_content_button a span {
    font-size: 24px;
  }
  main .cta_content_sns p {
    font-size: 14px;
  }
  main .cta_content_sns_icons_line a {
    font-size: 14px;
  }
  main .cta_content_sns_icons_twitter a {
    font-size: 14px;
  }
  main .cta_img {
    width: 100%;
    height: 70vw;
    background-image: url("../img/cta_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  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 .flow {
    padding: 80px 0;
  }
  main .flow_title h2 {
    font-size: 24px;
  }
  main .flow_list {
    width: 960px;
    padding: 0 20px;
  }
  main .flow_list_item {
    width: 100%;
    max-width: 300px;
  }
  main .flow_list_item_img {
    max-width: 100px;
  }
  main .flow_list_item_arrow {
    max-width: 260px;
    height: 54px;
  }
  main .flow_list_item_arrow h3 {
    font-size: 18px;
  }
  main .flow_list_item_txt p {
    font-size: 16px;
  }
  main .voice {
    padding: 80px 0 40px;
  }
  main .voice_title h2 {
    font-size: 24px;
  }
  main .voice_list {
    max-width: 660px;
  }
  main .voice_list_item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 60px;
  }
  main .voice_list_item_img {
    top: -40px;
    max-width: 90px;
  }
  main .voice_list_item_name p {
    font-size: 14px;
  }
  main .voice_list_item_name p span {
    font-size: 20px;
  }
  main .voice_list_item_job p {
    font-size: 14px;
  }
  main .voice_list_item_txt p {
    font-size: 16px;
  }
  main .register {
    padding: 60px 0;
  }
  main .register_title h2 {
    font-size: 24px;
  }
  main .register_logo {
    max-width: 160px;
  }
  main .register_button a {
    font-size: 16px;
  }
  main .register_button a span {
    font-size: 24px;
  }
  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;
  }
}
@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;
    padding: 12px 16px;
    height: 54px;
  }
  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_left {
    width: calc(100% - 32px);
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .header_left_logo a img {
    max-width: 106px;
  }
  header .header_left_logo_float a img {
    max-width: 106px;
  }
  header .header_left_menu {
    display: none;
    /*
    padding: 0 0 0 8px;
    ul{
        li{
            padding:0 4px;
            a{
                font-size:13px;
            }
        }
    }
    */
  }
  header .header_right {
    width: 32px;
  }
  header .header_right_menu {
    display: none;
    /*
    width:100%;
    justify-content:space-between;
    &_login {
        width:48%;
        padding:0;
        a {
            width:100%;
            margin:0;
            padding: 8px 8px;
        }
    }
    &_register {
        width:48%;
        padding:0;
        a {
            width:100%;
            margin:0;
            padding: 8px 8px;
        }
    }
    */
  }
  header .header_right_hamburger {
    display: block;
  }
  header .header_fixed {
    display: block;
  }
  header .fv {
    padding-top: 85px;
  }
  header .fv_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0 80px;
  }
  header .fv_left {
    width: 375px;
    top: 225px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: inherit;
  }
  header .fv_left_img1 {
    position: absolute;
    max-width: 160px;
    width: 100%;
    top: 20px;
    left: 30px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  header .fv_left_img1 img {
    width: 100%;
    max-width: 100%;
    border-radius: 32px;
  }
  header .fv_left_img2 {
    position: absolute;
    max-width: 160px;
    width: 100%;
    top: 0px;
    left: 185px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  header .fv_left_img2 img {
    width: 100%;
    max-width: 100%;
    border-radius: 32px;
  }
  header .fv_center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  header .fv_center_title h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  header .fv_center_logo {
    max-width: 170px;
  }
  header .fv_center_text p {
    font-size: 13px;
  }
  header .fv_center_button a {
    font-size: 12px;
    margin: 20px auto;
    max-width: 280px;
    padding: 16px;
    margin-top: 290px;
  }
  header .fv_center_button a span {
    font-size: 20px;
  }
  header .fv_center_bubble {
    margin-top: -160px;
    min-height: 100px;
    position: relative;
    bottom: 80px;
  }
  header .fv_center_bubble ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .fv_center_bubble ul li {
    width: 100px;
    height: 100px;
    margin: 0 6px;
    background: linear-gradient(
      106.97deg,
      rgba(0, 21, 224, 0.6) 38.31%,
      rgba(47, 107, 233, 0.6) 69.15%,
      rgba(64, 143, 226, 0.6) 100%
    );
  }
  header .fv_center_bubble ul li p {
    font-size: 13px;
  }
  header .fv_center_bubble ul li span {
    font-size: 13px;
  }
  header .fv_center_bubble ul li strong {
    font-size: 16px;
  }
  header .fv_right_img {
    display: none;
  }
  header .fv_float {
    display: none;
  }
  header .banners {
    display: none;
  }
  header .banners_sp {
    overflow: hidden;
    display: block;
    margin: 20px 0;
  }
  header .banners_sp_top,
  header .banners_sp_bottom {
    position: relative;
    width: 4040px;
  }
  header .banners_sp_top ul,
  header .banners_sp_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_sp_top ul li,
  header .banners_sp_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_sp_top ul li img,
  header .banners_sp_bottom ul li img {
    width: 100%;
    max-width: 100%;
  }
  header .banners_sp_top {
    width: 2090px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: banner_scroll_top_sp 45s linear infinite;
    animation: banner_scroll_top_sp 45s linear infinite;
    margin-bottom: 12px;
  }
  header .banners_sp_top ul li {
    height: 20px;
    margin: 0 8px;
  }
  header .banners_sp_top ul li img {
    height: 20px;
  }
  header .banners_sp_bottom {
    width: 1750px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: banner_scroll_bottom_sp 38s linear infinite;
    animation: banner_scroll_bottom_sp 38s linear infinite;
    margin-top: 12px;
  }
  header .banners_sp_bottom ul li {
    height: 20px;
    margin: 0 8px;
  }
  header .banners_sp_bottom ul li img {
    height: 20px;
  }
  main .intro_box {
    padding: 50px 0;
  }
  main .intro_box_bubbles {
    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;
    max-width: 360px;
    margin: 0 auto;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, transform 1.5s;
    transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  main .intro_box_bubbles.active .intro_box_bubbles_item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  main .intro_box_bubbles_item {
    position: relative;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0px 6px 6px;
  }
  main .intro_box_bubbles_item img {
    max-width: 32px;
  }
  main .intro_box_bubbles_item p {
    font-size: 8px;
    letter-spacing: -0.2em;
  }
  main .intro_box_bubbles_item:nth-child(1),
  main .intro_box_bubbles_item:nth-child(2),
  main .intro_box_bubbles_item:nth-child(3),
  main .intro_box_bubbles_item:nth-child(4),
  main .intro_box_bubbles_item:nth-child(5),
  main .intro_box_bubbles_item:nth-child(6),
  main .intro_box_bubbles_item:nth-child(7) {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  main .intro_box_img {
    max-width: 330px;
    margin: 20px auto 0;
  }
  main .intro_box_txt {
    margin: 0px auto 0;
  }
  main .intro_box_txt p {
    font-size: 16px;
    line-height: 200%;
  }
  main .features {
    padding: 90px 0;
  }
  main .features_title h2 {
    font-size: 24px;
  }
  main .features_list {
    max-width: 700px;
    width: 80%;
    margin: 80px auto 0;
  }
  main .features_list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  main .features_list_item_img {
    width: 100%;
    max-width: 160px;
  }
  main .features_list_item_txt {
    margin-bottom: 8px;
    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 .cta_content {
    width: 100%;
    padding: 60px 0;
  }
  main .cta_content_box_title h2 {
    font-size: 24px;
  }
  main .cta_content_box_logo {
    max-width: 140px;
    margin: 16px auto;
  }
  main .cta_content_box_text p {
    font-size: 13px;
  }
  main .cta_content_box_button {
    margin-bottom: 30px;
  }
  main .cta_content_box_button a {
    font-size: 13px;
    margin: 20px auto 8px;
    max-width: 280px;
  }
  main .cta_content_box_button a em {
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }
  main .cta_content_box_sns p {
    font-size: 11px;
  }
  main .cta_content_box_sns_icons_line {
    max-width: 150px;
  }
  main .cta_content_box_sns_icons_line a {
    font-size: 11px;
  }
  main .cta_content_box_sns_icons_twitter {
    max-width: 150px;
  }
  main .cta_content_box_sns_icons_twitter a {
    font-size: 11px;
  }
  main .cta_img {
    width: 100%;
    height: 65vw;
    max-height: 300px;
    background-image: url("../img/cta_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .recommend {
    padding: 90px 0;
  }
  main .recommend_title h2 {
    font-size: 24px;
  }
  main .recommend_wrap {
    overflow-x: auto;
  }
  main .recommend_list {
    width: 1120px;
    max-width: 1120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .recommend_list_item {
    margin: 0px 10px 0px;
  }
  main .flow {
    padding: 90px 0;
  }
  main .flow_title h2 {
    font-size: 24px;
  }
  main .flow_wrap {
    width: 100%;
    overflow: hidden;
  }
  main .flow_list {
    width: 80%;
    max-width: 360px;
    padding: 0 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0px;
  }
  main .flow_list_item {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }
  main .flow_list_item:nth-child(1),
  main .flow_list_item:nth-child(2),
  main .flow_list_item:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  main .flow_list_item_img {
    max-width: 110px;
    width: 110px;
    margin: 0 auto;
  }
  main .flow_list_item_img img {
    width: 100%;
    height: auto;
    margin: 0 auto 0 0;
  }
  main .flow_list_item_img img.float {
    position: absolute;
    margin-right: 16px;
    width: 67px;
    bottom: 5px;
    right: 5px;
  }
  main .flow_list_item_content {
    width: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 20px;
  }
  main .flow_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 .flow_list_item_arrow h3 {
    font-size: 17px;
  }
  main .flow_list_item_txt p {
    font-size: 13px;
    text-align: left;
  }
  main .voice {
    padding: 90px 0;
  }
  main .voice_title h2 {
    font-size: 24px;
  }
  main .voice_list {
    max-width: 700px;
    width: 80%;
    margin: 60px auto 0;
  }
  main .voice_list_item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
    padding: 16px 16px;
  }
  main .voice_list_item:nth-child(1),
  main .voice_list_item:nth-child(2),
  main .voice_list_item:nth-child(3),
  main .voice_list_item:nth-child(4),
  main .voice_list_item:nth-child(5),
  main .voice_list_item:nth-child(6) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  main .voice_list_item_img {
    left: 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 16px;
    max-width: 60px;
  }
  main .voice_list_item_name {
    margin-top: 12px;
  }
  main .voice_list_item_name p {
    text-align: left;
    padding-left: 72px;
    font-size: 11px;
  }
  main .voice_list_item_name p span {
    font-size: 18px;
  }
  main .voice_list_item_job p {
    text-align: left;
    padding-left: 72px;
    font-size: 11px;
    margin-top: 6px;
    margin-bottom: 14px;
  }
  main .voice_list_item_txt p {
    font-size: 13px;
  }
  main .voice_list_item:last-child {
    margin-bottom: 0;
  }
  main .register {
    padding: 64px 0;
  }
  main .register_title h2 {
    font-size: 21px;
  }
  main .register_logo {
    max-width: 115px;
    margin: 20px auto;
  }
  main .register_button a {
    font-size: 12px;
    max-width: 280px;
  }
  main .register_button a span {
    font-size: 20px;
  }
  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;
  }
  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);
    }
  }
}
