@charset "UTF-8";

/* top
-------------------------------------------------------------*/

.b_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 57px;
  letter-spacing: 0.06rem;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.b_ttl::before {
  background: rgb(252, 109, 21);
  background: linear-gradient(
    90deg,
    rgba(252, 109, 21, 1) 0%,
    rgba(239, 139, 32, 1) 50%,
    rgba(228, 164, 41, 1) 100%
  );
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  transform: translateX(-50%);
}

.txt_b {
  font-weight: bold;
}

.orange_txt {
  color: #f97217;
}

.lead_txt {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 60px;
  text-align: center;
}

.info_area {
  padding: 100px 0;
}

/*top_links*/

#top_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top_links p {
  background: linear-gradient(180deg, #eeeeee 0%, #dedede 100%);
  color: #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  height: 60px;
  width: calc(100% / 3);
  text-align: center;
}

#top_links p a {
  background: linear-gradient(180deg, #eeeeee 0%, #dedede 100%);
  border-right: 1px solid #acacac;
  color: #acacac;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  width: 100%;
  height: 100%;
}

#top_links p.no_b a {
  border-right: none;
}

#top_links p a:hover i {
  right: 15px;
}

#top_links p a i {
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

#top_links p span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

#top_links p.btn_blue {
  background: #fff;
  border-top: 5px solid #86bbe3;
  border-bottom: 1px solid #eeeeee;
  color: #86bbe3;
}

/* #main_area */

#main_mv {
  color: #1e2856;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#main_mv::before {
  content: "";
  border: 3px solid #dde9f2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 233px;
  width: 230px;
  position: absolute;
  left: -80px;
  top: -80px;
}

#main_mv::after {
  content: "";
  background: url(../../img/home/bg_02.png) no-repeat left top;
  background-size: 100% 100%;
  height: 365px;
  width: 355px;
  height: 19.01vw;
  width: 18.49vw;
  position: absolute;
  bottom: 30px;
  left: -2.604vw;
  z-index: -1;
}

.main_wp {
  padding: 5.208vw 0;
  position: relative;
}

.main_wp::before {
  content: "";
  background: url(../../img/home/bg_03.png) no-repeat left top;
  height: 385px;
  width: 345px;
  position: absolute;
  right: -165px;
  top: -205px;
}

.main_inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.main_img {
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 690px;
  width: 38.667vw;
}

.main_img img {
  width: 100%;
}

#main_mv .main_txt {
  position: relative;
  z-index: 5;
  width: 740px;
}

#main_mv .main_tll {
  font-size: 53px;
  font-weight: bold;
  line-height: 73px;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  margin: 20px 0 30px;
}

#main_mv .txt01 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  display: block;
  margin-bottom: 20px;
}

#main_mv .txt02 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#main_mv .logo_area {
  display: block;
  border-top: 1px solid #dde9f2;
  padding: 30px 0 0 0;
  margin: 20px 0 0 0;
  max-width: 625px;
}

#main_mv .logo_area .txt02 {
  margin-top: 10px;
}

#main_mv .logo_area .logo_subtxt{
  display: inline-block;
  margin-left: 16px;
  font-size: 24px;
  vertical-align: bottom;
}

#main_mv .main_box .box {
  width: 475px;
}

#main_mv .main_box .img_logo {
  padding-bottom: 15px;
  max-width: 285px;
}

#main_mv .main_box ul {
  margin-top: 30px;
}

#main_mv .main_box ul li {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100px;
}

#main_mv .main_box ul li span {
  background: #fff;
  border: 3px solid #dde9f2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}

#main_mv .thanks_box {
  background: url(../../img/home/thanks_bg.png) no-repeat center bottom;
  background-size: 100%;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 45px;
  padding-bottom: 40px;
  height: auto;
  width: 228px;
  text-align: center;
  position: relative;
  bottom: 35px;
}

#main_mv .thanks_box .ttl_thanks {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 7px;
}

#main_mv .thanks_box .num {
  font-size: 55px;
  color: #ffbd00;
}

#main_mv .thanks_box .small_txt {
  color: #919191;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 100%;
}

#main_mv .box_img {
  display: flex;
  align-items: center;
  width: calc(100% - 739px);
}

