@charset "UTF-8";
/* ----
responsive
---- */
/* ----
base
---- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 16px;
}

main {
  width: 100%;
  min-height: calc(100vh - 40px);
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

p {
  font-size: 16px;
}

.sp {
  display: block;
}
@media only screen and (min-width: 1140px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 1140px) {
  .pc {
    display: block;
  }
}

h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
}
h2 span {
  color: #0086E5;
  font-size: 35px;
  line-height: 1;
}

h2::after {
  border-top: #333 2px solid;
  content: "";
  width: 12px;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
@media only screen and (min-width: 1140px) {
  h2::after {
    width: 10%;
    left: -124px;
  }
}

.abouth2::before, .reasonh2::before, .faqh2::before, .contacth2::before, .companyh2::before {
  position: absolute;
  content: "";
  top: -77px;
  left: 0px;
  height: 74px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}

.abouth2::before {
  background-image: url(../img/about.png);
}

.reasonh2::before {
  background-image: url(../img/reason.png);
}

.faqh2::before {
  background-image: url(../img/faq.png);
}

.contacth2::before {
  background-image: url(../img/contact.png);
}

.companyh2::before {
  background-image: url(../img/company.png);
}

/* ----
header
---- */
header {
  /* headerを画面上部に固定する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* ロゴとナビゲーションを横並びにする */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* スクロールしても他のコンテンツの下にならないようにする */
  z-index: 10;
  /* headerに余白を作る */
  padding: 25px 15px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
  color: white;
}

.headerCompany {
  background-color: #0086E5;
}
@media only screen and (max-width: 1140px) {
  .headerCompany {
    padding: 11px 15px;
  }
}
.headerCompany #wrapper .btn-gnavi {
  top: 28px;
}
.headerCompany #wrapper nav ul {
  margin: 26px auto 0 auto;
}

/* ロゴのデザイン */
.logo {
  /* アニメーションの変化時間 */
  transition: 0.5s;
  width: 128px;
}

.logo_text {
  display: none;
}


/* ナビゲーションのリンクを横並びにする */
ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  list-style: none;
  margin: 0 23px;
}

/* ナビゲーションのリンクのスタイル調整 */
a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする */
  padding: 11px 15px;
  /* 背景を白にする */
  background: rgba(0, 0, 0, 0.8);
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1233px) {
  header.scroll-nav {
    padding: 22px 15px;
  }
}

#global-navi {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  height: 58px;
  z-index: 5;
}

#wrapper {
  width: 1140px;
  margin: 0 auto;
}
#wrapper nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  margin-top: 24px;
  width: 1140px;
  margin: 24px auto 0 auto;
}
#wrapper nav ul li {
  display: inline-block;
  font-size: 16px;
}
#wrapper nav ul .firstChild {
  background-color: #C6C6C6;
  height: 58px;
  display: flex;
  align-items: center;
  margin-right: 138px;
}
@media screen and (min-width: 1233px) {
  #wrapper nav ul {
    color: #333;
  }
}
#wrapper .spHeader {
  display: none;
}

@media screen and (max-width: 1232px) {
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: #333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
  }
  #wrapper .spHeader {
    display: block;
    height: 58px;
  }
  #wrapper .spHeader p {
    height: 58px;
    width: 176px;
    padding: 16px 11px;
    font-weight: 700;
  }
  #wrapper #global-navi ul {
    flex-direction: column;
    align-items: flex-start;
  }
  #wrapper #global-navi ul .firstChild {
    display: none;
  }
  #wrapper nav ul li {
    display: block;
    padding: 20px 28px;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #fff;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 14px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 34px;
    height: 4px;
    background: #fff;
    border-radius: 7px;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  #wrapper .btn-gnavi.open {
    transform: rotate(180deg);
  }
  #wrapper .btn-gnavi.open span {
    background: #fff;
  }
  #wrapper .btn-gnavi.open span {
    width: 34px;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666;
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%;
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%;
  }
}
/* ----
fv
---- */
#fv {
  height: 660px;
  background-image: url("../img/fv_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1140px) {
  #fv {
    height: 800px;
  }
}
#fv .title {
  color: white;
  -moz-text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.67);
  -webkit-text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.67);
  -ms-text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.67);
  text-shadow: 0px 1px 9px rgba(0, 0, 0, 0.67);
  text-align: center;
  padding-top: 150px;
  font-size: 35px;
  font-family: "Zen Antique Soft", serif;
}
@media only screen and (min-width: 1140px) {
  #fv .title {
    width: 1140px;
    padding-top: 237px;
    font-size: 40px;
  }
}

