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

.pc_only {
  display: block;
}

.tb_only {
  display: none;
}

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

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

body h1 {
  font-size: 4rem;
  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: 50%;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
  border-radius: 20px;
}

.btn::before {
  /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  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(60%, transparent), color-stop(0%, #ffe66b)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffe66b 0%) repeat scroll 0 0;
}

.textBoxBar {
  background-color: #fff;
  width: 70%;
  margin: 50px auto 0;
  padding: 0 30px 20px;
  border-top: 15px solid #0745aa;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
}

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

.textBoxBar p {
  text-align: left;
}

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

.textBoxBar .flexBox .flexImg {
  margin-right: 20px;
}

.textBoxBar .flexBox .flexImg img {
  width: 200px;
}

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

.sec01 {
  position: relative;
}

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

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

.sec02 h1 {
  color: #fff;
}

.sec02 .textBoxBar {
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.6), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.6), 9px 11px 33px -17px #979797;
}

.sec02 .tbb2 {
  padding: 0 60px 30px;
}

.sec02 .tbb2 .textBoxTitle {
  margin-bottom: 0;
}

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

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

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

.sec03 .textBoxBar .imgBox {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec03 .textBoxBar .imgBox img {
  margin: 0 auto;
  width: 45%;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
}

.sec03 .textBoxBar .imgBox .img2 {
  padding: 2rem;
}

.sec03 .tb2 .flexImg {
  width: 45%;
}

.sec03 .tb2 .flexImg img {
  width: 100%;
}

.sec03 .tb2 .flexText {
  width: 45%;
}

.sec03 h1 {
  color: #0745aa;
  text-shadow: 0px 0px 12px white;
}

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

.sec03 .tb3 {
  position: relative;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.6), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.6), 9px 11px 33px -17px #979797;
  margin: 160px auto 0;
}

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

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

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

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

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

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

.sec05 .textBoxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 9px 11px 33px -17px #979797;
  text-align: left;
}

.sec05 .textBoxImg h3 {
  font-weight: 900;
  margin-bottom: 20px;
}

.sec05 .textBoxImg .textWrapper {
  width: 70%;
}

.sec05 .textBoxImg .imgWrapper {
  width: 29%;
}

.sec05 .textBoxImg:nth-child(odd) .textWrapper {
  padding-right: 30px;
}

.sec05 .textBoxImg:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec05 .textBoxImg:nth-child(even) .imgWrapper {
  padding-right: 30px;
}

.sec05 .textBoxImg + .textBoxImg {
  margin-top: 30px;
}

.sec06 {
  position: relative;
}

.sec06 h3 {
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  margin: auto;
  color: #4e4e4e;
  text-shadow: 0px 0px 10px white;
}

.sec06 .sec06Btn {
  position: absolute;
  top: 72%;
  left: 0;
  right: 0;
  margin: auto;
}

.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;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0 50px;
}

footer .flex {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .flex p + p {
  margin-left: 20px;
}

footer .flex p {
  margin-bottom: 50px;
}

.sec08 {
  padding: 40px 0;
  background-color: #ace3ea;
}

.sec08 h2 {
  margin-bottom: 20px;
  color: #005ba8;
}

.sec08 p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.red {
  color: #b80028;
}

.bgBlack {
  color: #fff;
  background-color: #000;
  padding: 1px 3px;
}

.mTop30 {
  margin-top: 30px;
}

.c-form {
  text-align: left;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.c-form label {
  font-size: 1.4rem;
}

.c-inner {
  padding: 10px;
}

.c-form .control-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.required:after {
  background-color: #e31f1f;
  border-radius: 3px;
  content: "\5FC5\9808";
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0 5px;
  padding: 2px 3px;
}

.c-form input::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder {
  color: #aaa;
}

.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #aaa;
}

.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #aaa;
}

.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #aaa;
}

.c-form input[type="text"], .c-form input[type="email"] {
  width: 100%;
}

.c-form textarea,
.c-form select {
  width: 100%;
}

.c-form input[type="text"], .c-form input[type="email"], .c-form input[type="tel"], .c-form input[type="date"], .c-form input[type="number"] {
  border: 2px solid #ccc;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-form textarea,
.c-form select {
  border: 2px solid #ccc;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-form input,
.c-form textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

input,
textarea,
select,
option {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em;
}

.c-btn {
  text-align: center;
}

.c-btn a,
.c-btn input,
.c-btn .btn-customform-submit,
.c-btn button {
  background-color: black;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  padding: 0.8em 1.8em;
  min-width: 30%;
  line-height: 1.2;
}

.c-form .formContent:not(:first-child),
.u-mtmd {
  margin-top: 20px;
}

.u-mtsm {
  margin-top: 10px;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0px;
}

.c-form select {
  background-color: #fff;
  width: auto;
}

.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;
}

.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: #2471b0;
  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;
}

.sec10 .content .subText {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
/*# sourceMappingURL=style.css.map */