@charset "UTF-8";


/*============================
top_img
============================*/

#top_img {
  background: url(../images/home/top_img.jpg) no-repeat center top;
  background-size: cover;
  height: 400px;
}

#top_img .inner {
  position: relative;
  height: 100%;
}

#top_img .catch {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_img .catch p {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 1040px) {
  #top_img {
    background-image: url(../images/home/top_img_sp.jpg);
    height: 240px;
  }

  #top_img .inner {
    position: relative;
    height: 100%;
  }

  #top_img .catch {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #top_img .catch p {
    font-size: 28px;
    color: #fff;
  }
}

/*============================
#lead
============================*/

#lead {
  padding-bottom: 0;
}

#lead h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b3055;
  position: relative;
}

#lead h2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #0b3055;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lead h2 span {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#lead .flex {
  align-items: center;
  justify-content: center;
}

#lead img {
  width: 420px;
}

#lead .text {
  margin-left: 40px;
}

/*#lead .worries*/

#lead .worries {
  padding: 100px 0 40px;
  margin-top: 100px;
  background-color: #eff8ff;
  position: relative;
}

#lead .worries h3 {
  margin-bottom: 40px;
  color: #06559d;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

#lead .worries .flex {
  justify-content: space-between;
}

#lead .worries p {
  padding: 50px 0;
  width: 336px;
  height: 185px;
  background-color: #fff;
  text-align: center;
  align-content: center;
  position: relative;
  z-index: 1;
}

#lead .worries p::after {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/home/lead/solution/01.svg)no-repeat center center;
  background-size: 100%;
  width: 84px;
  height: 85px;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}

#lead .worries p:nth-of-type(2)::after {
  background-image: url(../images/home/lead/solution/02.svg);
  background-size: 100%;
  width: 80px;
  height: 78px;
}

#lead .worries p:nth-of-type(3)::after {
  background-image: url(../images/home/lead/solution/03.svg);
  background-size: 100%;
  width: 91px;
  height: 77px;
}

#lead .worries p:nth-of-type(n+2) {
  margin-top: 0;
}

#lead .worries p .bold {
  color: #06559d;
  font-size: 18px;
  font-weight: 600;
}

#lead .worries .bg {
  content: "";
  position: absolute;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #eff8ff;
  left: 0;
  bottom: -79px;
  z-index: 1;
}

#lead .solution {
  padding: 160px 0 100px;
  background-color: #0067be;
  color: #fff;
  text-align: center;
}

#lead .solution .lead {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (max-width: 1040px) {
  #lead h2 {
    font-size: 20px;
    text-align: center;
  }

  #lead h2::after {
    display: none;
  }

  #lead h2 span {
    background-color: #fff;
  }

  #lead .flex {
    display: block;
  }

  #lead img {
    width: 80%;
    margin: 20px auto;
  }

  #lead .text {
    margin-left: 0;
  }

  #lead .text p br {
    display: none;
  }

  /*#lead .worries*/

  #lead .worries {
    padding: 50px 0 30px;
    margin-top: 50px;
  }

  #lead .worries h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #lead .worries .flex {
    justify-content: space-between;
  }

  #lead .worries p {
    padding: 20px;
    width: 100%;
    height: auto;
  }

  #lead .worries p::after {
    width: 64px;
    height: 65px;
    bottom: 10px;
    right: 10px;
  }

  #lead .worries p:nth-of-type(2)::after {
    width: 60px;
    height: 58px;
  }

  #lead .worries p:nth-of-type(3)::after {
    width: 71px;
    height: 60px;
  }

  #lead .worries p:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #lead .worries p .bold {
    font-size: 16px;
  }

  #lead .worries .bg {
    height: 40px;
    bottom: -39px;
  }

  #lead .solution {
    padding: 80px 0 50px;
  }

  #lead .solution .lead {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #lead .solution p:nth-of-type(2) {
    text-align: left;
  }
}

/*============================
#prducts
============================*/

#prducts {
  background-color: #f4f4f4;
}

#prducts .box {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}

#prducts .box img {
  width: 440px;
}

#prducts .box:last-of-type img {
  width: 100%;
}

#prducts h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0b3055;
  line-height: 1;
  margin: 20px 0;
}

#prducts .box:last-of-type h3 {
  margin-top: 30px;
}

#prducts .text {
  width: 510px;
}

/*.merit*/
#prducts h4 {
  margin: 50px 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #0b3055;
  position: relative;
  z-index: 1;
}

#prducts h4 span {
  background-color: #fff;
  padding-right: 20px;
}

#prducts h4 span::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0b3055;
  top: 50%;
  left: 0;
  z-index: -1;
}

#prducts .merit .lead {
  font-size: 20px;
  font-weight: 600;
  color: #0b3055;
}

#prducts .merit p:nth-of-type(n+2) {
  margin-top: 10px;
}

#prducts .merit > .flex {
  margin-top: 40px;
  align-items: stretch;
  counter-reset: num 0;
}

#prducts .merit .flex dl {
  width: 316px;
  background-color: #eff8ff;
  padding: 160px 20px 30px;
  position: relative;
}

#prducts .merit .flex dl::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero) "";
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: #0067be;
}

