@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

html :where(.wp-block) {
  max-width: 990px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper h2 {
  position: relative;
  margin-block: 60px 40px;
  padding: 8px 0 25px 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #e2ecf6;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h2 {
    margin-block: 30px 20px;
    font-size: 24px;
  }
}
.editor-styles-wrapper h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 16px);
  border-radius: 2px;
  background-color: #007ee9;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h2::before {
    width: 2px;
    border-radius: 2px;
    height: calc(100% - 8px);
  }
}
.editor-styles-wrapper h3 {
  margin-block: 60px 40px;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #005bb4;
  border-radius: 8px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h3 {
    margin-block: 30px 20px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.editor-styles-wrapper h4 {
  position: relative;
  margin-block: 50px 30px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #b8c4d1;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h4 {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.editor-styles-wrapper h4::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #007ee9;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h4::before {
    width: min(calc(0.0727272727 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0888888889 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.1066666667 * 100vw));
    height: min(calc(0.0036363636 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0044444444 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0053333333 * 100vw));
  }
}
.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper p {
    font-size: 14px;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper p + p {
    margin-top: 20px;
  }
}
.editor-styles-wrapper p a {
  color: #005bb4;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  position: relative;
  line-height: 1.5;
}
.editor-styles-wrapper ul li:not(:nth-of-type(1)),
.editor-styles-wrapper ol li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper ul li {
    padding-left: 25px;
  }
}
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000;
}
.editor-styles-wrapper ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.editor-styles-wrapper ol li {
  counter-increment: item;
  padding-left: 25px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper ol li {
    padding-left: 25px;
  }
}
.editor-styles-wrapper ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
}

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: min(13px, 3.47vw);
  }
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}
/* link
------------------------------------------------ */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

a:hover {
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

a.no_link {
  pointer-events: none;
}

.op,
.op a,
.op img,
.op input {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .op:hover,
  .op a:hover,
  .op:hover img,
  .op:hover input {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
}
/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}

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

.visible-ts {
  display: none !important;
}

.visible-pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .visible-tab {
    display: block !important;
  }
  .visible-pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
/* !fonts
------------------------------------------------ */
.fwb {
  font-weight: 700;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* !ff
------------------------------------------------ */
.ff_figtree {
  font-family: "Figtree", sans-serif;
}

.ff_montserrat {
  font-family: "Montserrat", sans-serif;
}

.ff_jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* !fc
------------------------------------------------ */
/* !bg
------------------------------------------------ */
/* html
----------------------------------------------- */
html.html-lock {
  overflow: hidden;
  touch-action: none;
}

/* H
----------------------------------------------- */
/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px #c7d3df solid;
  z-index: 99;
}

#header .header_in {
  height: 110px;
  padding: 0 15px 17px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#header .header_lc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
  min-height: 42px;
}

#header .header_logo {
  width: 180px;
  font-size: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 90;
}

#header .header_logo a {
  display: block;
}

#header .header_logo a:hover {
  opacity: 0.5;
}

#header .header_cap {
  font-size: 13px;
  font-weight: 400;
  color: #005bb4;
}

#header .header_mess {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

#header .header_up {
  display: flex;
  align-items: center;
  gap: 30px;
}

#header .header_up .up_link {
  display: flex;
  align-items: center;
  gap: 30px;
}

#header .header_up .up_link a {
  display: block;
  color: #888;
  font-size: 13px;
}

#header .header_up .up_link a:hover {
  opacity: 0.5;
}

#header .header_up .up_btn a {
  background: #06c755;
  width: 177px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

#header .header_up .up_btn a:hover {
  opacity: 0.5;
}

#header .header_low {
  display: flex;
  align-items: center;
  gap: 40px;
}

#header .header_low .low_link {
  display: flex;
  align-items: center;
  gap: 30px;
}

#header .header_low .low_link a {
  display: block;
  font-size: 16px;
}

#header .header_low .low_link a:hover {
  opacity: 0.5;
}

#header .header_low .low_btn {
  display: flex;
  align-items: center;
  gap: 14px;
}

#header .header_low .low_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

#header .header_low .low_btn .btn_wh {
  background: #fff;
  border: 2px #005bb4 solid;
  color: #005bb4;
}

#header .header_low .low_btn .btn_wh:hover {
  background: #005bb4;
  color: #fff;
}

#header .header_low .low_btn .btn_bl {
  background: #005bb4;
  border: 2px #005bb4 solid;
  color: #fff;
}

#header .header_low .low_btn .btn_bl:hover {
  background: #fff;
  color: #005bb4;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: none;
}

@media (max-width: 1024px) {
  #header .header_in {
    height: 55px;
    padding: 6px 20px 0 20px;
    align-items: center;
  }
  #header .header_lc {
    gap: 5px 12px;
    min-height: inherit;
  }
  #header .header_logo {
    width: min(88px, 23.47vw);
    flex-shrink: 0;
  }
  #header .header_logo a:hover {
    opacity: 1;
  }
  #header .header_cap {
    font-size: min(11px, 2.94vw);
  }
  #header .header_mess {
    display: none;
  }
  .navbar-toggle {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 30px;
    cursor: pointer;
    background: #005bb4;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
  }
  .navbar-toggle .toggle_menu {
    width: 23px;
    height: 7px;
    position: relative;
  }
  .navbar-toggle .toggle_menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 1px;
  }
  .navbar-toggle .toggle_menu span:nth-of-type(1) {
    top: 0;
  }
  .navbar-toggle .toggle_menu span:nth-of-type(2) {
    top: 6px;
  }
  .navbar-toggle.on .toggle_menu span:nth-of-type(1) {
    top: 0;
    transform: translateY(3px) rotate(25deg);
  }
  .navbar-toggle.on .toggle_menu span:nth-of-type(2) {
    top: 6px;
    transform: translateY(-3px) rotate(-25deg);
  }
  .navbar-collapse {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    width: 100%;
    padding: min(65px, 9.75vh) 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 98;
  }
  .navbar-collapse .navbar_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-collapse .navbar_list {
    width: 60%;
  }
  .navbar-collapse .navbar_list li {
    border-bottom: 1px #d2e5ea solid;
  }
  .navbar-collapse .navbar_list li a {
    display: block;
    padding: min(22px, 3.3vh) 20px min(22px, 3.3vh) 0;
    font-size: 15px;
    font-weight: 700;
    position: relative;
  }
  .navbar-collapse .navbar_list li a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/common/arrow_menu.png");
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #005bb4;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
  }
  .navbar-collapse .navbar_btm {
    padding: min(50px, 7.5vh) 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .navbar-collapse .navbar_btm:before {
    position: absolute;
    content: "";
    background: #ebf9fd;
    width: 150%;
    height: 120%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
  }
  .navbar-collapse .navbar_btn {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .navbar-collapse .navbar_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
  .navbar-collapse .navbar_btn .btn_wh {
    border: 1px #005bb4 solid;
    background: #fff;
    color: #005bb4;
  }
  .navbar-collapse .navbar_btn .btn_bl {
    background: #005bb4;
    color: #fff;
  }
  .navbar-collapse .navbar_btn .btn_gr {
    background: #06c755;
    color: #fff;
  }
}
/* anchor
----------------------------------------------- */
.anchor {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 110px;
  margin-top: -110px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .anchor {
    padding-top: 55px;
    margin-top: -55px;
  }
}
/* footer
----------------------------------------------- */
#footer {
  background: #007ee9;
  padding: 80px 20px 20px;
  overflow: hidden;
  color: #fff;
}

#footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}

#footer .footer_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 65px;
}

#footer .footer_mess {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

#footer .footer_cl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .footer_cap {
  font-size: 13px;
}

#footer .footer_logo {
  width: 149px;
}

#footer .footer_btn {
  width: 360px;
}

#footer .footer_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  padding: 0 40px;
  background-color: #fff;
  background-image: url("../img/common/arrow_blank_bk.png");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  font-size: 14px;
  color: #1c2b53;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

#footer .footer_btn a:hover {
  opacity: 0.5;
}

#footer .footer_navi {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

#footer .footer_link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 4.5em;
  gap: 1.5em 50px;
  font-size: 14px;
}

#footer .footer_link li:first-child {
  height: 100%;
}

#footer .footer_link a {
  color: #fff;
  display: block;
}

#footer .footer_link a:hover {
  opacity: 0.5;
}

#footer .footer_relate {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#footer .footer_relate .relate_tit {
  font-size: 13px;
}

#footer .footer_relate .relate_btn {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

#footer .footer_relate .relate_btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px 0 25px;
  width: 242px;
  height: 90px;
  background-position: right 27px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#footer .footer_relate .relate_btn a:hover {
  opacity: 0.5;
}

#footer .footer_relate .relate_btn img {
  width: 134px;
}

#footer .footer_relate .relate_btn .btn_wh {
  background-color: #dfe5ec;
  background-image: url("../img/common/arrow_blank_bk.png");
}

#footer .footer_relate .relate_btn .btn_gr {
  background-color: #0c829b;
  background-image: url("../img/common/arrow_blank_wh.png");
}

#footer .footer_other {
  border-top: 1px #0567c7 solid;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .footer_privacy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
}

#footer .footer_privacy a {
  display: block;
  font-size: 13px;
  color: #fff;
}

#footer .footer_privacy a:hover {
  opacity: 0.5;
}

#footer .copyright {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1100px) {
  #footer .footer_link li:first-child {
    height: auto;
  }
  #footer .footer_link {
    height: 7.5em;
  }
}
@media (max-width: 1024px) {
  #footer .footer_box {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  #footer .footer_cl {
    align-items: center;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 40px 20px 60px;
  }
  #footer .footer_box {
    padding: 0 0 30px;
  }
  #footer .footer_mess {
    gap: 30px;
  }
  #footer .footer_cl {
    gap: 15px;
  }
  #footer .footer_cap {
    font-size: 11px;
  }
  #footer .footer_logo {
    width: 143px;
    font-size: 0;
  }
  #footer .footer_btn {
    width: 275px;
  }
  #footer .footer_btn a {
    height: 55px;
    padding: 0 35px;
    background-position: right 25px center;
    background-size: 12px 12px;
    font-size: 12px;
  }
  #footer .footer_btn a:hover {
    opacity: 1;
  }
  #footer .footer_navi {
    gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .footer_link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.5em 40px;
    font-size: 13px;
  }
  #footer .footer_link li:first-child {
    height: auto;
  }
  #footer .footer_link a:hover {
    opacity: 1;
  }
  #footer .footer_relate {
    width: 100%;
    gap: 10px;
  }
  #footer .footer_relate .relate_tit {
    font-size: 12px;
  }
  #footer .footer_relate .relate_btn {
    flex-direction: row;
    gap: 15px;
  }
  #footer .footer_relate .relate_btn a {
    width: calc((100% - 15px) / 2);
    padding: 0 30px 0 20px;
    height: 55px;
    background-position: right 20px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  #footer .footer_relate .relate_btn a:hover {
    opacity: 1;
  }
  #footer .footer_relate .relate_btn img {
    width: 87px;
  }
  #footer .footer_other {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #footer .footer_privacy a {
    font-size: 10px;
  }
  #footer .footer_privacy a:hover {
    opacity: 1;
  }
}
/* breadcrumb
----------------------------------------------- */
.breadcrumb {
  background: #007ee9;
  padding: 40px 20px 0;
}

.breadcrumb .bread_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 14px;
  color: #fff;
}

.breadcrumb a {
  display: block;
  color: #f8e356;
  text-decoration: underline;
}

.breadcrumb a:hover {
  opacity: 0.5;
}

.breadcrumb li:not(:first-child) {
  padding: 0 0 0 35px;
  position: relative;
}

.breadcrumb li:not(:first-child):before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 0;
}

@media (max-width: 767px) {
  .breadcrumb .bread_inner {
    gap: 5px 10px;
    font-size: 11px;
  }
  .breadcrumb a:hover {
    opacity: 1;
  }
  .breadcrumb li:not(:first-child) {
    padding: 0 0 0 30px;
  }
}
/* wrapper
----------------------------------------------- */
article {
  overflow: hidden;
  padding: 110px 0 0;
}

@media (max-width: 1024px) {
  article {
    padding: 55px 0 0;
  }
}
.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* common
----------------------------------------------- */
.com_cta {
  padding: 0 20px;
  position: relative;
}

.com_cta:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 100%;
  height: calc(100% - 167px);
  bottom: 0;
  left: 0;
  z-index: 0;
}

