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

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
  word-break: break-word;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 16px;
  }
}

img {
  height: auto;
}

.font-en {
  font-family: "DINPro-Bold";
  font-weight: normal;
}

.header .heading01 {
  margin: 0;
}

.heading02,
.lead {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading02,
  .lead {
    font-size: 40px;
  }
}
.heading02 .size-s,
.lead .size-s {
  font-size: 16px;
}
@media screen and (min-width: 64.0625em) {
  .heading02 .size-s,
  .lead .size-s {
    font-size: 22px;
  }
}
.heading02 .size-l,
.lead .size-l {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .heading02 .size-l,
  .lead .size-l {
    font-size: 60px;
  }
}
.heading02.type02,
.lead.type02 {
  font-size: 20px;
}
@media screen and (min-width: 64.0625em) {
  .heading02.type02,
  .lead.type02 {
    font-size: 32px;
  }
}
.heading02.type02 .size-l,
.lead.type02 .size-l {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .heading02.type02 .size-l,
  .lead.type02 .size-l {
    font-size: 50px;
  }
}

.heading03 {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading03 {
    font-size: 24px;
  }
}

.heading04 {
  color: #1fab89;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading04 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 1.8em;
}

section {
  padding: 30px 0 0;
}
@media screen and (min-width: 64.0625em) {
  section {
    padding: 4.5em 0 0;
  }
  .page section {
    padding: 9.4em 0 0;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 20px;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}
.container ul:not(.footer .container ul) {
  list-style: disc;
  margin: 0 0 20px 20px;
}

a {
  color: #252322;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #1fab89;
}
a.txt-link {
  color: #fff;
  position: relative;
}
a.txt-link::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
a.txt-link:hover::after {
  width: 0;
}

.bt {
  background-image: linear-gradient(90deg, rgb(255, 115, 38) 0%, rgb(255, 89, 0) 50%, rgb(255, 139, 76) 100%);
  border: 4px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0.5em 0;
  padding: 1.1em 2.6em;
  position: relative;
  transition: 0.3s;
  width: fit-content;
  z-index: 0;
}
.bt::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgb(255, 89, 0) 0%, rgb(255, 139, 76) 50%, rgb(255, 89, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.bt:hover {
  color: #fff;
}
.bt:hover::before {
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  .bt {
    font-size: 26px;
  }
}
.bt.small {
  border: 3px solid #fff;
  font-size: 14px;
  padding: 1.2em 2em;
}
.bt.type02 {
  background: #fff;
  border: 2px solid #1fab89;
  border-radius: 50px;
  box-shadow: none;
  color: #1fab89;
  padding: 0.5em 1.6em;
}
.bt.type02::before {
  display: none;
}
.bt.type02:hover {
  background: #1fab89;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .bt.type02 {
    font-size: 20px;
  }
}
.bt.type02 .bt-arrow {
  font-size: 0.8em;
  margin-left: 0.4em;
}

.bt-box-txt {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .bt-box-txt {
    font-size: 22px;
  }
}
.bt-box-txt::before, .bt-box-txt::after {
  width: 2px;
  height: 48px;
  background-color: #ff7434;
  content: "";
}
.bt-box-txt::before {
  transform: rotate(-45deg);
  margin-right: 30px;
}
.bt-box-txt::after {
  transform: rotate(45deg);
  margin-left: 30px;
}
.bt-box .bt {
  margin: 0.8em auto 1.5em;
}
@media screen and (min-width: 48em) {
  .bt-box .bt {
    margin: 0.8em auto 4em;
  }
}
.bt-box.fixed {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 64.0625em) {
  .bt-box.fixed {
    display: none;
  }
}
.bt-box.fixed .bt {
  margin: 0.6em auto;
}
@media screen and (min-width: 64.0625em) {
  .bt-box.fixed .bt {
    font-size: 20px;
  }
}

.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flexbox-item {
  flex: 100%;
}
@media screen and (min-width: 48em) {
  .flexbox-item {
    flex: 1;
  }
}
.flexbox.four-col {
  justify-content: space-between;
}
.flexbox.four-col > * {
  flex: 40%;
}
@media screen and (min-width: 48em) {
  .flexbox.four-col > * {
    flex: 20%;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox.four-col > * {
    flex: 1;
  }
}

/* header */
.header {
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  font-feature-settings: "palt";
  height: 60px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 1em;
  position: fixed;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 64.0625em) {
  .header {
    height: 100px;
  }
}
.header .logo {
  width: 150px;
}
@media screen and (min-width: 64.0625em) {
  .header .logo {
    width: 254px;
  }
}

.menu-bt {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 8px 0 0;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 15px;
  width: 46px;
  z-index: 500;
}
@media screen and (min-width: 64.0625em) {
  .menu-bt {
    display: none;
  }
}
.menu-bt .menu1,
.menu-bt .menu2 {
  background-color: #000;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
  transition: all 0.2s ease-out;
}
.menu-bt .menu1 {
  top: 0;
}
.menu-bt .menu1.menuclick1 {
  top: 7px;
  transform: rotate(45deg);
}
.menu-bt .menu2 {
  top: 8px;
}
.menu-bt .menu2.menuclick2 {
  top: 7px;
  transform: rotate(-45deg);
}
.menu-bt .menu-txt {
  margin-left: 0.2em;
}
.menu-bt .menu-txt:before {
  content: "MENU";
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.menu-bt .menu-txt.active:before {
  content: "CLOSE";
  letter-spacing: 0.1em;
}

.main-navigation {
  background: #fff;
  left: -1025px;
  top: 0;
  opacity: 0;
  padding: 80px 1.5em 0;
  position: fixed;
  transition: 0.2s;
  height: 100vh;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation {
    background: transparent;
    height: auto;
    opacity: 1;
    padding: 0;
    position: static;
    width: auto;
  }
}
.main-navigation.active {
  opacity: 1;
  left: 0;
}

.main-navigation__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__list {
    align-items: center;
    display: flex;
    gap: 1.3vw;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .main-navigation__list {
    gap: 2.2vw;
  }
}
@media screen and (min-width: 80em) {
  .main-navigation__list {
    gap: 3.2em;
  }
}

.main-navigation__item {
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item {
    border: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 80em) {
  .main-navigation__item {
    font-size: 18px;
  }
}
.main-navigation__item:last-child {
  border: none;
}
@media only screen and (max-width: 64em) {
  .main-navigation__item:last-child {
    padding-top: 1em;
  }
}
.main-navigation__item .bt {
  margin: 15px auto 0;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item .bt {
    margin: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__item.has-subnavi::after {
    border-left: 1px solid #252322;
    border-top: 1px solid #252322;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 0 0.3em 0.3em;
    transform: rotate(225deg);
    width: 5px;
  }
}

@media screen and (min-width: 64.0625em) {
  .subnavi {
    display: none;
    left: -60%;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 220%;
  }
  .main-navigation__item:hover .subnavi {
    display: block;
    padding-top: 50px;
  }
}
.subnavi__list {
  padding-left: 40px;
}
@media screen and (min-width: 64.0625em) {
  .subnavi__list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    list-style: none;
    overflow: hidden;
    padding: 0 1.5em;
    text-align: center;
    width: 100%;
  }
}
.subnavi__item a {
  display: block;
  padding: 1em 0 0;
}
@media screen and (min-width: 64.0625em) {
  .subnavi__item a {
    padding: 1em 0;
  }
}
.subnavi__item:not(:first-child) a {
  border-top: 1px solid #ccc;
}

/* footer */
.footer {
  background: #1fab89;
  color: #fff;
  font-weight: bold;
}
.footer .heading03 {
  border-left: 4px solid #0c775b;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.9em;
  padding-left: 1em;
  text-align: left;
}
.footer .address {
  font-size: 14px;
  padding-left: 1.8em;
}
@media screen and (min-width: 48em) {
  .footer .address {
    margin-bottom: 3em;
  }
}
.footer .address .size-s {
  font-size: 12px;
}
.footer .tel {
  font-size: 1.13em;
  margin: 0;
  padding-left: 1.2em;
}
.footer .flexbox {
  gap: 2em;
  padding: 2em 1em;
  max-width: 1340px;
}
@media screen and (min-width: 48em) {
  .footer .flexbox {
    padding: 6.5em 30px 5.8em;
  }
}
.footer-logo {
  width: 160px;
}
@media screen and (min-width: 48em) {
  .footer-logo {
    flex: 30%;
  }
}
@media screen and (min-width: 80em) {
  .footer-logo {
    flex: 45%;
  }
}
.footer-navigation__list {
  list-style: none;
  padding: 0 0 0 1.3em;
}
.footer-navigation__list a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.8em;
}

.copyright {
  background: #0c775b;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 1.4em 1.4em 7.5em;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .copyright {
    padding: 2.8em 1.5em;
  }
}

/* テーブルラッパー */
.table-wrapper {
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .table-wrapper {
    margin-bottom: 5em;
  }
}

/* スクロールエリア */
.table-scroll {
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
  margin-top: 4em;
}

/* Webkitブラウザのスクロールバーを非表示 */
.table-scroll::-webkit-scrollbar {
  display: none;
}

/* カスタムスクロールバー（テーブル上に配置） */
.custom-scrollbar {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 7px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
}

.custom-scrollbar.visible {
  opacity: 1;
}

.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1fab89;
  border-radius: 3px;
  transition: background 0.2s;
  cursor: pointer;
  pointer-events: auto;
}

/* テーブルスタイル */
table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  position: relative;
  min-width: 600px; /* スマホで横スクロールさせるための最小幅 */
}
@media screen and (min-width: 48em) {
  table {
    font-size: 16px;
  }
}

