@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*======================================
  color
======================================*/
/*==============================
 font-weight
============================= */
/* ==============================
  初期設定
============================== */
:root {
  --font-family: 'Noto sans JP', sans-serif;
  --container-width: calc(320 / 375 * 100%);
  --container-max-width: 840px;
  --footer-bgcolor: #464546;
  --text-size: 0.875rem;
  --text-size-pc: 1.125rem;
  --footer-bgColor: #000;
}

/*======================================
  font
======================================*/
/*==============================
 responsive
============================= */
/* mobile only */
/* mobile + tablet */
/* tablet + pc */
/* pc only */
/*======================================
  TOP
======================================*/
.top__txt {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 840px) {
  .top__txt {
    margin-bottom: 3.5rem;
  }
}
.section.top .container {
  margin-bottom: 0.25rem;
}

.box-blue {
  margin-bottom: 0;
}
.box-blue.-first {
  margin-bottom: 55px;
  position: relative;
  z-index: 101;
}
.box-blue.-first::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 40px;
  content: "&";
  font-size: 2rem;
  font-weight: 500;
  background: #FFAA14;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #08224B;
}
.box-blue.-second {
  z-index: 100;
}

@media screen and (min-width: 840px) {
  .box-blue {
    width: 49%;
  }
  .box-blue__wrap {
    position: relative;
  }
  .box-blue.-first {
    margin-bottom: 0;
    position: static;
  }
  .box-blue.-first::after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    width: 65px;
    height: 65px;
    border: 2px solid #FFF;
  }
  .box-blue.-first::after {
    line-height: 56px;
  }
}
.loop-wrap {
  width: 100vw;
  overflow: hidden;
  height: 80px;
  display: flex;
  margin-bottom: 0.25rem;
}
.loop-wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop-wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop-wrap img:last-child {
  animation: loop2 50s linear infinite;
}

.kazari__wrap::before,
.service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  height: 100%;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
.kazari__wrap::after,
.service::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25vw;
  height: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.kazari__wrap {
  position: relative;
  padding-bottom: 4rem;
}
.kazari__wrap::before {
  top: -4rem;
  background-image: url("../images/svg/kazari01.svg");
}
.kazari__wrap::after {
  background-image: url("../images/svg/kazari01.svg");
}

@media screen and (min-width: 840px) {
  .kazari__wrap::before,
  .service::before {
    width: 15vw;
  }
  .kazari__wrap::after,
  .service::after {
    width: 15vw;
  }

  .kazari__wrap {
    padding-bottom: 8rem;
  }
}
.service {
  padding-bottom: 2.5rem;
  background: #D9E6EF;
  position: relative;
}
.service .container {
  margin-bottom: 0;
}
.service::before {
  background-image: url("../images/svg/kazari02.svg");
}
.service::after {
  background-image: url("../images/svg/kazari02.svg");
}
.service__ttl {
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #08224B;
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 1rem;
}
.service__txt {
  font-size: 1.0625rem;
  line-height: 1.58824;
  letter-spacing: 0.05em;
  color: #08224B;
  text-align: center;
  margin-bottom: 2.75rem;
}
.service .point__wrap {
  margin-bottom: 2.5rem;
}

.top-flow {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 650px;
  z-index: 102;
}
.top-flow:not(.-last)::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1rem solid #08224B;
  border-right: 0.75rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: .75rem solid transparent;
}
.top-flow.-last {
  margin-bottom: 0;
}
.top-flow.col {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
}
.top-flow__wrap {
  padding-bottom: 4rem;
}
.top-flow__txt {
  font-size: 1.125rem;
  color: #08224B;
}
.top-flow__pict {
  margin-right: 1rem;
}