/* ----
about
---- */
#about {
  padding: 100px 15px;
  background-image: url("../img/polygonBg.png");
  background-size: cover;
}
#about .aboutWrapper {
  max-width: 1140px;
  margin: 0 auto;
}
#about .aboutWrapper img {
  max-width: 500px;
  margin: 30px auto 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  #about .aboutWrapper img {
    min-width: 100%;
  }
}

/* ----
reason
---- */
#reason {
  padding: 50px 15px;
  background-image: url("../img/reason_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (min-width: 1140px) {
  #reason {
    padding: 170px 15px;
    margin-bottom: 100px;
  }
}
#reason .reasonWrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper {
    width: 1140px;
  }
}
#reason .reasonWrapper .reasonBoxWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper .reasonBoxWrapper {
    margin-bottom: 0px;
    flex-direction: row;
  }
}
#reason .reasonWrapper .reasonBoxWrapper .reasonBox {
  border: #0086E5 solid 4px;
  max-width: 700px;
  padding: 30px;
  z-index: 2;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper .reasonBoxWrapper .reasonBox {
    padding: 50px 90px;
  }
}
#reason .reasonWrapper .reasonBoxWrapper .reasonBox img {
  width: 45px;
  margin-right: 20px;
  margin-left: 0px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper .reasonBoxWrapper .reasonBox img {
    width: 55px;
    margin-bottom: 0px;
  }
}
#reason .reasonWrapper .reasonBoxWrapper .reasonBox .ttl {
  color: #0086E5;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 900;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper .reasonBoxWrapper .reasonBox .ttl {
    flex-direction: row;
    margin-bottom: 37px;
  }
}
#reason .reasonWrapper .reasonBoxWrapper .reasonBox span {
  color: #0086E5;
  font-weight: 900;
}
#reason .reasonWrapper .reasonBoxWrapper img {
  width: 90%;
  margin-bottom: -20px;
  max-width: 500px;
}
@media only screen and (min-width: 1140px) {
  #reason .reasonWrapper .reasonBoxWrapper img {
    margin-left: -30px;
    margin-top: 0px;
    width: 470px;
    margin-bottom: 0px;
  }
}
#reason .reasonWrapper .reasonBoxWrapper .middle {
  margin: 100px -30px 100px 0px;
}

/* ----
faq
---- */
#faq {
  border-color: #FAFAFA;
  padding: 100px 15px 0px 15px;
}
#faq .faqWrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper {
    width: 1140px;
  }
}
#faq .faqWrapper .btnWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 900;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper .btnWrapper {
    flex-direction: row;
  }
}
#faq .faqWrapper .btnWrapper a {
  width: 100%;
}
#faq .faqWrapper .btnWrapper span {
  color: #4FB2EB;
  font-size: 30px;
}
#faq .faqWrapper .btnWrapper .btnCustomer {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin: 0 auto;
  background-image: url("../img/customerBg.png");
  background-size: cover;
  background-position: 100% 58%;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper .btnWrapper .btnCustomer {
    width: 454px;
    height: 408px;
  }
}
#faq .faqWrapper .btnWrapper .btnOwner {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin: 30px auto 0 auto;
  background-image: url("../img/ownerBg.png");
  background-size: cover;
  background-position: 100% 34%;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper .btnWrapper .btnOwner {
    width: 454px;
    height: 408px;
    margin: 0 auto;
  }
}
#faq .faqWrapper .btnWrapper .btnTri {
  position: relative;
}
#faq .faqWrapper .btnWrapper .btnTri::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 26.5px 0 26.5px;
  border-color: #FFFFFF transparent transparent transparent;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#faq .faqWrapper h3 {
  margin-left: 24px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper h3 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#faq .faqWrapper h3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 17px;
  border-color: transparent transparent transparent #0086E5;
  top: -2px;
  left: -24px;
}
#faq .faqWrapper .accordion {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1140px) {
  #faq .faqWrapper .accordion {
    margin-bottom: 100px;
  }
}
#faq .faqWrapper .toggle {
  display: none;
}
#faq .faqWrapper .Label {
  padding: 16px 50px 14px 40px;
  display: block;
  color: #fff;
  background: #0086E5;
}
#faq .faqWrapper .Label::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 12px 0 12px;
  border-color: #FFFFFF transparent transparent transparent;
  top: 57%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#faq .faqWrapper .Label::after {
  content: "Q.";
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
}
#faq .faqWrapper .Label,
#faq .faqWrapper .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  border: 3px solid #0086E5;
}
#faq .faqWrapper .content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
#faq .faqWrapper .content p {
  padding-left: 20px;
  position: relative;
}
#faq .faqWrapper .content p::before {
  content: "A.";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #333;
}
#faq .faqWrapper .content a {
  color: #0086E5;
  border-bottom: #0086E5 1px solid;
}
#faq .faqWrapper .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
#faq .faqWrapper .toggle:checked + .Label::before {
  transform: rotate(-180deg) !important;
}

