/*======================================================
base
======================================================*/
body {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #233862;
  background-color: #ffffff;
}

@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
main {
  width: 100%;
}

@media (max-width: 960px) {
  main {
    width: 100%;
  }
}
a {
  text-decoration: none;
  color: #233862;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

li {
  list-style: none;
}

/*======================================================
parts
======================================================*/
.c_sec_head {
  display: inline-block;
  font-size: 48px;
  letter-spacing: 1.92px;
  padding-bottom: 20px;
}
.c_sec_head span {
  font-size: 36px;
  letter-spacing: 1.44px;
  margin: 0 5px;
}
@media (max-width: 960px) {
  .c_sec_head {
    font-size: 36px;
    padding-bottom: 15px;
  }
  .c_sec_head span {
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .c_sec_head {
    font-size: 27px;
    padding-bottom: 10px;
  }
  .c_sec_head span {
    font-size: 20px;
  }
}

.c_sec_head_b {
  color: #233862;
  border-bottom: 3px dashed #233862;
}
@media (max-width: 960px) {
  .c_sec_head_b {
    border-bottom: 2px dashed #233862;
  }
}

.c_sec_head_w {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
@media (max-width: 960px) {
  .c_sec_head_w {
    border-bottom: 2px dashed #ffffff;
  }
}

/*======================================================
header
======================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #3da9fc;
}
header .h_contact_btn {
  background-color: #ef4565;
  color: #ffffff;
  border-radius: 12px;
  padding: 17px 33px 20px;
  font-size: 17px;
  letter-spacing: 0.96px;
}
header .h_contact_btn br {
  display: none;
}
@media (max-width: 960px) {
  header {
    padding: 20px 25px;
  }
  header h1 {
    width: 160px;
  }
  header .h_contact_btn {
    padding: 15px 30px 20px;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  header {
    padding: 15px 20px;
  }
  header h1 {
    width: 120px;
  }
  header .h_contact_btn {
    padding: 10px 20px 15px;
    font-size: 13px;
    text-align: center;
  }
  header .h_contact_btn br {
    display: block;
  }
}

/*======================================================
footer
======================================================*/
footer {
  padding: 20px 0;
  text-align: center;
}
footer small {
  font-size: 14px;
  letter-spacing: 1.12px;
}
@media (max-width: 960px) {
  footer {
    padding: 15px 0;
  }
}
@media (max-width: 520px) {
  footer {
    padding: 10px 0;
  }
  footer small {
    font-size: 12px;
  }
}

/*======================================================
main
======================================================*/
section.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  width: 100%;
  padding: 200px 0 100px;
  background-color: #3da9fc;
  overflow: hidden;
}
section.hero .text h2 {
  margin-bottom: 135px;
}
section.hero .text p {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
}
section.hero .text p span {
  font-size: 40px;
  letter-spacing: 1.6px;
  margin-right: 5px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.13) 60%);
}
section.hero .text p .tb_br {
  display: none;
}