@media screen and (min-width: 840px) {
  .service {
    padding-bottom: 8rem;
  }

  .top-flow {
    flex-direction: column;
    width: 25%;
    margin-bottom: 0;
  }
  .top-flow__wrap {
    display: flex;
    justify-content: space-between;
  }
  .top-flow:not(.-last)::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -8%;
    transform: translate(0, -50%);
    border-top: 0.5rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.75rem solid #08224B;
  }
  .top-flow__txt {
    font-size: 1.25rem;
    text-align: center;
  }
  .top-flow__pict {
    margin-right: 0;
    margin-bottom: 1.75rem;
  }

  /* top-flow */
  .loop-wrap {
    height: 260px;
  }
}
.mainPage-link {
  background: #08224B;
  padding: 4.5rem 0;
}
.mainPage-link__list {
  width: calc(310% / 375 * 100);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.mainPage-link__item {
  height: 80px;
  margin-bottom: 1.75rem;
}
.mainPage-link__link {
  display: grid;
  height: 100%;
  align-items: center;
  justify-items: center;
  background: #fff;
  color: #08224B;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  box-shadow: 0 8px 0 0 #4066A1;
  transition: all 0.25s ease;
}
.mainPage-link__link:hover {
  box-shadow: none;
}

/*======================================
  category
======================================*/
.point {
  position: relative;
  border: 3px double #08224B;
  margin-top: 4rem;
  color: #08224B;
  background: #FFF;
}
.point::before {
  content: "1";
  position: absolute;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 50px;
  height: 50px;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #08224B;
  border-radius: 50%;
  background: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
}
.point.--sec::before {
  content: "2";
}
.point.--third::before {
  content: "3";
}
.point::after {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  bottom: 10px;
  left: 0;
  border-bottom: 2px solid #08224B;
}
.point__ttl {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 500;
  font-size: 0.875rem;
}
.point__txt {
  padding: 2rem;
  font-weight: 400;
  color: inherit;
}
.-top .point__txt {
  text-align: center;
}
.point__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 840px) {
  .Skill-img {
    flex-direction: row-reverse;
  }
}
/*======================================
  flow
======================================*/
.flow {
  margin-top: 3rem;
  margin-bottom: 1.75rem;
}
.flow__wrap {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-template-rows: repeat(11, auto);
  justify-content: space-between;
  gap: 0.75rem 0;
}
.flow__box {
  border: 2px solid #08224B;
  color: #08224B;
  text-align: center;
  padding: 1.5rem 0;
}
.flow__box.--bg-blue {
  background: #4066A1;
  color: #fff;
  border: none;
}
.flow__box.--one {
  grid-column: 1 / 2;
  grid-row: 1;
}
.flow__box.--two {
  grid-column: 2 / 3;
  grid-row: 1;
}
.flow__box.--three {
  grid-column: 1 / 3;
  grid-row: 4;
}
.flow__box.--four {
  grid-column: 1 / 3;
  grid-row: 7;
}
.flow__box.--five {
  grid-column: 1 / 3;
  grid-row: 9;
}
.flow .note.--one {
  grid-column: 1 / 3;
  grid-row: 2;
}
.flow .note.--two {
  grid-column: 1 / 3;
  grid-row: 5;
}
.flow .note.--three {
  grid-column: 1 / 3;
  grid-row: 10;
}
.flow .arrow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flow .arrow.--one {
  grid-column: 1 / 2;
  grid-row: 3;
}
.flow .arrow.--two {
  grid-column: 2 / 3;
  grid-row: 3;
}
.flow .arrow.--three {
  grid-column: 1 / 3;
  grid-row: 6;
}
.flow .arrow.--four {
  grid-column: 1 / 3;
  grid-row: 8;
}
.flow .text {
  grid-column: 1 / 3;
  grid-row: 11;
}
.flow__footer {
  margin-bottom: 2rem;
}