#main_mv .btn01 {
  margin-top: 40px;
}

#main_mv .btn01 a {
  font-size: 20px;
  line-height: 30px;
  width: 382px;
}

#main_mv .btn01 a img {
  margin-right: 20px;
  width: 34px;
}

@media screen and (max-width: 1700px) {
  .main_img {
    right: 4.5vw;
  }
}

@media screen and (max-width: 1500px) {
  .main_img {
    right: 3vw;
  }
}

@media screen and (max-width: 1480px) {
  #main_mv .thanks_box {
    width: 208px;
  }
  #main_mv .main_txt {
    width: 710px;
  }
}

@media screen and (max-width: 1380px) {
  #main_mv .main_tll {
    font-size: 48px;
    line-height: 1.4;
  }
  #main_mv .txt01 {
    font-size: 18px;
  }
  #main_mv .main_txt {
    width: 635px;
  }
  #main_mv .main_box .box {
    width: 400px;
  }
  #main_mv .main_box ul li {
    font-size: 16px;
    width: 85px;
  }
  #main_mv .main_box ul li span {
    height: 85px;
    width: 85px;
  }
  #main_mv .main_box .img_logo {
    max-width: 230px;
  }
  #main_mv .main_box ul li span img {
    max-width: 50%;
  }
  #main_mv .main_box ul li:first-child span img {
    max-height: 60%;
  }
  #main_mv .thanks_box {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 35px;
    bottom: 35px;
  }
}

@media screen and (max-width: 1240px) {
  .main_img {
    width: 41.667vw;
    min-width: 450px;
  }
  #main_mv .main_tll {
    font-size: 40px;
    line-height: 1.4;
  }
  #main_mv .main_txt {
    width: 550px;
  }
  #main_mv .main_box {
    width: 525px;
  }
  #main_mv .main_box .box {
    width: 345px;
  }
  #main_mv .main_box ul li {
    width: 75px;
    font-size: 14px;
  }
  #main_mv .main_box ul li span {
    height: 75px;
    width: 75px;
  }
  #main_mv .thanks_box {
    font-size: 18px;
    width: 160px;
    bottom: 30px;
    padding-bottom: 25px;
  }
  #main_mv .thanks_box .num {
    font-size: 40px;
  }
  #main_mv .thanks_box .ttl_thanks {
    font-size: 16px;
    line-height: 35px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  #main_mv .main_tll {
    font-size: 36px;
  }
  #main_mv .thanks_box .num {
    font-size: 35px;
  }
}

/* content01 */

#content01 {
  padding-top: 70px;
  padding-bottom: 0;
}

#content01 .inner::before {
  content: "";
  background: url(../../img/home/icon01.png) no-repeat top left;
  height: 206px;
  width: 224px;
  position: absolute;
  top: -100px;
  left: -50px;
}

#content01 .inner::after {
  content: "";
  background: url(../../img/home/icon02.png) no-repeat top left;
  height: 220px;
  width: 241px;
  position: absolute;
  bottom: -100px;
  right: -55px;
}

#content01 .b_ttl {
  line-height: 57px;
  letter-spacing: normal;
  margin-bottom: 30px;
  padding-bottom: 0;
}

#content01 .b_ttl span {
  display: inline-block;
  color: #ec7f3c;
}

#content01 .b_ttl::before {
  display: none;
}

#content01 .lead_txt {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
}

/* #content02 */

#content02 .box_item {
  gap: 60px;
  margin-bottom: 60px;
}

#content02 .box_item:last-child {
  margin-bottom: 0;
}

#content02 .box_item:nth-child(odd) {
  flex-direction: row-reverse;
}

#content02 .box_img {
  max-width: 500px;
  width: 100%;
}

#content02 .box_img img {
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

#content02 .box_txt {
  font-size: 18px;
  line-height: 32px;
  max-width: 630px;
  width: 100%;
  padding-top: 30px;
}

#content02 .box_txt h3 {
  font-size: 35px;
  line-height: 56px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

#content02 .box_txt h3 span {
  color: #f97217;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

#content02 .box_txt p {
  color: #333333;
}

/* content03 */

#content03 {
  background: #ffeee2;
}

#content03 .link_api {
  color: #1e2856;
  font-weight: bold;
  text-decoration: underline;
}