@media (max-width: 1410px) {
  section.hero {
    padding: 200px 30px 100px;
  }
  section.hero .text p .tb_br {
    display: block;
  }
}
@media (max-width: 960px) {
  section.hero {
    gap: 40px;
    padding: 150px 30px 75px;
  }
  section.hero .text {
    min-width: 250px;
  }
  section.hero .text h2 {
    margin-bottom: 100px;
  }
  section.hero .text p {
    font-size: 21px;
  }
  section.hero .text p span {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  section.hero {
    flex-direction: column;
    gap: 30px;
    padding: 110px 20px 55px;
  }
  section.hero .text {
    width: 100%;
    min-width: auto;
  }
  section.hero .text h2 {
    margin-bottom: 40px;
  }
  section.hero .text p {
    display: none;
  }
  section.hero .text p span {
    font-size: 30px;
  }
  section.hero .image {
    width: 100%;
  }
}
section.about .inner {
  display: flex;
  align-items: center;
  gap: 5.75vw;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 106px 0 108px;
}
section.about .text {
  width: 38.75%;
  min-width: 328px;
}
section.about .text h2 {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 37px;
  font-size: 32px;
  letter-spacing: 1.28px;
  line-height: 1.5;
}
section.about .text h2 img {
  margin: 0 20px 0 10px;
}
section.about .text h2::after {
  content: "";
  display: block;
  width: 328px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #3da9fc;
  opacity: 0.2;
}
section.about .text .catch {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.56;
}
section.about .text .catch + .desc {
  margin-top: 32px;
}
section.about .text .desc {
  letter-spacing: 0.64px;
  line-height: 2;
}
section.about .text .desc + .desc {
  margin-top: 20px;
}
section.about .image {
  flex: 1;
}
section.about .image img {
  width: 100%;
}

@media (max-width: 1260px) {
  section.about .inner {
    padding: 106px 30px 108px;
  }
}
@media (max-width: 960px) {
  section.about .inner {
    flex-direction: column;
    padding: 75px 30px;
  }
  section.about .text {
    width: 100%;
  }
  section.about .text h2 {
    font-size: 28px;
  }
  section.about .text h2 img {
    width: 160px;
    margin: 0 15px 0 10px;
  }
  section.about .text h2::after {
    width: 246px;
    height: 20px;
  }
  section.about .text .catch {
    font-size: 24px;
  }
  section.about .text .catch + .desc {
    margin-top: 24px;
  }
  section.about .text .desc + .desc {
    margin-top: 15px;
  }
  section.about .image {
    max-width: 75%;
  }
}
@media (max-width: 520px) {
  section.about .inner {
    padding: 55px 20px;
  }
  section.about .text h2 {
    font-size: 21px;
  }
  section.about .text h2 img {
    width: 120px;
    margin: 0 10px;
  }
  section.about .text h2::after {
    width: 184px;
    height: 15px;
  }
  section.about .text .catch {
    font-size: 18px;
  }
  section.about .text .catch + .desc {
    margin-top: 18px;
  }
  section.about .text .desc + .desc {
    margin-top: 10px;
  }
}
section.recommend {
  background-color: #233862;
  background-image: url("/images/bg_2.png");
  background-repeat: repeat;
}
section.recommend .inner {
  max-width: 1354px;
  width: 100%;
  margin: 0 auto;
  padding: 106px 0 108px;
}
section.recommend .head_area {
  margin: 0 auto 47px;
  text-align: center;
}
section.recommend .image_area {
  display: flex;
  justify-content: center;
}
section.recommend .image_area ul li + li {
  margin-top: 70px;
}
section.recommend .image_area .recommend_text_l {
  margin-top: 140px;
  margin-right: -25px;
}
section.recommend .image_area .recommend_text_l li + li {
  transform: translateX(40px);
}
section.recommend .image_area .recommend_text_r {
  margin-top: 60px;
  margin-left: -25px;
}
section.recommend .image_area .recommend_text_r li:first-child {
  transform: translateX(-40px);
}
section.recommend .image_sp {
  display: none;
}

@media (max-width: 1260px) {
  section.recommend .inner {
    padding: 106px 30px 108px;
  }
  section.recommend .image_area .base {
    width: 40vw;
  }
  section.recommend .image_area ul {
    margin-bottom: 2.8vw;
  }
  section.recommend .image_area ul li {
    width: 27.4vw;
  }
  section.recommend .image_area ul li + li {
    margin-top: 5vw;
  }
  section.recommend .image_area .recommend_text_l li + li {
    transform: translateX(5.7vw);
  }
  section.recommend .image_area .recommend_text_r li:first-child {
    transform: translateX(-5.7vw);
  }
}
@media (max-width: 960px) {
  section.recommend .inner {
    padding: 75px 30px;
  }
  section.recommend .head_area {
    margin: 0 auto 35px;
  }
}
@media (max-width: 520px) {
  section.recommend .inner {
    padding: 55px 20px;
  }
  section.recommend .head_area {
    margin: 0 auto 25px;
  }
  section.recommend .image_area {
    display: none;
  }
  section.recommend .image_sp {
    display: block;
  }
}
section.reason {
  background-color: #3da9fc;
}
section.reason .inner {
  max-width: 1200px;
  width: 100%;
  padding: 90px 0 100px;
  margin: 0 auto;
}
section.reason .head_area {
  margin: 0 auto 103px;
  text-align: center;
}
section.reason section {
  display: flex;
  gap: 148px;
  padding: 75px 120px 75px 80px;
  background-color: #ffffff;
}
section.reason section .text {
  max-width: 536px;
  width: 100%;
}
section.reason section .text h3 {
  position: relative;
  margin-bottom: 32px;
}
section.reason section .text h3 .num {
  position: absolute;
  top: -125px;
  left: 0;
}
section.reason section .text h3 .text {
  font-size: 32px;
  letter-spacing: 1.28px;
  line-height: 1.5;
}
section.reason section .text p {
  letter-spacing: 0.64px;
  line-height: 2;
}
section.reason section + section {
  margin-top: 104px;
}

@media (max-width: 1260px) {
  section.reason .inner {
    padding: 90px 30px 100px;
  }
  section.reason section {
    gap: 30px;
    justify-content: space-between;
  }
  section.reason section .text {
    max-width: 44vw;
  }
}
@media (max-width: 960px) {
  section.reason .inner {
    padding: 65px 30px 75px;
  }
  section.reason .head_area {
    margin: 0 auto 75px;
  }
  section.reason section {
    flex-direction: column;
    padding: 55px 60px;
  }
  section.reason section .text {
    max-width: 100%;
  }
  section.reason section .text h3 {
    position: relative;
    margin-bottom: 24px;
  }
  section.reason section .text h3 .num {
    top: -105px;
    transform: scale(0.75);
  }
  section.reason section .text h3 .text {
    font-size: 24px;
  }
  section.reason section .image {
    width: 100%;
    text-align: center;
  }
  section.reason section .image img {
    max-width: 320px;
    width: 75%;
  }
  section.reason section + section {
    margin-top: 75px;
  }
}
@media (max-width: 520px) {
  section.reason .inner {
    padding: 48px 20px 55px;
  }
  section.reason .head_area {
    margin: 0 auto 55px;
  }
  section.reason section {
    padding: 30px 20px;
  }
  section.reason section .text h3 {
    margin-bottom: 20px;
  }
  section.reason section .text h3 .num {
    top: -85px;
    transform: scale(0.5);
  }
  section.reason section .text h3 .text {
    font-size: 18px;
  }
  section.reason section .image img {
    max-width: 240px;
    width: 75%;
  }
  section.reason section + section {
    margin-top: 75px;
  }
}
section.feature {
  background-image: url("/images/bg_1.png");
  background-repeat: repeat;
}
section.feature .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 100px;
}
section.feature .head_area {
  margin: 0 auto 30px;
  text-align: center;
}
section.feature .feature_section_area {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 78px;
}
section.feature .feature_section_area section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 78px) / 2);
}
section.feature .feature_section_area section .image {
  display: flex;
  align-items: flex-end;
  min-height: 352px;
  margin-bottom: 42px;
}
section.feature .feature_section_area section .image img {
  vertical-align: bottom;
}
section.feature .feature_section_area section h3 {
  font-size: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 24px;
}
section.feature .feature_section_area section p {
  letter-spacing: 0.64px;
  line-height: 2;
}