#prducts .merit .flex dl dt img {
  position: absolute;
  width: 85px;
  height: 79px;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

#prducts .merit .flex dl:nth-child(2) dt img {
  width: 58px;
  height: 96px;
  top: 40px;
}

#prducts .merit .flex dl:nth-child(3) dt img {
  width: 93px;
  height: 82px;
  top: 52px;
}

#prducts .inner > .box:nth-of-type(2) .merit .flex dl:nth-child(1) dt img {
  width: 82px;
  height: 82px;
}

#prducts .inner > .box:nth-of-type(2) .merit .flex dl:nth-child(2) dt img {
  width: 73px;
  height: 77px;
  top: 52px;
}

#prducts .inner > .box:nth-of-type(2) .merit .flex dl:nth-child(3) dt img {
  width: 79px;
  height: 79px;
}

#prducts .merit .flex dl dd {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0059a4;
  text-align: center;
}

#prducts .merit .flex dl dd:nth-of-type(2) {
  color: #0059a4;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

#prducts .inner > .box:last-of-type .service {
  width: 316px;
}

#prducts .inner > .box:last-of-type .service p {
  padding: 10px 0;
  background-color: #0067be;
  color: #fff;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  #prducts .box {
    width: 100%;
    padding: 20px;
  }

  #prducts .box img {
    width: 100%;
  }

  #prducts .box:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #prducts .box h3 {
    font-size: 18px;
    margin: 20px 0 10px;
  }

  #prducts .box:last-of-type h3 {
    margin-top: 20px;
  }

  /*.merit*/
  #prducts h4 {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: 600;
  }

  #prducts h4 span {
    background-color: #fff;
    padding-right: 10px;
  }

  #prducts .merit .lead {
    font-size: 16px;
  }

  #prducts .merit > .flex {
    margin-top: 20px;
    align-items: center;
  }

  #prducts .merit .flex dl {
    width: 100%;
    padding: 150px 15px 20px;
  }

  #prducts .merit .flex dl::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  #prducts .merit .flex dl:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #prducts .merit .flex dl dt img,
  #prducts .merit .flex dl:nth-child(3) dt img,
  #prducts .inner > .box:nth-of-type(2) .merit .flex dl:nth-child(2) dt img {
    top: 40px;
  }

  #prducts .box:last-of-type > img {
    background: url(../images/home/products/oa/oa_sp.jpg) no-repeat center;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  #prducts .inner > .box:last-of-type .service {
    width: 100%;
  }

  #prducts .inner > .box:last-of-type .service:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #prducts .inner > .box:last-of-type .service p {
    padding: 8px 0;
  }
}

/*============================
#flow
============================*/

#flow .flex {
  align-items: stretch;
  counter-reset: num 0;
}

#flow .flex div {
  width: 236px;
  background-color: #eff8ff;
  padding: 150px 20px 40px;
  position: relative;
}

#flow .flex div::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero) "";
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: #0067be;
}

#flow .flex div img {
  position: absolute;
  width: 70px;
  height: 44px;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
}

#flow .flex div:nth-child(2) img {
  width: 80px;
  height: 75px;
  top: 43px;
}

#flow .flex div:nth-child(3) img {
  width: 80px;
  height: 48px;
  top: 70px;
}

#flow .flex div:nth-child(4) img {
  width: 57px;
  height: 80px;
  top: 40px;
}

#flow .flex div h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0059a4;
  margin-bottom: 10px;
  text-align: center;
}

#flow .flex div p {
  color: #0059a4;
  font-size: 14px;
}

@media only screen and (max-width: 1040px) {
  #flow .flex {
    display: block;
  }

  #flow .flex div {
    width: 100%;
    background-color: #eff8ff;
    padding: 120px 20px 30px;
  }

  #flow .flex div::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  #flow .flex div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #flow .flex div img {
    top: 65px;
  }

  #flow .flex div:nth-child(2) img {
    top: 33px;
  }

  #flow .flex div:nth-child(3) img {
    top: 60px;
  }

  #flow .flex div:nth-child(4) img {
    top: 30px;
  }

  #flow .flex div h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0059a4;
    margin-bottom: 10px;
    text-align: center;
  }

  #flow .flex div p {
    color: #0059a4;
    font-size: 14px;
  }
}


/*============================
#faq
============================*/

#faq {
  background-color: #0b3055;
}

#faq h2 .jp,
#faq h2 .eng {
  color: #fff;
}

#faq .qaContainer {
  background-color: #fff;
  padding: 30px 40px 40px;
}

.qaContainer .box {
  position: relative;
}

.qaContainer .box:before {
  top: 12px;
  left: 0;
  position: absolute;
  content: "Q.";
  color: #0c9adc;
  font-size: 20px;
  z-index: 10;
  font-family: "Outfit", sans-serif;
}

/*ベース*/

.qaContainer .toggle {
  display: none;
}

.qaContainer .Label {
  /*タイトル*/
  padding: 14px 30px;
  color: #06559d;
  font-weight: 600;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #a8cbe6;
}

.qaContainer .Label::before {
  /*タイトル横の矢印*/
  content: '\2b';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  margin-right: 5px;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #0c9adc;
}

