@charset "UTF-8";
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

html {
  font-size: 62.5%;
  /*pxだと10px;*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

body h1 {
  font-size: 6rem;
  font-weight: 900;
}

body h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

body h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

body p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

img {
  width: 100%;
}

.btn {
  width: 40%;
  border-radius: 63px;
}

.btn::before {
  /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
}

.btn:hover::before {
  display: block;
}

.yellowLine {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #faf000)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #faf000 0%) repeat scroll 0 0;
}

.textBoxBar {
  background-color: #fff;
  width: 70%;
  margin: 50px auto 0;
  padding: 0 30px 20px;
  border: 1px solid #182987;
}

.textBoxBar .textBoxTitle {
  margin: 30px auto;
}

.textBoxBar p {
  text-align: left;
}

.textBoxBar .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textBox {
  width: 80%;
  margin: 0 auto;
}

.sec01 {
  position: relative;
}

.sec01 .sec01Btn {
  position: absolute;
  top: -2%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec02 {
  background-image: url(../img/sec02.jpg);
  background-size: cover;
  padding: 80px 0;
}

.sec02 h1 {
  padding-bottom: 70px;
}

.sec02 .tb2 {
  padding: 80px 10%;
  position: relative;
}

.sec02 .tb2 .titleImg {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
}

.sec02 .tb2 .firstText {
  padding: 0 20px 20px;
}

.sec02 .tb2 .firstText p {
  line-height: 1.8;
  font-weight: 700;
}

.sec02 .tb2 .flexBox {
  border-top: 1px solid #182987;
  padding-top: 10px;
}

.sec02 .tb2 .flexBox .flexImg {
  margin-right: 20px;
  margin-top: 20px;
}

.sec02 .tb2 .flexBox .flexImg img {
  width: 200px;
}

.sec02 .tb2 .flexBox .flexText {
  padding: 0 20px;
}

.sec02 .tb2 .flexBox .flexText .textBoxTitle {
  margin-bottom: 0;
}

.sec03 {
  background-image: url(../img/sec03.jpg);
  background-size: cover;
  padding: 50px 0 100px;
}

.sec03 .imgBox {
  width: 80%;
  margin: 0 auto;
}

.sec03 .imgBox img {
  margin-top: 30px;
}

.sec03 .imgBox img:nth-child(odd) {
  margin-left: 7px;
}

.sec03 .textBoxBar {
  width: 80%;
  padding: 0 60px 50px;
}

.sec03 .textBoxBar .textBoxTitle {
  margin: 50px auto;
}

.sec03 .tb3 {
  position: relative;
  margin: 80px auto 0;
}

.sec03 .tb3 .serviceImg {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
}

.sec03 .tb3 h2 {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec03 .tb3 h3 {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3rem;
}

.sec03 .tb3 .sec03Btn {
  position: absolute;
  width: 43%;
  top: 65%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec03 .tb3 p {
  position: absolute;
  top: 86%;
  left: 0;
  right: 0;
  margin: auto;
  color: #182987;
}

footer {
  background-color: #182987;
  color: #fff;
  padding: 30px 0;
}

.sec07 {
  background-color: #fff;
  padding: 50px 0;
}

.sec07 h2 {
  color: #4e4e4e;
}

.sec07 .staffBox {
  width: 70%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec07 .staffBox .staff {
  width: 50%;
  padding: 20px;
}

.sec07 .staffBox .staff img {
  width: 50%;
}

.sec07 .staffBox .staff h3 {
  margin-top: 20px;
}

.sec07 .staffBox .staff p {
  margin-top: 20px;
  text-align: left;
}

.sec10 {
  padding: 7rem 3rem;
  background-image: url("../img/sec10bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec10 .content {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}

.sec10 .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.3rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
  overflow: hidden;
}

.sec10 .content .item .itemTitle {
  width: 40%;
  padding: 15px;
  background: #182987;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec10 .content .item .itemText {
  width: 60%;
  padding: 1.5rem 2rem;
  background: #fff;
  text-align: left;
}

.blueBar {
  color: #fff;
  background-color: #182987;
  padding: 25px 0;
  position: relative;
}

.blueBar::after {
  content: "";
  position: absolute;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #182987 transparent transparent transparent;
}

.whiteBar {
  color: #182987;
  background-color: #fff;
  padding: 25px 0;
}

.mTop30 {
  margin-top: 30px;
}

.secTitle .title {
  padding: 70px 0;
  color: #fff;
  background-image: url(../img/tokutei.jpg);
  background-size: cover;
}

.secTokutei {
  padding: 0 15%;
  background-color: #ace3ea;
}

.secTokutei .innerBox {
  background-color: #fff;
  padding: 10%;
  text-align: left;
}

.secTokutei .innerBox .title {
  border-left: 5px solid #ace3ea;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.secTokutei .innerBox p {
  margin: 0 auto;
  margin-bottom: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pink {
  color: #e3007f;
}

.border {
  border-bottom: 1px solid #000;
}
/*# sourceMappingURL=style.css.map */