#content03 .link_api:hover {
  text-decoration: none;
}

#content03 .func_box li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 40px 40px 35px;
  margin-bottom: 30px;
  color: #1e2856;
}

#content03 .ttl {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

#content03 .func_box li p {
  margin: 0 -10px;
}

/* content04 */

#content04 {
  padding-bottom: 0;
}

#content04 .item {
  width: 50%;
}

#content04 .item:first-child {
  border-right: 1px dashed #707070;
}

#content04 .item h3 {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
}

#content04 .item .lead_txt {
  margin: 10px 0 25px;
}

#content04 .box_steps {
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 60px;
  letter-spacing: 0;
}

#content04 .box_steps h3 {
  background: #F97217;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  padding: 24px 20px 22px;
  text-align: center;
}

#content04 .box_steps ul {
  font-weight: bold;
  padding: 70px 40px 40px;
  text-align: center;
}

#content04 .box_steps ul li {
  background: #E3E3E3;
  display: flex;
  flex-direction: column;
  padding: 62px 20px 30px;
  position: relative;
  width: 220px;
}

#content04 .box_steps ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#content04 .box_steps ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#content04 .box_steps ul li .step {
  background: #F97217;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 29px;
  height: 98px;
  width: 98px;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

#content04 .box_steps ul li .step span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-top: -5px;
}

#content04 .box_steps ul li .ttl {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  position: relative;
}

#content04 .box_steps ul li .ttl::before {
  content: '';
  background: url(../../img/home/icon_org.svg) no-repeat top left;
  background-size: contain;
  height: 38px;
  width: 22px;
  position: absolute;
  right: -35px;
  top: -4px;
  z-index: 1;
}

#content04 .box_steps ul li:last-child .ttl::before {
  display: none;
}

#content04 .box_steps ul li .list {
  background: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 18px;
}

#content04 .box_steps ul li .tag {
  background: #1E2856;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  padding: 9px 5px;
}

#content04 .box_steps ul li .tag_01 {
  margin-top: 15px;
}

/* content05 */

#content05 .list_01 {
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
  width: 100%;
}

#content05 .list_01 li {
  background: url(../../img/home/bg_icon.svg) no-repeat top center;
  background-size: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 30px 30px 50px;
  max-width: 485px;
  width: 48.5%;
}

#content05 .list_01 li a {
  font-weight: bold;
  text-decoration: underline;
}

#content05 .list_01 li a:hover {
  text-decoration: none;
}

#content05 .list_01 li div {
  width: calc(100% - 48px - 20px);
}

#content05 .list_01 li .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 14px;
}

#content05 .list_02 .item {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 27px;
  max-width: 382px;
  width: calc((100% - 54px) / 3) !important;
}

#content05 .list_02 .item:last-child {
  margin-right: 0;
}

#content05 .list_02 .item img {
  margin-top: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

#content05 .slick-list {
  overflow: unset;
}

/* content06 */

#content06 {
  background: #efefef;
}

#content06 .lead_txt {
  margin-bottom: 40px;
}

#content06 .price_box {
  position: relative;
  padding: 95px 0 0;
  width: 500px;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 5%);
  z-index: 0;
}

#content06 .price_box .flag_icon {
  position: absolute;
  top: 0;
  left: -11px;
  z-index: 100;
}

#content06 .price_box .btn-price {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 7px 10px 5px;
  text-align: center;
  color: #1e2856;
  border: 1px solid #1e2856;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  margin-left: 25px;
}

#content06 .price_box .box_btn {
  display: flex;
  justify-content: flex-start;
}

#content06 .price_box dl {
  margin: 25px 25px 0;
  padding-bottom: 20px;
}

#content06 .price_box dl dt {
  color: #1e2856;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 18px;
}

#content06 .price_box dl dd {
  color: #1e2856;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}

#content06 .price_box dl dd span {
  font-size: 60px;
  font-weight: bold;
  margin-right: 15px;
}

#content06 .price_box .last {
  margin: 0 25px 50px;
  padding-bottom: 0;
  border-bottom: 0ch;
}

#content06 .box_notes {
  text-align: right;
  font-size: 14px;
  width: 500px;
  margin: 0 auto 40px;
}

#content06 .txt20 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: #1e2856;
}

