@charset "UTF-8";
/* CSS Document */
#mainimg.agent {
  background: #FFF;
  height: 100vh;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 3;
  position: relative;
}
#mainimg.agent:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 100%;
  background: #FFF;
}
#mainimg.agent .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainimg.agent .item-bg .slick-list, #mainimg.agent .item-bg .slick-track {
  height: 100%;
}
#mainimg.agent .item-bg .slick-slide {
  height: 100%;
  display: flex;
}
#mainimg.agent .item-bg .slick-slide p {
  width: 50%;
  overflow: hidden;
  position: relative;
}
#mainimg.agent .item-bg .slick-slide p:nth-child(1) {
  margin-bottom: 120px;
}
#mainimg.agent .item-bg .slick-slide p:nth-child(2) {
  margin-top: 120px;
}
#mainimg.agent .item-bg .slick-slide p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center/cover;
}
#mainimg.agent .item-content {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mainimg.agent .item-content h1 {
  font-size: 72px;
  font-size: 4.2352941176rem;
  font-weight: 500;
  font-family: "Shippori Mincho", ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 50px;
}
#mainimg.agent .item-content p {
  background: #FFF;
  color: #262630;
  font-size: 40px;
  font-size: 2.3529411765rem;
  font-weight: 500;
  font-family: "Shippori Mincho", ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 5px 25px;
  line-height: 1.2;
}
#mainimg.agent .item-content p:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #mainimg.agent {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.agent .item-bg .slick-slide p:nth-child(1) {
    margin-bottom: 80px;
  }
  #mainimg.agent .item-bg .slick-slide p:nth-child(2) {
    margin-top: 80px;
  }
  #mainimg.agent .item-content h1 {
    font-size: 56px;
    font-size: 3.2941176471rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  #mainimg.agent .item-content h1 {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 1200px) {
  #mainimg.agent .item-content p {
    font-size: 30px;
    font-size: 1.7647058824rem;
    padding: 5px 20px;
  }
  #mainimg.agent .item-content p:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  #mainimg.agent {
    padding-left: 20px;
    padding-right: 20px;
    height: 500px;
  }
  #mainimg.agent .item-bg .slick-slide p:nth-child(1) {
    margin-bottom: 20px;
  }
  #mainimg.agent .item-bg .slick-slide p:nth-child(2) {
    margin-top: 20px;
  }
  #mainimg.agent .item-content h1 {
    margin-bottom: 30px;
    font-size: 5.5vw;
  }
  #mainimg.agent .item-content p {
    font-size: 3.2vw;
    padding: 5px 10px;
  }
  #mainimg.agent .item-content p:not(:last-child) {
    margin-bottom: 20px;
  }
  #mainimg.agent .item-content .btn {
    width: 300px;
  }
}