@media (max-width: 1260px) {
  section.feature .inner {
    padding: 90px 30px 100px;
  }
}
@media (max-width: 960px) {
  section.feature .inner {
    padding: 70px 30px 75px;
  }
  section.feature .head_area {
    margin: 0 auto 20px;
  }
  section.feature .feature_section_area {
    gap: 35px 60px;
  }
  section.feature .feature_section_area section {
    width: calc((100% - 60px) / 2);
  }
  section.feature .feature_section_area section .image {
    margin-bottom: 32px;
    min-height: 29vw;
  }
  section.feature .feature_section_area section h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  section.feature .inner {
    padding: 50px 20px;
  }
  section.feature .head_area {
    margin: 0 auto 30px;
  }
  section.feature .feature_section_area {
    flex-direction: column;
    gap: 50px;
  }
  section.feature .feature_section_area section {
    width: 100%;
  }
  section.feature .feature_section_area section .image {
    margin-bottom: 24px;
    min-height: auto;
  }
  section.feature .feature_section_area section h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
section.example {
  background-color: #c8e7ff;
}
section.example .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 100px;
}
section.example .head_area {
  margin: 0 auto 103px;
  text-align: center;
}
section.example section {
  display: flex;
  padding: 34px 80px 47px 0;
  background-color: #fff;
}
section.example section .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 350px;
  margin-top: -100px;
}
section.example section .image h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding: 10px 38px;
  color: #ffffff;
  background-color: #233862;
  border-radius: 8px;
}
section.example section .text {
  flex: 1;
  max-width: 700px;
}
section.example section .text .num {
  font-size: 24px;
  letter-spacing: 0.96px;
  font-weight: bold;
  margin-bottom: 15px;
}
section.example section .text .num span {
  font-size: 48px;
  letter-spacing: 1.92px;
  margin-left: 10px;
}
section.example section .text .desc {
  letter-spacing: 0.64px;
  line-height: 2;
}
section.example section + section {
  margin-top: 104px;
}

