@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@500&family=Nanum+Gothic:wght@700&display=swap");
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

#wrapper {
  margin: 0 auto;
  /*overflow: hidden;*/
  min-height: calc(100% - 176px - 5em);
}

.fullheight,
.mobile.form-thanks {
  height: calc(100vh - 352px);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 1.3rem;
  font-weight: normal;
  margin: 3em 0 1em;
}

h3 {
  font-weight: normal;
  font-size: 1.1rem;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.f-orange {
  color: #ff8000;
}

.orange-box {
  background-color: #ff8000;
  color: #ffffff;
  padding: 2px 1em;
  border-radius: 15px;
}

span.orange-box {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.75em;
}

.orange-box.balloon {
  position: relative;
}

.orange-box.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ff8000;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.outer_wrapper {
  margin: -5px auto 30px auto;
  background-color: #ecf5ff;
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .inner_wrapper {
    max-width: 100%;
  }
}
.text-c {
  text-align: center;
}

.flexWrap {
  display: flex;
}

.mobile {
  padding-top: 105px;
  line-height: 1.5;
}

.width-fix {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .width-fix {
    width: 95%;
  }
}
header {
  position: fixed;
  top: 0;
  left: calc((100% - 1200px) / 2);
  width: 1200px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  header {
    width: 100%;
    left: 0;
  }
}
header .header-bar {
  background: #fff;
  justify-content: space-between;
  align-items: center;
}

header .header-bar h1 {
  padding: 1em 0 1em 1.5em;
}

@media screen and (max-width: 780px) {
  header .header-bar h1 {
    padding-left: 0.5em;
  }
}
header .header-bar h1 img {
  width: 65%;
}

@media screen and (max-width: 780px) {
  header .header-bar h1 img {
    width: 40%;
  }
}
header .header-bar .tel {
  align-items: center;
}

header .header-bar .tel img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 780px) {
  header .header-bar .tel img {
    width: 20px;
    height: 20px;
  }
}
header .header-bar .tel p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 0.7;
  text-align: center;
}

@media screen and (max-width: 780px) {
  header .header-bar .tel p {
    font-size: 0.8rem;
    line-height: 0.9;
    margin: 0.5em;
  }
}
header .header-bar .tel p a {
  color: #2f8ae5;
}

header .header-bar .tel p .f-small {
  font-size: 0.6rem;
  font-weight: normal;
}

header .navi ul {
  justify-content: center;
  box-shadow: 0 5px 8px #ddd;
}

header .navi ul li {
  background: #ecf5ff;
  width: 25%;
}

header .navi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1em;
}

@media screen and (max-width: 780px) {
  header .navi ul li a {
    flex-direction: column;
    padding: 0.5em;
  }
}
header .navi ul li p {
  padding-left: 0.5em;
  font-size: 1rem;
}

@media screen and (max-width: 780px) {
  header .navi ul li p {
    font-size: 0.6rem;
    padding: 0.5em 0 0;
    text-align: center;
  }
}
header .navi ul li:last-of-type {
  background: #ff8000;
}

header .navi ul li:last-of-type p {
  color: #fff;
}

header .navi ul li img,
header .navi ul li svg {
  width: 30px;
  height: 30px;
}

header .navi ul li p {
  display: inline;
  color: #091e33;
}

.top .fv img {
  width: 100%;
}

.top section {
  padding-top: 4em;
}

.top section.service {
  padding-top: 0em;
  background: #fff;
}

.top section.case-study {
  padding-top: 0em;
}