/* main agent
------------------------------------------------------------*/
main.agent {
  display: block;
  background: #FFF;
}
main.agent .content {
  width: 1280px;
}
main.agent > section {
  background: #FFF;
  position: relative;
  z-index: 4;
}
main.agent #motivation {
  padding-bottom: 120px;
}
main.agent #motivation h2 {
  margin-top: -10px;
}
main.agent #motivation .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.agent #motivation .item-li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
  border: 1px solid #DD5D00;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.agent #motivation .item-li:has(.item-copy) {
  width: calc(100% - 10px);
}
main.agent #motivation .item-text {
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-weight: bold;
  text-align: center;
  padding: 60px 20px;
  line-height: 1.4;
}
main.agent #motivation .item-text strong {
  color: #DD5D00;
}
main.agent #motivation .item-copy {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
main.agent #motivation .item-copy span {
  margin-right: 10px;
}
main.agent #motivation .item-copy h3 {
  font-size: 38px;
  font-size: 2.2352941176rem;
  font-weight: bold;
}
main.agent #motivation .item-copy h3 span {
  color: #DD5D00;
}
main.agent #motivation .item-copy h3 span.img {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 0;
}
@media screen and (max-width: 700px) {
  main.agent #motivation .item-copy h3 span.img {
    margin-left: 5px;
  }
  main.agent #motivation .item-copy h3 span.img img {
    height: 25px;
  }
}
main.agent #recommend-new {
  background: #F4F7F9;
  padding-top: 120px;
  padding-bottom: 120px;
}
main.agent #recommend-new .item-title .img {
  line-height: 0;
}
main.agent #recommend-new .item-list {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}
main.agent #recommend-new .item-hd {
  color: #DD5D00;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: min(2.2vw, 32 + px);
  font-size: min(2.2vw, 1.8823529412rem);
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  font-family: "Shippori Mincho", ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 20px;
}
main.agent #recommend-new .item-hd small {
  font-size: 0.5em;
  margin-left: -5px;
}
main.agent #recommend-new .item-hd:before, main.agent #recommend-new .item-hd:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #DD5D00;
  margin-top: auto;
  margin-bottom: auto;
}
main.agent #recommend-new .item-hd:before {
  transform: rotate(-15deg);
  transform-origin: center center;
}
main.agent #recommend-new .item-hd:after {
  transform: rotate(15deg);
  transform-origin: center center;
}
main.agent #recommend-new .item-img {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 701px) {
  main.agent #recommend-new .item-img img {
    transform: none !important;
  }
}
main.agent #recommend-new .item-text {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 500;
}
main.agent #recommend {
  background-color: transparent;
  z-index: 2;
}
main.agent #recommend .item-bg, main.agent #recommend .item-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}
main.agent #recommend .item-bg img, main.agent #recommend .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.agent #recommend .item-section {
  position: relative;
  height: 70vh;
  opacity: 1;
}
@media screen and (min-width: 701px) {
  main.agent #recommend .item-section:nth-child(1) {
    height: 120vh;
  }
}
main.agent #recommend .item-section:after {
  content: "";
  display: block;
  position: fixed;
  width: 4px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background: #FFF;
  opacity: 0.3;
  transition: all 0.3s ease;
  z-index: 3;
}
main.agent #recommend .item-section:nth-last-child(1):after {
  bottom: calc(45px * 1);
}
main.agent #recommend .item-section:nth-last-child(2):after {
  bottom: calc(45px * 2);
}
main.agent #recommend .item-section:nth-last-child(3):after {
  bottom: calc(45px * 3);
}
main.agent #recommend .item-section:nth-last-child(4):after {
  bottom: calc(45px * 4);
}
main.agent #recommend .item-section:nth-last-child(5):after {
  bottom: calc(45px * 5);
}
main.agent #recommend .item-section:nth-last-child(6):after {
  bottom: calc(45px * 6);
}
main.agent #recommend .item-section:nth-last-child(7):after {
  bottom: calc(45px * 7);
}
main.agent #recommend .item-section:nth-last-child(8):after {
  bottom: calc(45px * 8);
}
main.agent #recommend .item-section:nth-last-child(9):after {
  bottom: calc(45px * 9);
}
main.agent #recommend .item-section:nth-last-child(10):after {
  bottom: calc(45px * 10);
}
main.agent #recommend .item-section[data-emergence=visible] {
  animation-name: none;
}
main.agent #recommend .item-section[data-emergence=visible]:after {
  opacity: 1;
}
main.agent #recommend .item-section[data-emergence=visible] .item-bg {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
main.agent #recommend .item-section[data-emergence=visible] .item-text {
  opacity: 1;
  visibility: visible;
}
main.agent #recommend .item-content {
  position: fixed;
  left: 50%;
  top: 0;
  width: 1280px;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: #FFF;
  padding: 5% 0 20px 45%;
}
main.agent #recommend .item-text {
  text-shadow: 2px 2px 6px rgba(38, 38, 48, 0.8);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