@media screen and (min-width: 840px) {
  .flow {
    margin-bottom: 10rem;
  }
  .flow__wrap {
    display: grid;
    grid-template-columns: 20% 5% 20% 5% 20% 5% 20%;
    grid-template-rows: repeat(4, auto);
    gap: 0.75rem 0.25rem;
    margin-bottom: 4rem;
  }
  .flow__box {
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .flow__box.--one {
    grid-column: 1 / 2;
    grid-row: 1;
  }
  .flow__box.--two {
    grid-column: 1 / 2;
    grid-row: 2;
  }
  .flow__box.--three {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
  .flow__box.--four {
    grid-column: 5 / 6;
    grid-row: 1 / 3;
  }
  .flow__box.--five {
    grid-column: 7 / 8;
    grid-row: 1 / 3;
  }
  .flow .note {
    text-align: left;
  }
  .flow .note.--one {
    grid-column: 1 / 2;
    grid-row: 3;
  }
  .flow .note.--two {
    grid-column: 3 / 4;
    grid-row: 3;
  }
  .flow .note.--three {
    grid-column: 7 / 8;
    grid-row: 3;
  }
  .flow .arrow {
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .flow .arrow img {
    transform: rotate(-90deg);
  }
  .flow .arrow.--one {
    grid-column: 2 / 3;
    grid-row: 1;
  }
  .flow .arrow.--two {
    grid-column: 2 / 3;
    grid-row: 2;
  }
  .flow .arrow.--three {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
  }
  .flow .arrow.--four {
    grid-column: 6 / 7;
    grid-row: 1 / 3;
  }
  .flow .text {
    grid-column: 1 / 8;
    grid-row: 4;
  }
  .flow__footer {
    margin-bottom: 4rem;
  }
}
/*======================================
  Category Page Table
======================================*/
.cate-table {
  width: 660px;
}
.cate-table__wrap {
  margin-bottom: 5rem;
}
.cate-table thead th {
  background: #4066A1;
  color: #fff;
  line-height: 35px;
  font-size: 0.75rem;
  font-weight: 400;
}
.cate-table tbody th {
  background: #08224B;
  color: #fff;
  padding: 0.5rem;
  width: 128px;
  font-size: 0.75rem;
  font-weight: 400;
}
.cate-table tbody td {
  background: #EFEFEF;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
}

@media screen and (min-width: 840px) {
  .cate-table {
    width: 840px;
  }
  .cate-table__wrap {
    margin-bottom: 8rem;
  }
  .cate-table thead th {
    line-height: 50px;
    font-size: 1.125rem;
  }
  .cate-table tbody.twoColumn td {
    width: 80%;
  }
  .cate-table tbody th {
    width: 20%;
    font-size: 1.125rem;
    padding: 1rem;
  }
  .cate-table tbody td {
    width: 40%;
    padding: 1rem;
    font-size: 1.125rem;
  }
}
/*======================================
  FAQ
======================================*/
.faq .container {
  max-width: 840px;
  margin-bottom: 3.5rem;
}
.faq__wrap {
  margin-bottom: 3rem;
}
.faq__wrap a {
  color: #08224B;
  text-decoration: underline;
}
.faq__def {
  margin-bottom: 2rem;
  position: relative;
}
.faq__dttl {
  color: #08224B;
  background: #DDE7F1;
  border: 1px solid #08224B;
  padding: 0.5rem 50px 0.5rem 2.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  border-right: 1px solid #08224B;
}
.faq__dttl::before, .faq__dttl::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.faq__dttl::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.faq__dttl::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.faq__dttl.close::before {
  transform: rotate(45deg);
}
.faq__dttl.close::after {
  transform: rotate(-45deg);
}
.faq__desc {
  display: none;
}
.faq__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-right: 1px solid #08224B;
  z-index: 2;
  padding: 0.5rem;
}

@media screen and (min-width: 840px) {
  .faq .container {
    margin-bottom: 6rem;
  }
  .faq__wrap {
    margin-bottom: 6rem;
  }
  .faq__def {
    margin-bottom: 2.5rem;
  }
}
/*======================================
  company
======================================*/
.company-table {
  margin-bottom: 3.5rem;
}
.company-desc {
  margin-bottom: 1em;
}

@media screen and (min-width: 840px) {
  .company-table {
    margin-bottom: 6rem;
  }
}
/*======================================
  contact
======================================*/
.contact__form a {
  color: #4066A1;
  padding-bottom: 0.125rem;
  text-decoration: underline;
}
.contact__form .contact__checkBox--privacy {
  text-align: center;
}
.contact__address-list {
  margin-bottom: 2rem;
}
.contact__address-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  gap: 5px 10px;
  margin-bottom: 1rem;
}
.contact__address-item--checked {
  display: block;
}
.contact__address-item input {
  margin: 0;
}
.contact__checkBox {
  margin-right: 0.25rem;
}

.error_required {
  white-space: nowrap;
  color: #F84771;
  font-weight: bold;
}

.form__footer.check {
  display: flex;
  justify-content: space-between;
}

.btn__submit:not(.btn__submit--form) {
  width: 40%;
}
.btn__submit--return {
  color: #3C3C3C;
  background: #FFF;
}

.container.thanks {
  margin-top: 3rem;
}

/*======================================
  privacy
======================================*/
.privacy__wrap {
  margin-top: 3rem;
}
.privacy__wrap ol > li {
  margin-left: 1rem;
  list-style-type: decimal;
}
.privacy__wrap li {
  margin-bottom: 0.25em;
}