@media screen and (max-width: 780px) {
  .top section {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.top .form-link a:hover .form-link-area .arrow::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top .form-link .form-link-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 3px solid #ff8000;
  border-radius: 6px;
  color: #ff8000;
  padding: 1.5em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  width: 60%;
}

@media screen and (max-width: 780px) {
  .top .form-link .form-link-area {
    width: 90%;
    max-width: 340px;
    padding: 0.8em;
  }
}
.top .form-link .form-link-area:hover {
  border: 3px solid #ff8000;
  color: #fff;
  background: #ff8000;
}

.top .form-link .form-link-area .img-icon {
  background-image: url(../img/mobile-icon_memo-o.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.top .form-link .form-link-area .arrow {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.top .form-link .form-link-area .arrow::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #ff8000;
  border-right: 3px solid #ff8000;
}

.top .form-link a:hover {
  background: #ff8000;
  color: #fff;
  border: 3px solid #ff8000;
}

.top .form-link a:hover .img-icon {
  background-image: url(../img/mobile-icon_memo-w.svg);
}

.top .form-link a:hover .form .arrow::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top section.service {
  position: relative;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5em 0 1em;
}

.top section.service::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 80px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -80px;
  left: 0;
}

.top section.service p {
  margin: 2em 3em;
}

.top section.service p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .top .service p {
    margin: 1em 0;
  }
  .top section.service p {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.top .service img {
  width: 100%;
}

.plan-info {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.plan-info .f-orange {
  font-size: 4rem;
  color: #ff8000;
}

.plan-info .f-small {
  font-size: 0.9rem;
  padding-left: 0.5em;
}

.plan-info .f-blue {
  color: #2f8ae5;
}

@media screen and (max-width: 780px) {
  .top .case-study .flexWrap {
    flex-direction: column;
  }
}
.top .case-study .blue-wrap {
  background: #ecf5ff;
  text-align: center;
  padding: 2em;
  width: 33%;
  margin: 0.5em;
}

@media screen and (max-width: 780px) {
  .top .case-study .blue-wrap {
    width: 90%;
    margin: 0.5em auto;
    padding: 1em;
  }
}
.top .case-study .blue-wrap .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0.6em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  background: #2f8ae5;
  border-radius: 15px;
  text-align: center;
}

.top .case-study .blue-wrap .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #2f8ae5;
}

.top .case-study .blue-wrap .balloon span {
  margin: 0;
  padding: 0;
}

.top .case-study .blue-wrap h3 {
  font-weight: 600;
  color: #2f8ae5;
  font-size: 1.3rem;
  margin-bottom: 0.3em;
}

.top .case-study .blue-wrap .img-wrap {
  position: relative;
  padding-bottom: 4em;
}

.top .case-study .blue-wrap .img-wrap .bg {
  width: 100%;
}

.top .case-study .blue-wrap .img-wrap .human {
  position: absolute;
  left: 25%;
  bottom: 1em;
  width: 50%;
}

.top .case-study .blue-wrap p {
  color: #091e33;
  text-align: left;
}

.top .plan .flexWrap {
  padding-top: 2em;
  align-items: flex-end;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap {
    justify-content: space-between;
  }
}
.top .plan .flexWrap .planWrap {
  text-align: center;
  border: 3px solid #2f8ae5;
  margin: 0.5em 0;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap {
    font-size: 0.6rem;
  }
}
.top .plan .flexWrap .planWrap:nth-of-type(odd) {
  width: 25%;
}

.top .plan .flexWrap .planWrap:nth-of-type(odd) p {
  font-size: 0.9rem;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap:nth-of-type(odd) p {
    font-size: 0.6rem;
  }
}
.top .plan .flexWrap .planWrap:nth-of-type(even) {
  width: 50%;
  position: relative;
  margin: 0.5em 1em;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap:nth-of-type(even) p {
    padding: 2em 0.2em;
  }
}
.top .plan .flexWrap .planWrap:nth-of-type(even) .balloon {
  position: absolute;
  top: -1.8em;
  left: 34%;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 0.3em;
  min-width: 120px;
  max-width: 100%;
  color: #2f8ae5;
  background: #ecf5ff;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap:nth-of-type(even) .balloon {
    left: 15%;
    min-width: 100px;
  }
}
.top .plan .flexWrap .planWrap:nth-of-type(even) .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ecf5ff;
}

