@charset "utf-8";

/* -------------------------------------------------------------------
Initialize
------------------------------------------------------------------- */
a {
  display: block;
  transition: opacity .3s;
}
a:hover {
  opacity: .8;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  -webkit-user-select: none;
  user-select: none;
}
/* -------------------------------------------------------------------
Common
------------------------------------------------------------------- */
.container {
  max-width: 870px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.sp {
  display: none;
}
/* font */
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-blue {
  color: #1c2660;
}
.font-white {
  color: #fff;
}
/* background */
.bg-1 {
  position: relative;
}
.bg-1::before {
  content: "";
  background-image: url(../img/pc-bg-1.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 1283 * 142);
}
.bg-1.label {
  padding-top: 100px;
}
.bg-1.label::after {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
  height: 122px;
}
.bg-2 {
  background-image: url(../img/bg-2.png);
  background-size: 100% auto;
  background-position-x: left;
  background-repeat: no-repeat;
}
/* heading */
.subtitle {
  margin-bottom: 120px;
}
.subtitle h2 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #1c2660;
}
.subtitle p {
  display: inline;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #bda545;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}





@media screen and (max-width: 1280px) {
  /* background */
.bg-1.label {
  padding-top: 222px;
}
}
/* -------------------------------------------------------------------
HTML
------------------------------------------------------------------- */
/* html */
html {
  font-size: 62.5%;
  line-height: 1;
}
/* body */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #231815;
}
/* wrapper */
.wrapper {}
/* main */
main {
  padding-top: 136px;
}
/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
header {
  /* height: 136px; */

  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 10px solid #1a2855;
  background-color: #fff;
}
.header {
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 126px;
  padding-right: 100px;
  padding-left: 100px;
  margin: 0 auto;
}
.header__logo {
  line-height: 1;
}
.header__logo p:first-of-type {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.header__logo h1 {
  font-size: 3rem;
  margin-bottom: 8px;
}
.header__logo p:last-of-type {
  font-size: 1.5rem;
}
.header__menu {
  flex: 1;
}
.header__menu nav {
  font-size: 1.4rem;
}
.header__menu nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header__menu nav ul li + li {
  margin-left: 3em;
}
.header__menu nav ul li a img {
  margin: 0 auto;
  margin-bottom: 4px;
}
.header__menu nav ul li:first-of-type a img {
  width: 27px;
}
.header__menu nav ul li:nth-of-type(2) a img {
  width: 26px;
}
.header__menu nav ul li:nth-of-type(3) a img {
  width: 29px;
}
.header__menu nav ul li:nth-of-type(4) a img {
  width: 32px;
}
.header__menu nav ul li:last-of-type a img {
  width: 35px;
}





@media screen and (max-width: 1280px) {
  .header {
    padding-right: 8%;
    padding-left: 8%;
  }
  .header__logo p:first-of-type {
    font-size: 1.1vw;
  }
  .header__logo h1 {
    font-size: 2.4vw;
  }
  .header__logo p:last-of-type {
    font-size: 1.2vw;
  }
  .header__menu nav {
    font-size: 1.1vw;
  }
}
/* -------------------------------------------------------------------
#TOP
------------------------------------------------------------------- */
#TOP {}





/* fv */
.fv {
  background-image: url(../img/bg-fv.png);
  background-size: 100% auto;
  background-position: left 40px;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 3%;
  line-height: 1;
  text-align: center;
}
.fv__copy {
  margin-bottom: 45px;
}
.fv__copy p:first-of-type {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.fv__copy p:nth-of-type(2) {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.fv__copy p:last-of-type {
  font-size: 4.6rem;
  margin-top: -0.3em;
}
.fv__copy p:last-of-type .sp-size-change {
  display: inline-block;
  padding-bottom: 8px;
}
.fv__copy p:last-of-type .text-line {
  position: relative;
}
.fv__copy p:last-of-type .text-line::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #A2D3EC;
  z-index: -1;
}
.fv > picture:first-of-type {
  display: block;
  width: 100%;
  height: auto;
}
.fv > picture:first-of-type img {
  margin: 0 auto;
  width: 33%;
}
.fv__contact {
  margin-bottom: 50px;
}
.fv__contact p:first-of-type {
  margin-bottom: 5px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.fv__contact p:first-of-type::before,
.fv__contact p:first-of-type::after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 2px;
  height: 1.5em;
  background-color: #1c2660;
}
.fv__contact p:first-of-type::before {
  transform: rotate(-22.5deg);
  margin-right: 4px;
}
.fv__contact p:first-of-type::after {
  transform: rotate(22.5deg);
  margin-left: 4px;
}
.fv__contact a {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 48px;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  background-color: #172752;
}
.fv__contact a span {
  position: relative;
}
.fv__contact a span::before,
.fv__contact a span::after {
  content: "";
  position: absolute;
}
.fv__contact a span::before {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #172752;
}
.fv__contact a span::after {
  top: 50%;
  right: -10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #172752;
  border-right: 2px solid #172752;
  transform: translate(50%, -50%) rotate(45deg);
}
.fv__contact p:last-of-type {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.fv > picture:nth-of-type(3) img,
.fv > picture:nth-of-type(4) img,
.fv > picture:last-of-type img {
  position: absolute;
}
.fv > picture:nth-of-type(3) img {
  top: 130px;
  left: 7%;
  width: 19%;
}
.fv > picture:nth-of-type(4) img {
  top: 120px;
  right: 5.5%;
  width: 19%;
}





/* point */
.point {
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: -50px;
}
.point h2 {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.point .container > p {
  margin-bottom: 60px;
  font-size: 1.6rem;
  text-align: center;
}
.point ol {
  display: flex;
  justify-content: space-between;
}
.point ol li {
  width: 26%;
}
.point ol li > img {
  margin-bottom: 45px;
}
.point ol li h3 {
  margin-bottom: 10px;
}
.point ol li h3 img {
  width: auto;
  height: 54px;
}
.point ol li > p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}





/* comparison */
.comparison {
  padding-bottom: 100px;
}
.comparison h2 {
  max-width: 395px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.comparison__table {
  overflow-x: scroll;
}
.comparison__table .flex {
  display: flex;
  width: 840px;
}
.comparison__table .flex:first-of-type {
  justify-content: flex-end;
  margin-bottom: 10px;
}
.comparison__table .flex:first-of-type img {
  width: 243px;
  margin-left: 5px;
}
.comparison__table .flex + .flex {
  margin-top: 5px;
}
.comparison__table .flex + .flex img {
  width: 91px;
  margin-right: 10px;
}
.comparison__table .flex + .flex div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #D3EDF4;
  color: #0F1419;
}
.comparison__table .flex + .flex div::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comparison__table .flex + .flex .style-1::before {
  background-image: url(../img/comparison-icon-1.png);
  width: 94px;
  height: 94px;
}
.comparison__table .flex + .flex .style-2::before {
  background-image: url(../img/comparison-icon-2.png);
  width: 88px;
  height: 78px;
}
.comparison__table .flex + .flex .style-3::before {
  background-image: url(../img/comparison-icon-3.png);
  width: 79px;
  height: 79px;
}
.comparison__table .flex + .flex div ul {
  position: relative;
  z-index: 1;
}
.comparison__table .flex + .flex div ul li {
  padding-right: 1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
.comparison__table .flex + .flex div ul li::before {
  content: "・";
}





/* contact */
.contact a {
  max-width: 600px;
  margin: 0 auto;
}





/* contact-1 */
.contact-1 {
  padding-bottom: 150px;
}





/* registration */
.registration {
  padding-bottom: 140px;
}
.registration.label::after {
  background-image: url(../img/label-registration.png);
}
.registration__slide {
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
}
.registration__slide .swiper {
  padding-right: 15px;
  padding-bottom: 15px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  height: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide img {
  margin-right: 40px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide .width-1 {
  max-width: 206px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide .width-2 {
  max-width: 244px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide .width-3 {
  max-width: 212px;
}
.registration__slide .swiper .swiper-wrapper .swiper-slide p {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.registration__slide .swiper-pagination {
  bottom: -30px;
  width: calc(100% / 12 * 10 - 40px - 15px);
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #bda545;
  opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  background-color: #1c2660;
}
.registration__slide .swiper-button-prev,
.registration__slide .swiper-button-next {
  width: 30px;
  height: 30px;
  border-top: 8px solid #1c2859;
  border-right: 8px solid #1c2859;
  margin-top: 0;
}
.registration__slide .swiper-button-prev {
  left: 0;
  transform: translate(-100%, -50%) rotate(-135deg);
}
.registration__slide .swiper-button-next {
  right: calc(20% + 15px);
  transform: translateY(-50%) rotate(45deg);
}
.registration__slide .swiper-button-prev::after,
.registration__slide .swiper-button-next::after {
  content: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}





/* worry */
.worry {
  padding-bottom: 120px;
}
.worry h2 {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.worry .container > img {
  max-width: 767px;
  margin: 0 auto;
}





/* contact-2 */
.contact-2 {
  padding-bottom: 240px;
}





/* mandatory */
.mandatory {
  padding-bottom: 100px;
}
.mandatory.label::after {
  background-image: url(../img/label-mandatory.png);
}
.mandatory.bg-2 {
  background-position-y: 348px;
}
.mandatory .container > img:first-of-type {
  position: absolute;
  top: 210px;
  right: calc((100vw - 1080px) / 2);
  max-width: 296.5px;
}
.mandatory .container > img:last-of-type {
  width: 900px;
  margin-bottom: 10px;
  margin-left: -30px;
}
.mandatory__faq h3 {
  max-width: 526px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.mandatory__faq ul,
.faq ul {
  max-width: 600px;
  margin: 0 auto;
}
.mandatory__faq ul li,
.faq ul li {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  border: 2px solid #1c2660;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.mandatory__faq ul li + li,
.faq ul li + li {
  margin-top: 20px;
}
.faq__question {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.faq__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
  color: #1c2660;
}
.mandatory__faq ul li .faq__question::after,
.faq ul li .faq__question::after {
  content: "";
  background-image: url(../img/faq-icon-plus.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}
.mandatory__faq ul li.open .faq__question::after,
.faq ul li.open .faq__question::after {
  background-image: url(../img/faq-icon-minus.png);
}
.faq__question p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.faq__answer {
  display: none;

  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 70px;
  border-top: 2px solid #bda545;
  margin-top: 20px;
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
  color: #bda545;
}
.faq__answer p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}





/* contact-3 */
.contact-3 {
  padding-bottom: 260px;
}





/* step */
.step {
  padding-bottom: 120px;
}
.step.label::after {
  background-image: url(../img/label-step.png);
}
.step__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
.step__tab img {
  width: 48%;
  cursor: pointer;
}
.step__tab img:first-of-type {
  margin-top: 2px;
}
.step__content {
  display: none;
}
.step__content > div {
  margin-bottom: 70px;
}
.step__content > div img {
  margin: 0 auto;
  margin-bottom: 15px;
}
.step__content-1 > div img {
  width: 91px;
}
.step__content-2 > div img {
  width: 128px;
}
.step__content > div p {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.step__content ol {
  margin-left: calc((100vw - 840px) / -2);
  width: calc(100% + (100vw - 840px));
}
.step__content ol li {
  padding-bottom: 60px;
  background-color: #c3e5ed;
}
.step__content ol li + li {
  margin-top: 30px;
}
.step__content ol li span {
  display: block;
  width: 177px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #1c2660;
}
.step__content ol li h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.step__content ol li .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 870px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.step__content ol li .flex div {
  width: 234px;
  margin-right: 14%;
}
.step__content ol li .flex div img {
  margin: 0 auto;
}
.step__content-1 ol li:first-of-type .flex div img {
  width: 234px;
}
.step__content-1 ol li:nth-of-type(2) .flex div img {
  width: 198px;
}
.step__content-1 ol li:nth-of-type(3) .flex div img {
  width: 188px;
}
.step__content-1 ol li:last-of-type .flex div img {
  width: 234px;
}
.step__content-2 ol li:first-of-type .flex div img {
  width: 150px;
}
.step__content-2 ol li:nth-of-type(2) .flex div img {
  width: 198px;
}
.step__content-2 ol li:nth-of-type(3) .flex div img {
  width: 188px;
}
.step__content-2 ol li:last-of-type .flex div img {
  width: 202px;
}
.step__content ol li .flex p {
  width: 43%;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}





/* case */
.case {
  padding-top: 140px;
  padding-bottom: 100px;
}
.case h2 {
  max-width: 447px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.case p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.case ul {
  margin-left: 25%;
}
.case ul li {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
}
.case ul li::before {
  content: "";
  background-image: url(../img/marker-case.png);
  background-size: cover;
  position: absolute;
  top: 1.5px;
  left: 0;
  width: 31px;
  height: 24px;
}
.case ul li + li {
  margin-top: 25px;
}





/* contact-4 */
.contact-4 {
  padding-bottom: 100px;
}





/* info */
.info {
  padding-bottom: 120px;
}
.info.bg-2 {
  background-position-y: 1400px;
}
.info.label::after {
  background-image: url(../img/label-info.png);
}
.info h3 {
  max-width: 508px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.info__content + .info__content {
  margin-top: 90px;
}
.info__content h4 {
  margin-bottom: 40px;
}
.info__content h4 img {
  width: auto;
  height: 69px;
  margin: 0 auto;
}
.info__content ul {
  list-style-position: inside;
  margin: 0 auto;
  margin-bottom: 20px;
}
.info__content-1 ul {
  width: 549px;
}
.info__content-2 ul {
  width: 420px;
}
.info__content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #c2c1c1;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.info__content ul li::before {
  content: "●";
}
.info__content ul li a {
  display: inline;
}
.info__content p {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.info__content-1 p {
  width: 549px;
}
.info__content-2 p {
  width: 420px;
}
.info__content-3 p {
  width: 356px;
}
.info__content > img {
  margin: 0 auto;
}
.info__content-2 > img:first-of-type {
  max-width: 486px;
  margin-bottom: 20px;
}
.info__content-2 > img:last-of-type {
  max-width: 767px;
  margin-bottom: 40px;
}
.info__content-3 > img {
  max-width: 348px;
  margin-bottom: 20px;
}





/* faq */
.faq {
  padding-bottom: 100px;
}
.faq.bg-2 {
  background-position-y: 600px;
}
.faq.label::after {
  background-image: url(../img/label-faq.png);
}
.faq img {
  width: 295px;
  margin: 0 auto;
  margin-bottom: 30px;
}





/* contact-5 */
.contact-5 {
  padding-bottom: 150px;
}





@media screen and (max-width: 1280px) {
  /* mandatory */
  .mandatory.bg-2 {
    background-position-y: 470px;
  }
  .mandatory .container > img:first-of-type {
    top: 332px;
    right: 15px;
  }
  /* info */
  .info.bg-2 {
    background-position-y: 1522px;
  }
}





@media screen and (max-width: 900px) {
  /* mandatory */
  .mandatory .container > img:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}





@media screen and (max-width: 870px) {
  /* step */
  .step__content ol {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
/* footer */
footer {
  padding-top: 80px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  line-height: 1;
  text-align: center;
  background-color: #1c2660;
}
.footer__top {
  margin-bottom: 40px;
}
.footer__top p:first-of-type {
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.footer__top p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 2.3rem;
}
.footer__top p:last-of-type {
  font-size: 2rem;
}
.footer__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.footer__contact div {
  letter-spacing: 0.1em;
}
.footer__contact div p:first-of-type,
.footer__contact div p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.footer__contact div p:first-of-type span,
.footer__contact div p:nth-of-type(2) span {
  margin-left: 0.5em;
  font-size: 2.7rem;
}
.footer__contact div p:last-of-type {
  font-size: 1.2rem;
  text-align: right;
}
.footer__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 56px;
  border-radius: 7px;
  margin-left: 40px;
  background-color: #bda545;
}
.footer__contact a img {
  width: 33px;
}
.footer__contact a span {
  margin-left: 0.5em;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
.footer > p {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

/*追加*/ 
.info__content-1 li a {color: #1c2660;
text-decoration: underline;}


/*まるっとパック*/
.daikou-pack {max-width: 57.7%;
position: relative;
}
.daikou-pack a {margin: -20px 0 0;
width: 100%;
height: auto;}
.daikou-pack img {max-width: 100%;
height: auto;}

.agency {margin-top: 60px;}

.goto-contact {text-align: center;
font-size: 1.8rem;
margin-bottom: 40px;}


@media screen and (max-width: 768px) {
.sp-none {display: none;}
.daikou-pack {margin: 50px 0 0;
max-width: 100%;}
.agency a {max-width: 100%!important;}
.container.agency {width: 100%;}
.agency {margin-top: 45px;}
.contact-6 {margin-top: 50px;}
.goto-contact {text-align: center;
font-size: 1.4rem;
line-height: 1.6;}

.daikou-pack .consul-contents {
  background-color: #5388AE;
  border: 3vw solid #0D5880;
  padding: 9vw 6vw 5vw;
}
.daikou-pack .consul-contents .consul02 {
  margin-top: 5vw;
}
.daikou-pack .consul-contents .consul03 {
  margin-top: 10vw;
}
.daikou-pack .consul-contents a {
  display: block;
}
.daikou-pack .consul-contents .consul04 {
  margin-top: 11vw;
}

}

@media screen and (min-width: 769px) {
.pc-none {display: none;}
.contact-6 {margin-top: 100px;}
}

@media screen and (min-width: 576px) {
.radiobox .required {margin-left: 20px;}
}

@media screen and (min-width: 1400px) {
  .fv {
    background-position: left 6%;
  }
  .fv > picture:nth-of-type(3) img {
    top: 14%;
    left: 7.5%;
    width: 18%;
  }
  .fv > picture:nth-of-type(4) img {
    top: 13%;
    right: 6.5%;
    width: 19%;
  }
  }

  @media (min-width: 769px) and (max-width: 950px) {
    .fv {
      background-position: left 40%;
      padding-bottom: 8%;
    }
    .fv > picture:nth-of-type(3) img {
      top: 30%;
      left: 7.5%;
      width: 18%;
    }
    .fv > picture:nth-of-type(4) img {
      top: 25%;
      right: 6.5%;
      width: 19%;
    }
  }

  .lets {background-color: #C3E5F1;
    color: #231815;
    padding: 60px 0 80px;
    margin-top: 80px;}
  .lets .inner {width: 84%;
    margin: 0 8%;}
  .lets .l-catch {font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;}
  .lets ul li {font-size: 1.8rem;
    position: relative;
    padding-left: 40px;}
   .lets ul li:before {content: "";
    background-image: url(../img/marker-case.png);
    background-size: cover;
    position: absolute;
    top: 1.5px;
    left: 0;
    width: 31px;
    height: 24px;}
    .lets ul li + li {
    margin-top: 20px;}
   .lets ul {margin-bottom: 50px;}
   .lets .matome {background-color: #fff;
    display: flex;
    padding: 60px 45px;
    border-radius: 25px;}
    .lets .matome .m-left {font-size: 3.5rem;
      width: 36%;
      font-weight: 600;
      color: #0071ba;
      position: relative;
      padding-left: 20px;}
    .lets .matome .m-left:before { background: url(../img/matome_exclamation.png) no-repeat center center;
    content: '';
    width: 15px;
    height: 65px;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: 0px;
  }
    .lets .matome .m-right {font-size: 2.2rem;
      line-height: 1.6;}
    .l-color {font-weight: 600;
      color: #bfa647;}
    .blue2 {color:#1d275f;}

.lets .matome .m-right .text-line {position: relative;}
.lets .matome .m-right .text-line::after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #A2D3EC;
    z-index: 0;
}

.contact-1 .daikou-pack {margin: 0 auto;
max-width: 600px;
}
.contact-1 .daikou-pack a {margin: 0;}

.foot-tel {font-size: 2.8rem!important;}

@media screen and (max-width: 600px) {
  .lets .l-catch {font-size: 2rem;}
  .lets .container {width: 100%!important;}
  .lets .inner {width: 90%;
    margin: 0 15px;}
  .lets .matome {background-color: #fff;
    display: block;
    padding: 30px 15px;
    border-radius: 15px;}
    .lets .matome .m-left {font-size: 2.5rem;
      width: 100%;
      font-weight: 600;
      color: #0071ba;
      position: relative;
      padding-left: 20px;
      margin-bottom: 20px;}

  .lets .matome .m-right {font-size: 1.8rem;}
  .lets ul li:before {
   margin-right: 8px;}
   .lets ul li {margin-bottom: 12px;}
   .lets .matome .m-left:before {background-size:66% auto;
    top:-10px;}

    .contact-1 .daikou-pack {padding: 0 15px;}
}