@media (max-width: 1260px) {
  section.example .inner {
    padding: 90px 30px 100px;
  }
}
@media (max-width: 960px) {
  section.example .inner {
    padding: 70px 30px 75px;
  }
  section.example .head_area {
    margin: 0 auto 103px;
  }
  section.example section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 25px 30px 35px;
  }
  section.example section .image {
    gap: 10px;
    width: 350px;
  }
  section.example section .image h2 {
    font-size: 16px;
    padding: 10px 28px;
  }
  section.example section .text {
    max-width: 100%;
  }
  section.example section .text .num {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.example section .text .num span {
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  section.example .inner {
    padding: 52px 20px 55px;
  }
  section.example .head_area {
    margin: 0 auto 103px;
  }
  section.example section {
    gap: 20px;
    padding: 20px 20px 25px;
  }
  section.example section .image {
    width: 350px;
  }
  section.example section .image h2 {
    padding: 10px 20px;
  }
  section.example section .text .num {
    font-size: 16px;
  }
  section.example section .text .num span {
    font-size: 26px;
  }
}
section.price {
  background-color: #3da9fc;
}
section.price .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
section.price .head_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 42vw;
  margin: 20px auto 30px;
  text-align: center;
}
section.price img {
  max-width: 680px;
  width: 100%;
}

@media (max-width: 1260px) {
  section.price .inner {
    padding: 100px 30px 100px;
  }
}
@media (max-width: 960px) {
  section.price .inner {
    flex-direction: column;
    padding: 75px 30px;
  }
}
@media (max-width: 520px) {
  section.price .inner {
    padding: 55px 20px;
  }
}
section.flow .inner {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
section.flow .head_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 42vw;
  margin: 20px auto 30px;
  text-align: center;
}
section.flow ol {
  width: 58vw;
}
section.flow ol li .step {
  width: 152px;
  font-size: 28px;
  letter-spacing: 1.12px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
section.flow ol li .step span {
  font-size: 60px;
  letter-spacing: 2.4px;
  margin-left: 5px;
}
section.flow ol li .step::after {
  content: "";
  display: block;
  width: 152px;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #c8e7ff;
  border-radius: 8px;
  z-index: -1;
}
section.flow ol li h3 {
  font-size: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 24px;
}
section.flow ol li p {
  letter-spacing: 0.64px;
  line-height: 2;
}
section.flow ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  height: 48px;
  background-image: url("/images/flow_arrow.svg");
  background-size: contain;
  margin-top: 25px;
}
section.flow ol li + li {
  margin-top: 15px;
}