main.agent #recommend .item-text h3 {
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: bold;
  line-height: 1.4;
}
main.agent #recommend .item-text h3 span {
  font-size: 24px;
  font-size: 1.4117647059rem;
}
main.agent #recommend .item-text h3:not(:last-child) {
  margin-bottom: 25px;
}
main.agent #recommend .item-text p {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 500;
}
main.agent #agent {
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 5;
}
main.agent #agent .content {
  color: #FFF;
  position: relative;
}
main.agent #agent .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.agent #agent .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../img/agent/agent/bg.jpg) no-repeat center/cover;
}
main.agent #agent .item-text {
  position: relative;
  color: #FFF;
  z-index: 3;
}
main.agent #agent .item-text h4 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
main.agent #agent .item-text h3 {
  font-size: 40px;
  font-size: 2.3529411765rem;
  font-weight: bold;
  margin-bottom: 25px;
}
main.agent #agent .item-text p {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 500;
}
main.agent #agent .item-text p:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #agent .item-img p {
  position: absolute;
}
main.agent #agent .item-img p:nth-child(1) {
  right: 210px;
  top: calc(100% + 300px);
}
main.agent #agent .item-img p:nth-child(2) {
  right: -100px;
  top: calc(100% + 50px);
}
@media screen and (max-width: 1480px) {
  main.agent #agent .item-img p:nth-child(2) {
    right: -50px;
  }
}
main.agent #agent + #potential {
  padding-top: 400px;
}
main.agent #appeal {
  padding-top: 400px;
  padding-bottom: 120px;
}
main.agent #appeal .item-li {
  display: flex;
}
main.agent #appeal .item-li:not(:last-child) {
  margin-bottom: 40px;
}
main.agent #appeal .item-li:nth-child(odd) .item-img {
  margin-right: -40px;
}
main.agent #appeal .item-li:nth-child(odd) .item-text {
  padding-left: 100px;
}
main.agent #appeal .item-li:nth-child(even) .item-text {
  padding-right: 100px;
}
main.agent #appeal .item-li:nth-child(even) .item-img {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: -40px;
}
main.agent #appeal .item-img {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
main.agent #appeal .item-text {
  margin-top: 40px;
  padding: 60px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  border: 1px solid #DD5D00;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.agent #appeal .item-text h3 {
  color: #DD5D00;
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
main.agent #appeal .item-text p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 2;
}
main.agent #potential {
  background: #F4F7F9;
  padding-top: 280px;
  padding-bottom: 120px;
}
main.agent #potential .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
main.agent #potential .item-li {
  width: 50%;
  margin-bottom: 60px;
}
main.agent #potential .item-img img {
  width: 100%;
}
main.agent #potential .item-text {
  padding: 40px 30px 0;
}
main.agent #potential .item-text h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
main.agent #potential .item-text p {
  font-size: 18px;
  font-size: 1.0588235294rem;
}
main.agent #potential .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.agent #case {
  padding-top: 100px;
  padding-bottom: 80px;
}
main.agent #case .item-list {
  margin-bottom: -10px;
}
main.agent #case .item-li {
  margin-bottom: 10px;
  display: flex;
  border: 1px solid #DD5D00;
}
main.agent #case .item-img {
  margin: -1px;
  position: relative;
}
main.agent #case .item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DD5D00;
  box-sizing: border-box;
}
main.agent #case .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.agent #case .item-text {
  padding: 50px 60px 30px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.agent #case .item-text h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.5;
}
main.agent #case .item-text h3:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #case .item-text p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 2;
}
main.agent #case .item-text p:not(:last-child) {
  margin-bottom: 20px;
}
main.agent #faq {
  background: #F4F7F9;
  padding-top: 100px;
  padding-bottom: 100px;
}
main.agent #faq .item-list > * {
  padding-left: 37px;
}
main.agent #faq .item-list dt {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
}
main.agent #faq .item-list dt:before {
  content: "Q.";
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: bold;
  color: #DD5D00;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.1;
}
main.agent #faq .item-list dd {
  border-bottom: 1px solid #BDC8CF;
  padding-bottom: 40px;
  font-size: 18px;
  font-size: 1.0588235294rem;
}
main.agent #faq .item-list dd:not(:last-child) {
  margin-bottom: 40px;
}
main.agent #faq .item-list dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.agent #contact, main.agent #form {
  padding-top: 140px;
  padding-bottom: 140px;
}
main.agent #contact:before, main.agent #form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 40px solid #DD5D00;
  box-sizing: border-box;
  pointer-events: none;
}
main.agent #contact .item-hd, main.agent #form .item-hd {
  text-align: center;
  line-height: 1.4;
}
main.agent #contact .item-hd:not(:last-child), main.agent #form .item-hd:not(:last-child) {
  margin-bottom: 60px;
}
main.agent #contact .item-hd span, main.agent #form .item-hd span {
  display: block;
}
main.agent #contact .item-hd span:nth-child(1), main.agent #form .item-hd span:nth-child(1) {
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #DD5D00;
}
main.agent #contact .item-hd span:nth-child(2), main.agent #form .item-hd span:nth-child(2) {
  font-family: "Shippori Mincho", ten-mincho-text, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 40px;
  font-size: 2.3529411765rem;
  font-weight: 500;
  margin-top: 20px;
}
main.agent #contact .item-line, main.agent #form .item-line {
  margin-top: -20px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.agent #contact .item-line:not(:last-child), main.agent #form .item-line:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #contact .item-or, main.agent #form .item-or {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  color: rgba(38, 38, 48, 0.3);
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.agent #contact .item-or:not(:last-child), main.agent #form .item-or:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #contact .item-or:not(:first-child), main.agent #form .item-or:not(:first-child) {
  margin-top: 30px;
}
main.agent #contact .item-or:before, main.agent #contact .item-or:after, main.agent #form .item-or:before, main.agent #form .item-or:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #ddd;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.agent #contact .item-or:before, main.agent #form .item-or:before {
  margin-right: 20px;
}
main.agent #contact .item-or:after, main.agent #form .item-or:after {
  margin-left: 20px;
}
main.agent #contact .item-or + .item-title, main.agent #form .item-or + .item-title {
  font-size: 26px;
  font-size: 1.5294117647rem;
}
main.agent #contact .item-sub, main.agent #form .item-sub {
  text-align: center;
  font-size: 22px;
  font-size: 1.2941176471rem;
  font-weight: bold;
  margin-bottom: 30px;
}
main.agent #contact .item-flow, main.agent #form .item-flow {
  display: none;
}
main.agent #contact .item-list, main.agent #form .item-list {
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
main.agent #contact .item-list:not(:last-child), main.agent #form .item-list:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #contact .item-list > *, main.agent #form .item-list > * {
  margin-bottom: 30px;
}
main.agent #contact .item-list dt, main.agent #form .item-list dt {
  width: 210px;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 10px;
}
main.agent #contact .item-list dt.required:after, main.agent #form .item-list dt.required:after {
  content: "必須";
  background-color: #DD5D00;
  color: #FFF;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-weight: bold;
  margin-left: auto;
  padding: 4px 8px;
  line-height: 1.2;
}
main.agent #contact .item-list dd, main.agent #form .item-list dd {
  width: calc(100% - 210px);
  padding-left: 15px;
  box-sizing: border-box;
}
main.agent #contact .item-list dd input, main.agent #contact .item-list dd select, main.agent #contact .item-list dd textarea, main.agent #form .item-list dd input, main.agent #form .item-list dd select, main.agent #form .item-list dd textarea {
  border: 1px solid #888888;
  border-radius: 5px;
  font-size: 16px;
  font-size: 0.9411764706rem;
  padding-left: 15px;
}
main.agent #contact .item-list dd .radio:before, main.agent #form .item-list dd .radio:before {
  border: 1px solid #262630;
}
main.agent #contact .item-text, main.agent #form .item-text {
  text-align: center;
}
main.agent #contact .item-text h3, main.agent #form .item-text h3 {
  font-size: 28px;
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.5;
}
main.agent #contact .item-text h3:not(:last-child), main.agent #form .item-text h3:not(:last-child) {
  margin-bottom: 30px;
}
main.agent #contact .item-text p, main.agent #form .item-text p {
  font-size: 18px;
  font-size: 1.0588235294rem;
  line-height: 2;
}
main.agent #contact .item-text p:not(:last-child), main.agent #form .item-text p:not(:last-child) {
  margin-bottom: 20px;
}
main.agent #contact .item-sup, main.agent #form .item-sup {
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 0.8235294118rem;
}
main.agent #contact .item-sup:not(:first-child), main.agent #form .item-sup:not(:first-child) {
  margin-top: 50px;
  border-top: 3px solid #ddd;
  padding-top: 30px;
}
main.agent #contact [class*=confirm] .item-list > *, main.agent #form [class*=confirm] .item-list > * {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
main.agent #contact [class*=confirm] .item-list dt, main.agent #form [class*=confirm] .item-list dt {
  padding-top: 0;
}
main.agent #contact [class*=confirm] .item-list dd .select:after, main.agent #form [class*=confirm] .item-list dd .select:after {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main agent
  ------------------------------------------------------------*/
  main.agent #motivation .item-text {
    font-size: 2vw;
    padding: 40px 10px;
  }
  main.agent #motivation .item-copy span {
    max-width: 30%;
  }
  main.agent #motivation .item-copy h3 {
    font-size: 3.4vw;
  }
  main.agent #recommend-new .item-list {
    gap: 40px;
  }
  main.agent #recommend-new .item-hd {
    margin-bottom: 15px;
  }
  main.agent #recommend-new .item-img {
    margin-bottom: 20px;
  }
  main.agent #recommend-new .item-text {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #recommend .item-content {
    padding: 5% 50px 20px 45%;
  }
  main.agent #recommend .item-text h3 {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.agent #recommend .item-text h3 span {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
  main.agent #recommend .item-text h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main.agent #recommend .item-text p {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.agent #agent .item-text {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.agent #agent .item-text h4 {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin-bottom: 20px;
  }
  main.agent #agent .item-text h3 {
    font-size: 34px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  main.agent #agent .item-img p:nth-child(1) {
    right: 20%;
    max-width: 40%;
    top: calc(100% + 200px);
  }
  main.agent #agent .item-img p:nth-child(2) {
    right: -40px;
    max-width: 30%;
  }
  main.agent #agent + #potential {
    padding-top: 300px;
  }
  main.agent #appeal {
    padding-top: 360px;
  }
  main.agent #appeal .item-li:nth-child(odd) .item-img {
    margin-right: -40px;
  }
  main.agent #appeal .item-li:nth-child(odd) .item-text {
    padding-left: 80px;
  }
  main.agent #appeal .item-li:nth-child(even) .item-text {
    padding-right: 80px;
  }
  main.agent #appeal .item-li:nth-child(even) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: -40px;
  }
  main.agent #appeal .item-img {
    max-width: 40%;
    margin-bottom: 30px;
  }
  main.agent #appeal .item-text {
    margin-top: 30px;
    padding: 45px;
  }
  main.agent #appeal .item-text h3 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  main.agent #appeal .item-text p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.agent #potential .item-text {
    padding: 30px 25px 0;
  }
  main.agent #potential .item-text h3 {
    font-size: 25px;
    font-size: 1.4705882353rem;
    margin-bottom: 25px;
  }
  main.agent #potential .item-text p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.agent #case .item-img {
    max-width: 35%;
  }
  main.agent #case .item-text {
    padding: 30px 40px;
  }
  main.agent #case .item-text h3 {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
  main.agent #case .item-text h3:not(:last-child) {
    margin-bottom: 25px;
  }
  main.agent #case .item-text p {
    font-size: 17px;
    font-size: 1rem;
  }
  main.agent #contact:before, main.agent #form:before {
    border-width: 20px;
  }
  main.agent #contact .item-hd span:nth-child(1), main.agent #form .item-hd span:nth-child(1) {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  main.agent #contact .item-hd span:nth-child(2), main.agent #form .item-hd span:nth-child(2) {
    font-size: 34px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 700px) {
  /* main agent
  ------------------------------------------------------------*/
  main.agent #motivation {
    padding-bottom: 60px;
  }
  main.agent #motivation h2 {
    margin-top: -5px;
  }
  main.agent #motivation .item-list {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main.agent #motivation .item-li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(50% - 5px);
  }
  main.agent #motivation .item-li:has(.item-copy) {
    width: calc(100% - 5px);
  }
  main.agent #motivation .item-text {
    font-size: 18px;
    font-size: 1.0588235294rem;
    padding: 20px 15px;
  }
  main.agent #motivation .item-copy {
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 10px;
  }
  main.agent #motivation .item-copy span {
    margin-right: 0;
    margin-bottom: 5px;
    max-width: 50%;
  }
  main.agent #motivation .item-copy h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  main.agent #recommend-new {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.agent #recommend-new .item-title img {
    height: 30px;
    width: auto;
    vertical-align: bottom;
  }
  main.agent #recommend-new .item-list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  main.agent #recommend-new .item-li {
    display: grid;
  }
  main.agent #recommend-new .item-hd {
    font-size: min(4.5vw, 26 + px);
    font-size: min(4.5vw, 1.5294117647rem);
    margin-bottom: 10px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  main.agent #recommend-new .item-hd:before, main.agent #recommend-new .item-hd:after {
    height: 24px;
  }
  main.agent #recommend-new .item-img {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    aspect-ratio: 2;
    height: auto;
  }
  main.agent #recommend-new .item-img img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    max-width: initial;
  }
  main.agent #recommend-new .item-text {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
  main.agent #recommend {
    background-color: transparent;
    z-index: 2;
  }
  main.agent #recommend .item-bg {
    position: relative;
    width: calc(100% + 40px);
    height: 250px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  main.agent #recommend .item-bg img {
    width: 100%;
    height: 130%;
    object-fit: cover;
  }
  main.agent #recommend .item-section {
    height: auto;
    opacity: 1;
  }
  main.agent #recommend .item-section:after {
    display: none;
  }
  main.agent #recommend .item-section[data-emergence=visible] {
    animation-name: none;
  }
  main.agent #recommend .item-section:not(:first-child) .item-hd {
    display: none;
  }
  main.agent #recommend .item-section:not(:first-child) .item-text {
    padding-top: 20px;
  }
  main.agent #recommend .item-hd {
    margin-top: -20px;
  }
  main.agent #recommend .item-hd img {
    -ms-filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    height: 30px;
    width: auto;
  }
  main.agent #recommend .item-content {
    position: relative;
    padding: 0 20px 60px;
    color: #262630;
  }
  main.agent #recommend .item-text {
    opacity: 1;
    visibility: visible;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
  main.agent #recommend .item-text h3 {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
  main.agent #recommend .item-text h3 span {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.agent #recommend .item-text h3:not(:last-child) {
    margin-bottom: 15px;
  }
  main.agent #recommend .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #agent {
    padding-top: 230px;
    padding-bottom: 60px;
    z-index: 5;
  }
  main.agent #agent .content {
    color: #262630;
    position: relative;
  }
  main.agent #agent .item-bg {
    height: 250px;
  }
  main.agent #agent .item-bg span {
    height: 130%;
  }
  main.agent #agent .item-text {
    position: relative;
    color: #262630;
  }
  main.agent #agent .item-text h4 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    margin-bottom: 15px;
  }
  main.agent #agent .item-text h3 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    margin-bottom: 15px;
  }
  main.agent #agent .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #agent .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.agent #agent .item-img p {
    position: absolute;
    z-index: 5;
  }
  main.agent #agent .item-img p:nth-child(1) {
    max-width: 50%;
    right: 30%;
    top: calc(100% + 100px);
  }
  main.agent #agent .item-img p:nth-child(2) {
    right: 0;
    max-width: 30%;
    top: calc(100% + 60px);
  }
  main.agent #agent + #potential {
    padding-top: 180px;
  }
  main.agent #appeal {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  main.agent #appeal .item-li {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.agent #appeal .item-li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.agent #appeal .item-li:nth-child(odd) .item-img {
    margin-left: 0;
    margin-right: auto;
  }
  main.agent #appeal .item-li:nth-child(odd) .item-text {
    padding-left: 20px;
    margin-left: 20px;
  }
  main.agent #appeal .item-li:nth-child(even) .item-text {
    padding-right: 20px;
    margin-right: 20px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  main.agent #appeal .item-li:nth-child(even) .item-img {
    -webkit-box-original-group: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto;
    margin-right: 0;
  }
  main.agent #appeal .item-img {
    margin-bottom: 0px;
  }
  main.agent #appeal .item-text {
    margin-top: -20px;
    padding: 40px 20px 20px;
    width: auto;
  }
  main.agent #appeal .item-text h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    margin-bottom: 15px;
  }
  main.agent #appeal .item-text p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  main.agent #potential {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.agent #potential .item-list {
    margin-bottom: -30px;
  }
  main.agent #potential .item-li {
    width: 100%;
    margin-bottom: 30px;
  }
  main.agent #potential .item-img {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.agent #potential .item-text {
    padding: 15px 0 0;
  }
  main.agent #potential .item-text h3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
    margin-bottom: 15px;
  }
  main.agent #potential .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #case {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  main.agent #case .item-li {
    display: block;
    padding: 15px;
  }
  main.agent #case .item-li:after {
    clear: both;
    display: block;
    content: "";
  }
  main.agent #case .item-img {
    width: 120px;
    height: 130px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  main.agent #case .item-img:after {
    display: none;
  }
  main.agent #case .item-text {
    padding: 0;
    width: auto;
  }
  main.agent #case .item-text h3 {
    font-size: 22px;
    font-size: 1.2941176471rem;
    height: 130px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.agent #case .item-text h3:not(:last-child) {
    margin-bottom: 15px;
  }
  main.agent #case .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
    clear: both;
  }
  main.agent #case .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.agent #faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.agent #faq .item-list > * {
    padding-left: 25px;
  }
  main.agent #faq .item-list dt {
    font-size: 18px;
    font-size: 1.0588235294rem;
    margin-bottom: 15px;
  }
  main.agent #faq .item-list dt:before {
    font-size: 28px;
    font-size: 1.6470588235rem;
    line-height: 1;
  }
  main.agent #faq .item-list dd {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #faq .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.agent #contact, main.agent #form {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  main.agent #contact:before, main.agent #form:before {
    border-width: 10px;
  }
  main.agent #contact .item-hd:not(:last-child), main.agent #form .item-hd:not(:last-child) {
    margin-bottom: 30px;
  }
  main.agent #contact .item-hd span:nth-child(1), main.agent #form .item-hd span:nth-child(1) {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  main.agent #contact .item-hd span:nth-child(2), main.agent #form .item-hd span:nth-child(2) {
    font-size: 28px;
    font-size: 1.6470588235rem;
    margin-top: 10px;
  }
  main.agent #contact .item-line, main.agent #form .item-line {
    margin-top: -10px;
  }
  main.agent #contact .item-or, main.agent #form .item-or {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  main.agent #contact .item-sub, main.agent #form .item-sub {
    font-size: 19px;
    font-size: 1.1176470588rem;
    margin-bottom: 20px;
  }
  main.agent #contact .item-list, main.agent #form .item-list {
    margin-bottom: -20px;
  }
  main.agent #contact .item-list:not(:last-child), main.agent #form .item-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.agent #contact .item-list > *, main.agent #form .item-list > * {
    margin-bottom: 20px;
  }
  main.agent #contact .item-list dt, main.agent #form .item-list dt {
    width: 100%;
    font-size: 17px;
    font-size: 1rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 0;
    margin-bottom: 10px;
  }
  main.agent #contact .item-list dt.required:after, main.agent #form .item-list dt.required:after {
    margin-left: 10px;
  }
  main.agent #contact .item-list dd, main.agent #form .item-list dd {
    width: 100%;
    padding-left: 0;
  }
  main.agent #contact .item-text, main.agent #form .item-text {
    text-align: left;
  }
  main.agent #contact .item-text h3, main.agent #form .item-text h3 {
    font-size: 23px;
    font-size: 1.3529411765rem;
    text-align: center;
  }
  main.agent #contact .item-text h3:not(:last-child), main.agent #form .item-text h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main.agent #contact .item-text p, main.agent #form .item-text p {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  main.agent #contact .item-text p:not(:last-child), main.agent #form .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.agent #contact [class*=confirm] .item-list > *, main.agent #form [class*=confirm] .item-list > * {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  main.agent #contact [class*=confirm] .item-list dt, main.agent #form [class*=confirm] .item-list dt {
    padding-top: 0;
  }
  main.agent #contact [class*=confirm] .item-list dd .select:after, main.agent #form [class*=confirm] .item-list dd .select:after {
    display: none;
  }
}