#content06 .btn01 {
  margin: 30px 0 0;
}

/* quality */

#quality {
  position: relative;
  padding: 100px 5vw;
  margin: 100px 0;
}

#quality::after {
  background: #f7f8fa;
  border-radius: 50px 0 0 50px;
  content: "";
  position: absolute;
  left: 5vw;
  top: 0;
  height: 100%;
  width: calc(100% - 5vw);
  z-index: -1;
}

#quality .inner02 {
  z-index: 2;
}

#quality ul {
  margin-top: 60px;
}

#quality ul li {
  width: 31.5%;
}

#quality ul li .ttl {
  color: #ec7f3c;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  min-height: 65px;
}

#quality ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  margin-bottom: 40px;
}

#quality ul li .btn-securi {
  margin-top: 25px;
}

#quality ul li .btn-securi a {
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #f57724;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  transition: all 0.5s ease 0s;
}

#quality ul li .btn-securi a:hover {
  opacity: 0.7;
}

/* content08 */

#content08 {
  color: #fff;
  background: url(../../img/home/bg_01.jpg) no-repeat top left;
  background-size: cover;
}

#content08::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#content08 a {
  color: #fff;
  text-decoration: underline !important;
}

#content08 a:hover {
  color: #fff;
  text-decoration: none !important;
}

#content08 .b_ttl {
  color: #fff;
}

#content08 ul {
  overflow: hidden;
  display: flex;
}

#content08 ul.flowlist li {
  border: 1px solid #fff;
  padding: 28px;
  width: 280px;
  box-sizing: border-box;
  float: left;
  margin: 0 80px 0 0;
  text-align: center;
  position: relative;
}

#content08 ul.flowlist li dl dt span.num {
  display: block;
  margin: 0;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

#content08 ul.flowlist li dl dt span.title {
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  margin: 20px 0 10px;
}

#content08 ul.flowlist li:after {
  content: "";
  display: block;
  background: url(../../img/home/arrow_white.png) left top no-repeat;
  width: 20px;
  height: 36px;
  position: absolute;
  right: -50px;
  top: 130px;
}

#content08 ul.flowlist li:last-child {
  margin: 0;
}

/* content09 */

#content09 .bnt02 {
  text-align: center;
}

#content09 .bnt02 a {
  background: #1b2755;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #1b2755;
  padding: 16px 0 14px;
  text-align: center;
  transition: 0.3s linear;
  width: 500px;
}

#content09 .bnt02 a:hover {
  background: #fff;
  color: #1b2755;
}

#content09 .faq_area {
  margin: 0 0 40px;
  text-align: left;
}

#content09 .faq_area ul {
  margin: 0 20px;
}

#content09 .faq_area li {
  border: 1px solid #c9c9c9;
  margin: 0 0 30px;
}

#content09 .faq_area li dl {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

#content09 .faq_area li dl dt {
  font-size: 15px;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  padding: 0 0 10px 35px;
  color: #1b2755;
  margin: 0 0 15px;
  font-weight: bold;
}

#content09 .faq_area li dl dt:before {
  content: "";
  display: block;
  background: url(../../../img/home/icon_question.png) left top no-repeat;
  width: 22px;
  height: 24px;
  position: absolute;
  left: 0;
}

#content09 .faq_area li dl dd {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0;
  color: #1b2755;
}

#content09 .faq_area li dl dd:before {
  content: "";
  display: block;
  background: url(../../../img/home/icon_answer.png) left top no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
}

#wrapper .faq_area li dl dd.ac_menu {
  height: 70px;
  overflow: hidden;
  transition: 0.5s ease all;
}

#wrapper .faq_area li dl dd.ac_menu.active {
  height: auto;
  padding-bottom: 30px !important;
}

#wrapper .faq_area li dl dd.ac_menu div.faq_more {
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, #fff 90%);
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#wrapper .faq_area li dl dd.ac_menu.active .faq_more {
  background: none;
}

#wrapper .faq_area li dl dd.ac_menu div.faq_more i {
  font-size: 23px;
  padding-top: 30px;
}

#wrapper .faq_area li dl dd.ac_menu.active i {
  transform: rotate(180deg);
  padding-top: 0;
  padding-bottom: 30px;
}
