@charset "UTF-8";
#formWrap,
#formWrap input,
#formWrap textarea {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  color: #555;
  line-height: 130%;
  font-size: 100%;
  padding: 2rem 1rem;
}

#formWrap a {
  color: #2691FB;
}
#formWrap p {
  line-height: 1.6;
  font-size: 1.5rem;
}
#formWrap h3 {
  font-size: 180%;
  text-align: center;
  color: #FF6942;
  padding-bottom: 3.5rem;
  line-height: 1.2;
}
#formWrap h1 {
  width: 100%;
  font-size: 2.8rem;
  background-color: #FF6942;
  color: #fff;
  text-align: left;
  padding: 3rem;
  margin-bottom: 2rem;
}
#formWrap h2 {
  width: 100%;
  clear: both;
  font-size: 2.4rem;
  color: #FF6942;
  border-bottom: 2px solid #FF6942;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
#formWrap h3 {
  width: 90%;
  clear: both;
  font-size: 2rem;
  text-align: left;
  color: #FF6942;
  border-left: 5px solid #FF6942;
  margin: 2rem auto;
  padding: 0.5rem;
}
#formWrap .mail_icon {
  width: 7rem;
  height: 7rem;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FF6942;
  border: 2px solid #FF6942;
  color: #fff;
  font-size: 2rem;
}
#formWrap .step {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 2rem 0 3rem 0;
  overflow: hidden;
  font-size: 1.5rem;
}
#formWrap .step li {
  width: 33.333%;
  position: relative;
  background: #555;
  padding: 1.5rem 0.75rem 1.5rem 3rem;
  color: #fff;
}
#formWrap .step li:last-child {
  padding-right: 1.5rem;
}
#formWrap .step li:last-child:before, #formWrap .step li:last-child:after {
  display: none;
}
#formWrap .step li:before, #formWrap .step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
#formWrap .step li:before {
  top: -1.5rem;
  right: -1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 3.7rem 0 3.7rem 1.5rem;
  z-index: 10;
}
#formWrap .step li:after {
  top: -1.5rem;
  right: -1.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #555;
  border-width: 3.7rem 0 3.7rem 1.5rem;
  z-index: 10;
}
#formWrap .step li.is-current {
  background: #FF6942;
  font-weight: bold;
}
#formWrap .step li.is-current:after {
  border-color: transparent transparent transparent #FF6942;
}
#formWrap table.formTable_input,
#formWrap table.formTable_confirm {
  width: 100%;
  margin: 3rem auto 0;
  border-collapse: collapse;
}
#formWrap table.formTable_input td,
#formWrap table.formTable_input th {
  border: 1px solid #555;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
#formWrap table.formTable_input tr:nth-of-type(1) td,
#formWrap table.formTable_input tr:nth-of-type(1) th {
  padding: 1.5rem;
}
#formWrap table.formTable_confirm td,
#formWrap table.formTable_confirm th {
  border: 1px solid #555;
  padding: 1rem;
}
#formWrap table.formTable_input th,
#formWrap table.formTable_confirm th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
  font-size: 1.5rem;
}
#formWrap table.formTable_input th > span {
  background: #f00;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  padding: 0.2rem 0.5rem;
  margin-left: 1rem;
  border-radius: 5px;
  position: relative;
  top: -0.1rem;
}
#formWrap label {
  padding-right: 2rem;
  position: relative;
  top: -0.1rem;
  left: 0.5rem;
  font-size: 1.5rem;
}
#formWrap input[type=radio] {
  margin: 1.5rem 0.3rem 1rem 0;
}
#formWrap input[type=text] {
  background-color: #FFFFFF;
  padding: 1rem 0;
  font-size: 1.5rem;
}
#formWrap input.size_ss {
  margin: 0 0 1rem 1rem;
  width: 40%;
}
#formWrap input.size_s {
  margin: 0 0 1rem 1rem;
  width: 40%;
}
#formWrap input.size_m {
  margin: 0 0 1rem 0;
  width: 90%;
}
#formWrap input.size_l {
  margin: 0 0 1rem 0;
  width: 90%;
}
#formWrap textarea {
  margin: 0 0 1rem 0;
  width: 90%;
  height: 20rem;
  background-color: #FFFFFF;
}
#formWrap .pplink {
  text-align: center;
  margin-top: 5rem;
  font-size: 1.5rem;
}
#formWrap .pplink a:hover {
  color: #0040FF;
}
#formWrap p.error_messe {
  margin: 5px 0;
  color: red;
}
#formWrap .btn_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 3rem 5rem 0;
}
#formWrap .btn_area input.btn {
  width: 30%;
  border: 2px solid #FF6942;
  border-radius: 5px;
  font-weight: bold;
  color: #FF6942;
  font-size: 1.5rem;
  background-color: #fff;
  transition: 0.3s;
  padding: 2.5rem 0;
}
#formWrap .btn_area input.btn:hover {
  cursor: pointer;
}
#formWrap .btn_area input:hover {
  background-color: #FF6942;
  color: #fff;
}
#formWrap .btn_area input.btn.on,
#formWrap .btn_area input.btn_back {
  border: 2px solid #555;
  background-color: #9c9c9c;
  color: #fff;
}
#formWrap .btn_area input.btn.on:hover,
#formWrap .btn_area input.btn_back:hover {
  border: 2px solid #555;
  background-color: #555;
  color: #fff;
  cursor: pointer;
}
#formWrap .btn_area.return {
  padding: 2rem 30rem 0;
}
#formWrap .btn_area.return input.btn {
  width: 100%;
}
#formWrap .linkBtn {
  background-color: #FF6942;
  border-bottom: 6px solid #FF6942;
  font-weight: bold;
  width: 30rem;
  height: 5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin: 3rem auto;
  font-size: 1.5rem;
}
#formWrap .linkBtn a {
  color: #fff;
  text-decoration: none;
}
#formWrap .linkBtn:hover {
  opacity: 0.6;
}