.top .plan .flexWrap .planWrap span.bg-blue {
  display: block;
  background: #2f8ae5;
  color: #fff;
  padding: 1em 0;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap span.bg-blue {
    font-size: 0.8rem;
  }
}
.top .plan .flexWrap .planWrap p {
  padding: 1em;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap p {
    padding: 0.6em;
  }
}
.top .plan .flexWrap .planWrap p .bold {
  font-weight: bold;
  padding: 0 0.5em;
}

.top .plan .flexWrap .planWrap p .bold span {
  font-size: 2rem;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap p .bold span {
    font-size: 1.5rem;
  }
}
.top .plan .flexWrap .planWrap p.f-blue {
  color: #2f8ae5;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap p.f-blue {
    font-size: 0.8rem;
    padding: 0;
  }
}
.top .plan .flexWrap .planWrap p.f-blue .f-big {
  font-size: 4rem;
}

@media screen and (max-width: 780px) {
  .top .plan .flexWrap .planWrap p.f-blue .f-big {
    font-size: 1rem;
  }
}
.top .plan .attention {
  text-align: center;
  padding: 1em 0 2em;
}

.top .flow .flexWrap {
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #091e33;
  margin-bottom: 4em;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap {
    margin-bottom: 2em;
  }
}
.top .flow .flexWrap .step1 {
  background: #69a5e9;
}

.top .flow .flexWrap .step1 .triangle {
  border-top: 28px solid #69a5e9;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step1 .triangle {
    border-top: 12px solid #69a5e9;
  }
}
.top .flow .flexWrap .step2 {
  background: #3c81cd;
}

.top .flow .flexWrap .step2 .triangle {
  border-top: 28px solid #3c81cd;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step2 .triangle {
    border-top: 12px solid #3c81cd;
  }
}
.top .flow .flexWrap .step3 {
  background: #0f58a1;
}

.top .flow .flexWrap .step3 .triangle {
  border-top: 28px solid #0f58a1;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step3 .triangle {
    border-top: 12px solid #0f58a1;
  }
}
.top .flow .flexWrap .step {
  color: #fff;
  padding: 2em;
  width: 30%;
  position: relative;
  text-align: center;
  border-radius: 5px 0 0 0;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step {
    padding: 0.5em;
    font-size: 0.7rem;
  }
}
.top .flow .flexWrap .step .number {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step .number {
    font-size: 1.4rem;
  }
}
.top .flow .flexWrap .step:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #091e33;
  bottom: -37px;
  left: 40%;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #091e33;
    bottom: -18px;
    left: 40%;
  }
}
@media screen and (max-width: 480px) {
  .top .flow .flexWrap .step:before {
    bottom: -18px;
    left: 35%;
  }
}
.top .flow .flexWrap .step:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  bottom: -34px;
  left: 40%;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    bottom: -15px;
    left: 39%;
  }
}
@media screen and (max-width: 480px) {
  .top .flow .flexWrap .step:after {
    bottom: -15px;
    left: 33%;
  }
}
.top .flow .flexWrap .step .triangle {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  bottom: -28px;
  left: 40.7%;
  z-index: 1;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .step .triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 40.5%;
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .top .flow .flexWrap .step .triangle {
    left: 36%;
    bottom: -10px;
  }
}
.top .flow .flexWrap .text {
  width: 70%;
  display: flex;
  background: #ecf5ff;
  padding: 2em 4em;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 5px 0 0;
}