@media (max-width: 1260px) {
  section.flow .inner {
    padding: 100px 30px 100px 0;
  }
}
@media (max-width: 960px) {
  section.flow .inner {
    flex-direction: column;
    padding: 75px 30px;
  }
  section.flow .head_area {
    width: 100%;
    margin: 15px auto 22px;
  }
  section.flow .head_area img {
    display: none;
  }
  section.flow ol {
    width: 100%;
  }
  section.flow ol li .step {
    width: 115px;
    font-size: 21px;
    margin-bottom: 18px;
  }
  section.flow ol li .step span {
    font-size: 45px;
  }
  section.flow ol li .step::after {
    width: 115px;
    height: 30px;
  }
  section.flow ol li h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  section.flow ol li:not(:last-child)::after {
    margin: 15px auto 0;
  }
  section.flow ol li + li {
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  section.flow .inner {
    padding: 55px 20px;
  }
  section.flow .head_area {
    margin: 10px auto 15px;
  }
  section.flow ol li .step {
    width: 85px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  section.flow ol li .step span {
    font-size: 34px;
  }
  section.flow ol li .step::after {
    width: 85px;
    height: 15px;
  }
  section.flow ol li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section.flow ol li:not(:last-child)::after {
    margin: 10px auto 0;
    width: 35px;
    height: 33px;
  }
}
div.contact {
  padding: 50px 0;
  background-image: url("/images/bg_3.png");
  background-repeat: repeat;
}
div.contact .head_area {
  margin: 0 auto 50px;
  text-align: center;
}
div.contact .form_wrap {
  margin: 0 auto;
  max-width: 717px;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
}
div.contact .form_wrap form div dt {
  display: flex;
  align-items: center;
  gap: 3px;
}
div.contact .form_wrap form div dt span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 5px;
  margin-top: 2px;
}
div.contact .form_wrap form div dd {
  margin-top: 10px;
}
div.contact .form_wrap form div dd select, div.contact .form_wrap form div dd input, div.contact .form_wrap form div dd textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
div.contact .form_wrap form div dd select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
div.contact .form_wrap form div dd .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}
div.contact .form_wrap form div dd .checkbox input {
  width: auto;
  margin-top: 3px;
}
div.contact .form_wrap form div dd .checkbox + .checkbox {
  margin-top: 10px;
}
div.contact .form_wrap form div + div {
  margin-top: 20px;
}
div.contact .form_wrap form .req dt span {
  background-color: #f44336;
}
div.contact .form_wrap form .any dt span {
  background-color: #78909C;
}
div.contact .form_wrap form table {
  width: 100%;
  margin-top: 30px;
}
div.contact .form_wrap form table tr {
  display: flex;
  flex-direction: column;
}
div.contact .form_wrap form table tr th {
  width: 100%;
  text-align: left;
}
div.contact .form_wrap form table tr td {
  width: 100%;
  margin-top: 10px;
}
div.contact .form_wrap form table tr + tr {
  margin-top: 20px;
}
div.contact .form_wrap .btn_area {
  margin-top: 30px;
}
div.contact .form_wrap .btn_area .contact_btn {
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  background-color: #ef4565;
  color: #ffffff;
}
div.contact .form_wrap .btn_area .contact_btn_back {
  background-color: #aaa;
}
div.contact .form_wrap .btn_area .contact_btn + .contact_btn {
  margin-top: 20px;
}

@media (max-width: 960px) {
  div.contact {
    padding: 105px 20px;
  }
  div.contact .btn_area .contact_btn {
    width: 380px;
    padding: 20px 0;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  div.contact {
    padding: 75px 20px;
  }
  div.contact .btn_area .contact_btn {
    max-width: 320px;
    width: 100%;
    padding: 15px 0;
  }
}
div.contact_confirm,
div.contact_complete {
  min-height: calc(100vh - 60px);
  padding-top: 150px;
}/*# sourceMappingURL=style.css.map */