.com_cta .cta_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.com_cta .cta_item {
  display: block;
  padding: 50px 5%;
  width: 560px;
  max-width: 47%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.com_cta .cta_item .item_cont {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.com_cta .cta_item .item_tit {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
}

.com_cta .cta_item .item_tit img {
  width: 280px;
}

.com_cta .cta_item .item_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.63;
}

.com_cta .cta_item .item_btn {
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 0 50px;
  background-position: right 28px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.com_cta .cta_item:hover .item_btn {
  opacity: 0.5;
}

.com_cta .cta_mono {
  background: #e2ecf6;
}

.com_cta .cta_mono .item_txt {
  color: #1d2c55;
}

.com_cta .cta_mono .item_cont {
  border-bottom-color: #ccd1d7;
}

.com_cta .cta_mono .item_btn {
  color: #2286e4;
  background-image: url("../img/common/arrow_blank_bl.png");
}

.com_cta .cta_tech {
  background: #0c829b;
}

.com_cta .cta_tech .item_txt {
  color: #f8f22b;
}

.com_cta .cta_tech .item_cont {
  border-bottom-color: #3b92a4;
}

.com_cta .cta_tech .item_btn {
  color: #0c829b;
  background-image: url("../img/common/arrow_blank_gr.png");
}

@media (max-width: 767px) {
  .com_cta:before {
    height: calc(100% - 110px);
  }
  .com_cta .cta_inner {
    flex-direction: column;
    gap: 15px;
  }
  .com_cta .cta_item {
    padding: 30px 9%;
    width: 100%;
    max-width: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .com_cta .cta_item .item_cont {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .com_cta .cta_item .item_tit {
    margin: 0 0 10px;
  }
  .com_cta .cta_item .item_tit img {
    width: 165px;
  }
  .com_cta .cta_item .item_txt {
    font-size: 13px;
    line-height: 1.77;
  }
  .com_cta .cta_item .item_btn {
    height: 55px;
    font-size: 13px;
    padding: 0 40px;
    background-position: right 25px center;
  }
  .com_cta .cta_item:hover .item_btn {
    opacity: 1;
  }
}
.com_develop {
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 11.43vw 20px 40px;
}

.com_develop .develop_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0 35px;
  position: relative;
}

.com_develop .develop_hd {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #005bb4;
  font-weight: 900;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}

.com_develop .develop_det {
  font-size: 18px;
  font-weight: 700;
  color: #005bb4;
  letter-spacing: 0.02em;
  margin: 0 0 35px;
  position: relative;
  z-index: 1;
}

.com_develop .develop_txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.com_develop .develop_img01 {
  position: absolute;
  width: 246px;
  left: -285px;
  top: 0;
  z-index: 0;
}

.com_develop .develop_img02 {
  position: absolute;
  width: 197px;
  right: -235px;
  top: 28px;
  z-index: 0;
}

.com_develop .develop_img03 {
  position: absolute;
  width: 205px;
  right: -245px;
  bottom: 0;
  z-index: 0;
}

.com_develop .develop_img04 {
  position: absolute;
  width: 287px;
  left: -300px;
  bottom: 10px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .com_develop .develop_img01 {
    width: 180px;
    left: -100px;
    top: 80px;
  }
  .com_develop .develop_img02 {
    width: 150px;
    right: -110px;
    top: 28px;
  }
  .com_develop .develop_img03 {
    width: 140px;
    right: -100px;
  }
  .com_develop .develop_img04 {
    width: 160px;
    left: -100px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .com_develop {
    padding: 24vw 20px 120px;
  }
  .com_develop .develop_box {
    padding: 0;
    width: 100%;
  }
  .com_develop .develop_hd {
    font-size: 30px;
    letter-spacing: 0.01em;
    margin: 0 0 10px;
  }
  .com_develop .develop_det {
    font-size: 11px;
    letter-spacing: 0.02em;
    margin: 0 0 25px;
  }
  .com_develop .develop_txt {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
  .com_develop .develop_img01 {
    width: 100px;
    left: -43px;
    top: 35px;
  }
  .com_develop .develop_img02 {
    width: 80px;
    right: -28px;
    top: 55px;
  }
  .com_develop .develop_img03 {
    position: absolute;
    width: 78px;
    right: 0;
    bottom: -105px;
    z-index: 0;
  }
  .com_develop .develop_img04 {
    width: 110px;
    left: -3px;
    bottom: -92px;
  }
}
.com_fix {
  position: fixed;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 6;
}

.com_fix a {
  width: 200px;
  padding: 18px 30px 10px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.com_fix a:hover {
  transform: translateY(5px);
}

.com_fix a:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  z-index: 0;
}

.com_fix .fix_logo {
  width: 108px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.com_fix .fix_txt {
  font-size: 11px;
  line-height: 1.46;
  font-weight: 300;
}

.com_fix .fix_monocareer {
  background: #dfe5ec;
}

.com_fix .fix_monocareer .fix_txt {
  color: #1d2b58;
}

.com_fix .fix_monocareer .fix_logo {
  background-image: url("../img/common/fix_pc01.png");
}

.com_fix .fix_monocareer:before {
  background-image: url("../img/common/arrow_fix_bk.png");
}

.com_fix .fix_techcareer {
  background: #0c829b;
}

.com_fix .fix_techcareer .fix_txt {
  color: #fff;
}

.com_fix .fix_techcareer .fix_logo {
  background-image: url("../img/common/fix_pc02.png");
}

.com_fix .fix_techcareer:before {
  background-image: url("../img/common/arrow_fix_wh.png");
}

@media (max-width: 767px) {
  .com_fix {
    right: 0;
    bottom: 0;
    width: 100%;
    top: auto;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .com_fix a {
    width: 50%;
    height: 60px;
    padding: 3px 30px 0 20px;
    gap: 5px;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .com_fix a:hover {
    transform: translateY(0);
  }
  .com_fix a:before {
    top: 13px;
    right: 20px;
  }
  .com_fix .fix_logo {
    width: 87px;
    height: 13px;
  }
  .com_fix .fix_txt {
    font-size: min(9px, 2.4vw);
    line-height: 1.45;
  }
  .com_fix .fix_monocareer .fix_logo {
    background-image: url("../img/common/fix_sp01.png");
  }
  .com_fix .fix_techcareer .fix_logo {
    background-image: url("../img/common/fix_sp02.png");
  }
}
/* contents
----------------------------------------------- */
.contents {
  background: #ebf9fd;
  position: relative;
}

.contents .contents_inner {
  position: relative;
  z-index: 1;
}

.contents .contents_circle {
  position: absolute;
  left: 0;
  bottom: -8.57vw;
  height: 45vw;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.contents .contents_circle:before {
  position: absolute;
  content: "";
  background: #ebf9fd;
  width: 129vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

/* teaser
----------------------------------------------- */
.teaser {
  padding: 65px 20px;
}

.teaser .teaser_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.teaser .teaser_cont {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.teaser .teaser_hd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.teaser .teaser_hd .hd_jps {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.27;
  letter-spacing: 0.02em;
  color: #005bb4;
}

.teaser .teaser_hd .hd_eng {
  font-family: "Figtree", sans-serif;
  color: #007ee9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.teaser .teaser_txt {
  line-height: 2.125;
  letter-spacing: 0.02em;
}

.teaser .teaser_img {
  position: absolute;
  z-index: 0;
}

@media (max-width: 767px) {
  .teaser {
    padding: 40px 20px 30px;
  }
  .teaser .teaser_inner {
    display: block;
  }
  .teaser .teaser_cont {
    gap: 25px;
  }
  .teaser .teaser_hd {
    gap: 12px;
  }
  .teaser .teaser_hd .hd_jps {
    font-size: min(31px, 8.27vw);
    font-weight: 900;
    line-height: 1.2;
  }
  .teaser .teaser_hd .hd_eng {
    font-size: 14px;
  }
}
/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 80px 0 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.wp-pagenavi a:hover {
  opacity: 0.5;
}

.wp-pagenavi span:before {
  position: absolute;
  content: "";
  background: #000;
  width: 20px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  z-index: 0;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 50px;
  height: 50px;
  background-color: #005bb4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("../img/common/arrow_wp.png");
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.wp-pagenavi .previouspostslink {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink {
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    gap: 10px 20px;
    margin: 50px 0 0;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 16px;
  }
  .wp-pagenavi a:hover {
    opacity: 1;
  }
  .wp-pagenavi span:before {
    width: 14px;
    height: 1px;
    bottom: -5px;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 35px;
    height: 35px;
    background-size: 10px 10px;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 10px 0 0;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 10px;
  }
}
/* senpai
----------------------------------------------- */
.senpai .teaser .teaser_inner {
  padding: 0 340px 0 0;
}

.senpai .teaser .teaser_img {
  top: 0;
  right: 0;
}

.senpai .teaser .teaser_img img {
  width: 312px;
}

@media (max-width: 1024px) {
  .senpai .teaser .teaser_inner {
    padding: 0 280px 0 0;
  }
  .senpai .teaser .teaser_img img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .senpai .teaser .teaser_inner {
    padding: 0;
  }
  .senpai .teaser .teaser_hd {
    padding: 0 130px 0 0;
  }
  .senpai .teaser .teaser_img {
    top: -15px;
  }
  .senpai .teaser .teaser_img img {
    width: 121px;
  }
}
.senpai .senpai_cate {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 50px;
}

.senpai .senpai_cate .cate_tit {
  font-size: 18px;
  color: #1c2b53;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.senpai .senpai_cate .cate_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.senpai .senpai_cate .cate_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px #d3d3d7 solid;
  height: 40px;
  padding: 10px 30px;
  font-size: 16px;
  color: #007ee9;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-width: 120px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.senpai .senpai_cate .cate_list a:hover {
  opacity: 0.5;
}

.senpai .senpai_cate .cate_list a.current {
  border: 1px #007ee9 solid;
  background: #007ee9;
  color: #fff;
}

.senpai .senpai_cate .cate_list a.current:hover {
  opacity: 1;
}

.senpai .senpai_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.senpai .senpai_box .senpai_item {
  background: #fff;
  border: 4px #0166b0 solid;
  padding: 35px 35px 35px 70px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.senpai .senpai_box .senpai_item .summary {
  width: 600px;
  max-width: 55.5%;
  padding: 20px 0;
}

.senpai .senpai_box .senpai_item .summary_box {
  overflow: hidden;
  margin: 0 0 50px;
}

.senpai .senpai_box .senpai_item .summary_head {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}

.senpai .senpai_box .senpai_item .summary_cap {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.senpai .senpai_box .senpai_item .summary_cap .cap_in {
  background: #007ee9;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.senpai .senpai_box .senpai_item .summary_txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.senpai .senpai_box .senpai_item .summary_job {
  display: flex;
  align-items: stretch;
  gap: 60px;
  position: relative;
}

.senpai .senpai_box .senpai_item .summary_job:before {
  position: absolute;
  content: "";
  background-image: url("../img/senpai/sankaku.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  left: 50%;
  top: 0;
  width: 16px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
}

.senpai .senpai_box .senpai_item .summary_job .job_item {
  width: calc((100% - 60px) / 2);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.senpai .senpai_box .senpai_item .summary_job .job_before {
  background: #bcc0c4;
  border-color: #a1a5a8;
  color: #5d5e5f;
}

.senpai .senpai_box .senpai_item .summary_job .job_after {
  background: #fff230;
  border-color: #005bb4;
}

.senpai .senpai_box .senpai_item .summary_job .job_after:before {
  position: absolute;
  content: "";
  background-image: url("../img/senpai/wakaba.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 52px 56px;
  left: -14px;
  top: -14px;
  width: 52px;
  height: 56px;
  z-index: 0;
}

.senpai .senpai_box .senpai_item .comment {
  background: #ebf9fd;
  width: 450px;
  max-width: 42%;
  padding: 20px 20px 55px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.senpai .senpai_box .senpai_item .comment .comment_tit {
  background: #007ee9;
  position: relative;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
  line-height: 1.36;
  font-weight: 900;
  margin: 0 0 25px;
  padding: 11px 100px 11px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.senpai .senpai_box .senpai_item .comment .comment_tit:before {
  position: absolute;
  content: "";
  background-image: url("../img/senpai/people.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 49px 118px;
  width: 49px;
  height: 118px;
  right: 25px;
  top: 7px;
  z-index: 0;
}

.senpai .senpai_box .senpai_item .comment .comment_txt {
  line-height: 2;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .senpai .senpai_box .senpai_item {
    padding: 40px;
    flex-direction: column;
    gap: 50px;
  }
  .senpai .senpai_box .senpai_item .summary {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .senpai .senpai_box .senpai_item .comment {
    width: 100%;
    max-width: none;
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .senpai .contents {
    padding: 0 0 30px;
  }
  .senpai .senpai_cate {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 30px;
  }
  .senpai .senpai_cate .cate_tit {
    font-size: 16px;
  }
  .senpai .senpai_cate .cate_list {
    gap: 6px;
  }
  .senpai .senpai_cate .cate_list a {
    height: 30px;
    padding: 10px 20px;
    font-size: 12px;
    min-width: 80px;
  }
  .senpai .senpai_cate .cate_list a:hover {
    opacity: 1;
  }
  .senpai .senpai_box {
    gap: 20px;
  }
  .senpai .senpai_box .senpai_item {
    border: 2px #0166b0 solid;
    padding: 20px;
    gap: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .senpai .senpai_box .senpai_item .summary_box {
    margin: 0 0 20px;
  }
  .senpai .senpai_box .senpai_item .summary_head {
    width: 85px;
    margin: 0 15px 0 0;
  }
  .senpai .senpai_box .senpai_item .summary_cap {
    margin: 0 0 15px;
  }
  .senpai .senpai_box .senpai_item .summary_cap .cap_in {
    padding: 5px 15px;
    font-size: 11px;
  }
  .senpai .senpai_box .senpai_item .summary_txt {
    font-size: 14px;
    line-height: 1.78;
  }
  .senpai .senpai_box .senpai_item .summary_job {
    gap: 30px;
  }
  .senpai .senpai_box .senpai_item .summary_job:before {
    background-size: 10px 10px;
    width: 10px;
  }
  .senpai .senpai_box .senpai_item .summary_job .job_item {
    width: calc((100% - 30px) / 2);
    height: 60px;
    font-size: 14px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .senpai .senpai_box .senpai_item .summary_job .job_after:before {
    background-size: 31px 33px;
    left: -9px;
    top: -9px;
    width: 31px;
    height: 33px;
  }
  .senpai .senpai_box .senpai_item .comment {
    padding: 10px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .senpai .senpai_box .senpai_item .comment .comment_tit {
    font-size: 15px;
    line-height: 1.34;
    margin: 0 0 15px;
    padding: 10px 55px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .senpai .senpai_box .senpai_item .comment .comment_tit:before {
    position: absolute;
    content: "";
    background-image: url("../img/senpai/people.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 84px;
    width: 35px;
    height: 84px;
    right: 15px;
    top: 7px;
  }
  .senpai .senpai_box .senpai_item .comment .comment_txt {
    line-height: 1.85;
  }
}
/* faq
----------------------------------------------- */
.faq {
  overflow: inherit;
}

.faq .teaser .teaser_inner {
  padding: 0 300px 0 0;
}

.faq .teaser .teaser_img {
  top: -55px;
  right: 20px;
}

.faq .teaser .teaser_img img {
  width: 279px;
}

@media (max-width: 1024px) {
  .faq .teaser .teaser_inner {
    padding: 0 260px 0 0;
  }
  .faq .teaser .teaser_img img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .faq .teaser .teaser_inner {
    padding: 0;
  }
  .faq .teaser .teaser_hd {
    padding: 0 100px 0 0;
  }
  .faq .teaser .teaser_img {
    top: -30px;
    right: 0;
  }
  .faq .teaser .teaser_img img {
    width: 88px;
  }
}
.faq .faq_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 6.66%;
}

.faq .faq_side {
  width: 310px;
  flex-shrink: 0;
  position: sticky;
  left: 0;
  top: 150px;
  background: #fff;
  padding: 25px 20px 125px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq .faq_side:before {
  position: absolute;
  content: "";
  background-image: url("../img/faq/people_side.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 20px;
  bottom: 10px;
  width: 53px;
  height: 105px;
  z-index: 0;
}

.faq .faq_side .side_cont {
  position: relative;
  z-index: 1;
}

.faq .faq_side .side_tit {
  margin: 0 0 25px;
  padding: 0 0 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px #d2e5ea solid;
  gap: 10px;
}

.faq .faq_side .side_tit .tit_jps {
  font-size: 26px;
  color: #005bb4;
  font-weight: 700;
  line-height: 1.2;
}

.faq .faq_side .side_tit .tit_eng {
  font-weight: 700;
  color: #b8c7cb;
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
}

.faq .faq_side .side_tit_sp {
  display: none;
}

.faq .faq_side .side_list {
  display: block;
}

.faq .faq_side .side_list .side_link {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.faq .faq_side .side_list .side_link li.current a {
  color: #007ee9;
}

.faq .faq_side .side_list .side_link a {
  display: block;
  line-height: 1.3;
  font-size: 20px;
  padding: 0 0 0 20px;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 700;
  position: relative;
}

.faq .faq_side .side_list .side_link a:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.faq .faq_side .side_list .side_link li.current a:before {
  opacity: 1;
}

.faq .faq_side .side_list .side_link a:hover {
  opacity: 0.5;
}

.faq .faq_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}

.faq .main_item {
  position: relative;
}

.faq .main_item .main_item_tit {
  color: #005bb4;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 40px;
}

.faq .main_item .main_item_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq_box {
  background: #007ee9;
  padding: 0 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.faq_box .q_box {
  display: flex;
  align-items: center;
  padding: 35px 50px 35px 0;
  position: relative;
  gap: 20px;
  cursor: pointer;
}

.faq_box .q_box:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.faq_box .q_box:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  height: 30px;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.faq_box .q_box.on:after {
  transform: translateY(-50%) rotate(90deg);
}

.faq_box .q_ico {
  flex-shrink: 0;
  color: #fff230;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  align-self: flex-start;
}

.faq_box .q_txt {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.faq_box .a_box {
  margin: 0 0 40px;
  display: none;
  background: url("../img/faq/bg_faq.jpg") 0 0 repeat;
  padding: 30px 45px 30px 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.faq_box .a_txt {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 1024px) {
  .faq .faq_side {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .faq .faq_block {
    flex-direction: column;
    gap: 45px 0;
  }
  .faq .faq_side {
    width: 100%;
    height: 65px;
    position: relative;
    top: auto;
    left: auto;
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .faq .faq_side:before {
    display: none;
  }
  .faq .faq_side .side_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .faq .faq_side .side_tit {
    display: none;
  }
  .faq .faq_side .side_tit_sp {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px 20px 20px;
    width: 100%;
    height: 65px;
    position: relative;
  }
  .faq .faq_side .side_tit_sp:before {
    position: absolute;
    content: "";
    background: url("../img/faq/arrow_down.png") center center no-repeat;
    background-size: 16px 12px;
    width: 16px;
    height: 100%;
    right: 25px;
    top: 0;
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
    z-index: 0;
  }
  .faq .faq_side .side_tit_sp.on:before {
    transform: rotate(-180deg);
  }
  .faq .faq_side .side_tit_sp .tit_jps {
    font-size: 15px;
    color: #005bb4;
    font-weight: 700;
  }
  .faq .faq_side .side_tit_sp .tit_eng {
    font-size: 10px;
    font-weight: 700;
    color: #b8c7cb;
    font-family: "Figtree", sans-serif;
  }
  .faq .faq_side .side_list {
    display: none;
    padding: 0 20px 15px;
  }
  .faq .faq_side .side_list .side_link {
    gap: 0;
    padding: 0;
  }
  .faq .faq_side .side_list .side_link li {
    padding: 0;
  }
  .faq .faq_side .side_list .side_link li.active a {
    color: #007ee9;
  }
  .faq .faq_side .side_list .side_link li + li {
    border-top: 1px #ebf9fd solid;
  }
  .faq .faq_side .side_list .side_link a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 13px 0;
    pointer-events: none;
  }
  .faq .faq_side .side_list .side_link a:hover {
    opacity: 1;
  }
  .faq .faq_main {
    gap: 45px 0;
  }
  .faq .main_item .main_item_tit {
    font-size: 21px;
    margin: 0 0 15px;
  }
  .faq .main_item .main_item_cont {
    gap: 15px;
  }
  .faq_box {
    padding: 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .faq_box .q_box {
    padding: 23px 20px 23px 0;
    gap: 15px;
  }
  .faq_box .q_box:before {
    width: 16px;
    height: 2px;
    right: 0;
  }
  .faq_box .q_box:after {
    width: 2px;
    height: 16px;
    right: 7px;
  }
  .faq_box .q_ico {
    font-size: 25px;
  }
  .faq_box .q_txt {
    font-size: 14px;
  }
  .faq_box .a_box {
    margin: 0 0 20px;
    background-size: 4px 4px;
    padding: 15px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .faq_box .a_txt {
    font-size: 12px;
    line-height: 1.83;
  }
}
@media (min-width: 768px) {
  .faq .faq_side .side_list {
    display: block !important;
  }
}
/* contact
----------------------------------------------- */
.contact .teaser .teaser_inner {
  padding: 0;
}

.contact .teaser .teaser_img {
  top: -65px;
  right: -20px;
}

.contact .teaser .teaser_img img {
  width: 397px;
}

@media (max-width: 1024px) {
  .contact .teaser .teaser_inner {
    padding: 0;
  }
  .contact .teaser .teaser_img img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .contact .teaser .teaser_inner {
    padding: 0;
  }
  .contact .teaser .teaser_hd {
    padding: 0 130px 0 0;
  }
  .contact .teaser .teaser_img {
    top: -20px;
    right: -10px;
  }
  .contact .teaser .teaser_img img {
    width: 130px;
  }
}
.contact .contents {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .contact .contents {
    padding-bottom: 80px;
  }
}
.form_box {
  background: #fff;
  padding: 60px 80px 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.form_box .smf-form .smf-item {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  letter-spacing: 0.02em;
  gap: 20px;
}

.form_box .smf-form .smf-item .smf-item__col--label {
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 100%;
  gap: 10px;
  position: relative;
}

.form_box .smf-form .smf-item.must .smf-item__col--label:before {
  content: "必須";
  flex-shrink: 0;
  align-self: flex-start;
  background: #007ee9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 0;
}

.form_box .smf-form .smf-item .smf-item__col--controls {
  width: 100%;
}

.form_box .smf-form input[type=text],
.form_box .smf-form input[type=email],
.form_box .smf-form input[type=tel] {
  border: 1px #d8dfe6 solid;
  background: #f3f6f9;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

.form_box .smf-form input::placeholder {
  letter-spacing: 0.02em;
  color: #b6c3d0;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.form_box .smf-form textarea {
  background: #f3f6f9;
  border: 1px #d8dfe6 solid;
  width: 100%;
  height: 140px;
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.form_box .smf-form .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin: 0 0 10px;
}

.form_box .smf-form .smf-radio-button-control {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
}

.form_box .smf-form .smf-radio-button-control input {
  border: 1px #d7dee6 solid;
  width: 38px;
  height: 38px;
  background: #f3f6f9;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.form_box .smf-form .smf-radio-button-control input:checked:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.form_box .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}

.form_box .smf-action button {
  width: 350px;
  height: 90px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #005bb4;
  cursor: pointer;
  border: none;
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.form_box .smf-action button[data-action=back] {
  width: 250px;
  background-color: #ccc;
  color: #000;
}

.form_box .smf-action button:disabled {
  background-color: #ccc;
  pointer-events: none;
  color: #bbb;
}

.form_box .smf-action button:hover {
  opacity: 0.5;
}

.form_box .check {
  margin: 50px 0 0;
  text-align: center;
}

.form_box .check .smf-label {
  display: flex;
  justify-content: center;
}

.form_box .check .smf-checkbox-control {
  font-size: 16px;
  font-weight: 700;
  color: #1c2b53;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.form_box .check .smf-checkbox-control input[type=checkbox] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f3f6f9;
  border: 1px #d8dfe6 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.form_box .check .smf-checkbox-control input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/ico_check.png");
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.form_box .check .smf-checkbox-control a {
  text-decoration: underline;
}

.form_box .check .smf-checkbox-control a:hover {
  opacity: 0.5;
}

.form_box .smf-form .smf_txt_col .smf-item__controls {
  display: flex;
  gap: 40px;
}

.form_box .smf-form .smf_txt_col .smf-item__controls .smf-placeholder {
  width: calc((100% - 40px) / 2);
}

.form_box .smf-form .smf_select_col .smf-item__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  color: #1c2b53;
  font-size: 18px;
  font-weight: 700;
}

.form_box .smf-form .smf_select_col .smf-item__controls .smf-placeholder {
  width: 250px;
  max-width: 25%;
}

.form_box .smf-form .smf-select-control select {
  outline: none;
  background-color: #f3f6f9;
  background-image: url("../img/registration/arrow_select.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  padding: 0 70px 0 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px #b6c3d0 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .form_box {
    padding: 30px 20px 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-form .smf-item {
    margin: 0 0 15px;
    font-size: 14px;
    gap: 10px;
  }
  .form_box .smf-form .smf-item .smf-item__col--label {
    gap: 5px;
  }
  .form_box .smf-form .smf-item.must .smf-item__col--label:before {
    font-size: 11px;
    width: 35px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .form_box .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }
  .form_box .smf-form input[type=text],
  .form_box .smf-form input[type=email],
  .form_box .smf-form input[type=tel] {
    height: 50px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-form input::placeholder {
    font-size: 13px;
  }
  .form_box .smf-form textarea {
    height: 90px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-form .smf-radio-buttons-control__control {
    flex-direction: column;
    gap: 15px;
    margin: 10px 0;
  }
  .form_box .smf-form .smf-radio-button-control {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
  }
  .form_box .smf-form .smf-radio-button-control input {
    width: 20px;
    height: 20px;
  }
  .form_box .smf-form .smf-radio-button-control input:checked:before {
    width: 10px;
    height: 10px;
  }
  .form_box .smf-action {
    flex-direction: column;
  }
  .form_box .smf-action .smf-button-control {
    width: 100%;
  }
  .form_box .smf-action button {
    width: 350px;
    max-width: 100%;
    height: 55px;
    margin: 30px auto 0;
    font-size: 13px;
    font-weight: 500;
  }
  .form_box .smf-action button[data-action=back] {
    width: 200px;
  }
  .form_box .smf-action button:hover {
    opacity: 1;
  }
  .form_box .smf-action .smf-sending {
    display: none;
  }
  .form_box .check {
    margin: 30px 0 0;
  }
  .form_box .check .smf-checkbox-control {
    font-size: 13px;
    letter-spacing: 0.02em;
    gap: 10px;
  }
  .form_box .check .smf-checkbox-control input[type=checkbox] {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .form_box .check .smf-checkbox-control input[type=checkbox]:checked:before {
    background-size: 15px 15px;
  }
  .form_box .check .smf-checkbox-control a:hover {
    opacity: 1;
  }
  .form_box .smf-form .smf_txt_col .smf-item__controls {
    flex-direction: column;
    gap: 10px;
  }
  .form_box .smf-form .smf_txt_col .smf-item__controls .smf-placeholder {
    width: 100%;
  }
  .form_box .smf-form .smf_select_col .smf-item__controls {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }
  .form_box .smf-form .smf_select_col .smf-item__controls .smf-placeholder {
    width: 65%;
    max-width: none;
  }
  .form_box .smf-form .smf-select-control select {
    background-image: url("../img/registration/arrow_select_sp.png");
    background-size: 42px 50px;
    height: 50px;
    padding: 0 45px 0 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
article.contact .contents.thanks,
article.registration .contents.thanks {
  display: none;
  padding-bottom: 0;
}

article.contact .contents.thanks .teaser .teaser_hd,
article.contact .contents.thanks .teaser .teaser_inner,
article.registration .contents.thanks .teaser .teaser_hd,
article.registration .contents.thanks .teaser .teaser_inner {
  padding: 0;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item {
  margin-bottom: 50px;
  gap: 10px 20px;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.must .smf-item__col--label::before {
  content: none;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.check {
  display: none;
}

article:has(.snow-monkey-form[data-screen=complete]) .contents.input {
  display: none;
}

article:has(.snow-monkey-form[data-screen=complete]) .contents.thanks {
  display: block;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_txt_col .smf-item__controls {
  gap: 0;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_txt_col .smf-item__controls .smf-placeholder {
  width: auto;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_select_col .smf-item__controls {
  gap: 0;
}

.form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_select_col .smf-item__controls .smf-placeholder {
  width: auto;
}

.custom-error-message {
  margin-top: 5px;
  color: #cc3033;
}

/* thanks
----------------------------------------------- */
.thanks .teaser {
  padding: 75px 20px 40px;
}

.thanks .teaser .teaser_inner {
  justify-content: center;
  text-align: center;
}

.thanks .teaser .teaser_cont {
  align-items: center;
}

.thanks .thanks_back {
  max-width: 280px;
  margin: 0 auto;
}

.thanks .thanks_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  height: 70px;
  font-size: 18px;
  color: #005bb4;
  letter-spacing: 0.02em;
  font-weight: 700;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
}

.thanks .thanks_back a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .thanks .contents {
    padding-bottom: 32px;
  }
  .thanks .teaser {
    padding: 45px 20px;
  }
  .thanks .teaser .teaser_hd .hd_jps {
    font-size: min(23px, 6.14vw);
  }
  .thanks .teaser .teaser_cont {
    gap: 40px;
  }
  .thanks .teaser .teaser_txt {
    text-align: left;
  }
  .thanks .thanks_back {
    max-width: 240px;
  }
  .thanks .thanks_back a {
    height: 55px;
    font-size: 13px;
  }
  .thanks .thanks_back a:hover {
    opacity: 1;
  }
}
/* registration
----------------------------------------------- */
.registration .contents {
  padding-bottom: 120px;
}

.registration .teaser {
  padding: 45px 20px;
}

.registration .teaser .teaser_btn {
  display: flex;
  justify-content: flex-start;
}

.registration .teaser .teaser_btn a {
  width: 260px;
  height: 60px;
  background: #06c755;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.registration .teaser .teaser_btn a:hover {
  opacity: 0.5;
}

.registration .regis_flow {
  flex-shrink: 0;
  background: #007ee9;
  padding: 25px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.registration .regis_flow .flow_tit {
  text-align: center;
  margin: 0 0 25px;
  font-size: 22px;
  color: #fff230;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.registration .regis_flow .flow_box {
  display: flex;
  align-items: stretch;
  gap: 31px;
}

.registration .regis_flow .flow_box li {
  background: #fff;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.registration .regis_flow .flow_box li:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 65px;
  height: 65px;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 0;
}

.registration .regis_flow .flow_box li:not(:last-child):after {
  position: absolute;
  content: "";
  background-image: url("../img/registration/sankaku.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 16px;
  left: calc(100% + 10px);
  top: 0;
  width: 14px;
  height: 100%;
  z-index: 0;
}

.registration .regis_flow .flow_ico {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Figtree", sans-serif;
  padding: 0 2px;
  z-index: 1;
}

.registration .regis_flow .flow_ico .ico_eng {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.registration .regis_flow .flow_ico .ico_num {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}

.registration .regis_flow .flow_img {
  width: 100px;
}

.registration .regis_flow .flow_cont {
  display: flex;
  align-items: stretch;
  gap: 31px;
  margin: 10px 0 0;
}

.registration .regis_flow .flow_cont li {
  width: calc((100% - 62px) / 3);
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .registration .teaser .teaser_inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .registration .contents {
    padding-bottom: 60px;
  }
  .registration .teaser {
    padding: 40px 20px;
  }
  .registration .teaser .teaser_btn {
    justify-content: center;
  }
  .registration .teaser .teaser_btn a {
    width: 195px;
    height: 45px;
    font-size: 12px;
  }
  .registration .teaser .teaser_btn a:hover {
    opacity: 1;
  }
  .registration .regis_flow {
    margin: 35px 0 0;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .registration .regis_flow .flow_tit {
    margin: 0 0 15px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .registration .regis_flow .flow_box {
    display: flex;
    align-items: stretch;
    gap: 15px;
    width: 100%;
  }
  .registration .regis_flow .flow_box li {
    width: calc((100% - 30px) / 3);
    height: 24vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .registration .regis_flow .flow_box li:before {
    width: min(45px, 12vw);
    height: min(45px, 12vw);
    left: -1px;
    top: -1px;
  }
  .registration .regis_flow .flow_box li:not(:last-child):after {
    background-size: 8px 9px;
    left: calc(100% + 3px);
    width: 8px;
  }
  .registration .regis_flow .flow_ico {
    padding: 0;
  }
  .registration .regis_flow .flow_ico .ico_eng {
    font-size: 10px;
  }
  .registration .regis_flow .flow_ico .ico_num {
    font-size: 13px;
  }
  .registration .regis_flow .flow_img {
    width: min(60px, 16vw);
  }
  .registration .regis_flow .flow_cont {
    gap: 15px;
    margin: 5px 0 0;
  }
  .registration .regis_flow .flow_cont li {
    width: calc((100% - 30px) / 3);
    font-size: 11px;
  }
  .registration .form_box .smf-form .smf-radio-buttons-control__control {
    flex-direction: row;
    gap: 50px;
  }
}
/* animation
----------------------------------------------- */
@keyframes ltor {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* top
----------------------------------------------- */
.top_main {
  padding: 60px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.top_main .main_hd {
  display: flex;
  justify-content: center;
}

.top_main .main_hd .hd_inner {
  max-width: 993px;
  display: block;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.top_main .main_hd.animated .hd_inner {
  animation: ltor 1s ease-in-out forwards;
}

.top_main .main_txt {
  margin: 15px 0 0;
  text-align: center;
  font-size: 16px;
  color: #005bb4;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.top_main .main_btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  gap: 20px;
}

.top_main .main_btn a {
  width: 320px;
  height: 62px;
  padding: 0 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.top_main .main_btn a:hover {
  opacity: 0.5;
}

.top_main .main_btn a:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_main .main_btn .btn_bl {
  background: #49aefd;
}

.top_main .main_btn .btn_bl:before {
  background-image: url("../img/top/arrow_main_bl.png");
}

.top_main .main_btn .btn_gr {
  background: #48d2b0;
}

.top_main .main_btn .btn_gr:before {
  background-image: url("../img/top/arrow_main_gr.png");
}

@media (max-width: 767px) {
  .top_main {
    padding: 30px 20px 0;
  }
  .top_main .main_hd .hd_inner {
    max-width: 265px;
  }
  .top_main .main_txt {
    font-size: 11px;
    line-height: 1.73;
    margin: 10px 0 0;
  }
  .top_main .main_btn {
    margin: 17px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .top_main .main_btn a {
    width: 270px;
    height: 50px;
    padding: 0 35px;
    font-size: 12px;
  }
  .top_main .main_btn a:hover {
    opacity: 1;
  }
  .top_main .main_btn a:before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
.top_vary {
  height: 885px;
  margin: -100px 0 0;
  position: relative;
}

.top_vary .vary_item {
  width: 230px;
  position: absolute;
  z-index: 1;
}

.top_vary .vary_bg {
  width: 230px;
  position: absolute;
  z-index: 0;
}

.top_vary .vary_position01 {
  left: calc(50% - 110px);
  right: auto;
  top: 280px;
}

.top_vary .vary_position02 {
  right: calc(50% + 136px);
  left: auto;
  top: 186px;
}

.top_vary .vary_position03 {
  left: calc(50% + 136px);
  right: auto;
  top: 186px;
}

.top_vary .vary_position04 {
  right: calc(50% + 136px);
  left: auto;
  bottom: 0;
}

.top_vary .vary_position05 {
  left: calc(50% + 136px);
  right: auto;
  bottom: 0;
}

.top_vary .vary_position06 {
  right: calc(50% + 392px);
  left: auto;
  top: 94px;
}

.top_vary .vary_position07 {
  left: calc(50% + 392px);
  right: auto;
  top: 94px;
}

.top_vary .vary_position08 {
  right: calc(50% + 392px);
  left: auto;
  top: 456px;
}

.top_vary .vary_position09 {
  left: calc(50% + 392px);
  right: auto;
  top: 456px;
}

.top_vary .vary_position10 {
  right: calc(50% + 648px);
  left: auto;
  top: 0;
}

.top_vary .vary_position11 {
  left: calc(50% + 648px);
  right: auto;
  top: 0;
}

.top_vary .vary_position12 {
  right: calc(50% + 648px);
  left: auto;
  top: 362px;
}

.top_vary .vary_position13 {
  left: calc(50% + 648px);
  right: auto;
  top: 362px;
}

@media (max-width: 767px) {
  .top_vary {
    height: 371px;
    margin: -60px 0 0;
  }
  .top_vary .vary_item {
    width: 97px;
  }
  .top_vary .vary_bg {
    width: 97px;
  }
  .top_vary .vary_position01 {
    left: calc(50% - 48px);
    right: auto;
    top: 117px;
  }
  .top_vary .vary_position02 {
    right: calc(50% + 61px);
    left: auto;
    top: 78px;
  }
  .top_vary .vary_position03 {
    left: calc(50% + 61px);
    right: auto;
    top: 78px;
  }
  .top_vary .vary_position04 {
    right: calc(50% + 61px);
    left: auto;
    bottom: 0;
  }
  .top_vary .vary_position05 {
    left: calc(50% + 61px);
    right: auto;
    bottom: 0;
  }
  .top_vary .vary_position06 {
    right: calc(50% + 167px);
    left: auto;
    top: 39px;
  }
  .top_vary .vary_position07 {
    left: calc(50% + 167px);
    right: auto;
    top: 39px;
  }
  .top_vary .vary_position08 {
    right: calc(50% + 167px);
    left: auto;
    top: 191px;
  }
  .top_vary .vary_position09 {
    left: calc(50% + 167px);
    right: auto;
    top: 191px;
  }
  .top_vary .vary_position10 {
    right: calc(50% + 274px);
    left: auto;
    top: 0;
  }
  .top_vary .vary_position11 {
    left: calc(50% + 274px);
    right: auto;
    top: 0;
  }
  .top_vary .vary_position12 {
    right: calc(50% + 274px);
    left: auto;
    top: 154px;
  }
  .top_vary .vary_position13 {
    left: calc(50% + 274px);
    right: auto;
    top: 154px;
  }
}
.top_future {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 100px;
  margin: -314px 0 0;
  font-feature-settings: normal;
  position: relative;
  z-index: 1;
}

.top_future:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 130%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_future .future_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top_future .future_hd {
  font-size: 48px;
  color: #fff230;
  font-weight: 900;
  line-height: 1.33;
}

.top_future .future_det {
  color: #fff230;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin: 5px 0 0;
}

.top_future .future_wave {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  max-width: 460px;
}

.top_future .future_wave.animated .wave_in {
  animation: ltor 1s ease-in-out forwards;
}

.top_future .future_txt {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.9;
  margin: 45px 0 0;
  font-feature-settings: "palt";
}

.top_future .future_txt .txt_logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.top_future .future_txt .txt_logo img {
  width: 133px;
}

.top_future .future_left {
  position: absolute;
  right: calc(100% + 5px);
  top: 15px;
  width: min(278px, 19.86vw);
  z-index: 1;
}

.top_future .future_right {
  position: absolute;
  left: 100%;
  top: 25px;
  width: min(304px, 21.72vw);
  z-index: 1;
}

@media (max-width: 1400px) {
  .top_future:before {
    width: 150%;
  }
}
@media (max-width: 1024px) {
  .top_future:before {
    width: 200%;
  }
  .top_future .future_people {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }
  .top_future .future_left {
    position: static;
    width: min(278px, 19.86vw);
    z-index: 1;
  }
  .top_future .future_right {
    position: static;
    width: min(304px, 21.72vw);
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .top_future {
    padding: 50px 20px;
    margin: -130px 0 0;
  }
  .top_future:before {
    width: 200%;
  }
  .top_future .future_hd {
    font-size: 24px;
  }
  .top_future .future_det {
    font-size: 11px;
  }
  .top_future .future_wave {
    margin: 10px 0 0;
    max-width: 230px;
  }
  .top_future .future_txt {
    font-size: 13px;
    line-height: 1.85;
    margin: -10px 0 0;
  }
  .top_future .future_txt .txt_logo img {
    width: 80px;
  }
  .top_future .future_left {
    width: 109px;
  }
  .top_future .future_right {
    width: 127px;
  }
}
.top_advantage {
  background: #ebf9fd;
  padding: 13.57vw 0 11.43vw;
  margin: -8.57vw 0 0;
}

.top_advantage .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_advantage .advan_hd {
  padding: 0 0 0 76px;
  position: relative;
  margin: 0 0 30px;
}

.top_advantage .advan_hd .hd_inner {
  width: 336px;
  display: block;
}

.top_advantage .advan_hd .hd_pop {
  position: absolute;
  display: block;
  left: 0;
  top: -36px;
  width: 99px;
  z-index: 1;
}

.top_advantage .advan_det {
  margin: 0 0 65px;
  padding: 0 85px;
  text-align: center;
  line-height: 1.875;
  position: relative;
}

.top_advantage .advan_det:before,
.top_advantage .advan_det:after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58px 91px;
  bottom: -20px;
  width: 58px;
  height: 91px;
  z-index: 0;
}

.top_advantage .advan_det:before {
  left: 0;
  background-image: url("../img/top/left_slash.png");
}

.top_advantage .advan_det:after {
  right: 0;
  background-image: url("../img/top/right_slash.png");
}

.top_advantage .advan_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}

.top_advantage .advan_item {
  width: calc((100% - 30px) / 2);
  min-height: 380px;
  padding: 65px 20px;
  background: #fff;
  border: 2px #0166b0 solid;
}

.top_advantage .advan_lt {
  -webkit-border-radius: 90px 90px 0 90px;
  -moz-border-radius: 90px 90px 0 90px;
  -ms-border-radius: 90px 90px 0 90px;
  -o-border-radius: 90px 90px 0 90px;
  border-radius: 90px 90px 0 90px;
}

.top_advantage .advan_rt {
  -webkit-border-radius: 90px 90px 90px 0;
  -moz-border-radius: 90px 90px 90px 0;
  -ms-border-radius: 90px 90px 90px 0;
  -o-border-radius: 90px 90px 90px 0;
  border-radius: 90px 90px 90px 0;
}

.top_advantage .advan_lb {
  -webkit-border-radius: 90px 0 90px 90px;
  -moz-border-radius: 90px 0 90px 90px;
  -ms-border-radius: 90px 0 90px 90px;
  -o-border-radius: 90px 0 90px 90px;
  border-radius: 90px 0 90px 90px;
}

.top_advantage .advan_rb {
  -webkit-border-radius: 0 90px 90px 90px;
  -moz-border-radius: 0 90px 90px 90px;
  -ms-border-radius: 0 90px 90px 90px;
  -o-border-radius: 0 90px 90px 90px;
  border-radius: 0 90px 90px 90px;
}

.top_advantage .advan_item .item_mess {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 20px 0 50px;
  margin: 0 0 50px;
}

.top_advantage .advan_rt .item_mess,
.top_advantage .advan_rb .item_mess {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 0 30px;
}

.top_advantage .advan_item .item_num {
  font-family: "Figtree", sans-serif;
  font-size: 80px;
  width: 160px;
  font-weight: 700;
  color: #0167b0;
  line-height: 1.1;
  flex-shrink: 0;
  position: relative;
}

.top_advantage .advan_item .item_num .num_cap {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 20px;
  line-height: 1;
  color: #0166b0;
  padding: 0 0 0 12px;
  font-weight: 700;
}

.top_advantage .advan_item .item_num .num_cap:before {
  position: absolute;
  content: "";
  background: #0166b0;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.top_advantage .advan_item .item_tit {
  font-size: 24px;
  line-height: 1.5;
  color: #0167b0;
  font-weight: 900;
}

.top_advantage .advan_item .item_cont {
  padding: 0 40px 0 210px;
  position: relative;
}

.top_advantage .advan_rt .item_cont,
.top_advantage .advan_rb .item_cont {
  padding: 0 220px 0 30px;
}

.top_advantage .advan_item .item_txt {
  line-height: 1.875;
}

.top_advantage .advan_item .item_img01 {
  position: absolute;
  left: 25px;
  top: -30px;
  width: 150px;
  z-index: 0;
}

.top_advantage .advan_item .item_img02 {
  position: absolute;
  right: -5px;
  top: 0;
  width: 193px;
  z-index: 0;
}

.top_advantage .advan_item .item_img03 {
  position: absolute;
  left: 35px;
  top: -35px;
  width: 132px;
  z-index: 0;
}

.top_advantage .advan_item .item_img04 {
  position: absolute;
  right: 0;
  top: -5px;
  width: 148px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .top_advantage .advan_box {
    flex-direction: column;
  }
  .top_advantage .advan_item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_advantage {
    padding: 20vw 0 15.2vw;
    margin: -7.34vw 0 0;
  }
  .top_advantage .advan_hd {
    padding: 0 0 0 45px;
    margin: 0 0 20px;
  }
  .top_advantage .advan_hd .hd_inner {
    width: 200px;
  }
  .top_advantage .advan_hd .hd_pop {
    top: -20px;
    width: 60px;
  }
  .top_advantage .advan_det {
    margin: 0 0 25px;
    padding: 0 35px;
    line-height: 1.77;
  }
  .top_advantage .advan_det:before,
  .top_advantage .advan_det:after {
    background-size: 40px 62px;
    bottom: 0;
    width: 40px;
    height: 62px;
  }
  .top_advantage .advan_det:before {
    left: -10px;
  }
  .top_advantage .advan_det:after {
    right: -10px;
  }
  .top_advantage .advan_box {
    flex-direction: column;
    gap: 15px;
  }
  .top_advantage .advan_item {
    width: 100%;
    min-height: inherit;
    padding: 35px 20px 35px;
    border: 1px #0166b0 solid;
  }
  .top_advantage .advan_lt {
    -webkit-border-radius: 45px 45px 0 45px;
    -moz-border-radius: 45px 45px 0 45px;
    -ms-border-radius: 45px 45px 0 45px;
    -o-border-radius: 45px 45px 0 45px;
    border-radius: 45px 45px 0 45px;
  }
  .top_advantage .advan_rt {
    -webkit-border-radius: 45px 45px 45px 0;
    -moz-border-radius: 45px 45px 45px 0;
    -ms-border-radius: 45px 45px 45px 0;
    -o-border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 45px 0;
  }
  .top_advantage .advan_lb {
    -webkit-border-radius: 45px 45px 0 45px;
    -moz-border-radius: 45px 45px 0 45px;
    -ms-border-radius: 45px 45px 0 45px;
    -o-border-radius: 45px 45px 0 45px;
    border-radius: 45px 45px 0 45px;
  }
  .top_advantage .advan_rb {
    -webkit-border-radius: 45px 45px 45px 0;
    -moz-border-radius: 45px 45px 45px 0;
    -ms-border-radius: 45px 45px 45px 0;
    -o-border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 45px 0;
  }
  .top_advantage .advan_item .item_mess {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
  .top_advantage .advan_rt .item_mess,
  .top_advantage .advan_rb .item_mess {
    padding: 0 10px 0 0;
  }
  .top_advantage .advan_item .item_num {
    font-size: 43px;
    width: 80px;
  }
  .top_advantage .advan_rt .item_num,
  .top_advantage .advan_rb .item_num {
    width: auto;
  }
  .top_advantage .advan_item .item_num .num_cap {
    font-size: 11px;
    padding: 0 0 0 5px;
  }
  .top_advantage .advan_item .item_num .num_cap:before {
    width: 4px;
    height: 4px;
    left: 0;
  }
  .top_advantage .advan_item .item_tit {
    font-size: 15px;
    line-height: 1.6;
  }
  .top_advantage .advan_item .item_cont {
    padding: 0 0 0 100px;
  }
  .top_advantage .advan_rt .item_cont,
  .top_advantage .advan_rb .item_cont {
    padding: 0 100px 0 0;
  }
  .top_advantage .advan_item .item_txt {
    line-height: 1.67;
    font-size: 12px;
  }
  .top_advantage .advan_item .item_img01 {
    left: 0;
    top: 0;
    width: 84px;
  }
  .top_advantage .advan_item .item_img02 {
    top: auto;
    bottom: 0;
    width: 92px;
  }
  .top_advantage .advan_item .item_img03 {
    left: 5px;
    top: -5px;
    width: 64px;
  }
  .top_advantage .advan_item .item_img04 {
    right: 0;
    top: auto;
    bottom: -5px;
    width: 74px;
  }
}
.top_want {
  background: #007ee9;
  padding: 15px 0 80px;
  position: relative;
}

.top_want:before {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 130%;
  height: 31.93vw;
  left: 50%;
  transform: translateX(-50%);
  top: -6vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_want .inner {
  position: relative;
  z-index: 1;
}

.top_want .want_hd {
  margin: 0 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-weight: 900;
  color: #fff230;
  line-height: 1.27;
}

.top_want .want_hd .hd_lar {
  font-size: 52px;
}

.top_want .want_hd .hd_sml {
  font-size: 32px;
}

.top_want .want_txt {
  color: #fff;
  line-height: 2;
  text-align: center;
  margin: 0 0 50px;
}

.want_btn {
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
}

.want_btn .btn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.want_btn .btn_cap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff230;
  line-height: 1.25;
  min-width: 320px;
  padding: 0 25px;
  text-align: center;
  position: relative;
}

.want_btn .btn_cap:before,
.want_btn .btn_cap:after {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 39px;
  bottom: 0;
  width: 25px;
  height: 39px;
  z-index: 0;
}

.want_btn .btn_cap:before {
  left: 0;
  background-image: url("../img/top/left_slash.png");
}

.want_btn .btn_cap:after {
  right: 0;
  background-image: url("../img/top/right_slash.png");
}

.want_btn .btn_link {
  width: 360px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 70px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.want_btn .btn_link:hover {
  opacity: 0.5;
}

.want_btn .btn_link:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.want_btn .btn_link.link_bl {
  background: #49aefd;
}

.want_btn .btn_link.link_bl:before {
  background-image: url("../img/top/arrow_top_bl.png");
}

.want_btn .btn_link.link_gr {
  background: #48d2b0;
}

.want_btn .btn_link.link_gr:before {
  background-image: url("../img/top/arrow_top_gr.png");
}

@media (max-width: 767px) {
  .top_want {
    padding: 35px 0 50px;
  }
  .top_want:before {
    position: absolute;
    content: "";
    background: #007ee9;
    width: 130%;
    height: 31.93vw;
    left: 50%;
    transform: translateX(-50%);
    top: -6vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
  }
  .top_want .want_hd {
    margin: 0 0 15px;
    gap: 10px;
  }
  .top_want .want_hd .hd_lar {
    font-size: 26px;
  }
  .top_want .want_hd .hd_sml {
    font-size: 18px;
  }
  .top_want .want_txt {
    line-height: 1.85;
    margin: 0 0 20px;
  }
  .want_btn {
    flex-direction: column;
    gap: 25px;
  }
  .want_btn .btn_item {
    gap: 10px;
  }
  .want_btn .btn_cap {
    min-width: 230px;
    min-height: 2.5em;
    padding: 0 30px;
  }
  .want_btn .btn_cap:before,
  .want_btn .btn_cap:after {
    background-size: 19px 29px;
    width: 19px;
    height: 29px;
    bottom: -2px;
  }
  .want_btn .btn_link {
    width: 260px;
    height: 65px;
    padding: 0 45px;
    font-size: 15px;
    line-height: 1.4;
  }
  .want_btn .btn_link:hover {
    opacity: 1;
  }
  .want_btn .btn_link:before {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    background-size: 14px 14px;
  }
}
.top_introduce {
  background: #007ee9;
}

.top_introduce .intro_inner {
  background: #ebf9fd;
  -webkit-border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -ms-border-radius: 90px 90px 0 0;
  -o-border-radius: 90px 90px 0 0;
  border-radius: 90px 90px 0 0;
}

.top_support {
  padding: 90px 0 45px;
}

.top_support .support_hd {
  font-weight: 900;
  color: #005bb4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 25px;
  gap: 5px;
  line-height: 1.23;
}

.top_support .support_hd .hd_sml {
  font-size: 26px;
}

.top_support .support_hd .hd_lar {
  font-size: 52px;
}

.top_support .support_det {
  text-align: center;
  line-height: 1.75;
  margin: 0 0 50px;
}

.top_support .support_box {
  display: flex;
  align-items: stretch;
  gap: 66px;
}

.top_support .support_box .support_item {
  width: calc((100% - 198px) / 4);
  position: relative;
}

.top_support .support_box .support_item:not(:last-child):before {
  position: absolute;
  content: "";
  background-image: url("../img/top/sankaku_support.png");
  background-size: 20px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 100%;
  top: 0;
  width: 66px;
  height: 250px;
  z-index: 0;
}

.top_support .support_box .support_pic {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.top_support .support_box .support_pic:before {
  position: absolute;
  content: "";
  background: #ebf9fd;
  width: 100px;
  height: 96px;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 0;
}

.top_support .support_box .support_step {
  position: absolute;
  left: 4px;
  top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #005bb4;
  font-weight: 700;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  z-index: 1;
}

.top_support .support_box .support_step .step_eng {
  font-size: 16px;
}

.top_support .support_box .support_step .step_num {
  font-size: 32px;
  line-height: 0.9;
}

.top_support .support_box .support_tit {
  margin: 25px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.top_support .support_box .support_txt {
  line-height: 1.75;
  margin: 10px 0 0;
}

.top_support .support_free {
  margin: 45px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
}

.top_support .support_btn {
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
}

.top_support .support_btn a {
  width: 480px;
  height: 90px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #005bb4;
  padding: 0 80px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.top_support .support_btn a:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/arrow_support.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 13px 13px;
  width: 36px;
  height: 36px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_support .support_btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .top_support .support_box {
    gap: 40px;
  }
  .top_support .support_box .support_item {
    width: calc((100% - 120px) / 4);
  }
  .top_support .support_box .support_item:not(:last-child):before {
    width: 40px;
  }
  .top_support .support_box .support_pic:before {
    width: 80px;
    height: 70px;
  }
  .top_support .support_box .support_step .step_num {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .top_introduce .intro_inner {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    -ms-border-radius: 35px 35px 0 0;
    -o-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
  }
  .top_support {
    padding: 45px 0 30px;
  }
  .top_support .support_hd {
    margin: 0 0 15px;
  }
  .top_support .support_hd .hd_sml {
    font-size: 15px;
  }
  .top_support .support_hd .hd_lar {
    font-size: 26px;
  }
  .top_support .support_det {
    line-height: 1.85;
    margin: 0 0 30px;
  }
  .top_support .support_box {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  .top_support .support_box .support_item {
    width: 255px;
  }
  .top_support .support_box .support_item:not(:last-child):before {
    background-size: 21px 25px;
    left: 50%;
    top: calc(100% + 15px);
    width: 21px;
    height: 25px;
    transform: translateX(-50%) rotate(90deg);
  }
  .top_support .support_box .support_pic {
    height: 205px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_support .support_box .support_pic img {
    height: 100%;
    object-fit: cover;
  }
  .top_support .support_box .support_pic:before {
    width: 100px;
    height: 100px;
  }
  .top_support .support_box .support_step {
    left: 2px;
    top: 2px;
  }
  .top_support .support_box .support_step .step_eng {
    font-size: 18px;
  }
  .top_support .support_box .support_step .step_num {
    font-size: 34px;
  }
  .top_support .support_box .support_tit {
    margin: 15px 0 0;
    font-size: 17px;
  }
  .top_support .support_box .support_txt {
    font-size: 12px;
    line-height: 1.67;
  }
  .top_support .support_free {
    margin: 35px 0 0;
    font-size: min(15px, 4vw);
    line-height: 1.73;
  }
  .top_support .support_btn {
    margin: 20px 0 0;
  }
  .top_support .support_btn a {
    width: 260px;
    height: 65px;
    font-size: min(15px, 4vw);
    padding: 0 45px;
  }
  .top_support .support_btn a:before {
    width: 30px;
    height: 30px;
    right: 15px;
  }
  .top_support .support_btn a:hover {
    opacity: 1;
  }
}
.top_innum {
  padding: 45px 0 60px;
}

.top_innum .innum_hd {
  font-weight: 900;
  color: #007ee9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 55px;
  gap: 5px;
  line-height: 1.23;
  padding: 0 22%;
  position: relative;
}

.top_innum .innum_hd .hd_sml {
  font-size: 26px;
  color: #000;
}

.top_innum .innum_hd .hd_lar {
  font-size: 52px;
}

.top_innum .innum_hd:before,
.top_innum .innum_hd:after {
  position: absolute;
  content: "";
  background: #d2e5ea;
  top: 50%;
  margin-top: -1px;
  width: 21%;
  height: 2px;
  z-index: 0;
}

.top_innum .innum_hd:before {
  left: 0;
}

.top_innum .innum_hd:after {
  right: 0;
}

.top_innum .innum_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.top_innum .innum_item {
  background: #fff;
  min-height: 320px;
  padding: 35px 30px 20px;
  width: 380px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_innum .innum_tit {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  color: #007ee9;
  margin: 0 0 40px;
}

.top_innum .innum_cont {
  padding: 0 0 25px;
  border-bottom: 2px #d2e5ea solid;
  color: #005bb4;
  line-height: 1;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}

.top_innum .innum_cont .cont_lar {
  font-family: "Figtree", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.7;
}

.top_innum .innum_cont .cont_percent {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.9;
  font-family: "Figtree", sans-serif;
}

.top_innum .innum_cont .cont_mid {
  font-size: 36px;
}

.top_innum .innum_cont .cont_sml {
  font-size: 26px;
}

.top_innum .innum_cont .cont_arrow {
  margin: 0 20px;
  width: 28px;
  align-self: center;
}

.top_innum .innum_cont .cont_img01 {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 67px;
}

.top_innum .innum_cont .cont_img02 {
  position: absolute;
  right: -3px;
  bottom: 80px;
  width: 86px;
}

.top_innum .innum_cont .cont_img03 {
  position: absolute;
  right: 10px;
  bottom: 27px;
  width: 93px;
}

.top_innum .innum_cont .cont_img04 {
  position: absolute;
  right: 10px;
  bottom: 30px;
  width: 125px;
}

.top_innum .innum_cont .cont_img05 {
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 74px;
}

.top_innum .innum_txt {
  line-height: 1.75;
  margin: 20px 0 0;
}

.top_innum .innum_note {
  font-size: 12px;
}

@media (max-width: 767px) {
  .top_innum {
    padding: 30px 0;
  }
  .top_innum .innum_hd {
    margin: 0 0 25px;
    gap: 5px;
    padding: 0 35px;
  }
  .top_innum .innum_hd .hd_sml {
    font-size: 15px;
  }
  .top_innum .innum_hd .hd_lar {
    font-size: 26px;
  }
  .top_innum .innum_hd:before,
  .top_innum .innum_hd:after {
    width: 30px;
    height: 2px;
  }
  .top_innum .innum_box {
    flex-direction: column;
    gap: 15px;
  }
  .top_innum .innum_item {
    min-height: inherit;
    padding: 22px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_innum .innum_tit {
    font-size: 19px;
    margin: 0 0 20px;
  }
  .top_innum .innum_cont {
    padding: 0 0 18px;
  }
  .top_innum .innum_cont .cont_lar {
    font-size: 70px;
  }
  .top_innum .innum_cont .cont_percent {
    font-size: 40px;
  }
  .top_innum .innum_cont .cont_mid {
    font-size: 27px;
  }
  .top_innum .innum_cont .cont_sml {
    font-size: 20px;
  }
  .top_innum .innum_cont .cont_arrow {
    margin: 0 15px;
    width: 20px;
  }
  .top_innum .innum_cont .cont_img01 {
    right: 42px;
    bottom: 15px;
    width: 51px;
  }
  .top_innum .innum_cont .cont_img02 {
    right: 35px;
    bottom: 50px;
    width: 65px;
  }
  .top_innum .innum_cont .cont_img03 {
    right: 33px;
    bottom: 17px;
    width: 70px;
  }
  .top_innum .innum_cont .cont_img04 {
    right: 20px;
    bottom: 17px;
    width: 94px;
  }
  .top_innum .innum_cont .cont_img05 {
    right: 40px;
    bottom: 17px;
    width: 56px;
  }
  .top_innum .innum_txt {
    line-height: 1.75;
    margin: 20px 0 0;
  }
  .top_innum .innum_note {
    font-size: 12px;
  }
}
.top_works {
  position: relative;
  background: #fff;
  padding: 100px 0 210px;
}

.top_works .works_wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.top_works .works_mess {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto 60px;
  padding: 0 20px;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.top_works .works_hd {
  color: #005bb4;
  margin: 0 0 35px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
}

.top_works .works_hd:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/wakaba_works.png");
  background-size: 30px 32px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
  left: -18px;
  top: 0;
  z-index: 0;
}

.top_works .works_hd .hd_mid {
  font-size: 56px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}

.top_works .works_hd .hd_lar {
  font-size: 80px;
  line-height: 1;
}

.top_works .works_det {
  line-height: 2;
}

.top_works .works_btn {
  flex-shrink: 0;
}

.top_works .works_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  width: 380px;
  height: 70px;
  border: 2px #005bb4 solid;
  padding: 0 55px 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.top_works .works_btn a:hover {
  opacity: 0.5;
}

.top_works .works_btn a:before {
  position: absolute;
  content: "";
  background-color: #005bb4;
  width: 26px;
  height: 26px;
  right: 26px;
  top: 50%;
  background-image: url("../img/common/arrow_menu.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_works .works_slider .works_item {
  width: 400px;
  margin: 0 15px;
  background: #005bb4;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_works .works_slider .works_item:nth-child(even) {
  background: #007ee9;
}

.top_works .works_slider .works_item .item_img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_works .works_slider .works_item .item_img {
  margin: 0 0 20px;
  width: 100%;
}

.top_works .works_slider .works_item .item_cap {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  font-size: 14px;
  color: #fff;
  margin: 0 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.top_works .works_slider .works_item .item_tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}

.top_works .works_slider .works_item .item_cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.top_works .works_slider .works_item .item_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  font-size: 14px;
  line-height: 1.43;
  max-width: 50%;
}

.top_works .works_slider .works_item .item_loca {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 18px;
}

.top_works .works_slider .works_item .item_loca img {
  width: 25px;
}

.top_works .works_navi {
  max-width: 1240px;
  margin: 50px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.top_works .works_arrow {
  display: flex;
  align-items: stretch;
  gap: 17px;
  flex-shrink: 0;
}

.top_works .works_prev,
.top_works .works_next {
  width: 105px;
  height: 72px;
  background-color: #007ee9;
  cursor: pointer;
  background-image: url("../img/common/arrow_wp.png");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.top_works .works_prev:hover,
.top_works .works_next:hover {
  opacity: 0.5;
}

.top_works .works_prev {
  transform: rotate(180deg);
}

.top_works .works_dot {
  width: 100%;
}

.top_works .works_dot .slick-dots {
  display: flex;
  background: #d1dde1;
  width: 100%;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_works .works_dot .slick-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.top_works .works_dot .slick-dots li {
  flex: 1;
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

.top_works .works_dot .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #d1dde1;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_works .works_dot .slick-dots li.slick-active button {
  background: #005bb4;
}

@media (max-width: 1024px) {
  .top_works .works_mess {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .top_works .works_cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top_works {
    padding: 40px 0 105px;
  }
  .top_works .works_mess {
    margin: 0 auto 30px;
    gap: 25px;
  }
  .top_works .works_hd {
    margin: 0 0 15px;
    font-size: 19px;
    padding: 0 0 0 5px;
  }
  .top_works .works_hd:before {
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
    left: -5px;
    top: -2px;
  }
  .top_works .works_hd .hd_mid {
    font-size: 29px;
    margin: 0 5px 0 0;
  }
  .top_works .works_hd .hd_lar {
    font-size: 40px;
  }
  .top_works .works_det {
    line-height: 1.77;
  }
  .top_works .works_btn a {
    font-size: 12px;
    width: 250px;
    height: 50px;
    border: 1px #005bb4 solid;
    padding: 0 35px 0 0;
  }
  .top_works .works_btn a:hover {
    opacity: 1;
  }
  .top_works .works_btn a:before {
    width: 18px;
    height: 18px;
    right: 14px;
  }
  .top_works .works_slider .works_item {
    width: 76vw;
    margin: 0 2vw;
    padding: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  .top_works .works_slider .works_item .item_img img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
  }
  .top_works .works_slider .works_item .item_img {
    margin: 0 0 15px;
    width: 100%;
  }
  .top_works .works_slider .works_item .item_cap {
    padding: 7px;
    font-size: 10px;
    margin: 0 0 10px;
  }
  .top_works .works_slider .works_item .item_tit {
    font-size: 15px;
    margin: 0 0 17px;
  }
  .top_works .works_slider .works_item .item_cate {
    font-size: 11px;
    line-height: 1.54;
  }
  .top_works .works_slider .works_item .item_loca {
    gap: 5px;
    font-size: 13px;
  }
  .top_works .works_slider .works_item .item_loca img {
    width: 18px;
  }
  .top_works .works_navi {
    max-width: 1240px;
    margin: 30px auto 0;
    gap: 20px;
  }
  .top_works .works_arrow {
    gap: 10px;
  }
  .top_works .works_prev,
  .top_works .works_next {
    width: 54px;
    height: 40px;
    background-size: 10px 10px;
  }
  .top_works .works_prev:hover,
  .top_works .works_next:hover {
    opacity: 1;
  }
  .top_works .works_dot .slick-dots {
    height: 3px;
  }
}
.top_glad {
  background: #007ee9;
  position: relative;
  padding: 160px 0 80px;
}

.top_glad .glad_fix {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 1;
}

.top_glad .glad_cont {
  max-width: 1020px;
  margin: 0 auto;
  border: 10px #fff solid;
  background: #007ee9;
  color: #fff230;
  text-align: center;
  padding: 40px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.top_glad .glad_cont:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/ico_glad.png");
  background-size: 184px 127px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 184px;
  height: 127px;
  right: -18px;
  bottom: -54px;
  z-index: 1;
}

.top_glad .glad_cont:after {
  position: absolute;
  content: "";
  background-image: url("../img/top/sankaku_glad.png");
  background-size: 47px 29px;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 29px;
  z-index: 0;
}

.top_glad .glad_hd {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 10px;
}

.top_glad .glad_det {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.top_glad .glad_slider {
  margin: 0 0 105px;
}

.top_glad .glad_slider .slick-slide {
  margin: 0 30px;
}

.top_glad .glad_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0166b0;
  background-image: url("../img/common/arrow_menu.png");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 1;
}

.top_glad .glad_slider .slick-arrow:hover {
  opacity: 0.5;
}

.top_glad .glad_slider .slick-prev {
  right: calc(50% + 345px);
  transform: translateY(-50%) rotate(180deg);
}

.top_glad .glad_slider .slick-next {
  left: calc(50% + 345px);
}

.top_glad .glad_slider .slick-dots {
  position: absolute;
  left: 0;
  top: calc(100% + 40px);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.top_glad .glad_slider .slick-dots li {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.top_glad .glad_slider .slick-dots li button {
  width: 16px;
  height: 16px;
  font-size: 0;
  background: #3398ed;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.top_glad .glad_slider .slick-dots li.slick-active button {
  background: #fff230;
}

.top_glad .glad_item {
  width: 750px;
  background: #fff;
  display: block;
  padding: 60px 30px;
  border: 4px #0166b0 solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_glad .glad_item:hover {
  opacity: 0.5;
}

.top_glad .glad_item .item_box {
  max-width: 600px;
  margin: 0 auto;
}

.top_glad .glad_item .item_box .summary_box {
  overflow: hidden;
  margin: 0 0 50px;
}

.top_glad .glad_item .item_box .summary_head {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}

.top_glad .glad_item .item_box .summary_cap {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.top_glad .glad_item .item_box .summary_cap .cap_in {
  background: #007ee9;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.top_glad .glad_item .item_box .summary_txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
}

.top_glad .glad_item .item_box .summary_job {
  display: flex;
  align-items: stretch;
  gap: 60px;
  position: relative;
}

.top_glad .glad_item .item_box .summary_job:before {
  position: absolute;
  content: "";
  background-image: url("../img/senpai/sankaku.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  left: 50%;
  top: 0;
  width: 16px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
}

.top_glad .glad_item .item_box .summary_job .job_item {
  width: calc((100% - 60px) / 2);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_glad .glad_item .item_box .summary_job .job_before {
  background: #bcc0c4;
  border-color: #a1a5a8;
  color: #5d5e5f;
}

.top_glad .glad_item .item_box .summary_job .job_after {
  background: #fff230;
  border-color: #005bb4;
}

.top_glad .glad_item .item_box .summary_job .job_after:before {
  position: absolute;
  content: "";
  background-image: url("../img/senpai/wakaba.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 52px 56px;
  left: -14px;
  top: -14px;
  width: 52px;
  height: 56px;
  z-index: 0;
}

.top_glad .glad_btn {
  display: flex;
  justify-content: center;
}

.top_glad .glad_btn a {
  width: 230px;
  height: 70px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px #005bb4 solid;
  padding: 0 60px 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.top_glad .glad_btn a:before {
  position: absolute;
  content: "";
  background-image: url("../img/common/arrow_menu.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #005bb4;
  width: 26px;
  height: 26px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_glad .glad_btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .top_glad .glad_hd {
    font-size: 40px;
  }
  .top_glad .glad_item {
    width: 600px;
  }
  .top_glad .glad_slider .slick-prev {
    right: calc(50% + 270px);
    transform: translateY(-50%) rotate(180deg);
  }
  .top_glad .glad_slider .slick-next {
    left: calc(50% + 270px);
  }
}
@media (max-width: 767px) {
  .top_glad {
    padding: 70px 0 50px;
  }
  .top_glad .glad_fix {
    top: -50px;
  }
  .top_glad .glad_cont {
    border: 5px #fff solid;
    padding: 15px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_glad .glad_cont:before {
    background-size: 67px 46px;
    width: 67px;
    height: 46px;
    right: -15px;
    bottom: -19px;
  }
  .top_glad .glad_cont:after {
    background-size: 24px 15px;
    bottom: -15px;
    width: 24px;
    height: 15px;
  }
  .top_glad .glad_hd {
    font-size: min(19px, 5.07vw);
    margin: 0 0 7px;
  }
  .top_glad .glad_det {
    font-size: 11px;
    letter-spacing: 0.02em;
  }
  .top_glad .glad_slider {
    margin: 0 0 60px;
  }
  .top_glad .glad_slider .slick-slide {
    margin: 0 3.33vw;
  }
  .top_glad .glad_slider .slick-arrow {
    background-size: 12px 12px;
    width: 36px;
    height: 36px;
  }
  .top_glad .glad_slider .slick-arrow:hover {
    opacity: 1;
  }
  .top_glad .glad_slider .slick-prev {
    right: auto;
    left: 6.67vw;
  }
  .top_glad .glad_slider .slick-next {
    left: auto;
    right: 6.67vw;
  }
  .top_glad .glad_slider .slick-dots {
    top: calc(100% + 20px);
    gap: 11px;
  }
  .top_glad .glad_slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .top_glad .glad_item {
    width: 76vw;
    padding: 13px 15px 18px;
    border: 2px #0166b0 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_glad .glad_item:hover {
    opacity: 1;
  }
  .top_glad .glad_item .item_box {
    max-width: none;
    margin: 0;
  }
  .top_glad .glad_item .item_box .summary_box {
    overflow: inherit;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .top_glad .glad_item .item_box .summary_head {
    float: none;
    width: 100px;
    margin: 0;
  }
  .top_glad .glad_item .item_box .summary_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
  .top_glad .glad_item .item_box .summary_cap {
    display: block;
    margin: 0;
  }
  .top_glad .glad_item .item_box .summary_cap .cap_in {
    padding: 5px 15px;
    font-size: 11px;
    display: block;
  }
  .top_glad .glad_item .item_box .summary_txt {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top_glad .glad_item .item_box .summary_job {
    gap: 25px;
  }
  .top_glad .glad_item .item_box .summary_job:before {
    background-size: 8px 8px;
    width: 8px;
  }
  .top_glad .glad_item .item_box .summary_job .job_item {
    width: calc((100% - 25px) / 2);
    height: 50px;
    font-size: 12px;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_glad .glad_item .item_box .summary_job .job_after:before {
    background-size: 25px 27px;
    left: -7px;
    top: -7px;
    width: 25px;
    height: 27px;
  }
  .top_glad .glad_btn a {
    width: 160px;
    height: 50px;
    border: 1px #005bb4 solid;
    padding: 0 35px 0 20px;
    font-size: 12px;
  }
  .top_glad .glad_btn a:before {
    background-size: 8px 8px;
    width: 18px;
    height: 18px;
    right: 14px;
  }
  .top_glad .glad_btn a:hover {
    opacity: 1;
  }
}
.top_faq {
  background: #ebf9fd;
  padding: 100px 0 13.22vw;
}

.top_faq .top_faq_flex {
  display: flex;
  align-items: stretch;
}

.top_faq .top_faq_mess {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.top_faq .top_faq_hd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.top_faq .top_faq_hd .hd_eng {
  font-size: 100px;
  font-weight: 700;
  color: #007ee9;
  line-height: 0.9;
  font-family: "Figtree", sans-serif;
}

.top_faq .top_faq_hd .hd_jps {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.top_faq .top_faq_btn a {
  width: 230px;
  height: 70px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px #005bb4 solid;
  padding: 0 60px 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.top_faq .top_faq_btn a:before {
  position: absolute;
  content: "";
  background-image: url("../img/common/arrow_menu.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #005bb4;
  width: 26px;
  height: 26px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_faq .top_faq_btn a:hover {
  opacity: 0.5;
}

.top_faq .top_faq_main {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .top_faq {
    padding: 45px 0 42.66vw;
  }
  .top_faq .top_faq_flex {
    display: block;
    position: relative;
  }
  .top_faq .top_faq_mess {
    width: auto;
    margin: 0 0 25px;
  }
  .top_faq .top_faq_hd {
    gap: 10px;
  }
  .top_faq .top_faq_hd .hd_eng {
    font-size: 55px;
  }
  .top_faq .top_faq_hd .hd_jps {
    font-size: 11px;
  }
  .top_faq .top_faq_btn {
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  .top_faq .top_faq_btn a {
    width: 160px;
    height: 50px;
    border: 1px #005bb4 solid;
    padding: 0 35px 0 20px;
    font-size: 12px;
  }
  .top_faq .top_faq_btn a:before {
    background-size: 8px 8px;
    width: 18px;
    height: 18px;
    right: 14px;
  }
  .top_faq .top_faq_btn a:hover {
    opacity: 1;
  }
  .top_faq .top_faq_main {
    width: auto;
    gap: 15px;
  }
  .top_faq .faq_box .q_ico {
    font-size: 20px;
  }
  .top_faq .faq_box .q_txt {
    font-size: 13px;
  }
  .top_faq .faq_box .q_box {
    gap: 10px;
  }
}
.top_talk {
  position: relative;
  padding: 70px 0 40px;
  background: #007ee9;
}

.top_talk:before,
.top_talk:after {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 110%;
  height: 20vw;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_talk:before {
  top: 0;
  transform: translate(-50%, -6vw);
}

.top_talk:after {
  bottom: 0;
  transform: translate(-50%, 6vw);
}

.top_talk .inner {
  position: relative;
  z-index: 1;
}

.top_talk .talk_mess {
  position: relative;
  margin: 0 0 50px;
}

.top_talk .talk_hd {
  color: #fff230;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.4;
  margin: 0 0 15px;
  position: relative;
}

.top_talk .talk_hd:before {
  position: absolute;
  content: "まずは";
  font-family: "Noto Sans JP", sans-serif;
  left: -5px;
  bottom: calc(100% + 40px);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff230;
  font-weight: 700;
  background-image: url("../img/top/pop_talk.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  z-index: 0;
}

.top_talk .talk_hd .hd_lar {
  font-size: 68px;
  line-height: 1;
  position: relative;
}

.top_talk .talk_hd .hd_dot {
  position: absolute;
  display: block;
  background: #fff230;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.top_talk .talk_det {
  font-size: 22px;
  font-weight: 700;
  color: #fff230;
  letter-spacing: 0.02em;
  margin: 0 0 25px;
}

.top_talk .talk_wave {
  display: flex;
  justify-content: flex-start;
}

.top_talk .talk_wave .wave_in {
  max-width: 607px;
  display: block;
}

.top_talk .talk_wave.animated .wave_in {
  animation: ltor 1s ease-in-out forwards;
}

.top_talk .talk_img {
  position: absolute;
  right: min(100px, 7.15vw);
  width: min(400px, 33.34vw);
  bottom: 0;
}

.top_talk .talk_item {
  background: #ebf9fd;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  padding: 40px 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

.top_talk .talk_item .item_txt {
  line-height: 1.875;
  margin: 0 0 20px;
}

.top_talk .talk_item .item_flow_tit {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  line-height: 1.375;
  font-weight: 700;
  color: #0167b0;
  position: relative;
}

.top_talk .talk_item .item_flow_tit:before {
  position: absolute;
  content: "";
  background: #0166b0;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_talk .talk_item .item_flow_box {
  display: flex;
  gap: 20px;
}

.top_talk .talk_item .item_flow_box li {
  background: #007ee9;
  height: 80px;
  padding: 0 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_talk .talk_item .item_flow_num {
  font-size: 26px;
  color: #fff230;
  font-weight: 700;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  flex-shrink: 0;
}

.top_talk .talk_item .item_flow_txt {
  color: #fff;
  line-height: 1.375;
  font-weight: 700;
}

.top_talk .talk_item .item_flow_box li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px #fff solid;
  background: #007ee9;
  left: calc(100% - 6px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_talk .talk_item .item_flow_box li:not(:last-child):after {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 18px;
  left: calc(100% + 2px);
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  z-index: 0;
}

.top_talk .talk_item .item_link {
  background: #bcdcee;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.top_talk .talk_item .item_link:before {
  position: absolute;
  content: "";
  background: #0166b0;
  width: 190px;
  height: 190px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_talk .talk_item .item_link:hover:before {
  transform: translate(-50%, -50%) scale(1.05);
}

.top_talk .talk_item .item_link .link_in {
  color: #fff;
  padding: 0 0 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  position: relative;
  z-index: 1;
}

.top_talk .talk_item .item_link .link_in:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../img/top/arrow_support.png");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.top_talk .talk_item .item_img {
  position: absolute;
  bottom: -64px;
  right: 40px;
  width: 127px;
  z-index: 1;
}

@media (max-width: 1250px) {
  .top_talk .talk_item .item_flow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top_talk .talk_item .item_flow_box {
    flex-direction: column;
    gap: 20px;
  }
  .top_talk .talk_item .item_flow_box li:not(:last-child):before {
    top: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
  }
  .top_talk .talk_item .item_flow_box li:not(:last-child):after {
    width: 4px;
    height: 18px;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .top_talk .talk_img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .top_talk {
    padding: 30px 0;
  }
  .top_talk .talk_mess {
    margin: 0 0 30px;
  }
  .top_talk .talk_hd {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .top_talk .talk_hd:before {
    left: -3px;
    bottom: calc(100% + 25px);
    font-size: 12px;
    width: 66px;
    height: 66px;
  }
  .top_talk .talk_hd .hd_lar {
    font-size: 34px;
  }
  .top_talk .talk_hd .hd_dot {
    width: 6px;
    height: 6px;
    top: -2px;
  }
  .top_talk .talk_det {
    font-size: 11px;
    line-height: 1.64;
    margin: 0 0 10px;
  }
  .top_talk .talk_wave .wave_in {
    max-width: 200px;
  }
  .top_talk .talk_img {
    right: -10px;
    width: 122px;
    bottom: -17px;
  }
  .top_talk .talk_item {
    background: #ebf9fd;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 20px 20px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .top_talk .talk_item .item_cont {
    display: block;
  }
  .top_talk .talk_item .item_txt {
    margin: 0 0 15px;
  }
  .top_talk .talk_item .item_flow_tit {
    margin: 0 0 10px;
    padding: 0 0 0 13px;
    font-size: 12px;
  }
  .top_talk .talk_item .item_flow_tit:before {
    width: 6px;
    height: 6px;
  }
  .top_talk .talk_item .item_flow_box {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .top_talk .talk_item .item_flow_box li {
    height: 45px;
    padding: 0 10px 0 15px;
    gap: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_talk .talk_item .item_flow_num {
    font-size: 19px;
  }
  .top_talk .talk_item .item_flow_txt {
    font-size: 12px;
  }
  .top_talk .talk_item .item_flow_box li:not(:last-child):before {
    top: calc(100% - 4px);
    width: 8px;
    height: 8px;
    border: 1px #fff solid;
  }
  .top_talk .talk_item .item_flow_box li:not(:last-child):after {
    width: 4px;
    height: 8px;
  }
  .top_talk .talk_item .item_link {
    width: 130px;
    height: 130px;
  }
  .top_talk .talk_item .item_link:before {
    width: 106px;
    height: 106px;
    transform: translate(-50%, -50%);
  }
  .top_talk .talk_item .item_link:hover:before {
    transform: translate(-50%, -50%);
  }
  .top_talk .talk_item .item_link .link_in {
    padding: 0 0 30px;
    font-size: 13px;
    line-height: 1.4;
  }
  .top_talk .talk_item .item_link .link_in:before {
    background-size: 6px 6px;
    width: 26px;
    height: 26px;
  }
  .top_talk .talk_item .item_img {
    bottom: -15px;
    right: auto;
    left: 12px;
    width: 91px;
  }
}
/* about
----------------------------------------------- */
.about_teaser {
  padding: 75px 0;
  position: relative;
}

.about_teaser .inner {
  position: relative;
  z-index: 1;
}

.about_teaser .teaser_cont {
  max-width: 58%;
}

.about_teaser .teaser_hd {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.about_teaser .teaser_hd:before {
  position: absolute;
  content: "";
  background-image: url("../img/about/wakaba_teaser.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 52px;
  left: -5px;
  top: -10px;
  z-index: 0;
}

.about_teaser .teaser_hd .hd_lar {
  font-size: 64px;
  color: #005bb4;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.about_teaser .teaser_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  margin: 0 0 40px;
}

.about_teaser .teaser_btn {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.about_teaser .teaser_btn a {
  width: 320px;
  height: 62px;
  padding: 0 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.about_teaser .teaser_btn a:hover {
  opacity: 0.5;
}

.about_teaser .teaser_btn a:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about_teaser .teaser_btn .btn_bl {
  background: #49aefd;
}

.about_teaser .teaser_btn .btn_bl:before {
  background-image: url("../img/top/arrow_main_bl.png");
}

.about_teaser .teaser_btn .btn_gr {
  background: #48d2b0;
}

.about_teaser .teaser_btn .btn_gr:before {
  background-image: url("../img/top/arrow_main_gr.png");
}

.about_teaser .teaser_img {
  position: absolute;
  right: 17px;
  top: -20px;
  max-width: 40%;
  z-index: 1;
}

@media (max-width: 767px) {
  .about_teaser {
    padding: 50px 0 30px;
  }
  .about_teaser .teaser_cont {
    max-width: none;
  }
  .about_teaser .teaser_hd {
    padding: 0;
  }
  .about_teaser .teaser_hd:before {
    width: 24px;
    height: 26px;
    left: -8px;
    top: -6px;
  }
  .about_teaser .teaser_hd .hd_lar {
    font-size: min(31px, 8.27vw);
  }
  .about_teaser .teaser_txt {
    font-size: 13px;
    line-height: 1.54;
    margin: 0 0 30px;
  }
  .about_teaser .teaser_btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .about_teaser .teaser_btn a {
    width: 165px;
    height: 45px;
    padding: 0 35px;
    font-size: 11px;
    line-height: 1.36;
  }
  .about_teaser .teaser_btn a:hover {
    opacity: 1;
  }
  .about_teaser .teaser_btn a:before {
    right: 12px;
    background-size: 5px 5px;
  }
  .about_teaser .teaser_img {
    right: -30px;
    top: auto;
    bottom: -35px;
    max-width: none;
    width: min(200px, 53.34vw);
  }
}
.about_feature {
  background: #ebf9fd;
  padding: 50px 0;
  -webkit-border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -ms-border-radius: 90px 90px 0 0;
  -o-border-radius: 90px 90px 0 0;
  border-radius: 90px 90px 0 0;
  position: relative;
  z-index: 1;
}

.about_feature .feature_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  margin: 0 0 45px;
}

.about_feature .feature_hd .hd_cap {
  background: #007ee9;
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #fff230;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.about_feature .feature_hd .hd_cap:before {
  position: absolute;
  content: "";
  background: #007ee9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 14px;
  height: 10px;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 0;
}

.about_feature .feature_hd .hd_txt {
  font-size: 58px;
  color: #005bb4;
  font-weight: 900;
  line-height: 1.2;
}

.about_feature .feature_left {
  position: absolute;
  display: block;
  left: 30px;
  top: 5px;
  width: 226px;
  z-index: 0;
}

.about_feature .feature_right {
  position: absolute;
  display: block;
  right: 50px;
  top: 10px;
  width: 180px;
  z-index: 1;
}

.about_feature .feature_box {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.about_feature .feature_box li {
  width: calc((100% - 90px) / 4);
  background: #007ee9;
  color: #fff;
  padding: 12px 20px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.about_feature .feature_box .feature_img {
  text-align: center;
  margin: 0 0 15px;
}

.about_feature .feature_box .feature_img img {
  width: 193px;
}

.about_feature .feature_box .feature_tit {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.36;
  margin: 0 0 10px;
}

.about_feature .feature_box .feature_txt {
  line-height: 1.625;
}

@media (max-width: 1024px) {
  .about_feature .feature_left {
    left: 0;
    width: 170px;
  }
  .about_feature .feature_right {
    right: 0;
    width: 150px;
  }
  .about_feature .feature_box {
    flex-wrap: wrap;
  }
  .about_feature .feature_box li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .about_feature {
    padding: 50px 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
  }
  .about_feature .feature_hd {
    gap: 10px;
    margin: 0 0 25px;
  }
  .about_feature .feature_hd .hd_cap {
    width: 225px;
    height: 40px;
    font-size: 15px;
  }
  .about_feature .feature_hd .hd_cap:before {
    width: 8px;
    height: 6px;
  }
  .about_feature .feature_hd .hd_txt {
    font-size: 34px;
  }
  .about_feature .feature_left {
    left: -25px;
    top: -15px;
    width: 74px;
  }
  .about_feature .feature_right {
    right: -22px;
    top: -15px;
    width: 69px;
  }
  .about_feature .feature_box {
    gap: 15px;
  }
  .about_feature .feature_box li {
    width: calc((100% - 15px) / 2);
    padding: 7px 12px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .about_feature .feature_box .feature_img {
    margin: 0 0 10px;
  }
  .about_feature .feature_box .feature_img img {
    width: 110px;
  }
  .about_feature .feature_box .feature_tit {
    font-size: 13px;
    line-height: 1.46;
  }
  .about_feature .feature_box .feature_txt {
    line-height: 1.66;
    font-size: 12px;
  }
}
.about .top_works {
  padding: 40px 0 50px;
}

@media (max-width: 767px) {
  .about .top_works {
    padding: 40px 0 32px;
  }
}
.about_find {
  padding: 0 0 11.93vw;
}

.about_find .find_btn {
  display: flex;
  justify-content: center;
}

.about_find .find_btn a {
  width: 580px;
  height: 90px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #005bb4;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

.about_find .find_btn a:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../img/common/arrow_bl.png");
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about_find .find_btn a:hover {
  opacity: 0.5;
}

.about_find .find_box {
  background: #005bb4;
  position: relative;
  padding: 45px 70px 40px;
  margin: 35px 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.about_find .find_box:before {
  position: absolute;
  content: "";
  background: #005bb4;
  width: 20px;
  height: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 1px);
  z-index: 0;
}

.about_find .find_tit {
  text-align: center;
  font-size: 30px;
  color: #fff230;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
}

.about_find .find_tit .tit_ico {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin: 0 0 0 25px;
  z-index: 1;
}

.about_find .find_txt {
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
  color: #fff;
}

.about_find .find_ico {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 48px;
  z-index: 1;
}

@media (max-width: 767px) {
  .about_find {
    padding: 0 0 17.34vw;
  }
  .about_find .find_btn a {
    width: 100%;
    height: 55px;
    padding: 0 40px 0 30px;
    font-size: 13px;
  }
  .about_find .find_btn a:before {
    background-size: 6px 6px;
    width: 26px;
    height: 26px;
    right: 15px;
  }
  .about_find .find_btn a:hover {
    opacity: 1;
  }
  .about_find .find_box {
    padding: 25px 20px 20px;
    margin: 32px 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .about_find .find_box:before {
    width: 12px;
    height: 10px;
  }
  .about_find .find_tit {
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 10px;
  }
  .about_find .find_tit .tit_ico {
    width: 18px;
    margin: 0 0 0 5px;
    z-index: 1;
  }
  .about_find .find_txt {
    font-size: 11px;
  }
  .about_find .find_ico {
    left: 6px;
    top: -17px;
    width: 35px;
  }
}
.about .top_want {
  padding: 0;
}

.about .top_want:after {
  position: absolute;
  content: "";
  background: #007ee9;
  width: 130%;
  height: 31.93vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6vw;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about .top_want .inner {
  position: relative;
}

.about .top_want .want_hd {
  margin: 0 0 20px;
}

.about .top_want .want_wave {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}

.about .top_want .want_wave .wave_in {
  display: block;
  max-width: 460px;
}

.about .top_want .want_wave.animated .wave_in {
  animation: ltor 1s ease-in-out forwards;
}

.about .top_want .want_left {
  position: absolute;
  top: -12px;
  left: 20px;
  width: min(267px, 19.07vw);
  z-index: 0;
}

.about .top_want .want_right {
  position: absolute;
  top: 65px;
  right: -45px;
  width: min(289px, 20.65vw);
  z-index: 0;
}

@media (max-width: 1024px) {
  .about .top_want .want_left {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .about .top_want {
    padding: 40px 0;
  }
  .about .top_want .want_hd {
    margin: 0 0 15px;
  }
  .about .top_want .want_wave {
    display: none;
  }
  .about .top_want .want_left {
    display: none;
  }
  .about .top_want .want_right {
    display: none;
  }
}
.about_use {
  background: #ebf9fd;
  padding: 180px 0 190px;
}

.about_use .use_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  margin: 0 0 40px;
}

.about_use .use_hd .hd_cap {
  background: #007ee9;
  width: 400px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.about_use .use_hd .hd_cap:before {
  position: absolute;
  content: "";
  background: #007ee9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 16px;
  height: 12px;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 0;
}

.about_use .use_hd .hd_txt {
  font-size: 58px;
  color: #005bb4;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .about_use {
    padding: 60px 0 95px;
  }
  .about_use .use_hd {
    gap: 15px;
    margin: 0 0 25px;
  }
  .about_use .use_hd .hd_cap {
    width: 288px;
    height: 45px;
    font-size: 16px;
  }
  .about_use .use_hd .hd_cap:before {
    width: 12px;
    height: 9px;
  }
  .about_use .use_hd .hd_txt {
    font-size: 34px;
  }
}
.about_use .use_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about_use .use_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.about_use .use_tit .tit_num {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #007ee9;
  font-family: "Figtree", sans-serif;
}

.about_use .use_tit .tit_txt {
  font-weight: 900;
  color: #005bb4;
  font-size: 38px;
  line-height: 1.3;
}

.about_use .use_box {
  background: #fff;
  overflow: hidden;
  border: 2px #0166b0 solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.about_use .use_first {
  padding: 45px 20px 50px;
}

.about_use .use_first .first_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 0 20px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}

.about_use .use_first .use_tit {
  margin: 0 0 25px;
  align-items: flex-start;
}

.about_use .use_first .first_img {
  max-width: 321px;
  position: relative;
}

.about_use .use_first .first_pop {
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 0;
}

.about_use .use_first .first_txt {
  font-size: 22px;
  font-display: 700;
  line-height: 1.55;
}

.about_use .use_first .first_btn {
  margin: 25px 0 0;
}

.about_use .use_first .first_btn a {
  width: 420px;
  max-width: 100%;
  height: 90px;
  padding: 0 70px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #005bb4;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

.about_use .use_first .first_btn a:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url("../img/common/arrow_bl.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about_use .use_first .first_btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .about_use .use_first .first_inner {
    padding: 0;
  }
  .about_use .use_first .first_pop {
    width: 100px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .about_use .use_block {
    gap: 20px;
  }
  .about_use .use_tit .tit_num {
    font-size: 19px;
  }
  .about_use .use_tit .tit_txt {
    font-size: 23px;
  }
  .about_use .use_box {
    border: 2px #0166b0 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .about_use .use_first {
    padding: 30px 25px;
  }
  .about_use .use_first .first_inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 0 75px;
    position: relative;
  }
  .about_use .use_first .use_tit {
    margin: 0 0 20px;
    align-items: center;
  }
  .about_use .use_first .first_cont {
    width: 100%;
  }
  .about_use .use_first .first_img {
    max-width: 188px;
  }
  .about_use .use_first .first_pop {
    left: -35px;
    width: 75px;
  }
  .about_use .use_first .first_txt {
    font-size: 13px;
  }
  .about_use .use_first .first_btn {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .about_use .use_first .first_btn a {
    width: 100%;
    height: 55px;
    padding: 0 40px;
    font-size: 13px;
  }
  .about_use .use_first .first_btn a:before {
    right: 15px;
    background-size: 6px 6px;
    width: 26px;
    height: 26px;
  }
  .about_use .use_first .first_btn a:hover {
    opacity: 1;
  }
}
.about_use .use_second {
  padding: 40px 20px 50px;
}

.about_use .use_second .use_tit {
  margin: 0 0 35px;
}

.about_use .use_second .second_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about_use .use_second .second_det {
  text-align: center;
  line-height: 1.75;
  margin: 0 0 25px;
}

.about_use .use_second .second_method {
  background: #007ee9;
  padding: 10px;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.about_use .use_second .second_method .method_mess {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.about_use .use_second .second_method .method_tit {
  font-size: 26px;
  font-weight: 700;
  color: #f8e356;
  line-height: 1.2;
}

.about_use .use_second .second_method .method_txt {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.78;
}

.about_use .use_second .second_method .method_cont {
  width: 52%;
  background: #fff;
  padding: 15px 10px 15px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.about_use .use_second .second_method .method_in {
  display: flex;
  align-items: stretch;
  position: relative;
}

.about_use .use_second .second_method .method_in:before {
  position: absolute;
  content: "";
  border-left: 2px #c7c7c7 dotted;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
  z-index: 0;
}

.about_use .use_second .second_method .method_in:after {
  position: absolute;
  content: "or";
  width: 48px;
  height: 48px;
  background: #005bb4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.about_use .use_second .second_method .method_item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px 5px;
}

.about_use .use_second .second_method .method_item img {
  width: 134px;
}

.about_use .use_second .second_type {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin: 0 0 35px;
}

.about_use .use_second .second_type li {
  width: calc((100% - 60px) / 3);
  background: #ebf9fd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  color: #005bb4;
  font-weight: 700;
  height: 90px;
  border: 4px #007ee9 solid;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.about_use .use_second .second_type li:before {
  position: absolute;
  content: "";
  background-image: url("../img/about/arrow_type.png");
  background-size: 16px 13px;
  left: 50%;
  top: 100%;
  width: 16px;
  height: 13px;
  transform: translateX(-50%);
  z-index: 0;
}

.about_use .use_second .second_solve {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_use .use_second .second_solve .solve_tit {
  position: relative;
  padding: 0 55px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  margin: 0 0 10px;
}

.about_use .use_second .second_solve .solve_tit:before,
.about_use .use_second .second_solve .solve_tit:after {
  position: absolute;
  content: "";
  background-size: 26px 39px;
  bottom: 0;
  width: 26px;
  height: 39px;
  z-index: 0;
}

.about_use .use_second .second_solve .solve_tit:before {
  background-image: url("../img/about/line_solve01.png");
  left: 0;
}

.about_use .use_second .second_solve .solve_tit:after {
  background-image: url("../img/about/line_solve02.png");
  right: 0;
}

.about_use .use_second .second_solve .solve_det {
  text-align: center;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #005bb4;
  line-height: 1.68;
}

.about_use .use_second .second_solve .solve_list {
  display: flex;
  gap: 40px;
  margin: 0 0 30px;
}

.about_use .use_second .second_solve .solve_list li {
  width: calc((100% - 160px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_use .use_second .second_solve .solve_list .list_img {
  background: #fff;
  border: 8px #ebf9fd solid;
  text-align: center;
  overflow: hidden;
  margin: 0 0 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.about_use .use_second .second_solve .solve_list .list_txt {
  text-align: center;
  color: #005bb4;
  font-weight: 700;
  line-height: 1.22;
  font-size: 18px;
}

.about_use .use_second .second_solve .solve_btn {
  display: flex;
  justify-content: center;
}

.about_use .use_second .second_solve .solve_btn a {
  width: 420px;
  max-width: 100%;
  height: 90px;
  padding: 0 70px;
  font-size: 22px;
  color: #005bb4;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 2px #005bb4 solid;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

.about_use .use_second .second_solve .solve_btn a:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005bb4;
  background-image: url("../img/common/arrow_wh.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about_use .use_second .second_solve .solve_btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .about_use .use_second .second_type {
    gap: 15px;
  }
  .about_use .use_second .second_type li {
    width: calc((100% - 15px) / 3);
  }
  .about_use .use_second .second_solve .solve_list {
    gap: 20px;
  }
  .about_use .use_second .second_solve .solve_list li {
    width: calc((100% - 80px) / 5);
  }
}
@media (max-width: 767px) {
  .about_use .use_second {
    padding: 30px 13px;
  }
  .about_use .use_second .use_tit {
    margin: 0 0 20px;
  }
  .about_use .use_second .second_det {
    text-align: left;
    line-height: 1.54;
  }
  .about_use .use_second .second_method {
    padding: 15px 10px 10px;
    margin: 0 0 25px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .about_use .use_second .second_method .method_mess {
    width: auto;
    gap: 15px;
  }
  .about_use .use_second .second_method .method_tit {
    font-size: 16px;
  }
  .about_use .use_second .second_method .method_txt {
    font-size: 12px;
    line-height: 1.67;
  }
  .about_use .use_second .second_method .method_cont {
    width: 100%;
    padding: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .about_use .use_second .second_method .method_in:before {
    border-left: 1px #c7c7c7 dotted;
    width: 1px;
  }
  .about_use .use_second .second_method .method_in:after {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .about_use .use_second .second_method .method_item {
    gap: 10px;
    font-size: 11px;
    padding: 20px 10px 5px;
  }
  .about_use .use_second .second_method .method_item img {
    width: 67px;
  }
  .about_use .use_second .second_type {
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 20px;
    justify-content: center;
  }
  .about_use .use_second .second_type li {
    width: calc((100% - 10px) / 2);
    font-size: 12px;
    line-height: 1.3;
    height: 60px;
    border: 2px #007ee9 solid;
  }
  .about_use .use_second .second_type li:before {
    background-size: 8px 6px;
    width: 8px;
    height: 6px;
  }
  .about_use .use_second .second_solve .solve_tit {
    padding: 0 30px;
    font-size: 12px;
    line-height: 1.5;
  }
  .about_use .use_second .second_solve .solve_tit:before,
  .about_use .use_second .second_solve .solve_tit:after {
    background-size: 16px 24px;
    width: 16px;
    height: 24px;
  }
  .about_use .use_second .second_solve .solve_det {
    text-align: left;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.77;
  }
  .about_use .use_second .second_solve .solve_list {
    gap: 15px 12px;
    justify-content: center;
    margin: 0 0 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  .about_use .use_second .second_solve .solve_list li {
    width: calc((100% - 24px) / 3);
  }
  .about_use .use_second .second_solve .solve_list .list_img {
    border: 4px #ebf9fd solid;
    margin: 0 0 5px;
  }
  .about_use .use_second .second_solve .solve_list .list_txt {
    font-size: 12px;
  }
  .about_use .use_second .second_solve .solve_btn {
    padding: 0 10px;
    width: 100%;
  }
  .about_use .use_second .second_solve .solve_btn a {
    width: 100%;
    height: 55px;
    padding: 0 40px;
    font-size: 13px;
  }
  .about_use .use_second .second_solve .solve_btn a:before {
    right: 12px;
    background-size: 6px 6px;
    width: 26px;
    height: 26px;
  }
  .about_use .use_second .second_solve .solve_btn a:hover {
    opacity: 1;
  }
}
.about_use .use_third {
  padding: 40px 0 0;
}

.about_use .use_third .use_tit {
  margin: 0 0 25px;
}

.about_use .use_third .third_box {
  display: flex;
  align-items: center;
  padding: 0 58px;
}

.about_use .use_third .third_box .box_left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 33.3333%;
}

.about_use .use_third .third_box .box_mid {
  width: 33.3333%;
  text-align: center;
  padding: 0 20px;
}

.about_use .use_third .third_box .box_mid img {
  width: 251px;
}

.about_use .use_third .third_box .box_right {
  width: 33.3333%;
}

.about_use .use_third .third_box .box_txt {
  background: #007ee9;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  position: relative;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
}

.about_use .use_third .third_box .box_txt:before {
  position: absolute;
  content: "";
  background-image: url("../img/about/check_third.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 10px;
  top: -5px;
  width: 30px;
  height: 30px;
  z-index: 0;
}

.about_use .use_third .third_cta {
  background: #ebf9fd;
  padding: 30px 30px 30px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0 0;
}

.about_use .use_third .third_cta .cta_txt {
  font-weight: 700;
  line-height: 1.75;
}

.about_use .use_third .third_cta .cta_btn {
  max-width: 51%;
}

.about_use .use_third .third_cta .cta_btn a {
  width: 560px;
  max-width: 100%;
  height: 90px;
  padding: 0 70px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #005bb4;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

.about_use .use_third .third_cta .cta_btn a:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: url("../img/common/arrow_bl.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.about_use .use_third .third_cta .cta_btn a:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .about_use .use_third .third_box {
    padding: 0 20px;
  }
  .about_use .use_third .third_box .box_txt {
    font-size: 14px;
  }
  .about_use .use_third .third_cta {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
  }
  .about_use .use_third .third_cta .cta_btn {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .about_use .use_third {
    padding: 30px 0 0;
  }
  .about_use .use_third .use_tit {
    margin: 0 0 15px;
  }
  .about_use .use_third .third_box {
    padding: 0 23px 135px;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  .about_use .use_third .third_box .box_left {
    gap: 10px;
    width: 100%;
  }
  .about_use .use_third .third_box .box_mid {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .about_use .use_third .third_box .box_mid img {
    width: 142px;
  }
  .about_use .use_third .third_box .box_right {
    width: 100%;
  }
  .about_use .use_third .third_box .box_txt {
    height: 55px;
    font-size: 13px;
    line-height: 1.46;
  }
  .about_use .use_third .third_box .box_txt:before {
    left: 15px;
    top: -3px;
    width: 23px;
    height: 23px;
  }
  .about_use .use_third .third_cta {
    padding: 25px 20px 30px;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0 0;
  }
  .about_use .use_third .third_cta .cta_txt {
    font-size: 12px;
    line-height: 1.66;
  }
  .about_use .use_third .third_cta .cta_btn {
    max-width: none;
    width: 100%;
  }
  .about_use .use_third .third_cta .cta_btn a {
    width: 100%;
    height: 56px;
    padding: 0 40px;
    font-size: 13px;
  }
  .about_use .use_third .third_cta .cta_btn a:before {
    right: 15px;
    background-size: 6px 6px;
    width: 26px;
    height: 26px;
  }
  .about_use .use_third .third_cta .cta_btn a:hover {
    opacity: 1;
  }
}
.sub-template .teaser .teaser_hd {
  padding-right: 0;
}
@media screen and (max-width: 767.99px) {
  .sub-template .teaser .teaser_hd {
    padding-right: 0;
  }
}

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

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body:has(article.chart) .com_fix {
  display: none;
}

body:has(article.chart) .com_develop {
  padding-top: 40px;
}

article.chart .chart-mv {
  padding-block: 50px 65px;
  text-align: center;
  background-color: #007ee9;
  background-image: url("../img/chart/mv-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 120px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv {
    padding-block: 5vw 6.5vw;
    background-size: 100% 12vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv {
    padding-block: min(7.27272727vw + max(600px - 100vw, 0px) * 2000, 8.88888889vw + max(450px - 100vw, 0px) * 2000, 10.66666667vw);
    background-image: url("../img/chart/mv-bg-sp.png");
    background-size: 100% min(2.72727273vw + max(600px - 100vw, 0px) * 2000, 3.33333333vw + max(450px - 100vw, 0px) * 2000, 4vw);
  }
}
article.chart .chart-mv .chart-inner {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .chart-inner {
    padding-inline: 2vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .chart-inner {
    width: min(68.18181818vw + max(600px - 100vw, 0px) * 2000, 83.33333333vw + max(450px - 100vw, 0px) * 2000, 100vw);
    padding-inline: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
article.chart .chart-mv .chart-inner .img01 {
  position: absolute;
  top: 40px;
  left: -170px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .chart-inner .img01 {
    top: 4vw;
    left: -17vw;
  }
}
article.chart .chart-mv .chart-inner .img01 img {
  width: 256px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .chart-inner .img01 img {
    width: 25.6vw;
  }
}
article.chart .chart-mv .chart-inner .img02 {
  position: absolute;
  top: -6px;
  right: -231px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .chart-inner .img02 {
    top: -0.6vw;
    right: -23.1vw;
  }
}
article.chart .chart-mv .chart-inner .img02 img {
  width: 289px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .chart-inner .img02 img {
    width: 28.9vw;
  }
}
article.chart .chart-mv .title {
  position: relative;
  z-index: 2;
}

article.chart .chart-mv .title .main {
  width: 740px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .title .main {
    width: 74vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .title .main {
    width: 100%;
  }
}
article.chart .chart-mv .title .sub {
  position: absolute;
  top: -27px;
  right: 30px;
  width: 131px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .title .sub {
    top: -2.7vw;
    right: 3vw;
    width: 13.1vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .title .sub {
    top: min(-2.27272727vw + max(600px - 100vw, 0px) * 2000, -2.77777778vw + max(450px - 100vw, 0px) * 2000, -3.33333333vw);
    right: 0;
    width: min(13.63636364vw + max(600px - 100vw, 0px) * 2000, 16.66666667vw + max(450px - 100vw, 0px) * 2000, 20vw);
  }
}
article.chart .chart-mv .text01 {
  margin-top: -20px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .text01 {
    margin-top: -2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .text01 {
    position: relative;
    font-size: min(2.36363636vw + max(600px - 100vw, 0px) * 2000, 2.88888889vw + max(450px - 100vw, 0px) * 2000, 3.46666667vw);
    line-height: 1.77;
    text-align: left;
  }
  article.chart .chart-mv .text01 .img {
    position: absolute;
    bottom: min(-2.72727273vw + max(600px - 100vw, 0px) * 2000, -3.33333333vw + max(450px - 100vw, 0px) * 2000, -4vw);
    right: min(0.90909091vw + max(600px - 100vw, 0px) * 2000, 1.11111111vw + max(450px - 100vw, 0px) * 2000, 1.33333333vw);
    width: min(10.90909091vw + max(600px - 100vw, 0px) * 2000, 13.33333333vw + max(450px - 100vw, 0px) * 2000, 16vw);
  }
}
article.chart .chart-mv .btn {
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .btn {
    margin-top: min(2.72727273vw + max(600px - 100vw, 0px) * 2000, 3.33333333vw + max(450px - 100vw, 0px) * 2000, 4vw);
  }
}
article.chart .chart-mv .btn .text02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn .text02 {
    gap: 0 1.5vw;
  }
}
article.chart .chart-mv .btn .text02 span {
  font-size: 18px;
  font-weight: bold;
  color: #fff230;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn .text02 span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .btn .text02 span {
    font-size: min(2.36363636vw + max(600px - 100vw, 0px) * 2000, 2.88888889vw + max(450px - 100vw, 0px) * 2000, 3.46666667vw);
  }
}
article.chart .chart-mv .btn .text02::before {
  content: "";
  width: 25px;
  height: 40px;
  background-image: url("../img/chart/mv-text-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn .text02::before {
    width: 2.5vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .btn .text02::before {
    width: min(2.27272727vw + max(600px - 100vw, 0px) * 2000, 2.77777778vw + max(450px - 100vw, 0px) * 2000, 3.33333333vw);
    height: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
article.chart .chart-mv .btn .text02::after {
  content: "";
  width: 25px;
  height: 40px;
  background-image: url("../img/chart/mv-text-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn .text02::after {
    width: 2.5vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .btn .text02::after {
    width: min(2.27272727vw + max(600px - 100vw, 0px) * 2000, 2.77777778vw + max(450px - 100vw, 0px) * 2000, 3.33333333vw);
    height: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
article.chart .chart-mv .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 480px;
  height: 90px;
  border-radius: 9999px;
  margin-top: 15px;
  margin-inline: auto;
  background-color: #fff;
  border: solid 2px #005bb4;
  font-size: 26px;
  font-weight: bold;
  color: #005bb4;
}

@media screen and (max-width: 1000px) {
  article.chart .chart-mv .btn a {
    width: 48vw;
    height: 9vw;
    margin-top: 1.5vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-mv .btn a {
    width: min(47.27272727vw + max(600px - 100vw, 0px) * 2000, 57.77777778vw + max(450px - 100vw, 0px) * 2000, 69.33333333vw);
    height: min(10vw + max(600px - 100vw, 0px) * 2000, 12.22222222vw + max(450px - 100vw, 0px) * 2000, 14.66666667vw);
    font-size: min(2.54545455vw + max(600px - 100vw, 0px) * 2000, 3.11111111vw + max(450px - 100vw, 0px) * 2000, 3.73333333vw);
  }
}
article.chart .chart-questions-wrap {
  margin-top: -1px;
  padding-bottom: 115px;
  background-image: url("../img/chart/content-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 122px;
  background-color: #ebf8fd;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions-wrap {
    margin-top: -0.09090909vw;
    padding-bottom: 10.45454545vw;
    background-size: 100% 11.09090909vw;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions-wrap {
    padding-bottom: min(10.90909091vw + max(600px - 100vw, 0px) * 2000, 13.33333333vw + max(450px - 100vw, 0px) * 2000, 16vw);
    background-image: url("../img/chart/content-bg-sp.png");
    background-size: 100% min(5.09090909vw + max(600px - 100vw, 0px) * 2000, 6.22222222vw + max(450px - 100vw, 0px) * 2000, 7.46666667vw);
  }
}
article.chart .chart-questions {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  article.chart .chart-questions {
    max-width: 100%;
    padding-inline: 20px;
  }
}
article.chart .chart-questions .question-item {
  padding-block: 80px 110px;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item {
    padding-block: min(8.18181818vw + max(600px - 100vw, 0px) * 2000, 10vw + max(450px - 100vw, 0px) * 2000, 12vw) min(9.09090909vw + max(600px - 100vw, 0px) * 2000, 11.11111111vw + max(450px - 100vw, 0px) * 2000, 13.33333333vw);
  }
}
article.chart .chart-questions .question-item:not([data-question=q1]) {
  background-image: url("../img/chart/border.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 4px;
}

article.chart .chart-questions .question-item .back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  transition: opacity 0.3s;
}
@media (hover: none) {
  article.chart .chart-questions .question-item .back:active {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  article.chart .chart-questions .question-item .back:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  article.chart .chart-questions .question-item .back:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .back {
    gap: 0 min(1.81818182vw + max(600px - 100vw, 0px) * 2000, 2.22222222vw + max(450px - 100vw, 0px) * 2000, 2.66666667vw);
  }
}
article.chart .chart-questions .question-item .back::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/chart/icn-arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .back::before {
    width: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw);
    height: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw);
  }
}
article.chart .chart-questions .question-item .back span {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .back span {
    padding-bottom: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    font-size: min(2.18181818vw + max(600px - 100vw, 0px) * 2000, 2.66666667vw + max(450px - 100vw, 0px) * 2000, 3.2vw);
  }
}
article.chart .chart-questions .question-item .item-box {
  position: relative;
  margin-top: 40px;
  padding: 15px;
  border-radius: 40px;
  border: 5px solid #000;
  background-color: #fff;
  background-color: #f4e654;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-box {
    margin-top: min(6.36363636vw + max(600px - 100vw, 0px) * 2000, 7.77777778vw + max(450px - 100vw, 0px) * 2000, 9.33333333vw);
    padding: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    border-width: 3px;
    border-radius: min(2.72727273vw + max(600px - 100vw, 0px) * 2000, 3.33333333vw + max(450px - 100vw, 0px) * 2000, 4vw);
  }
}
article.chart .chart-questions .question-item .item-box .deco {
  position: absolute;
  top: -5px;
  left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background-color: #f4e654;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-box .deco {
    top: -3px;
    left: min(9.09090909vw + max(600px - 100vw, 0px) * 2000, 11.11111111vw + max(450px - 100vw, 0px) * 2000, 13.33333333vw);
  }
}
article.chart .chart-questions .question-item .item-box .deco .mid {
  width: 60px;
  height: 5px;
  border-radius: 9999px;
  background-color: #000;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-box .deco .mid {
    width: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    height: 3px;
  }
}
article.chart .chart-questions .question-item .item-box .deco .left {
  width: 10px;
  height: 5px;
  background-color: #f4e654;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-box .deco .left {
    width: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    height: 3px;
  }
}
article.chart .chart-questions .question-item .item-box .deco .right {
  width: 10px;
  height: 5px;
  background-color: #f4e654;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-box .deco .right {
    width: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    height: 3px;
  }
}
article.chart .chart-questions .question-item .item-inner {
  padding: 65px 80px 85px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-inner {
    padding: 40px 30px 90px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-inner {
    padding: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw) min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw) min(9.09090909vw + max(600px - 100vw, 0px) * 2000, 11.11111111vw + max(450px - 100vw, 0px) * 2000, 13.33333333vw);
    border-radius: min(2.72727273vw + max(600px - 100vw, 0px) * 2000, 3.33333333vw + max(450px - 100vw, 0px) * 2000, 4vw);
  }
}
article.chart .chart-questions .question-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-title {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
article.chart .chart-questions .question-item .item-title .number {
  font-size: 80px;
  font-weight: bold;
  font-family: Figtree;
  color: #005bb4;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-title .number {
    font-size: 60px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-title .number {
    font-size: min(8.18181818vw + max(600px - 100vw, 0px) * 2000, 10vw + max(450px - 100vw, 0px) * 2000, 12vw);
  }
}
article.chart .chart-questions .question-item .item-title .text {
  padding-top: 20px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-title .text {
    padding-top: 10px;
  }
}
article.chart .chart-questions .question-item .item-title .text span {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #49aefd;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-title .text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-title .text span {
    font-size: min(3.09090909vw + max(600px - 100vw, 0px) * 2000, 3.77777778vw + max(450px - 100vw, 0px) * 2000, 4.53333333vw);
  }
}
article.chart .chart-questions .question-item .item-choices {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  margin-top: 80px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-choices {
    gap: 0 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-choices {
    flex-wrap: wrap;
    gap: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw) 0;
    margin-top: min(9.09090909vw + max(600px - 100vw, 0px) * 2000, 11.11111111vw + max(450px - 100vw, 0px) * 2000, 13.33333333vw);
  }
}
article.chart .chart-questions .question-item .item-choices .choice-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: calc(50% - 20px);
  padding-inline: 20px;
  min-height: 155px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: bold;
  background-color: #ebf9fd;
  border: 4px solid #005bb4;
  border-radius: 20px;
  transition: opacity 0.3s;
}
@media (hover: none) {
  article.chart .chart-questions .question-item .item-choices .choice-item:active {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  article.chart .chart-questions .question-item .item-choices .choice-item:hover {
    opacity: 0.5;
  }
}
article.chart .chart-questions .question-item .item-choices .choice-item.is-selected {
  background-color: #007ee9;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  article.chart .chart-questions .question-item .item-choices .choice-item:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-choices .choice-item {
    width: calc(50% - 10px);
    font-size: 22px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-choices .choice-item {
    width: 100%;
    min-height: min(14.09090909vw + max(600px - 100vw, 0px) * 2000, 17.22222222vw + max(450px - 100vw, 0px) * 2000, 20.66666667vw);
    border-radius: min(1.81818182vw + max(600px - 100vw, 0px) * 2000, 2.22222222vw + max(450px - 100vw, 0px) * 2000, 2.66666667vw);
    border-width: min(0.36363636vw + max(600px - 100vw, 0px) * 2000, 0.44444444vw + max(450px - 100vw, 0px) * 2000, 0.53333333vw);
    font-size: min(2.36363636vw + max(600px - 100vw, 0px) * 2000, 2.88888889vw + max(450px - 100vw, 0px) * 2000, 3.46666667vw);
  }
}
article.chart .chart-questions .question-item .item-choices .choice-item::before {
  content: attr(data-choice);
  position: absolute;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background-color: #005bb4;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: Figtree;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .item-choices .choice-item::before {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .item-choices .choice-item::before {
    width: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    height: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    border-radius: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    font-size: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
    top: min(-0.90909091vw + max(600px - 100vw, 0px) * 2000, -1.11111111vw + max(450px - 100vw, 0px) * 2000, -1.33333333vw);
    left: min(-0.90909091vw + max(600px - 100vw, 0px) * 2000, -1.11111111vw + max(450px - 100vw, 0px) * 2000, -1.33333333vw);
  }
}
article.chart .chart-questions .question-item .current-question {
  position: absolute;
  bottom: -45px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  background-color: #007ee9;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question {
    bottom: auto;
    top: min(-2.72727273vw + max(600px - 100vw, 0px) * 2000, -3.33333333vw + max(450px - 100vw, 0px) * 2000, -4vw);
    right: min(-1.36363636vw + max(600px - 100vw, 0px) * 2000, -1.66666667vw + max(450px - 100vw, 0px) * 2000, -2vw);
    width: min(12.72727273vw + max(600px - 100vw, 0px) * 2000, 15.55555556vw + max(450px - 100vw, 0px) * 2000, 18.66666667vw);
    height: min(12.72727273vw + max(600px - 100vw, 0px) * 2000, 15.55555556vw + max(450px - 100vw, 0px) * 2000, 18.66666667vw);
  }
}
article.chart .chart-questions .question-item .current-question::before {
  content: "";
  position: absolute;
  top: -36px;
  right: 6px;
  width: 49px;
  height: 66px;
  background-image: url("../img/chart/icn-man.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question::before {
    width: 39px;
    height: 56px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question::before {
    top: min(-2.27272727vw + max(600px - 100vw, 0px) * 2000, -2.77777778vw + max(450px - 100vw, 0px) * 2000, -3.33333333vw);
    right: min(0.54545455vw + max(600px - 100vw, 0px) * 2000, 0.66666667vw + max(450px - 100vw, 0px) * 2000, 0.8vw);
    width: min(4.27272727vw + max(600px - 100vw, 0px) * 2000, 5.22222222vw + max(450px - 100vw, 0px) * 2000, 6.26666667vw);
    height: min(5.63636364vw + max(600px - 100vw, 0px) * 2000, 6.88888889vw + max(450px - 100vw, 0px) * 2000, 8.26666667vw);
  }
}
@media screen and (max-width: 600px) {
  article.chart .chart-questions .question-item .current-question::before {
    top: min(-2.72727273vw + max(600px - 100vw, 0px) * 2000, -3.33333333vw + max(450px - 100vw, 0px) * 2000, -4vw);
  }
}
article.chart .chart-questions .question-item .current-question .current {
  position: relative;
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question .current {
    padding-bottom: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question .current {
    padding-bottom: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    font-size: min(2.54545455vw + max(600px - 100vw, 0px) * 2000, 3.11111111vw + max(450px - 100vw, 0px) * 2000, 3.73333333vw);
  }
}
article.chart .chart-questions .question-item .current-question .current::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

article.chart .chart-questions .question-item .current-question .current .value {
  font-size: 52px;
  font-family: Figtree;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question .current .value {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question .current .value {
    font-size: min(4.72727273vw + max(600px - 100vw, 0px) * 2000, 5.77777778vw + max(450px - 100vw, 0px) * 2000, 6.93333333vw);
  }
}
article.chart .chart-questions .question-item .current-question .total {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question .total {
    padding-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question .total {
    font-size: min(1.45454545vw + max(600px - 100vw, 0px) * 2000, 1.77777778vw + max(450px - 100vw, 0px) * 2000, 2.13333333vw);
  }
}
article.chart .chart-questions .question-item .current-question .total .value {
  font-size: 32px;
  font-family: Figtree;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-questions .question-item .current-question .total .value {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-questions .question-item .current-question .total .value {
    font-size: min(2.90909091vw + max(600px - 100vw, 0px) * 2000, 3.55555556vw + max(450px - 100vw, 0px) * 2000, 4.26666667vw);
  }
}
article.chart .chart-result {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  article.chart .chart-result {
    padding-inline: 20px;
  }
}
article.chart .chart-result .result-box {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  border-radius: 40px;
  border: 5px solid #000;
  background-color: #fff;
  background-color: #49aefd;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box {
    margin-top: min(12.72727273vw + max(600px - 100vw, 0px) * 2000, 15.55555556vw + max(450px - 100vw, 0px) * 2000, 18.66666667vw);
    padding: min(1.81818182vw + max(600px - 100vw, 0px) * 2000, 2.22222222vw + max(450px - 100vw, 0px) * 2000, 2.66666667vw);
    border-width: 3px;
    border-radius: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
article.chart .chart-result .result-box::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50px;
  width: 138px;
  height: 125px;
  background-image: url("../img/chart/icn-result-man.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box::before {
    top: min(-6.72727273vw + max(600px - 100vw, 0px) * 2000, -8.22222222vw + max(450px - 100vw, 0px) * 2000, -9.86666667vw);
    left: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw);
    width: min(12.27272727vw + max(600px - 100vw, 0px) * 2000, 15vw + max(450px - 100vw, 0px) * 2000, 18vw);
    height: min(10.18181818vw + max(600px - 100vw, 0px) * 2000, 12.44444444vw + max(450px - 100vw, 0px) * 2000, 14.93333333vw);
  }
}
@media screen and (max-width: 600px) {
  article.chart .chart-result .result-box::before {
    top: min(-8.09090909vw + max(600px - 100vw, 0px) * 2000, -9.88888889vw + max(450px - 100vw, 0px) * 2000, -11.86666667vw);
  }
}
@media screen and (max-width: 450px) {
  article.chart .chart-result .result-box::before {
    top: min(-9.72727273vw + max(600px - 100vw, 0px) * 2000, -11.88888889vw + max(450px - 100vw, 0px) * 2000, -14.26666667vw);
  }
}
article.chart .chart-result .result-box .deco {
  position: absolute;
  top: -5px;
  left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  background-color: #49aefd;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .deco {
    top: -3px;
    left: min(9.09090909vw + max(600px - 100vw, 0px) * 2000, 11.11111111vw + max(450px - 100vw, 0px) * 2000, 13.33333333vw);
  }
}
article.chart .chart-result .result-box .deco .mid {
  width: 60px;
  height: 5px;
  border-radius: 9999px;
  background-color: #000;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .deco .mid {
    width: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    height: 3px;
  }
}
article.chart .chart-result .result-box .deco .left {
  width: 10px;
  height: 5px;
  background-color: #49aefd;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .deco .left {
    width: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    height: 3px;
  }
}
article.chart .chart-result .result-box .deco .right {
  width: 10px;
  height: 5px;
  background-color: #49aefd;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .deco .right {
    width: min(1.36363636vw + max(600px - 100vw, 0px) * 2000, 1.66666667vw + max(450px - 100vw, 0px) * 2000, 2vw);
    height: 3px;
  }
}
article.chart .chart-result .result-box .result-box-inner {
  padding: 50px 40px 40px;
  border-radius: 30px;
  background-image: url("../img/chart/result-bg.png");
  background-repeat: repeat-x repeat-y;
  background-position: center center;
  background-size: 13px 13px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .result-box-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .result-box-inner {
    padding: min(6.36363636vw + max(600px - 100vw, 0px) * 2000, 7.77777778vw + max(450px - 100vw, 0px) * 2000, 9.33333333vw) min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw) min(7.27272727vw + max(600px - 100vw, 0px) * 2000, 8.88888889vw + max(450px - 100vw, 0px) * 2000, 10.66666667vw);
  }
}
article.chart .chart-result .result-box .result-headline {
  font-size: 38px;
  font-weight: 900;
  color: #005bb4;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .result-headline {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .result-headline {
    font-size: min(3.81818182vw + max(600px - 100vw, 0px) * 2000, 4.66666667vw + max(450px - 100vw, 0px) * 2000, 5.6vw);
  }
}
article.chart .chart-result .result-box .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 60px;
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .box {
    gap: 0 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .box {
    flex-direction: column;
    gap: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw) 0;
    margin-top: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
  }
}
article.chart .chart-result .result-box .box .thumbnail {
  flex-shrink: 0;
  width: 340px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .box .thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .box .thumbnail {
    width: 100%;
  }
  article.chart .chart-result .result-box .box .thumbnail img {
    width: 100%;
  }
}
article.chart .chart-result .result-box .box .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .box .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .box .content p {
    font-size: min(2.36363636vw + max(600px - 100vw, 0px) * 2000, 2.88888889vw + max(450px - 100vw, 0px) * 2000, 3.46666667vw);
    line-height: 1.77;
  }
}
article.chart .chart-result .result-box .btn {
  margin-top: 30px;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .btn {
    margin-top: min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
  }
}
article.chart .chart-result .result-box .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 520px;
  height: 90px;
  margin-inline: auto;
  border-radius: 9999px;
  background-color: #005bb4;
  transition: opacity 0.3s;
}
@media (hover: none) {
  article.chart .chart-result .result-box .btn a:active {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  article.chart .chart-result .result-box .btn a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .btn a {
    width: 400px;
  }
}
@media screen and (max-width: 850px) {
  article.chart .chart-result .result-box .btn a {
    width: 350px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .btn a {
    width: min(48.18181818vw + max(600px - 100vw, 0px) * 2000, 58.88888889vw + max(450px - 100vw, 0px) * 2000, 70.66666667vw);
    height: min(10vw + max(600px - 100vw, 0px) * 2000, 12.22222222vw + max(450px - 100vw, 0px) * 2000, 14.66666667vw);
    justify-content: center;
    text-align: center;
  }
}
article.chart .chart-result .result-box .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background-image: url("../img/top/arrow_support.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 13px;
  background-color: #fff;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .btn a::before {
    right: 15px;
    width: 30px;
    height: 30px;
    background-size: 6px 10px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .btn a::before {
    right: min(2.72727273vw + max(600px - 100vw, 0px) * 2000, 3.33333333vw + max(450px - 100vw, 0px) * 2000, 4vw);
    width: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw);
    height: min(4.54545455vw + max(600px - 100vw, 0px) * 2000, 5.55555556vw + max(450px - 100vw, 0px) * 2000, 6.66666667vw);
    background-size: min(1.18181818vw + max(600px - 100vw, 0px) * 2000, 1.44444444vw + max(450px - 100vw, 0px) * 2000, 1.73333333vw) min(1.63636364vw + max(600px - 100vw, 0px) * 2000, 2vw + max(450px - 100vw, 0px) * 2000, 2.4vw);
  }
}
article.chart .chart-result .result-box .btn a span {
  margin-left: -40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .btn a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  article.chart .chart-result .result-box .btn a span {
    margin-left: -20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .btn a span {
    margin-left: min(-0.90909091vw + max(600px - 100vw, 0px) * 2000, -1.11111111vw + max(450px - 100vw, 0px) * 2000, -1.33333333vw);
    font-size: min(2.18181818vw + max(600px - 100vw, 0px) * 2000, 2.66666667vw + max(450px - 100vw, 0px) * 2000, 3.2vw);
  }
}
article.chart .chart-result .result-box .img {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .img {
    bottom: 35px;
    right: 35px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .img {
    bottom: min(-1.81818182vw + max(600px - 100vw, 0px) * 2000, -2.22222222vw + max(450px - 100vw, 0px) * 2000, -2.66666667vw);
    right: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
article.chart .chart-result .result-box .img img {
  width: 220px;
}

@media screen and (max-width: 1100px) {
  article.chart .chart-result .result-box .img img {
    width: 150px;
  }
}
@media screen and (max-width: 767.99px) {
  article.chart .chart-result .result-box .img img {
    width: min(12.72727273vw + max(600px - 100vw, 0px) * 2000, 15.55555556vw + max(450px - 100vw, 0px) * 2000, 18.66666667vw);
  }
}
article.chart .chart-result .btm-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  margin-top: 20px;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .btm-btns {
    justify-content: center;
    gap: 0 min(5.45454545vw + max(600px - 100vw, 0px) * 2000, 6.66666667vw + max(450px - 100vw, 0px) * 2000, 8vw);
    margin-top: min(7.27272727vw + max(600px - 100vw, 0px) * 2000, 8.88888889vw + max(450px - 100vw, 0px) * 2000, 10.66666667vw);
  }
}
article.chart .chart-result .btm-btns a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  transition: opacity 0.3s;
}
@media (hover: none) {
  article.chart .chart-result .btm-btns a:active {
    opacity: 0.5;
  }
}
@media (hover: hover) {
  article.chart .chart-result .btm-btns a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .btm-btns a {
    gap: 0 min(1.81818182vw + max(600px - 100vw, 0px) * 2000, 2.22222222vw + max(450px - 100vw, 0px) * 2000, 2.66666667vw);
  }
}
article.chart .chart-result .btm-btns a span {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .btm-btns a span {
    font-size: min(2vw + max(600px - 100vw, 0px) * 2000, 2.44444444vw + max(450px - 100vw, 0px) * 2000, 2.93333333vw);
  }
}
article.chart .chart-result .btm-btns a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/chart/icn-arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 767.99px) {
  article.chart .chart-result .btm-btns a::after {
    width: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
    height: min(3.63636364vw + max(600px - 100vw, 0px) * 2000, 4.44444444vw + max(450px - 100vw, 0px) * 2000, 5.33333333vw);
  }
}