@media screen and (max-width: 780px) {
  .top .flow .flexWrap .text {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 780px) {
  .top .flow .flexWrap .text img {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .top .flow .flexWrap .text img {
    width: 15%;
  }
}
@media screen and (max-width: 780px) {
  .top .flow .flexWrap .text p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .top .faq {
    padding-top: 4em;
  }
}
.top .faq .faq-wrap dl {
  background: #ecf5ff;
  padding: 2em;
  margin: 1em 0;
  border-radius: 5px;
  box-shadow: 0 5px 8px #ddd;
}

@media screen and (max-width: 780px) {
  .top .faq .faq-wrap dl {
    padding: 1em;
  }
}
.top .faq .faq-wrap dl dt {
  margin-bottom: 2em;
}

@media screen and (max-width: 780px) {
  .top .faq .faq-wrap dl dt {
    margin-bottom: 0.5em;
  }
}
.top .faq .faq-wrap dl dt:before {
  content: "Q";
  font-family: "Fredoka", sans-serif;
  margin-right: 0.5em;
  font-size: 2rem;
}

.top .faq .faq-wrap dl dd {
  color: #ff8000;
}

.top .faq .faq-wrap dl dd:before {
  content: "A";
  font-family: "Fredoka", sans-serif;
  margin-right: 0.5em;
  font-size: 2rem;
}

.top .entry .entryWrap {
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .top .entry .entryWrap {
    flex-direction: column;
  }
}
.top .entry .entryWrap .linkWrap {
  font-weight: bold;
  border-radius: 6px;
  padding: 0.6em 3em 0.6em 2em;
  margin: 1em 0.5em;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 80px;
  transition: 0.3s;
}

@media screen and (max-width: 780px) {
  .top .entry .entryWrap .linkWrap {
    margin: 1em auto;
    padding: 0.6em 3em 0.6em 2em;
    max-width: 340px;
    justify-content: space-between;
  }
}
.top .entry .entryWrap .linkWrap .img-icon {
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 780px) {
  .top .entry .entryWrap .linkWrap .img-icon {
    width: 25px;
    height: 25px;
  }
}
.top .entry .entryWrap .linkWrap p {
  line-height: 1.2;
  margin-left: 1em;
  width: 260px;
}

@media screen and (max-width: 780px) {
  .top .entry .entryWrap .linkWrap p {
    line-height: 1.1;
    font-size: 0.9rem;
    width: 200px;
  }
}
.top .entry .entryWrap a:hover .tel .img-icon {
  background-image: url(../img/mobile-icon_phone-w.svg);
}

.top .entry .entryWrap a:hover .tel .arrow::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top .entry .entryWrap a:hover .form .img-icon {
  background-image: url(../img/mobile-icon_memo-w.svg);
}

.top .entry .entryWrap a:hover .form .arrow::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.top .entry .f-big {
  font-size: 1.8rem;
}

@media screen and (max-width: 780px) {
  .top .entry .f-big {
    font-size: 1.2rem;
  }
}
.top .entry .f-small {
  font-size: 0.8rem;
  padding-left: 0.5em;
}

@media screen and (max-width: 780px) {
  .top .entry .f-small {
    padding-left: 0;
  }
}
.top .entry .tel {
  color: #2f8ae5;
  border: 3px solid #2f8ae5;
}

.top .entry .tel:hover {
  color: #fff;
  background: #2f8ae5;
  border: 3px solid #2f8ae5;
}

.top .entry .tel .img-icon {
  background-image: url(../img/mobile-icon_phone.svg);
}

.top .entry .tel .arrow::before {
  border-top: 3px solid #2f8ae5;
  border-right: 3px solid #2f8ae5;
}

.top .entry .form {
  color: #ff8000;
  border: 3px solid #ff8000;
}

.top .entry .form:hover {
  color: #fff;
  background: #ff8000;
  border: 3px solid #ff8000;
}

.top .entry .form .img-icon {
  background-image: url(../img/mobile-icon_memo-o.svg);
}

.top .entry .form p {
  font-size: 1.1rem;
}

.top .entry .form .arrow::before {
  border-top: 3px solid #ff8000;
  border-right: 3px solid #ff8000;
}

.top .entry .arrow {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.top .entry .arrow::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.company dl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 3em auto;
}

.company dl dt,
.company dl dd {
  margin: 1em 0;
  padding: 0.5em 0;
}

.company dl dt {
  width: 20%;
  font-weight: 600;
}

.company dl dd {
  width: 70%;
  border-left: 3px solid #091e33;
  padding-left: 1.5em;
}

.privacy h3 {
  border-left: 3px solid #091e33;
  padding: 0.5em 0 0.5em 0.6em;
  margin: 2.5em 0 1em;
}

.privacy p {
  margin-bottom: 1em;
}

.notion_law table {
  border: 1px solid #b4b4b4;
  margin: 3em auto;
}

.notion_law table tr {
  border-bottom: 1px solid #b4b4b4;
}

.notion_law table tr th,
.notion_law table tr td {
  padding: 2em;
}

@media screen and (max-width: 780px) {
  .notion_law table tr th,
  .notion_law table tr td {
    padding: 0.5em;
  }
}
.notion_law table tr th {
  font-weight: 600;
  background: #f9f9f9;
  border-right: 1px solid #b4b4b4;
}

.notion_law .width-fix p {
  margin: 0 2em 2em;
}

@media screen and (max-width: 780px) {
  .notion_law .width-fix p {
    margin: 0 1em 2em;
  }
}
.notion_law .width-fix ul {
  margin: 0 3em;
}

@media screen and (max-width: 780px) {
  .notion_law .width-fix ul {
    margin: 0 0.5em 0 2em;
  }
}
.notion_law .width-fix ul li {
  list-style: disc;
}

.post ul li {
  border-bottom: 3px solid #ecf5ff;
  padding: 0.5em;
  margin: 1em 3em;
}

@media screen and (max-width: 780px) {
  .post ul li {
    margin: 1em 0;
    padding: 0 0.5em;
  }
}
.post ul li .date {
  font-size: 0.8rem;
  margin: 0 2em;
}

@media screen and (max-width: 780px) {
  .post ul li .date {
    margin-left: 0;
  }
}
.post ul li .batch {
  color: #fff;
  padding: 0.2em 0.6em;
  font-size: 0.8rem;
  border-radius: 2px;
}

.post ul li .batch.news {
  background: #ff8000;
}

.post ul li .batch.failure {
  background: #091e33;
}

.post ul li p {
  display: inline-block;
}

@media screen and (max-width: 780px) {
  .post ul li p {
    margin-top: 0.7em;
  }
}
.post ul li a {
  margin: 0 2em;
  text-decoration: underline;
  color: #091e33;
}

.post ul li span {
  margin: 0 2em;
  color: #091e33;
}

@media screen and (max-width: 780px) {
  .post ul li a,
  .post ul li span {
    margin: 0;
  }
}
.single-post {
  padding: 0 0.5em;
}

.single-post .right-text {
  text-align: right;
  margin: 1em 0 1.5em;
}

.single-post .right-text .batch {
  color: #fff;
  padding: 0.2em 0.6em;
  font-size: 0.8rem;
  border-radius: 2px;
}

.single-post .right-text .batch.news {
  background: #ff8000;
}

.single-post .right-text .batch.failure {
  background: #091e33;
}

.single-post .right-text .date {
  font-size: 0.8rem;
  margin-left: 0.6em;
}

.single-post .contents h1 {
  margin: 1em 0 0.6em;
  font-size: 1.2rem;
}

.single-post .contents h2 {
  margin: 0.8em 0 0.4em;
  font-size: 1.1rem;
}

@media screen and (max-width: 780px) {
  .mail-form .flexWrap {
    flex-direction: column;
  }
}
.mail-form .form-btn {
  align-items: flex-start;
}

.mail-form .error-message {
  color: red;
  display: none;
  font-weight: normal;
  font-size: 0.8rem;
  padding-top: 0.2em;
  margin-top: -0.75em;
  margin-bottom: 1em;
}

.mail-form .table-message {
  color: red;
  font-weight: normal;
}

.mail-form .btn_detail-send {
  color: #fff;
  border-radius: 6px;
  padding: 1.5em;
  text-align: center;
  margin-top: 2em;
  font-weight: 600;
  position: relative;
  height: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex: 1;
}

@media screen and (max-width: 780px) {
  .mail-form .btn_detail-send {
    max-width: 300px;
  }
}
.mail-form .btn_detail-send #submit {
  border-radius: 6px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em;
  font-weight: 600;
  font-size: 1rem;
  background: #ff8000;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border: 2px solid #ff8000;
}

.mail-form .btn_detail-send #submit:hover {
  border: 2px solid #ff8000;
  color: #ff8000;
  background: #fff;
}