th, td {
  border-bottom: #e9edff 3px solid;
  border-left: #e9edff 3px solid;
  text-align: center;
}
th.attention, td.attention {
  border-left: none;
  border-right: none;
  color: #1fab89;
  position: relative;
}
th.attention::before, th.attention::after, td.attention::before, td.attention::after {
  background: #1fab89;
  bottom: 0;
  content: "";
  height: 110%;
  position: absolute;
  top: 0;
  width: 4px;
}
th.attention::before, td.attention::before {
  left: 0;
}
th.attention::after, td.attention::after {
  right: 0;
}
th.attention + th,
th.attention + td, td.attention + th,
td.attention + td {
  border-left: none;
}

th {
  background: #f9f9f9;
  font-weight: 600;
  color: #444;
  padding: 1.4em 0.8em;
  white-space: nowrap;
}
@media screen and (min-width: 64.0625em) {
  th {
    font-size: 20px;
  }
  th.attention {
    font-size: 24px;
  }
}
th.attention {
  background: #1fab89;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  th.attention {
    font-size: 24px;
  }
}
th:first-child {
  border-left: none;
}

td {
  background: #fff;
  padding: 1.7em 0.8em;
}
@media screen and (min-width: 64.0625em) {
  td {
    font-size: 18px;
  }
  td.attention {
    font-size: 20px;
  }
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: none;
}

