@charset "UTF-8";
body {
  font-family: Helvetica, Arial, 游ゴシック, YuGothic, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, メイリオ, Meiryo, sans-serif;
  color: #323232;
}

h1 {
  font-size: 43px;
  line-height: 48px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 40px;
  }
}

h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 21px;
    line-height: 31px;
  }
}

h3 {
  font-size: 29px;
  line-height: 33px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

h5 {
  font-size: 21px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 25px;
  }
}

h6 {
  font-size: 14px;
  line-height: 30px;
}

p, label, input, textarea {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  p, label, input, textarea {
    font-size: 16px;
    line-height: 26px;
  }
}

a, button {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.header--section {
  width: 60%;
  text-align: center;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 1000px) {
  .header--section {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}

.container--section {
  padding: 40px 0;
}

@media screen and (max-width: 1000px) {
  .container--section {
    padding: 25px 0;
  }
}

.section__container--scroll {
  padding-top: 40px;
}

@media screen and (max-width: 1000px) {
  .section__container--scroll {
    padding-top: 25px;
  }
}

.action--scrollbar {
  width: 100%;
  height: 40px;
}

.header__container--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px -4px 7px black;
          box-shadow: 0px -4px 7px black;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 1000px) {
  .header__container--header {
    background: #FFA621;
  }
}

.header__wrapper--logo {
  background-color: #FFA621;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  text-align: center;
}

.header__item--logo {
  width: 100px;
}

.header__wrapper--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .header__wrapper--links {
    display: none;
  }
}

.header__item--link {
  margin: 0 20px;
}

.header__item--link:hover {
  color: #0285CE;
}

.header__wrapper--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item--email {
  background-color: #0285CE;
  color: #FFFFFF;
  height: 50px;
  padding: 0 20px;
  margin-left: 10px;
}

.header__item--email:hover {
  background-color: #37AEF0;
}

.header__item--email:active {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .header__item--email {
    margin-left: unset;
    padding: 0 8px;
    font-size: 12px;
  }
}

.header__item--phone {
  font-size: 30px;
  cursor: unset;
}

@media screen and (max-width: 1000px) {
  .header__item--phone {
    display: none;
  }
}

.contact__text--fax {
  font-size: 14px;
  margin-left: 2px;
}

.contact__item--icon {
  font-size: 25px;
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .contact__item--icon {
    font-size: 20px;
  }
}

.contact__icon--phone {
  color: #888888;
}

.header__button--toggle {
  display: none;
  padding: 10px;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px darkgrey;
          box-shadow: 0px 0px 6px darkgrey;
  margin: 4px 8px;
}

@media screen and (max-width: 1000px) {
  .header__button--toggle {
    display: block;
  }
}

.toggle__button--icon {
  font-size: 18px;
}

.responsiveHeader__container {
  display: none;
  position: fixed;
  top: 50px;
  height: 100vh;
  right: 0;
  left: 0;
  background: #FFA621;
  z-index: 2;
}

.action__open {
  display: block;
}

.responsiveHeader__wrapper--link {
  text-align: center;
  margin-top: 20px;
}

.responsiveHeader__item--link {
  color: #FFFFFF;
  border-bottom: 1px solid white;
  padding: 13px 0;
}

.responsiveHeader__item--description {
  font-size: 14px;
  line-height: 20px;
}

.responsiveHeader__item--email {
  margin: 56px auto 0 auto;
}

.responsiveHeader__item--phone {
  display: block;
  margin: 30px auto 0 auto;
}

.responsiveHeader__wrapper--description {
  margin: 15px auto 0 auto;
  width: 152px;
}

.responsiveHeader__wrapper--logo {
  margin-top: 6px;
}