.mail-form .btn-text {
  padding-top: 5.2em;
}

.mail-form .btn_detail {
  background: #545454;
  color: #fff;
  border-radius: 6px;
  padding: 1.5em;
  text-align: center;
  margin-top: 2em;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid #545454;
  transition: 0.4s;
  flex: 1;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .mail-form .btn_detail {
    max-width: 300px;
  }
}
.mail-form .btn_detail:hover {
  border: 2px solid #545454;
  background: #fff;
  color: #545454;
}

.mail-form .hp_none {
  display: none;
}

.mail-form .hp_none.active {
  display: block;
}

.mail-form .info-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  color: #091e33;
}

.mail-form .info-link a img {
  padding-right: 0.3em;
}

.mail-form .form_area .form-wrap {
  border-bottom: 1px dotted #091e33;
  padding: 1em 0 3em;
}

.mail-form .form_area .one_input h3 {
  font-size: 0.9rem;
  padding: 1.5em 0 0.1em;
}

.mail-form .form_area .one_input label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  /*margin-top: 1.5em;*/
}

.mail-form .form_area .one_input input {
  width: 100%;
  padding: 1.5em;
  border-radius: 0.4em;
  border: #091e33 1px solid;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 0.75em;
}

.mail-form .form_area .one_input label.selectbox {
  width: 100%;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.mail-form .form_area .one_input label.selectbox:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #091e33;
  border-right: 2px solid #091e33;
  transform: rotate(135deg);
}