thead th.attention {
  border-bottom: #1fab89 3px solid;
}

.attention-th-arrow {
  background: #1fab89;
  bottom: -8px;
  content: "";
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 10px;
  z-index: 10;
}
@media screen and (min-width: 64.0625em) {
  .attention-th-arrow {
    bottom: -12px;
    height: 20px;
    width: 20px;
  }
}

.attention-td-under {
  background: #1fab89;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

/* swiper */
.swiper {
  font-size: 14px;
  padding: 1em 2em;
  width: 100%;
  z-index: auto;
}
@media screen and (min-width: 48em) {
  .swiper {
    padding: 2.4em 2em;
  }
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0.8em;
  transition: 0.2s;
}
.swiper-slide-inner {
  padding: 1.2em 0.8em 0.8em;
}
@media screen and (min-width: 64.0625em) {
  .swiper-slide:hover {
    opacity: 0.8;
  }
}
.swiper-slide .arrow {
  margin: 0 0 0 auto;
}

.swiper-button-prev, .swiper-button-next {
  background: #1fab89;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 34px;
  top: 60%;
  transition: 0.2s;
  width: 34px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-pagination {
  position: static;
  margin: 0 0 1em 0;
}

.swiper-pagination-bullet {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 0;
  height: 14px;
  opacity: 1;
  width: 14px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c9ebe3;
}

/* modal */
.modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal .close {
  align-items: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  margin: 1.3em auto 0;
  width: 36px;
  transform: rotate(45deg);
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  max-height: 80vh;
  max-width: 800px;
  padding: 2em 1em 2em 2em;
  width: 90%;
}
.modal-content-inner {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 1em;
}

@media (max-width: 600px) {
  .swiper-slide {
    width: 80%;
  }
  .modal-content {
    width: 95%;
  }
}
/* option */
.bold {
  font-weight: 700;
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.mb-0 {
  margin-bottom: 0;
}

.color-green {
  color: #1fab89;
  font-weight: 700;
}

.color-green02 {
  color: #0c775b;
  font-weight: 700;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-green {
  background: #c9ebe3;
}

.bg-pink {
  background: #f9d4ff;
}

.bg-white {
  background: #fff;
  color: #0c775b;
  margin: 0 0.3em;
  padding: 0.1em 0.3em;
}

.bg-navy {
  background: #1fab89;
  color: #fff;
  display: inline-block;
}

.bg-type01 {
  background: linear-gradient(30deg, rgb(110, 66, 186) 0%, rgb(88, 53, 150) 50%, rgb(52, 49, 152) 100%);
  color: #fff;
  font-weight: 700;
}

.bg-type02 {
  background: linear-gradient(30deg, rgb(141, 137, 255) 0%, rgb(91, 85, 244) 50%, rgb(97, 91, 250) 100%);
  color: #fff;
  font-weight: 700;
}

.line-yellow {
  border-bottom: #fff57e 4px solid;
}

.box-white {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 18px 0px rgba(45, 21, 8, 0.2);
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .box-white {
    padding: 3.4em 3em;
  }
}

.box-white02 {
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .box-white02 {
    padding: 3.4em 3em;
  }
}

.box-white03 {
  background: #fff;
  border: 2px solid #1fab89;
  border-radius: 10px;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .box-white03 {
    padding: 3.4em 3em;
  }
}

.sp,
.tab,
.pc {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .pc {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sp {
    display: block;
  }
}
/* home */
.mainvisual {
  background: url("/assets/img/agent/mv.webp") right top no-repeat;
  background-size: auto 60vw;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    background: url("/assets/img/agent/mv.webp") left 70% center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual {
    background: url("/assets/img/agent/mv.webp") center no-repeat;
    margin-top: 100px;
  }
}
.mainvisual .container {
  max-width: 1370px;
  padding: 0;
}
.mainvisual .heading02 {
  color: #fff;
  display: block;
  font-size: 26px;
  margin: 0 0 0.6em;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .mainvisual .heading02 {
    font-size: 36px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 {
    font-size: 55px;
    line-height: 1.8;
    margin: 0 0 0.1em;
  }
}
.mainvisual .heading02 .size-l {
  font-size: 30px;
}
@media screen and (min-width: 48em) {
  .mainvisual .heading02 .size-l {
    font-size: 45px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 .size-l {
    font-size: 65px;
  }
}
.mainvisual__cont {
  background: rgba(31, 171, 137, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60vw;
  padding: 2em 1.5em;
}
@media screen and (min-width: 48em) {
  .mainvisual__cont {
    margin: 0;
    padding: 2em 3vw;
    width: fit-content;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__cont {
    height: 760px;
    padding: 0 5vw;
  }
}
.mainvisual__copy {
  margin: 0 0 -0.3em 0;
  width: 140px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__copy {
    margin: 0 0 -0.3em -2em;
    width: fit-content;
  }
}
.mainvisual .value {
  gap: 0 1em;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .mainvisual .value {
    gap: 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value {
    margin: 0;
  }
}
.mainvisual .value__item {
  background: url("/assets/img/agent/icon-crown.png") center top 0.5em no-repeat, linear-gradient(30deg, rgb(110, 201, 179) 0%, rgb(31, 171, 137) 50%, rgb(110, 201, 179) 100%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 700;
  height: 150px;
  line-height: 1.2;
  place-items: center;
  position: relative;
  text-align: center;
  width: 150px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value__item {
    font-size: 22px;
    height: 200px;
    width: 200px;
  }
}
.mainvisual .value-txt {
  margin: 0.8em 0 0;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 47.9375em) {
  .mainvisual .value-txt {
    font-size: 16px;
  }
}
.mainvisual .value .size-l {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-l {
    font-size: 80px;
  }
}
.mainvisual .value .size-m {
  font-size: 26px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-m {
    font-size: 40px;
  }
}
.mainvisual .value .value01 .size-l {
  letter-spacing: -0.1em;
  margin-top: 0.1em;
}
.mainvisual .value .value01 .size-s {
  display: inline-block;
  font-size: 10px;
  margin: 0 0.2em 0 0.5em;
  text-shadow: none;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value01 .size-s {
    font-size: 16px;
  }
}
.mainvisual .value .value01 .circle {
  background: #6ec9b3;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  height: 32px;
  padding-top: 0.3em;
  text-shadow: none;
  vertical-align: text-bottom;
  width: 32px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value01 .circle {
    font-size: 30px;
    height: 50px;
    width: 50px;
  }
}
.mainvisual .value .value02 .size-l {
  position: relative;
}
.mainvisual .value .value02 .size-l:before {
  background: url("/assets/img/agent/icon-star.png");
  background-size: contain;
  content: "";
  left: -25px;
  height: 24px;
  position: absolute;
  top: -5px;
  width: 25px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value02 .size-l:before {
    left: -35px;
    height: 43px;
    width: 45px;
  }
}
.mainvisual .value .value03 .value-txt {
  line-height: 1.4;
  margin-top: 0.5em;
}
.mainvisual .annotation {
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  right: 1.5em;
  text-shadow: none;
  top: 47%;
}
.mainvisual .annotation-txt {
  color: #fff;
  font-size: 12px;
  margin: 2em 0;
  width: 100%;
}
.mainvisual .bt {
  margin: 0 auto;
}

.home .cont01 .value {
  gap: 2.6em;
  margin: 3.8em 0 2em;
}
@media screen and (min-width: 48em) {
  .home .cont01 .value {
    gap: 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value {
    gap: 2em;
    margin-bottom: 5em;
  }
}
.home .cont01 .value__item {
  background: url("/assets/img/agent/bg-laurel01.png") left 10px center no-repeat, url("/assets/img/agent/bg-laurel02.png") right 10px center no-repeat, linear-gradient(30deg, rgb(76, 72, 242) 0%, rgb(56, 53, 150) 50%, rgb(68, 65, 203) 100%);
  background-size: 36px, 36px, auto;
  border-radius: 3.5em;
  color: #fff;
  display: grid;
  flex: 100%;
  font-weight: 700;
  height: 100px;
  line-height: 1.4;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .home .cont01 .value__item {
    flex: 1;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value__item {
    background-size: auto;
    font-size: 26px;
    height: 180px;
  }
}
.home .cont01 .value__item:before {
  content: url("/assets/img/agent/icon-crown02.png");
  left: 0;
  position: absolute;
  right: 0;
  top: -38px;
}
.home .cont01 .value-txt {
  margin: 0;
}
.home .cont01 .value .size-l {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value .size-l {
    font-size: 46px;
  }
}
.home .cont01 .value .annotation {
  display: block;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont01 .value .annotation {
    margin-top: 0.5em;
  }
}
.home .cont01 .recruit-logo .lead {
  margin-bottom: 1.6em;
}
.home .cont01 .recruit-logo .lead .size-s {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
.home .cont01 .recruit-logo .flexbox {
  list-style: none;
  margin: 0 auto !important;
  padding: 0;
}
.home .cont01 .recruit-logo li {
  display: grid;
  padding: 1em;
  place-items: center;
}
.home .cont02-cont01 {
  background: #f9f9f9;
  padding: 4.6em 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-cont01 {
    padding: 6.2em 1em;
  }
}
.home .cont02-cont02 {
  background: #c9ebe3;
  padding: 6.8em 1em 3.6em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-cont02 {
    padding: 9.6em 1em 6.2em;
  }
}
.home .cont02-cont02::before {
  background-color: #f9f9f9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 47px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -1px;
  width: 154px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont02-cont02::before {
    height: 96px;
    width: 314px;
  }
}
.home .cont02 img {
  margin: 0 auto;
}
.home .cont03 .heading02 {
  margin-bottom: 1.1em;
}
.home .cont03 .heading03 {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 48em) {
  .home .cont03 .heading03 {
    margin-bottom: 1.7em;
  }
}
.home .cont03 .reason {
  background: #1fab89;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason {
    font-size: 18px;
    margin-bottom: 2.8em;
    padding: 2.6em;
  }
}
.home .cont03 .reason::after {
  background-color: rgb(25, 153, 119);
  bottom: 1em;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 1em;
  transform: skewY(15deg);
  z-index: -2;
}
@media screen and (min-width: 48em) {
  .home .cont03 .reason::after {
    bottom: -3em;
    top: 0;
  }
}
.home .cont03 .reason:last-child {
  margin-bottom: 0;
}
.home .cont03 .reason::before {
  color: #1fab89;
  font-family: "DINPro-Bold";
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 0.1em;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason::before {
    font-size: 160px;
  }
}
.home .cont03 .reason.reason01::before {
  content: "01";
}
.home .cont03 .reason.reason02::before {
  content: "02";
}
.home .cont03 .reason.reason03::before {
  content: "03";
}
.home .cont03 .reason .flexbox {
  gap: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason .flexbox {
    gap: 3em;
  }
}
.home .cont03 .reason .flexbox-item p {
  margin-bottom: 1em;
}
.home .cont03 .reason .flexbox-item .size-l {
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .home .cont03 .reason .flexbox-item .size-l {
    font-size: 20px;
  }
}
.home .cont03 .reason-photo {
  margin: 0 auto;
  max-width: 350px;
}
.home .cont03 .reason .flexbox img {
  margin: 0 0 0 auto;
}
.home .cont03 .txt-link {
  font-weight: 700;
  font-size: 1.12em;
}
@media screen and (min-width: 48em) {
  .home .cont04 {
    padding-bottom: 4.5em;
  }
}
.home .cont04 .occupation {
  background: linear-gradient(30deg, #6ec9b3 0%, #1fab89 50%, #199977 100%);
  border-radius: 30px;
  color: #fff;
  display: grid;
  font-weight: 700;
  line-height: 1.4;
  margin: -1em 0.5em 0;
  min-height: 50px;
  padding: 0 1em;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .occupation {
    font-size: 16px;
    min-height: 60px;
  }
}
.home .cont04 .participants-ttl {
  border-bottom: #1fab89 2px solid;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.home .cont04 .participants-txt {
  margin-bottom: 1.2em;
}
.home .cont04 .modal .occupation {
  margin: -2em auto 2em 1.5em;
  padding: 0 1.8em;
  width: fit-content;
}
.home .cont04 .modal h2 {
  font-size: 16px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .modal h2 {
    font-size: 18px;
  }
}
.home .cont04 .modal h3 {
  border-left: #1fab89 5px solid;
  font-size: 16px;
  margin: 2.4em 0 1.4em;
  padding-left: 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont04 .modal h3 {
    font-size: 18px;
  }
}
.home .cont04 .modal .close {
  margin: -0.9em -0.1em 0.4em auto;
}
.home .cont06 .heading02 {
  margin-bottom: 0.9em;
}
.home .cont06 .heading03 {
  color: #1fab89;
  font-size: 16px;
  margin: 1.2em auto 1em;
}
@media screen and (min-width: 48em) {
  .home .cont06 .heading03 {
    margin-bottom: 0;
    min-height: 58px;
  }
}
.home .cont06 p {
  font-size: 13px;
}
.home .cont06 .step {
  gap: 1.2em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont06 .step {
    margin-bottom: 3.2em;
  }
}
.home .cont06 .step-img {
  margin: 0 auto;
  position: relative;
  width: 180px;
}
@media screen and (min-width: 48em) {
  .home .cont06 .step-img {
    width: fit-content;
  }
}
.home .cont06 .step-img::before {
  background-color: #1fab89;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 12px;
}
@media screen and (min-width: 48em) {
  .home .cont06 .step-img::before {
    bottom: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 12px;
    left: auto;
    right: -16px;
    top: 0;
    width: 10px;
  }
}
@media screen and (min-width: 48em) {
  .home .cont06 .step > div {
    flex: 16%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .home .cont06 .step > div:first-child .step-img::before {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .home .cont06 .step > div:last-child .step-img::before {
    display: none;
  }
}
.home .cont07 .heading02 {
  margin-bottom: 0.8em;
}
.home .cont07 .faq {
  margin-bottom: 3em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq {
    margin-bottom: 5.5em;
  }
}
.home .cont07 .faq-q {
  align-items: center;
  color: #0c775b;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  padding: 0.7em 0 0.2em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-q {
    font-size: 24px;
    padding: 1.3em 0 0.2em;
  }
}
.home .cont07 .faq-q:first-child {
  border-top: 2px solid #ccc;
}
.home .cont07 .faq-q-txt {
  flex: 1;
}
.home .cont07 .faq-q::before {
  background: url("/assets/img/agent/icon-balloon.svg");
  background-size: cover;
  color: #fff;
  content: "Q";
  display: grid;
  font-family: "DINPro-Bold";
  font-size: 24px;
  height: 45px;
  margin-right: 0.3em;
  place-items: center;
  width: 45px;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-q::before {
    font-size: 34px;
    height: 67px;
    margin-right: 0.7em;
    width: 67px;
  }
}
.home .cont07 .faq-a {
  border-bottom: 2px solid #ccc;
  padding: 0 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont07 .faq-a {
    padding: 0 0 1.7em 5.7em;
  }
}
@media screen and (min-width: 48em) {
  .home .cont08 {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 48em) {
  .home .cont08 .heading02 {
    margin-bottom: 1em;
  }
}
.home .cont08 .media-cont {
  gap: 1em;
  margin: 2.5em 0;
}
@media screen and (min-width: 48em) {
  .home .cont08 .media-cont {
    gap: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .media-cont {
    gap: 2.8em;
    margin: 2.5em 0 5em;
  }
}
.home .cont08 .media-block {
  margin-bottom: 0.5em;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .media-block {
    padding: 2em 2.3em 2.5em;
  }
}
.home .cont08 .media-block .flexbox {
  gap: 1.5em;
}
.home .cont08 .media-block .flexbox-item {
  flex: 1;
}
.home .cont08 .profile {
  line-height: 1.6;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .profile {
    font-size: 18px;
  }
}
.home .cont08 .profile-name {
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}
.home .cont08 .profile-name p {
  margin: 0;
}
.home .cont08 .name-jp {
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .name-jp {
    font-size: 20px;
  }
}
.home .cont08 .heading03 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .home .cont08 .heading03 {
    font-size: 18px;
  }
}
.home .cont08 .media-logo {
  align-items: center;
  margin-bottom: 1.3em;
}
.home .cont08 .media-txt {
  margin-bottom: 0.5em;
}
.home .cont08 .media-book {
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .home .cont09 {
    padding-bottom: 4.5em;
  }
}
.home .cont09 .name {
  color: #0c775b;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.7em;
  text-align: center;
}
.home .cont09 p {
  margin-bottom: 1.2em;
}
.home .cont09 .modal .name {
  margin-bottom: 0.2em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .home .cont09 .modal .name {
    font-size: 20px;
  }
}
.home .cont09 .flexbox {
  align-items: center;
  gap: 2em;
  margin-bottom: 1.8em;
}
.home .cont09 .flexbox p {
  margin: 0;
}
.home .cont09 .flexbox p.post {
  color: #0c775b;
  font-weight: 700;
  margin-bottom: 0.5em;
}