.section--top {
  margin-top: 50px;
  height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .section--top {
    display: block;
    background-image: url(../images/team-work.jpeg);
    background-position-y: 102%;
    background-position-x: 28%;
    background-size: 90%;
    background-repeat: no-repeat;
    position: relative;
  }
  .section--top::before {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#FFFFFF), to(#37AEF0));
    background: linear-gradient(180deg, transparent, #FFFFFF, #37AEF0);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section--top {
    background-size: 200%;
    margin-top: 20px;
  }
}

.top__container--text {
  width: 50%;
  margin-left: 20px;
  text-align: center;
  background-image: url(../images/top-abstract-image.png);
  background-position: top 0%;
  height: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .top__container--text {
    width: auto;
    height: auto;
    margin-left: unset;
    background-image: unset;
  }
}

.top__text--title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .top__text--title {
    margin-top: 56px;
    z-index: 1;
  }
}

.top__text--subtitle {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .top__text--subtitle {
    margin-bottom: unset;
    margin: 0 20px;
    z-index: 1;
  }
}

.top__container--image {
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .top__container--image {
    display: none;
  }
}

.top__image--main {
  width: 100%;
}

.top__button--contact {
  color: white;
  background: linear-gradient(45deg, #0285CE, #20A5D3, #30BED6);
  border-radius: 30px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.top__button--contact:hover {
  -webkit-box-shadow: 0px 0px 6px darkgrey;
          box-shadow: 0px 0px 6px darkgrey;
}

.top__button--contact:active {
  opacity: 0.8;
}

.top__wrapper--contact {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .top__wrapper--contact {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .top__wrapper--button {
    position: absolute;
    bottom: 5%;
  }
}

.section--question {
  background-color: #F0F4FF;
}

.question__container--article {
  width: 65%;
  margin: 35px auto;
}

@media screen and (max-width: 1000px) {
  .question__container--article {
    width: 90%;
    margin: 15px auto;
  }
}

.question__header--article {
  color: white;
  background: #292929;
  border-radius: 58px;
  text-align: center;
  padding: 10px 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .question__header--article {
    padding: 10px 20px;
  }
}

.question__wrapper--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .question__wrapper--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.question__image--article {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.question__text--content {
  margin: 0 55px;
}

@media screen and (max-width: 1000px) {
  .question__text--content {
    margin: 10px 15px;
  }
}

.section--warning {
  background-color: #555555;
}

.warning--header {
  color: white;
}

.warning__wrapper--contents {
  width: 65%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1000px) {
  .warning__wrapper--contents {
    width: 90%;
  }
}

.warning__image {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .warning__image {
    width: 100%;
    max-width: 500px;
  }
}

.warning__wrapper--text {
  background-color: rgba(255, 255, 255, 0.3);
  border: rgba(255, 255, 255, 0.6);
  padding: 20px 40px;
  color: white;
  text-align: left;
  margin-top: 30px;
}

.warning__text--content {
  margin-bottom: 5px;
}

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

@media screen and (max-width: 1000px) {
  .section--appeal {
    width: 90%;
  }
}

.appeal--header {
  color: white;
  background: #292929;
  padding: 8px 20px;
}

@media screen and (max-width: 1000px) {
  .appeal--header {
    padding: 8px 10px;
  }
}

.appeal__container--overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

@media screen and (max-width: 1000px) {
  .appeal__container--overall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
}

.overall__wrapper--contents {
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .overall__wrapper--contents {
    margin-right: unset;
  }
}

.overall__text--title {
  color: #FFA621;
  margin-bottom: 20px;
}

.overall__image {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .overall__image {
    width: 100%;
  }
}

.appeal__container--example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .appeal__container--example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.emaple__wrapper--box {
  width: 50%;
  margin: 0 10px;
}

@media screen and (max-width: 1000px) {
  .emaple__wrapper--box {
    width: 100%;
    margin: unset;
  }
}

.example__text--heading {
  color: white;
  text-align: center;
  background-color: #0285CE;
  padding: 5px 0;
}

.example__text--content {
  margin: 10px 0;
}

@media screen and (max-width: 1000px) {
  .example__image {
    width: 100%;
    max-width: 400px;
  }
}

.example__text--red {
  color: #FF0027;
}

.section--result {
  background-color: #F5F5F5;
}

.result__container--article {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .result__container--article {
    width: 90%;
  }
}

.result__wrapper--article {
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px darkgrey;
          box-shadow: 0px 0px 6px darkgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .result__wrapper--article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.result__wrapper--number {
  background-color: #0285CE;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 70px;
  height: 70px;
}

.result__text--sub {
  color: white;
  font-size: 14px;
}

.result--number {
  color: white;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .result__text--content {
    margin: 7px 0;
  }
}

.result__text--caseNumber {
  color: #FF0027;
}

.reason__container--box {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .reason__container--box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.reason__item--box {
  position: relative;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .reason__item--box {
    width: unset;
    margin-bottom: 20px;
  }
}

.reason__item--box:nth-child(n+1):nth-child(-n+3) {
  border-right: 1px solid #F5F5F5;
}

@media screen and (max-width: 768px) {
  .reason__item--box:nth-child(n+1):nth-child(-n+3) {
    border-right: none;
  }
}

.reason__item--number {
  font-size: 60px;
  color: #B2B2B2;
  position: absolute;
  top: 0;
  left: 10%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .reason__item--number {
    font-size: 50px;
    left: 20%;
  }
}

.reason__item--icon {
  color: #37AEF0;
  font-size: 60px;
  margin-bottom: 5px;
}

.reason__text--content {
  width: 60%;
  margin: 0 auto;
}

.section--contact {
  background-image: url(../images/team-work.jpeg);
  width: 100%;
  position: relative;
  z-index: 0;
  background-size: 100%;
  background-position-x: center;
}

.section--contact::before {
  width: 100%;
  height: 100%;
  background-color: #E3EAFC;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section--contact {
    background-size: 220%;
  }
}

.header--contact {
  font-style: italic;
  font-size: 70px;
  color: #0285CE;
}

@media screen and (max-width: 768px) {
  .header--contact {
    font-size: 40px;
  }
}

.contact__wrapper--contents {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact__wrapper--contents {
    width: 85%;
    text-align: center;
  }
}

.contact__text--contents {
  text-align: center;
  font-weight: bold;
}

.contact__wrapper--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact__wrapper--button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__item--fax {
  display: block;
  text-align: center;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .contact__item--fax {
    margin-bottom: 15px;
    margin-right: unset;
  }
}

.contact__wrapper--text {
  text-align: center;
  width: 60%;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .contact__wrapper--text {
    margin: 24px auto;
  }
}

.contactForm__container--forms {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contactForm__container--forms {
    width: 95%;
  }
}

.contactForm__wrapper--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .contactForm__wrapper--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.contactFomr__item--label {
  font-weight: bold;
}

.contactForm__item--option {
  background-color: #FF0027;
  color: white;
  padding: 1px 3px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .contactForm__item--option {
    margin-left: 3px;
    font-size: 14px;
  }
}

.contactForm__item--input {
  border: 1px solid #888888;
  width: 75%;
  padding: 2px 5px;
}

@media screen and (max-width: 768px) {
  .contactForm__item--input {
    width: 100%;
  }
}

.contactForm__wrapper--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .contactForm__wrapper--left {
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: 8px;
  }
}

.contactForm__item--button {
  background-color: #0285CE;
  color: white;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 40px;
}

.contactForm__item--button:hover {
  background-color: #37AEF0;
}

.contactForm__item--button:active {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contactForm__item--button {
    padding: 10px 36px;
    font-size: 16px;
  }
}

.contactForm__item--textarea {
  height: 300px;
  padding: 2px 5px;
}

.footer__container--footer {
  background-color: #FFA621;
  width: 100%;
  padding: 30px 0;
}

.footer__container--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .footer__container--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.footer__wrapper--left {
  width: 50%;
  border-right: 0.5px solid white;
}

@media screen and (max-width: 768px) {
  .footer__wrapper--left {
    border-right: none;
    width: 100%;
  }
}

.footer__text--detail {
  font-size: 14px;
  color: white;
  line-height: 22px;
  margin-top: 5px;
}

.footer__text--detail a {
  font-weight: normal;
}

.footer__wrapper--right {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .footer__wrapper--right {
    width: 100%;
  }
}

.footer__item--link {
  margin-bottom: 5px;
}

.footer__item--link a {
  color: white;
  font-weight: normal;
}

.footer__item--link a:hover {
  color: #0285CE;
}
/*# sourceMappingURL=index.css.map */