@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 10px;
  }
}
.pconly {
  display: block;
}
@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media (max-width: 560px) {
  .sponly {
    display: block;
  }
}

.tabonly {
  display: none;
}
@media (max-width: 768px) {
  .tabonly {
    display: block;
  }
}

/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #232323;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #232323;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-highlight {
  background: -webkit-linear-gradient(transparent 60%, #f4e280 60%);
  background: linear-gradient(transparent 60%, #f4e280 60%);
}

.is-bebas {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
}

.c-white {
  color: #fff;
}

.c-yellow {
  color: #f4e280;
}

.c-blue {
  color: #4a5796;
}

.c-red {
  color: #f26161;
}

.t-bold {
  font-weight: 700;
}

.footer {
  background-color: #5285d9;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.22em;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
}

.section {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
.section__title {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .section__title {
    padding-bottom: 3rem;
  }
}
.section__title h2 {
  font-size: 3rem;
  line-height: 5.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section__title h2 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media (max-width: 560px) {
  .section__title h2 {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.section__title h2 .is-bebas {
  font-size: 4.2rem;
  line-height: 5.5rem;
}
@media (max-width: 768px) {
  .section__title h2 .is-bebas {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 560px) {
  .section__title h2 .is-bebas {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 560px) {
  .section__title h2 br {
    display: none;
  }
}
.section__title::before {
  content: "";
  width: 6rem;
  background-image: url(../../html/images/agent/ico_star_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .section__title::before {
    width: 5rem;
  }
}
@media (max-width: 560px) {
  .section__title::before {
    flex-shrink: 0;
    width: 3rem;
    margin-right: 5px;
  }
}
.section__title::after {
  content: "";
  width: 6rem;
  background-image: url(../../html/images/agent/ico_star_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .section__title::after {
    width: 5rem;
  }
}
@media (max-width: 560px) {
  .section__title::after {
    flex-shrink: 0;
    width: 3rem;
    margin-left: 5px;
  }
}
.section__title.blue::before {
  background-image: url(../../html/images/agent/ico_star_left_bl.png);
}
.section__title.blue::after {
  background-image: url(../../html/images/agent/ico_star_right_bl.png);
}

.o-btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  background-color: #f26161;
  color: #fff;
  font-size: 2.4rem;
  line-height: 8.2rem;
  max-width: 45.6rem;
  width: 100%;
  border-radius: 1.4rem;
  position: relative;
  -webkit-box-shadow: 0px 1rem 0px 0px rgb(201, 77, 77);
  -moz-box-shadow: 0px 1rem 0px 0px rgb(201, 77, 77);
  box-shadow: 0px 1rem 0px 0px rgb(201, 77, 77);
}
@media (max-width: 768px) {
  .o-btn {
    font-size: 2rem;
    line-height: 7rem;
    max-width: 35rem;
  }
}
@media (max-width: 560px) {
  .o-btn {
    line-height: 6rem;
    -webkit-box-shadow: 0px 6px 0px 0px rgb(201, 77, 77);
    -moz-box-shadow: 0px 6px 0px 0px rgb(201, 77, 77);
    box-shadow: 0px 6px 0px 0px rgb(201, 77, 77);
  }
}
.o-btn:hover {
  color: #fff;
}
.o-btn::before {
  content: "";
  position: absolute;
  background-image: url(../../html/images/agent/ico_check_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4e280;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 2.5rem;
  left: 2.7rem;
}

.o-btn.mail::before {
  background-image: url(../../html/images/agent/ico_mail_btn.png);
}

@media (max-width: 768px) {
  .o-btn::before {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 560px) {
  .o-btn::before {
    width: 3.5rem;
    height: 3.5rem;
    background-size: 2rem;
  }
}

.agent .mv {
  background-color: #f4f6f9;
  background-image: url(../../html/images/agent/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 560px) {
  .agent .mv .wrapper {
    padding: 0 1.5rem;
  }
}
.agent .mv__content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .agent .mv__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.agent .mv__text {
  padding: 4.5rem 0;
}
@media (max-width: 560px) {
  .agent .mv__text {
    padding: 4rem 0 3rem;
  }
}
.agent .mv__text .blue {
  margin-bottom: 2.5rem;
}
@media (max-width: 560px) {
  .agent .mv__text .blue {
    margin-bottom: 1.5rem;
  }
}
.agent .mv__text .blue p {
  background-color: #4a5796;
  width: fit-content;
  line-height: 6rem;
  padding: 0 1.5rem;
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: 560px) {
  .agent .mv__text .blue p {
    font-size: 1.8rem;
    padding: 0 1rem;
    letter-spacing: 0em;
    line-height: 4rem;
  }
}
.agent .mv__text .blue p span {
  font-size: 2.7rem;
}
@media (max-width: 560px) {
  .agent .mv__text .blue p span {
    font-size: 2rem;
  }
}
.agent .mv__text .blue p:last-child {
  margin-top: -2rem;
}
@media (max-width: 560px) {
  .agent .mv__text .blue p:last-child {
    margin-top: -0.5rem;
  }
}
.agent .mv__text .yellow {
  display: flex;
  align-items: center;
  background-color: #f4e280;
  width: fit-content;
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  line-height: 6rem;
  font-size: 2.55rem;
  font-weight: bold;
  padding: 0 2rem 0 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 560px) {
  .agent .mv__text .yellow {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 6rem;
    padding: 0 1.5rem 0 1rem;
    margin-bottom: 2rem;
  }
}
.agent .mv__text .yellow img {
  margin-right: 1rem;
}
@media (max-width: 560px) {
  .agent .mv__text .yellow img {
    display: none;
  }
}
.agent .mv__text h1 {
  font-size: 9rem;
  line-height: 1;
  padding-bottom: 1rem;
}
@media (max-width: 560px) {
  .agent .mv__text h1 {
    font-size: 6.5rem;
    padding-bottom: 2rem;
  }
}
.agent .mv__text > p {
  font-size: 2.0rem;
  line-height: 3.6rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .agent .mv__text > p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 768px) {
  .agent .mv__text > p br {
    display: none;
  }
}
.agent .mv__text > p span {
  font-size: 3.4rem;
  line-height: 3.6rem;
}
@media (max-width: 560px) {
  .agent .mv__text > p span {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
.agent .mv__image {
  width: 60%;
  max-width: 60rem;
  /* padding-top: 6rem; */
}
@media (max-width: 768px) {
  .agent .mv__image {
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  .agent .mv__image {
    width: 70%;
  }
}
.agent .mv__image img {
  width: 100%;
}
.agent .sec1 {
  background-color: #ededed;
  background-image: url(../../html/images/agent/sec1_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 560px) {
  .agent .sec1 {
    padding: 6rem 0;
  }
}
.agent .sec1__content p {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 4.2rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .agent .sec1__content p {
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 560px) {
  .agent .sec1__content p {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
.agent .sec1__content p span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 4.2rem;
}
@media (max-width: 768px) {
  .agent .sec1__content p span {
    font-size: 2.0rem;
    line-height: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec1__content p span {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.agent .sec2 {
  background-color: #4a5796;
}
.agent .sec2__content {
  position: relative;
  background-color: #fff;
  padding: 6rem 5rem;
  clip-path: polygon(100% 0, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0 100%, 0 0);
}
@media (max-width: 768px) {
  .agent .sec2__content {
    padding: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec2__content {
    padding: 4rem 2rem 6rem;
  }
}
.agent .sec2__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6rem 6rem 0 0;
  border-color: #e2e2e2 transparent transparent transparent;
}
.agent .sec2__content ul li {
  font-size: 1.6rem;
  line-height: 4.2rem;
  font-weight: 500;
  padding-left: 4.9rem;
  position: relative;
}
@media (max-width: 768px) {
  .agent .sec2__content ul li {
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding-left: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec2__content ul li {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.agent .sec2__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #ededed;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url(../../html/images/agent/ico_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-top: 0.6rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .agent .sec2__content ul li::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0.8rem;
  }
}
.agent .sec2__content ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 560px) {
  .agent .sec2__content ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.agent .sec2__content ul li span {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .agent .sec2__content ul li span {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 560px) {
  .agent .sec2__content ul li span {
    font-size: 1.7rem;
    line-height: 3.2rem;
  }
}
.agent .sec3 {
  background-color: #d5e0e9;
  background-image: url(../../html/images/agent/sec3_bg1.png), url(../../html/images/agent/sec3_bg2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
}
.agent .sec3__content .title {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .title {
    padding-bottom: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title {
    padding-bottom: 3rem;
  }
}
.agent .sec3__content .title h2 {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .title h2 {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title h2 {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.agent .sec3__content .title h2 span {
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .agent .sec3__content .title h2 span {
    font-size: 2.8rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title h2 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title h2 img {
    height: 4rem;
  }
}
.agent .sec3__content .title p {
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  line-height: 4.4rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .title p {
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
.agent .sec3__content .title p span {
  font-size: 2.4rem;
  line-height: 4.4rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .title p span {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .title p span {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.agent .sec3__content .content dl {
  background-color: #fff;
  padding: 4rem;
  display: flex;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl {
    padding: 4rem 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .content dl {
    flex-direction: column;
    padding: 2rem;
  }
}
.agent .sec3__content .content dl:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.agent .sec3__content .content dl dt h3 {
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 6rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl dt h3 {
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .content dl dt h3 {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
}
.agent .sec3__content .content dl dt h3 span {
  font-size: 4rem;
  line-height: 4rem;
  padding-top: 1rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl dt h3 span {
    font-size: 5rem;
    line-height: 5rem;
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .content dl dt h3 span {
    font-size: 4rem;
  }
}
.agent .sec3__content .content dl dt > p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl dt > p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .content dl dt > p {
    font-size: 1.5rem;
  }
}
.agent .sec3__content .content dl dd {
  margin-left: 4rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .agent .sec3__content .content dl dd {
    margin-left: 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec3__content .content dl dd {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.agent .sec4 {
  background-color: #4a5796;
}
.agent .sec4__content .cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .agent .sec4__content .cards {
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content .cards {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.agent .sec4__content dl {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3rem 3rem 4rem;
  width: 32%;
}
@media (max-width: 768px) {
  .agent .sec4__content dl {
    padding: 3rem 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.agent .sec4__content dl dt h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 3rem;
  line-height: 5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .agent .sec4__content dl dt h3 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dt h3 {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
.agent .sec4__content dl dt h3 span {
  font-size: 5rem;
  line-height: 5rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .agent .sec4__content dl dt h3 span {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dt h3 span {
    font-size: 4rem;
  }
}
.agent .sec4__content dl dt p {
  background-color: #f4e280;
  font-weight: bold;
  text-align: center;
  font-size: 2.0rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .agent .sec4__content dl dt p {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.3;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dt p {
    font-size: 1.8rem;
    height: 4rem;
  }
}
.agent .sec4__content dl dt p.adj {
  font-size: 2.0rem;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .agent .sec4__content dl dt p.adj {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dt p.adj br {
    display: none;
  }
}
.agent .sec4__content dl dd {
  flex-grow: 1;
}
.agent .sec4__content dl dd img {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .agent .sec4__content dl dd img {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dd img {
    margin-bottom: 1rem;
  }
}
.agent .sec4__content dl dd p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .agent .sec4__content dl dd p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .agent .sec4__content dl dd p {
    font-size: 1.5rem;
  }
}
.agent .sec5 {
  background-color: #5285d9;
}
.agent .sec5__content .cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .agent .sec5__content .cards {
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec5__content .cards {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.agent .sec5__content dl {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  width: 32%;
}
@media (max-width: 768px) {
  .agent .sec5__content dl {
    padding: 3rem 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec5__content dl {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.agent .sec5__content dl dt {
  position: relative;
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dt {
    padding-top: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec5__content dl dt {
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
}
.agent .sec5__content dl dt h3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  font-size: 4rem;
  line-height: 6rem;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dt h3 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec5__content dl dt h3 {
    font-size: 2.6rem;
  }
}
.agent .sec5__content dl dt h3 span {
  font-size: 6rem;
  line-height: 6rem;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dt h3 span {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec5__content dl dt h3 span {
    font-size: 4rem;
    padding-left: 1rem;
  }
}
.agent .sec5__content dl dt .image {
  width: 19.7rem;
  height: 19.7rem;
  border-radius: 10rem;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dt .image {
    width: 15rem;
    height: 15rem;
  }
}
.agent .sec5__content dl dt .image img {
  width: 60%;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dt .image img {
    width: 60%;
  }
}
.agent .sec5__content dl dd div p {
  text-align: center;
  font-weight: bold;
}
.agent .sec5__content dl dd div p:first-child {
  background-color: #4a5796;
  line-height: 5.4rem;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dd div p:first-child {
    font-size: 1.8rem;
    line-height: 4.8rem;
    letter-spacing: 0em;
  }
}
.agent .sec5__content dl dd div p:nth-child(2) {
  font-size: 2.0rem;
  font-weight: 500;
  padding: 1rem 0;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dd div p:nth-child(2) {
    font-size: 1.4rem;
  }
}
.agent .sec5__content dl dd div p:last-child {
  background-color: #ededed;
  line-height: 9.6rem;
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
@media (max-width: 768px) {
  .agent .sec5__content dl dd div p:last-child {
    line-height: 7rem;
    font-size: 2rem;
  }
}
.agent .sec5__content dl dd div p:last-child span {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .agent .sec5__content dl dd div p:last-child span {
    font-size: 3rem;
  }
}
.agent .sec5__content dl dd div p:last-child.c-red {
  background-color: #f4e280;
  clip-path: none;
  margin-bottom: 0;
}
.agent .sec6 {
  background-color: #d5e0e9;
  background-image: url(../../html/images/agent/sec6_bg1.png), url(../../html/images/agent/sec6_bg2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
}
.agent .sec6__content .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agent .sec6__content dl {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  width: 32%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .agent .sec6__content dl {
    width: calc(50% - 1rem);
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec6__content dl {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.agent .sec6__content dl dt {
  display: flex;
  /* padding-bottom: 1.5rem; */
}
@media (max-width: 560px) {
  .agent .sec6__content dl dt {
    padding-bottom: 1rem;
  }
}
.agent .sec6__content dl dt span {
  font-size: 4rem;
  line-height: 5rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .agent .sec6__content dl dt span {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec6__content dl dt span {
    font-size: 4rem;
  }
}
.agent .sec6__content dl dt h3 {
  font-size: 2.0rem;
  line-height: 4.5rem;
  font-weight: bold;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .agent .sec6__content dl dt h3 {
    font-size: 2rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec6__content dl dt h3 {
    font-size: 1.8rem;
  }
}
.agent .sec6__content dl dd img {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 560px) {
  .agent .sec6__content dl dd img {
    margin-bottom: 1rem;
  }
}
.agent .sec6__content dl dd p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .agent .sec6__content dl dd p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .agent .sec6__content dl dd p {
    font-size: 1.5rem;
  }
}
.agent .sec7 {
  background-color: #4a5796;
}
.agent .sec7__content dl {
  background-color: #fff;
  padding: 3rem;
}
@media (max-width: 768px) {
  .agent .sec7__content dl {
    padding: 3rem 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl {
    padding: 2rem;
  }
}
.agent .sec7__content dl:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 560px) {
  .agent .sec7__content dl:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.agent .sec7__content dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .agent .sec7__content dl dt {
    margin-bottom: 1rem;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl dt {
    align-items: flex-start;
  }
}
.agent .sec7__content dl dt span {
  font-size: 5rem;
  line-height: 6rem;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .agent .sec7__content dl dt span {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl dt span {
    font-size: 4rem;
    margin-right: 1rem;
  }
}
.agent .sec7__content dl dt p {
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .agent .sec7__content dl dt p {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl dt p {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}
.agent .sec7__content dl dd {
  display: flex;
}
.agent .sec7__content dl dd span {
  background-color: #4a5796;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6.8rem;
  font-size: 5rem;
  line-height: 6rem;
}
@media (max-width: 768px) {
  .agent .sec7__content dl dd span {
    font-size: 5rem;
    line-height: 5rem;
    width: 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl dd span {
    align-items: flex-start;
    padding: 1rem 0;
    font-size: 4rem;
    width: 4rem;
  }
}
.agent .sec7__content dl dd p {
  background-color: #ededed;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .agent .sec7__content dl dd p {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .agent .sec7__content dl dd p {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.agent .sec8 {
  background-color: #4a5796;
}
@media (max-width: 560px) {
  .agent .sec8 {
    padding-top: 0;
    margin-top: -1px;
  }
}
.agent .sec8__content dl {
  background-color: #fff;
  padding: 3rem;
  display: flex;
}
@media (max-width: 768px) {
  .agent .sec8__content dl {
    padding: 3rem 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec8__content dl {
    flex-direction: column;
    padding: 2rem;
  }
}
.agent .sec8__content dl:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 560px) {
  .agent .sec8__content dl:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.agent .sec8__content dl dt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .agent .sec8__content dl dt {
    margin-right: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec8__content dl dt {
    margin-right: 0;
    padding-bottom: 1rem;
  }
}
.agent .sec8__content dl dt .image {
  background-color: #ededed;
  width: 16rem;
  height: 16rem;
  border-radius: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .agent .sec8__content dl dt .image {
    width: 14rem;
    height: 14rem;
  }
}
.agent .sec8__content dl dt .image img {
  width: 60%;
}
@media (max-width: 768px) {
  .agent .sec8__content dl dt .image img {
    width: 60%;
  }
}
.agent .sec8__content dl dt p {
  font-size: 2.0rem;
  line-height: 3.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .agent .sec8__content dl dt p {
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .agent .sec8__content dl dt p {
    font-size: 1.8rem;
  }
}
.agent .sec8__content dl dd p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .agent .sec8__content dl dd p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .agent .sec8__content dl dd p {
    font-size: 1.5rem;
  }
}
.agent .sec9 {
  background-color: #fff;
}
.agent .sec9 .o-btn {
  margin-top: 5rem;
}
.agent .sec10 {
  background-color: #5285d9;
  padding-top: 11rem;
}
@media (max-width: 768px) {
  .agent .sec10 {
    padding-top: 4rem;
  }
}
.agent .sec10__content .title {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .title {
    margin-bottom: 2rem;
  }
}
.agent .sec10__content .title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .title h2 {
    font-size: 2rem;
    text-align: center;
  }
}
.agent .sec10__content .title h2 span {
  font-size: 4.4rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .title h2 span {
    font-size: 3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .title h2 span {
    font-size: 2.6rem;
  }
}
.agent .sec10__content .title::before {
  content: "";
  width: 2.5rem;
  background-image: url(../../html/images/agent/ico_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.agent .sec10__content .title::after {
  content: "";
  width: 2.5rem;
  background-image: url(../../html/images/agent/ico_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.agent .sec10__content .content {
  position: relative;
}
.agent .sec10__content .content > img {
  position: absolute;
}
/* .agent .sec10__content .content > img:first-of-type {
  height: 17.5rem;
  top: -13.5rem;
  left: 6rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .content > img:first-of-type {
    height: 10rem;
    top: -7rem;
    left: 0;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .content > img:first-of-type {
    top: -10rem;
    display: none;
  }
} */
.agent .sec10__content .content > img:nth-of-type(1) {
  height: 23.2rem;
  top: -13.5rem;
  right: 8rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .content > img:nth-of-type(1) {
    top: -8rem;
    height: 15rem;
    right: 4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .content > img:nth-of-type(1) {
    right: 0;
    z-index: 1;
    display: none;
  }
}
.agent .sec10__content .content__title {
  background-color: #4a5796;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  width: 80%;
  max-width: 75rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .agent .sec10__content .content__title {
    width: fit-content;
    line-height: 6rem;
    padding: 0 5rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .content__title {
    padding: 0 3rem;
  }
}
.agent .sec10__content .content__title img {
  margin-right: 1.5rem;
}
@media (max-width: 560px) {
  .agent .sec10__content .content__title img {
    height: 2rem;
  }
}
.agent .sec10__content .content__title p {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .content__title p {
    font-size: 2.4rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .content__title p {
    font-size: 2rem;
  }
}
.agent .sec10__content .content .form {
  margin-top: -4rem;
  text-align: center;
  background-color: #fff;
  padding: 6rem 6rem 2rem;
}
@media (max-width: 768px) {
  .agent .sec10__content .content .form {
    margin-top: -3rem;
  }
}
@media (max-width: 560px) {
  .agent .sec10__content .content .form {
    padding: 5rem 2rem 0;
  }
}/*# sourceMappingURL=agent.css.map */