html {
  font-size: 62.5%;
  color: #000000;
}

body {
  background: #E8EBF2;
  font-family: "kozuka-mincho-pr6n", serif;
}
@media screen and (min-width: 1025px) {
  body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    max-width: 768px;
    width: 98%;
  }
}
@media screen and (max-width: 390px) {
  body {
    max-width: 390px;
    width: 98%;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  font-size: 2rem;
}

img {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
  align-items: center;
}

.contact_btn {
  background-color: #FF6942;
  padding: 2rem 3.5rem;
  border-radius: 2.2rem 0 0 2.2rem;
  align-items: center;
}
@media screen and (max-width: 390px) {
  .contact_btn {
    padding: 1.2rem 2rem;
    display: inline-block;
    display: flex;
    border-radius: 1.5rem;
  }
}
.contact_btn .contact_btn-icon {
  width: 3.7rem;
}
@media screen and (max-width: 390px) {
  .contact_btn .contact_btn-icon {
    width: 2rem;
  }
}
.contact_btn .contact_txt {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN";
  color: #FFFFFF;
  padding-left: 1.9rem;
  font-size: 3rem;
}
@media screen and (max-width: 390px) {
  .contact_btn .contact_txt {
    font-size: 1.1rem;
    padding-left: 1rem;
  }
}

.contact_btn:hover {
  opacity: 0.7;
}

.contact_btn-bg {
  padding: 5.5rem 8.5rem;
  width: 84rem;
  border-radius: 40px;
  margin: 0 auto;
  box-shadow: 10px 10px 5px #89AAD3;
}
.contact_btn-bg .contact_btn-icon {
  width: 8.5rem;
}
.contact_btn-bg .contact_txt {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN";
  color: #FFFFFF;
  padding-left: 5rem;
  font-size: 4rem;
}
@media screen and (max-width: 390px) {
  .contact_btn-bg .contact_txt {
    font-size: 1.1rem;
  }
}

.contact_btn-bg:hover {
  opacity: 1;
  animation: shake 0.2s linear 5;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.tel_btn {
  align-items: normal;
  padding: 0.5rem 1.5rem 0 0;
}
.tel_btn .tel_num {
  font-size: 4.7rem;
  line-height: 3.8rem;
  background: url(../img/icon_phone.png) no-repeat left top;
  background-size: 3.7rem;
  padding-left: 3.4rem;
}
@media screen and (max-width: 390px) {
  .tel_btn .tel_num {
    font-size: 1.7rem;
    background-size: 1.7rem;
    padding-left: 2rem;
    line-height: 1.5rem;
  }
}
.tel_btn span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 390px) {
  .tel_btn span {
    font-size: 0.7rem;
  }
}

.tel_btn-bg {
  align-items: normal;
  padding: 0.5rem 1.5rem 0 0;
  justify-content: center;
  margin-top: 8.1rem;
  display: inline-block;
}
.tel_btn-bg .tel_num {
  font-size: 8rem;
  line-height: 7rem;
  background: url(../img/icon_phone.png) no-repeat left top;
  background-size: 5.5rem;
  padding-left: 6.5rem;
}
.tel_btn-bg span {
  display: block;
  font-size: 2.8rem;
  text-align: right;
}

.access_btn {
  text-align: center;
  padding: 4rem 0 5.5rem;
}
.access_btn a {
  font-size: 2rem;
  font-weight: 700;
  font-family: "kozuka-gothic-pr6n";
  color: #4981CF;
  padding: 2rem 7.4rem;
  background-color: #FFFFFF;
  border: 2px #4981CF solid;
  border-radius: 39px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.0862745098);
  display: inline-block;
  line-height: 1;
}
.access_btn a:hover {
  color: #FFFFFF;
  background-color: #4981CF;
  border: 2px #FFFFFF solid;
  transition: 3ms;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.wrapper {
  max-width: 1920px;
  max-height: 900px;
  height: 100vh;
  background: url(../img/top_pc.png) no-repeat;
  background-position: 0 0px;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 390px) {
  .wrapper {
    height: 100%;
    background-position-x: 60%;
    background-position-y: 40px;
  }
}
.wrapper .fv {
  position: relative;
  height: 60.5rem;
}
.wrapper .fv .fv_logo {
  width: 44rem;
  padding: 4.3rem 0 0 5.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_logo {
    width: 25rem;
    padding: 41rem 0 0 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.wrapper .fv .fv_logoimg {
  width: 100%;
}
.wrapper .fv .fv_content {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  position: absolute;
  top: -2rem;
  left: 43.5rem;
  height: 88rem;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_content {
    border-radius: 50px;
    top: 3rem;
    left: 0.6rem;
  }
}
.wrapper .fv .fv_content .fv_content-tit-r,
.wrapper .fv .fv_content .fv_content-tit-l {
  background: #E8EBF2;
  border-radius: 1.2rem;
  padding: 5.3rem 0 2rem 0;
  font-size: 3.6rem;
  letter-spacing: 4.2px;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  z-index: 101;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_content .fv_content-tit-r,
  .wrapper .fv .fv_content .fv_content-tit-l {
    font-size: 1.5rem;
    padding: 3rem 0.7rem 2rem;
    font-weight: bold;
    border-radius: 50px;
  }
}
.wrapper .fv .fv_content .fv_content-tit-l {
  margin-top: 23rem;
  padding: 5.3rem 0 5rem;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_content .fv_content-tit-l {
    margin-top: 19rem;
    padding: 3rem 0.7rem 2rem;
  }
}
.wrapper .fv .fv_content span:nth-of-type(1) {
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_content span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
.wrapper .fv .fv_content span {
  text-combine-upright: all;
}
@media screen and (max-width: 390px) {
  .wrapper .fv .fv_content span {
    font-size: 1.5rem;
  }
}
.wrapper .fv .fv_btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 102;
}
.wrapper .fv .fv_btn .fv_btn-bg {
  background-color: #FF6942;
  width: 7.9rem;
  height: 7.9rem;
  border-radius: 2.4rem;
}
.wrapper .fv .fv_btn .fv_btn-arrow {
  position: relative;
  display: inline-block;
  width: 0.4rem;
  height: 4rem;
  height: 4rem;
  margin: 1.7rem 3.6rem;
  background-color: #FFFFFF;
}
.wrapper .fv .fv_btn .fv_btn-arrow::before, .wrapper .fv .fv_btn .fv_btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 0.4rem;
  height: 1.5rem;
  background-color: #FFFFFF;
  transform-origin: 50% 2px;
}
.wrapper .fv .fv_btn .fv_btn-arrow::before {
  transform: rotate(45deg);
}
.wrapper .fv .fv_btn .fv_btn-arrow::after {
  transform: rotate(-45deg);
}

header .inner {
  max-width: 1920px;
  margin: 0 auto;
  justify-content: end;
}
header .content {
  padding-top: 0.5rem;
}
@media screen and (max-width: 390px) {
  header .content {
    justify-content: end;
    max-width: 390px;
    width: 100%;
  }
}

main {
  overflow-x: hidden;
  position: relative;
}
main .tit-lg {
  font-size: 8.8rem;
  line-height: 1.75;
}
main .worries {
  background-color: #89AAD3;
  color: #FFFFFF;
  position: relative;
}
main .worries .worries_list {
  padding-top: 17rem;
  width: 96.8rem;
  justify-content: space-evenly;
  margin: 0 auto;
  list-style: none;
}
main .worries .worries_list .worries_item {
  position: relative;
  transform: translateY(-30px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
}
main .worries .worries_list .worries_item.show {
  opacity: 1;
  transform: translateY(0);
}
main .worries .worries_list .worries_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 2rem 1.2rem 1.1rem;
  border-radius: 3.5px;
  position: absolute;
  bottom: -4.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main .worries .worries_list .worries_item a {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.3rem;
}
main .worries .worries_list .worries_item a:hover {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.3rem;
  transition: all 0.4s ease;
}
main .worries .worries_tit {
  margin-top: 19.8rem;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}
main .worries .worries_tit-lg {
  font-size: 5rem;
}
main .worries .worries_img {
  width: 110rem;
  margin: 5.8rem auto 0;
}
main .worries .fv_btn {
  max-width: 1920px;
  width: auto;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 102;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
main .worries .fv_btn .fv_btn-bg {
  background-color: #FF6942;
  width: 7.9rem;
  height: 7.9rem;
  border-radius: 2.4rem;
}
main .worries .fv_btn .fv_btn-arrow {
  position: relative;
  display: inline-block;
  width: 0.4rem;
  height: 4rem;
  height: 4rem;
  margin: 1.7rem 3.6rem;
  background-color: #FFFFFF;
}
main .worries .fv_btn .fv_btn-arrow::before, main .worries .fv_btn .fv_btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 0.4rem;
  height: 1.5rem;
  background-color: #FFFFFF;
  transform-origin: 50% 2px;
}
main .worries .fv_btn .fv_btn-arrow::before {
  transform: rotate(45deg);
}
main .worries .fv_btn .fv_btn-arrow::after {
  transform: rotate(-45deg);
}
main .solution {
  padding-top: 10.3rem;
  position: relative;
}
main .solution .header_inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
main .solution .header_inner .logo_btn {
  width: 8.4rem;
  padding: 0.5rem 0 0 3rem;
  box-sizing: content-box;
  display: block;
}
main .solution .header_inner .content {
  padding-top: 0.5rem;
  justify-content: flex-end;
}
main .solution .solution_inner {
  background-color: #FFFFFF;
  height: 830px;
  border-radius: 40px 0 0 40px;
  margin: 0 0 0 16.7rem;
}
main .solution .solution_inner .solution_tit {
  color: #FF6942;
  font-size: 4rem;
  line-height: 0.88;
  position: absolute;
  top: 8.3rem;
  left: 40.8rem;
  text-shadow: 5px 5px 5px #89AAD3;
}
main .solution .solution_inner .solution_content {
  max-width: 131rem;
  margin: 0 auto;
  padding: 23.4rem 0 0 2rem;
  position: relative;
}
main .solution .solution_inner .solution_content .solution_item {
  background-color: #FF6942;
  width: 57rem;
  border-radius: 39px;
  list-style: none;
  margin-bottom: 3rem;
  background-image: url(../img/icon_check.png);
  background-size: 3.9rem;
  background-position-y: center;
  background-position-x: 2.6rem;
  transform: translateY(-30px);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
}
main .solution .solution_inner .solution_content .solution_item.show {
  opacity: 1;
  transform: translateY(0);
}
main .solution .solution_inner .solution_content .solution_item:nth-last-of-type(2) {
  margin-bottom: 6rem;
}
main .solution .solution_inner .solution_content .solution_item:nth-last-of-type(1) {
  background-color: transparent;
}
main .solution .solution_inner .solution_content .solution_item:nth-last-of-type(1) .solution_item-txt {
  background-image: none;
  color: #000;
  font-size: 2.9rem;
  line-height: 1.5;
  padding: 0 4rem 0.5rem 7.4rem;
}
main .solution .solution_inner .solution_content .solution_item .solution_item-txt {
  color: #FFFFFF;
  font-size: 3.5rem;
  padding: 3.2rem 4rem 3.2rem 7.4rem;
  line-height: 0.77;
  display: inline-block;
  font-weight: bold;
}
main .solution .solution_inner .solution_content .solution_img {
  width: 76rem;
  position: absolute;
  top: 5.4rem;
  right: 0;
  left: auto;
}
main .solution .solution_inner .solution_arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .solution .solution_inner .solution_arrows .solution_arrow {
  position: absolute;
  width: 5rem;
  height: 0.9rem;
  opacity: 0;
  transform: scale(0.3);
  animation: arrow-move07 3s ease-out infinite;
}
main .solution .solution_inner .solution_arrows .solution_arrow:before,
main .solution .solution_inner .solution_arrows .solution_arrow:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background: #FF6942;
  border-radius: 2px;
}
main .solution .solution_inner .solution_arrows .solution_arrow:before {
  left: 1px;
  transform: skewY(30deg);
}
main .solution .solution_inner .solution_arrows .solution_arrow:after {
  right: 1px;
  transform: skewY(-30deg);
}
main .solution .solution_inner .solution_arrows .solution_arrow01 {
  animation: arrow-move07 3s ease-out 1s infinite;
}
main .solution .solution_inner .solution_arrows .solution_arrow02 {
  animation: arrow-move07 3s ease-out 2s infinite;
}
@keyframes arrow-move07 {
  25% {
    opacity: 0.6;
  }
  43% {
    transform: translateY(1em);
    opacity: 0.8;
  }
  62% {
    transform: translateY(2.5em);
    opacity: 1;
  }
  100% {
    transform: translateY(4em) scale(0.5);
    opacity: 0;
  }
}
main .reason {
  margin-top: 14.5rem;
  margin-bottom: 11.4rem;
  text-align: center;
}
main .reason .reason_tit {
  color: #4981CF;
  font-size: 4rem;
  line-height: 1.94;
  display: inline-block;
  margin-bottom: 9rem;
}
main .reason .reason_tit .reason_tit-lg {
  border-bottom: 2px solid #89AAD3;
  padding: 0 0 1.35rem 1.6rem;
}
main .reason .reason_inner {
  max-width: 1035px;
  margin: 0 auto;
}
main .reason .reason_inner .reason_item:nth-of-type(1) .reason_item-tit {
  color: #FF6942;
}
main .reason .reason_inner .reason_item:nth-of-type(2) .reason_item-tit {
  color: #B526FB;
}
main .reason .reason_inner .reason_item:nth-of-type(3) .reason_item-tit {
  color: #2691FB;
}
main .reason .reason_inner .reason_item:nth-of-type(4) .reason_item-tit {
  color: #34E627;
}
main .reason .reason_inner .reason_item:nth-of-type(5) .reason_item-tit {
  color: #FE5BD2;
}
main .reason .reason_inner .reason_item {
  width: 128rem;
  text-align: left;
  margin: 0 auto 11.2rem;
  position: relative;
}
main .reason .reason_inner .reason_item .reason_item-tit {
  font-size: 6.7rem;
  font-weight: 300;
}
main .reason .reason_inner .reason_item .reason_item-tit span:nth-of-type(1) {
  font-size: 3.1rem;
  color: #707070;
  padding-right: 0.5rem;
  font-weight: 700;
}
main .reason .reason_inner .reason_item .reason_item-tit span:nth-of-type(2) {
  font-size: 5.5rem;
  color: #707070;
  padding-right: 2.3rem;
  font-weight: 700;
}
main .reason .reason_inner .reason_item .reason_item-tit span:nth-of-type(3) {
  font-size: 3.1rem;
  color: #707070;
  padding-right: 2.3rem;
  font-weight: 700;
}
main .reason .reason_inner .reason_item .reason_item-lead {
  font-size: 4.6rem;
  line-height: 1.6;
}
main .reason .reason_inner .reason_item .reason_content {
  position: relative;
  flex-direction: row;
}
main .reason .reason_inner .reason_item .reason_content .reason_item-txt {
  font-size: 2rem;
  width: 43rem;
  margin-top: 5rem;
}
main .reason .reason_inner .reason_item .reason_img {
  position: absolute;
  width: 65.8rem;
  top: 12rem;
  right: 17rem;
  z-index: -1;
}
main .reason .reason_inner .reason_item:nth-child(even) .reason_img {
  flex-direction: row-reverse;
  left: 0rem;
}
main .reason .reason_inner .reason_item:nth-child(even) {
  flex-direction: row-reverse;
  width: 118rem;
}
main .reason .reason_inner .reason_item:nth-of-type(4) {
  flex-direction: row-reverse;
  width: 128rem;
}
main .reason .reason_inner .reason_item:nth-of-type(1) .reason_item-lead span {
  color: #FF6942;
}
main .reason .reason_inner .reason_item:nth-of-type(2) .reason_item-lead span {
  color: #B526FB;
}
main .reason .reason_inner .reason_item:nth-of-type(3) .reason_item-lead span {
  color: #2691FB;
}
main .reason .reason_inner .reason_item:nth-of-type(4) .reason_item-lead span {
  color: #34E627;
}
main .reason .reason_inner .reason_item:nth-of-type(5) .reason_item-lead span {
  color: #FE5BD2;
}
main .difference {
  background-color: #89AAD3;
  padding: 14.2rem 0 16.6rem;
}
main .difference .difference_tit {
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 15.8rem;
}
main .difference .difference_tit .difference_tit-lg {
  font-size: 8.8rem;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 1.5rem;
}
main .difference .difference_bg {
  background-color: #FFFFFF;
  max-width: 174rem;
  width: 95%;
  border-radius: 0 40px 40px 0;
  margin-bottom: 10rem;
}
main .difference .difference_bg .difference_inner {
  width: 110rem;
  margin: 0 auto;
}
main .difference .difference_bg .difference_inner .difference_inner-tit {
  color: #5A5A5A;
  font-size: 6.7rem;
  font-weight: 300;
  padding: 6.6rem 0 5rem;
  line-height: 1.47;
}
main .difference .difference_bg .difference_inner .difference_img {
  width: 109rem;
  margin: 0 auto;
}
main .difference .difference_bg .difference_content {
  font-weight: 700;
  padding: 3.8rem 0 6.8rem;
}
main .difference .difference_bg .difference_content .difference_lead {
  font-size: 3.7rem;
}
main .difference .difference_bg .difference_content .difference_lead span {
  font-size: 5rem;
  color: #FF6942;
}
main .difference .difference_bg .difference_content .difference_txt {
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
main .difference .difference_bg .difference_content .difference_list {
  list-style: none;
  font-size: 2.5rem;
  color: #FF6942;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 5.2rem;
}
main .difference .difference_bg .difference_content .difference_list .difference_item {
  background-image: url(../img/icon_check_orange.png);
  background-size: 3.5rem;
  background-position-y: center;
  padding-left: 4.5rem;
}
main .difference .difference_bg:nth-of-type(2) {
  border-radius: 40px 0 0 40px;
  margin: 0 0 10rem auto;
}
main .flow {
  max-width: 110rem;
  margin: 0 auto;
}
main .flow .flow_inner {
  text-align: center;
  margin: 0 auto;
}
main .flow .flow_inner .flow_tit {
  font-size: 6rem;
  line-height: 1.32;
  color: #4981CF;
  margin: 13.6rem 0 16rem;
}
main .flow .flow_inner .flow_list {
  justify-content: space-around;
  align-items: baseline;
  position: relative;
}
main .flow .flow_inner .flow_list:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #4981CF;
  border-width: 1rem 1.8rem 1rem;
  border-radius: 3.5px;
  bottom: 68%;
  right: 0;
  left: 2rem;
  margin: 0 auto;
}
main .flow .flow_inner .flow_item {
  width: 440px;
  text-align: left;
  position: relative;
  transition: opacity 2s ease, transform 2s ease;
  opacity: 0;
}
main .flow .flow_inner .flow_item.show {
  opacity: 1;
  transform: translateY(0);
}
main .flow .flow_inner .flow_item .flow_img::before {
  content: "Day";
  color: #5A5A5A;
  font-size: 3.1rem;
  position: absolute;
  font-weight: 700;
  top: -3rem;
  left: 2.2rem;
}
main .flow .flow_inner .flow_item .flow_img::after {
  content: "1";
  color: #5A5A5A;
  font-size: 5.5rem;
  position: absolute;
  font-weight: 700;
  top: -5.5rem;
  left: 7.5rem;
}
main .flow .flow_inner .flow_item:nth-of-type(2) .flow_img::after {
  content: "2";
  color: #5A5A5A;
  font-size: 5.5rem;
  position: absolute;
  font-weight: 700;
  top: -5.5rem;
  left: 7.5rem;
}
main .flow .flow_inner .flow_item .flow_txt-top {
  font-size: 2rem;
  font-weight: 700;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 4rem;
  color: #5A5A5A;
  margin-top: 1.8rem;
}
main .flow .flow_inner .flow_item .flow_lead {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4981CF;
}
main .flow .flow_inner .flow_item .flow_txt-bottom {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
}
main .flow .flow_inner .flow_item .flow_txt-bottom span {
  display: block;
  font-size: 2rem;
  color: #5A5A5A;
}
main .flow .flow_btn {
  text-align: center;
  display: inline-block;
  margin: 6.5rem auto 18.5rem;
  background-color: #FF6942;
  padding: 2.2rem 10.7rem;
  border-radius: 2.2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
main .flow .flow_btn a {
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
main .flow .flow_btn a span:nth-of-type(1) {
  font-size: 8.8rem;
}
main .flow .flow_btn a span:nth-of-type(2) {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2rem;
}
main .flow .flow_btn::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
main .flow .flow_btn:hover {
  color: #fff;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
main .effect .effect_tit {
  font-size: 6rem;
  color: #4981CF;
  text-align: center;
  margin-bottom: 11.7rem;
}
main .effect .effect_bg {
  background-color: #FFFFFF;
  max-width: 150rem;
  width: 90%;
  border-radius: 0 45px 45px 0;
  margin-left: 0;
  position: relative;
}
main .effect .effect_bg::before {
  content: "Case";
  color: #5A5A5A;
  font-size: 3.1rem;
  position: absolute;
  font-weight: 700;
  top: -3rem;
  left: 32.5rem;
}
main .effect .effect_bg::after {
  content: "1";
  color: #5A5A5A;
  font-size: 5.5rem;
  position: absolute;
  font-weight: 700;
  top: -5.5rem;
  left: 39.5rem;
}
main .effect .effect_bg:nth-of-type(2) {
  border-radius: 45px 0 0 45px;
  margin: 7.5rem 0 0 auto;
  max-width: 150rem;
  width: 90%;
}
main .effect .effect_bg:nth-of-type(2)::before {
  top: -3rem;
  left: 8rem;
}
main .effect .effect_bg:nth-of-type(2)::after {
  content: "2";
  color: #5A5A5A;
  font-size: 5.5rem;
  position: absolute;
  font-weight: 700;
  top: -5.5rem;
  left: 15.5rem;
}
main .effect .effect_bg:nth-of-type(2) .effect_txt {
  right: 37rem;
}
main .effect .effect_bg:nth-of-type(2) .effect_img {
  width: 110rem;
  padding: 8rem 0rem 8rem 8rem;
  margin: 0 auto 0 0;
}
main .effect .effect_bg .effect_img {
  width: 110rem;
  padding: 8rem 8rem 8rem 0rem;
  margin: 0 0 0 auto;
}
main .effect .effect_bg .effect_txt {
  position: absolute;
  font-size: 3.6rem;
  right: 8.7rem;
  bottom: -4.5rem;
  font-weight: 700;
}
main .effect .effect_bg .effect_txt span {
  font-size: 5rem;
  color: #FF6942;
}
main .voice .voice_bg {
  background-color: #89AAD3;
  max-width: 175.4rem;
  width: 90%;
  margin: 23rem auto 0 0;
  border-radius: 0 45px 45px 0;
}
main .voice .voice_bg .voice_inner {
  max-width: 110rem;
  margin: 0 auto;
}
main .voice .voice_bg .voice_inner .voice_tit {
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1;
  padding-top: 10rem;
}
main .voice .voice_bg .voice_inner .voice_list {
  margin-top: 8rem;
  padding-bottom: 15rem;
  color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
}
main .voice .voice_bg .voice_inner .voice_list .voice_img {
  width: 49.4rem;
}
main .voice .voice_bg .voice_inner .voice_list .voice_item {
  width: 54.9rem;
}
main .voice .voice_bg .voice_inner .voice_list .voice_item .voice_item-tit {
  font-size: 3.6rem;
  margin: 0 0 4.4rem 0;
  line-height: 0.5;
}
main .voice .voice_bg .voice_inner .voice_list .voice_item .voice_item-txt {
  font-size: 2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 4.4rem;
}
main .series .series_bg {
  width: 144.2rem;
  background-color: #FFFFFF;
  margin: 18rem auto 10rem;
  border-radius: 40px;
}
main .series .series_bg .series_tit {
  font-size: 6rem;
  color: #4981CF;
  text-align: center;
  padding-top: 9.6rem;
}
main .series .series_bg .series_wrapper {
  width: 110rem;
  margin: 0 auto;
}
main .series .series_bg .series_wrapper .series_img {
  width: 41rem;
  margin-top: 11rem;
}
main .series .series_bg .series_wrapper .series_lead {
  font-size: 3.6rem;
  margin-top: 4rem;
}
main .series .series_bg .series_wrapper .series_inner {
  margin-top: 4rem;
  justify-content: space-between;
}
main .series .series_bg .series_wrapper .series_inner .series_item {
  background-image: url(../img/icon_check_orange.png);
  background-size: 3.5rem;
  background-position-y: center;
  padding-left: 4.5rem;
  list-style: none;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 5rem;
}
main .series .series_bg .series_wrapper .series_inner .series_txt {
  width: 55rem;
  font-size: 2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  line-height: 4rem;
  margin-top: 4rem;
}
main .series .series_bg .series_wrapper .series_inner .series_inner-img {
  width: 47.9rem;
}
main .otherService .otherService_tit {
  font-size: 4rem;
  color: #4981CF;
  text-align: center;
}
main .otherService .otherService_list {
  width: 93rem;
  margin: 8.6rem auto 0;
  justify-content: space-between;
}
main .otherService .otherService_list .otherService_item {
  width: 372px;
}
main .otherService .otherService_list .otherService_item .otherService_img {
  width: 39rem;
}
main .otherService .otherService_list .otherService_item .otherService_lead {
  font-size: 3.2rem;
  margin-top: 5rem;
}
main .otherService .otherService_list .otherService_item .otherService_lead span {
  font-size: 2.2rem;
  display: block;
}
main .otherService .otherService_list .otherService_item .otherService_txt {
  font-size: 2rem;
  margin-top: 4.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
main .otherService .otherService_list .otherService_item:nth-of-type(2) .otherService_img {
  width: 29.6rem;
}
main .president .president_bg {
  background-color: #FFFFFF;
  max-width: 171rem;
  width: 90%;
  margin: 14rem 0 18.6rem auto;
  padding: 22.6rem 54.5rem 4.3rem 19rem;
  border-radius: 45px 0 0 45px;
}
main .president .president_bg .president_inner {
  width: 110rem;
  margin: 0 auto;
  position: relative;
}
main .president .president_bg .president_inner .president_tit {
  font-size: 4rem;
  color: #4981CF;
  line-height: 1.35;
  letter-spacing: 0.2rem;
  text-shadow: rgba(137, 170, 211, 0.3294117647) 5px 5px 5px;
  position: absolute;
  top: -29rem;
}
main .president .president_bg .president_inner .president_tit span {
  font-size: 8.8rem;
  letter-spacing: 0.3rem;
  vertical-align: middle;
}
main .president .president_bg .president_inner .president_content {
  justify-content: space-between;
  align-items: end;
  position: relative;
}
main .president .president_bg .president_inner .president_content .president_desc {
  width: 75rem;
  font-size: 2rem;
  font-weight: 700;
}
main .president .president_bg .president_inner .president_content .president_desc .president_txt {
  margin-top: 2rem;
}
main .president .president_bg .president_inner .president_content .president_desc .president_txt span {
  background-color: #ffffac;
}
main .president .president_bg .president_inner .president_content .president_desc .president_lead {
  font-size: 2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  display: block;
  text-align: right;
  width: auto;
  margin: 9.7rem 0 0 auto;
}
main .president .president_bg .president_inner .president_content .president_desc .president_lead span {
  display: block;
}
main .president .president_bg .president_inner .president_content .president_img {
  position: absolute;
  bottom: -4.3rem;
  right: 0;
}
main .contact_bottom {
  margin: 0 auto 11.6rem;
  text-align: center;
}

footer .footer_bg {
  background-color: #FFFFFF;
  padding: 7.4rem 0 2rem 0;
  text-align: center;
}
footer .footer_bg .footer_list {
  width: 110rem;
  margin: 0 auto 3rem;
}
footer .footer_bg .footer_list .footer_item {
  text-align: left;
}
footer .footer_bg .footer_list .footer_item .footer_img {
  width: 18rem;
}
footer .footer_bg .footer_list .footer_item .footer_txt {
  font-size: 2rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  line-height: 3rem;
}
footer .footer_bg .footer_list .footer_item .contact_bt-footer {
  width: 30rem;
  padding: 2.6rem 3.5rem;
  border-radius: 20px;
  box-shadow: none;
}
footer .footer_bg .footer_list .footer_item .contact_bt-footer .contact_btn-icon {
  width: 4.1rem;
}
footer .footer_bg .footer_list .footer_item .contact_bt-footer .contact_txt {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 2rem;
}
footer .footer_bg .footer_list .footer_item .contact_bt-footer:hover {
  transform: translateY(0) translateX(0);
  opacity: 0.8;
}
footer .footer_bg .footer_list .footer_item:nth-of-type(2) {
  margin: 0 7rem 0;
}
footer .footer_bg .copyright {
  font-size: 1.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-top: 3.2rem;
  letter-spacing: 0.3rem;
}/*# sourceMappingURL=style.css.map */