.mail-form .form_area .one_input select {
  width: 100%;
  padding: 1.5em;
  border-radius: 0.4em;
  border: #091e33 1px solid;
  box-sizing: border-box;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mail-form .form_area .one_input textarea {
  width: 100%;
  padding: 1.5em;
  border-radius: 0.4em;
  border: #091e33 1px solid;
  box-sizing: border-box;
}

.mail-form .form_area .one_input .col-wrap {
  display: flex;
}

.mail-form .form_area .one_input .col-wrap .col2 {
  width: 50%;
}

.mail-form .form_area .one_input .col-wrap .col2:nth-of-type(1) {
  margin-right: 1em;
}

.mail-form .table .tableArea {
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
}

.mail-form .table .tableArea h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.mail-form .table .tableArea .table_one {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
  background: #f9f8f6;
}

.mail-form .table .tableArea .table_one_left {
  width: 30%;
  height: 100%;
  min-height: 80px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

@media screen and (max-width: 780px) {
  .mail-form .table .tableArea .table_one_left {
    width: 40%;
    padding-left: 0.5em;
  }
}
.mail-form .table .tableArea .table_one_right {
  width: 70%;
  height: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid #b4b4b4;
  padding-left: 1em;
}

@media screen and (max-width: 780px) {
  .mail-form .table .tableArea .table_one_right {
    width: 60%;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 780px) {
  .modaal-inner-wrapper {
    padding: 80px 1em !important;
  }
}
.modaal-container {
  width: 90% !important;
}

@media screen and (max-width: 780px) {
  .modaal-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 780px) {
  .modaal-content-container {
    padding: 0.5em !important;
  }
}
.prepare {
  line-height: 1.2;
}

@media screen and (max-width: 780px) {
  .prepare h2 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 780px) {
  .prepare p {
    font-size: 0.7rem;
  }
}
.prepare .flexWrap {
  justify-content: space-between;
  align-items: center;
}

.prepare .flexWrap .col {
  width: 33.33333%;
  background: #ecf5ff;
  text-align: center;
  padding: 2em;
  margin: 0 1em;
  height: 150px;
}

@media screen and (max-width: 780px) {
  .prepare .flexWrap .col {
    padding: 0.5em 0.3em;
    margin: 0;
    height: 120px;
  }
}
.prepare .flexWrap .col:nth-of-type(1) {
  margin-left: 0;
}

.prepare .flexWrap .col:nth-of-type(3) {
  margin-right: 0;
}

.prepare .flexWrap .col img {
  padding-bottom: 1em;
}

.prepare .flexWrap .plus {
  width: 24px;
  height: 24px;
  position: relative;
  color: #091e33;
}

@media screen and (max-width: 780px) {
  .prepare .flexWrap .plus {
    width: 14px;
    height: 14px;
  }
}
.prepare .flexWrap .plus:before,
.prepare .flexWrap .plus:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 4px;
  background-color: currentColor;
}

@media screen and (max-width: 780px) {
  .prepare .flexWrap .plus:before,
  .prepare .flexWrap .plus:after {
    width: 14px;
  }
}
.prepare .flexWrap .plus:after {
  transform: rotate(90deg);
}

.prepare h3 {
  margin: 2em 0 1em;
}

.prepare .document {
  display: flex;
  margin: 1em 0;
}

.prepare .document .doc-wrap {
  display: flex;
  background: #f1f1f1;
  padding: 2em;
  width: 40%;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .prepare .document .doc-wrap {
    padding: 0.2em;
    width: 50%;
  }
}
.prepare .document .doc-wrap img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 780px) {
  .prepare .document .doc-wrap img {
    width: 30px;
    height: 30px;
  }
}
.prepare .document .doc-wrap p {
  margin-left: 1em;
}

@media screen and (max-width: 780px) {
  .prepare .document .doc-wrap p {
    font-size: 0.8rem;
  }
}
.prepare .document ul {
  border: 2px solid #f1f1f1;
  padding: 2em;
  width: 60%;
}

@media screen and (max-width: 780px) {
  .prepare .document ul {
    padding: 0.5em 0 0.5em 2em;
    font-size: 0.8em;
    width: 50%;
  }
}
.prepare .document ul li {
  list-style: disc;
}

.prepare .attention {
  margin-bottom: 2em;
}

.form-thanks {
  text-align: center;
}

.form-thanks img {
  padding: 1em 0 2em;
}

footer {
  background: #091e33;
  color: #fff;
  padding: 3em 0;
  margin-top: 5em;
}

@media screen and (max-width: 780px) {
  footer {
    padding: 1.5em 0 0;
  }
}
footer ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  footer ul {
    flex-direction: column;
  }
}
footer ul li {
  border-right: 1px solid #fff;
  padding: 0.5em 3em;
}

@media screen and (max-width: 780px) {
  footer ul li {
    border-right: none;
  }
}
footer ul li a {
  color: #fff;
}

footer ul li:last-of-type {
  border-right: none;
}

footer p {
  padding-top: 2em;
}

@media screen and (max-width: 780px) {
  footer p {
    padding: 1.5em 0;
    font-size: 0.8rem;
  }
}
/*========= モーダル表示のためのCSS ===============*/
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.privacy_box {
  border-radius: 0.4em;
  border: #091e33 1px solid;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 10px;
  line-height: 1.4;
  background: white;
  padding: 10px;
}

.inner_wrapper.accept {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.cat {
  padding: 10px 0;
}/*# sourceMappingURL=style-mobile.css.map */