/* ----
フォーム
---- */
#contact {
  padding: 100px 15px 30px 15px;
  background-image: url("../img/contactBg.png");
  background-size: cover;
}
#contact .contactWrapper {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px) {
  #contact .contactWrapper {
    width: 1140px;
  }
}
#contact .contactWrapper form {
  max-width: 550px;
  margin: 30px auto 0 auto;
}
#contact .contactWrapper form .row {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1140px) {
  #contact .contactWrapper form .row {
    flex-direction: row;
    align-items: center;
  }
}
#contact .contactWrapper form .row p {
  position: relative;
}
@media only screen and (min-width: 1140px) {
  #contact .contactWrapper form .row p {
    width: 236px;
    margin-right: 33px;
    text-align: right;
    margin-bottom: 9px;
  }
}
#contact .contactWrapper form .row p.required::after {
  position: absolute;
  content: "*";
  color: #E76B42;
  font-size: 27px;
  bottom: -10px;
}
#contact .contactWrapper form input {
  display: block;
  border: #333 1px solid;
  width: 100%;
  margin-bottom: 16px;
  height: 45px;
  padding-left: 10px;
  background-color: white;
}
#contact .contactWrapper form input::-moz-placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form input:-ms-input-placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form input::placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form textarea {
  border: #333 1px solid;
  background-color: white;
  padding-left: 10px;
  width: 100%;
  padding-top: 10px;
  height: 200px;
}
#contact .contactWrapper form textarea::-moz-placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form textarea:-ms-input-placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form textarea::placeholder {
  color: #9A9A9A;
}
#contact .contactWrapper form .selectWrapper {
  position: relative;
}
#contact .contactWrapper form .selectWrapper select {
  border: #333 1px solid;
  background-color: #fff;
  width: 100%;
  height: 45px;
  color: #333;
  padding-left: 15px;
  margin-bottom: 16px;
}
#contact .contactWrapper form .selectWrapper select:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#contact .contactWrapper form .selectWrapper::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #333 transparent transparent transparent;
  top: 53%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#contact .contactWrapper form .fileWrapper {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#contact .contactWrapper form .fileWrapper .inputFile {
  min-width: 180px;
  height: 42px;
  background-color: #E3E3E3;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 8px;
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.33);
  transform: translateY(-6px);
  margin-top: 6px;
}
#contact .contactWrapper form .fileWrapper .inputFile:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.33);
}
#contact .contactWrapper form .fileWrapper input[type=file] {
  display: none;
}
#contact .contactWrapper form .fileWrapper .selectFile {
  margin-top: 9px;
  margin-left: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 1140px) {
  #contact .contactWrapper form .fileWrapper .selectFile {
    font-size: 16px;
  }
}
#contact .contactWrapper form .fileWrapper p {
  width: auto;
  margin-right: 0;
  text-align: left;
  margin-bottom: 0;
}
#contact .contactWrapper form .fileWrapper p::after {
  content: "";
}
#contact .contactWrapper form button {
  width: 100%;
  color: white;
  background-color: #0086E5;
  -ms-box-shadow: 0px 5px 0px 0px #00406E;
  box-shadow: 0px 5px 0px 0px #00406E;
  text-align: center;
  height: 50px;
  transform: translateY(-6px);
  margin-top: 15px;
  font-size: 20px;
  font-weight: 900;
}
#contact .contactWrapper form button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 0px 0px #00406E;
}
#contact .contactWrapper .copyRight {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  font-size: 13px;
}

/* ----
会社概要
---- */
#company {
  margin-top: 150px;
  padding: 0 15px;
}

@media only screen and (min-width: 940px) {
  #company  {
    margin-top: 250px;
  }
}

#company .companyWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1140px) {
  #company .companyWrapper {
    width: 1140px;
  }
}
#company .companyWrapper h2 {
  text-align: left;
}
#company .companyWrapper table {
  margin: 0 auto;
  text-align: left;
}
#company .companyWrapper table tbody tr {
  margin-bottom: 20px;
}
#company .companyWrapper table tbody tr th {
  text-align: right;
  padding: 10px;
  width: 71px;
}
#company .companyWrapper table tbody tr td {
  padding: 10px;
}

body {
  position: relative;
  box-sizing: border-box;
}

body footer {
  height: 40px;
  display: flex;
  align-items: center;
}

body footer p {
  font-size: 13px;
  width: 272px;
  margin: 0 auto;
}