.qaContainer .Label,
.qaContainer .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qaContainer .content {
  /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #0059a4;
  font-weight: 500;
}

.qaContainer .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.qaContainer .toggle:checked + .Label::before {
  content: '\f068';
}


@media only screen and (max-width: 1040px) {
  #faq .qaContainer {
    background-color: #fff;
    padding: 10px 20px 20px;
  }

  .qaContainer .box:before {
    top: 6px;
    left: 8px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }

  .qaContainer .Label {
    padding: 0.5em 2em 0.5em 2em;
    font-size: 14px;
  }

  .qaContainer .Label::before {
    right: 0;
    top: 6px;
  }

  .qaContainer .content {
    /*本文*/
    padding: 0 0 0 10px;
    font-size: 14px;
  }

  .qaContainer .toggle:checked + .Label + .content {
    /*開閉時*/
    padding: 10px 10px 10px 10px;
  }

  .qaContainer .content:before {
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
}

/*============================
company
============================*/

#company {
  background: url(../images/home/company/company.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

#company table.info tr {
  padding-top: 10px;
}

#company table.info th,
#company table.info td {
  background: rgba(1, 17, 27, 0.7);
}

#company table.info td {
  display: block;
  padding-left: 20px;
  margin-left: 10px;
}

#company .flex table.info {
  width: 500px;
}


#company .inner > table.info {
  margin-top: 30px;
}

@media only screen and (max-width: 1040px) {
  #company table.info tr {
    padding-top: 4px;
  }

  #company table.info td {
    display: block;
    padding-left: 20px;
    margin-left: 4px;
  }

  #company .flex table.info {
    width: 100%;
  }

  #company .flex table.info:last-child {
    margin-top: 0;
  }

  #company .inner > table.info {
    margin-top: 10px;
  }

  #company .inner > table.info th,
  #company .inner > table.info td {
    width: 100%;
  }

  #company .inner > table.info td {
    margin-top: 4px;
  }
}



/*============================
entry
============================*/

/*
form
============================*/

.min {
  color: #888;
  font-weight: normal;
  font-size: 13px;
  margin-left: 10px;
}

form {
  margin: 0px;
  text-align: left;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

input,
textarea,
select {
  line-height: 130%;
  padding: 6px;
  font-weight: normal;
  border: solid 1px #bababa;
  border-radius: 6px;
}

select {
  height: 34px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  background: #fff;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

label.error {
  font-size: 12px;
  color: #df2500;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #f9911e;
  color: #fff;
  font-size: 10px;
  padding: 6px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {

  input,
  textarea,
  select {
    line-height: 90%;
  }
}

/*============================
entry
============================*/

.formTable {
  width: 100%;
  font-size: 14px;
}

.formTable tr:first-child {
  border-top: 1px solid #fff;
}

.formTable tr {
  display: block;
  border-bottom: 1px solid #fff;
  background-color: #eff8ff;
}

.formTable th {
  width: 220px;
  vertical-align: middle;
  color: #fff;
  background-color: #0067be;
  padding-left: 16px;
}

.formTable td {
  padding: 20px 15px;
  width: 480px;
}

#entry .formTable td p {
  padding-bottom: 5px;
  font-size: 13px;
  color: #0067be;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
}

.formTable textarea {
  height: 110px;
}

#form .radio-tr li {
  display: inline-block;
  margin-right: 20px;
}

#form .formBtn {
  padding-top: 20px;
}

.formBtn li {
  position: relative;
}

.free-form-group {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.free-form-group .flex {
  justify-content: flex-start;
}

.free-form-group .flex li {
  margin: 2px 20px 2px 0;
}

/* privacy */

#privacy-text {
  font-size: 10px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}

#privacy-text h3 {
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

#privacy-text p {
  padding-bottom: 0;
}

#privacy-text dt {
  font-weight: bold;
  padding-top: 10px;
}

#privacy {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#privacy a {
  border-bottom: 1px solid #000;
  color: #111;
}

@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
    background-color: #fff;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
    color: #0067be;
  }

  .formTable th:before {
    content: "■ ";
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
  }

  #privacy-text {
    margin-top: 10px;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================
confirm
============================*/
#confirm form {
  margin-top: 20px;
}

#confirm #entry .inner > p {
  margin-bottom: 30px;
}

.formBtn .btn01::before {
  border-color: #7b7b7b;
}

#confirm .formBtn li.editBtn input {
  color: inherit;
  background-color: #dbdbdb;
  background-size: 7px auto;
  color: #7b7b7b;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm h2 {
    display: block;
  }

  #confirm h2 span {
    display: block;
  }

  #confirm #entry {
    padding-top: 30px;
  }

  #confirm #entry .inner > p {
    margin-bottom: 10px;
  }

  #confirm .notice {
    line-height: 1.6;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .submitBtn {
    margin-top: 20px;
  }

}

/*============================
complete
============================*/

@media only screen and (max-width: 768px) {
  #complete h2 {
    display: block;
  }

  #complete h2 span {
    display: block;
  }

  #complete #entry {
    padding-top: 30px;
  }

}
