@charset "utf-8";
/****** ボディー ******/
body {
  font-family: "YakuHanJP_Noto", "YakuHanJP", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  background-color: #fff;
  color: #1a1a1a;
  margin: 0px;
  font-size: 16px;
  text-align: center;
  padding: 0 !important;
  text-align: justify;
}

/******
		Header
					******/
header {
  text-align: center;
  margin: auto;
  position: fixed;
  overflow: hidden;
  /* background: url(../img/key-bg.png) top left / cover no-repeat; */
  height: 80px;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 12px;
  height: 80px;
}

.head-logo img {
  width: 160px;
  max-width: 100%;
  margin: 0 auto;
}

.head-nav {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

.head-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 32px;
}

.head-nav ul li a {
  color: #191f4d;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.head-nav ul li a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

.head-btn a {
  border: 2px solid #191f4d;
  color: #191f4d;
  font-weight: bold;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 1px;
  transition: 0.3s;
}

.head-btn a:hover {
  border: 2px solid #191f4d;
  color: #fff;
  background: #191f4d;
  transition: 0.3s;
}

.key-sec {
  position: relative;
  padding-top: 90px;
  background: #e5e5e5;
}

.key-btn {
  position: absolute;
  right: 7%;
  bottom: 18%;
  width: 32%;
}

.key-inner img {
  width: 100%;
}

.key-sec .key-btn a {
  font-size: 1.4vw;
  height: 120px;
}

.key-sec .contact-btn a::after {
  content: "";
  position: absolute;
  background: none;
  border: 6px solid #121738;
  max-width: 100%;
  width: 100%;
  height: 120px;
  right: -14px;
  bottom: -14px;
  z-index: 1;
  transition: 0s;
}

/* メインコンテンツ */
.about-sec {
  padding: 120px 0;
}

.sec-head {
  text-align: center;
}

.title-big {
  position: relative;
}

.title-big h2 {
  font-size: 36px;
  font-weight: 900;
  color: #191f4d;
  z-index: 10;
  position: relative;
}

.title-big span {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 88px;
  font-weight: 900;
  opacity: 0.1;
  white-space: nowrap;
}

.title-big .white {
  opacity: 0.6;
}

.fex {
  max-width: 800px;
  margin: auto;
}

.white {
  color: #fff;
}

.about-main {
  margin-top: 120px;
}

.about-box {
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-top: 24px;
}

.left-text {
  text-align: left;
}

.flex-dire {
  flex-direction: row-reverse;
}

.about-box-inner {
  width: calc(100% - 450px);
}

.about-box-img {
  width: 400px;
  text-align: center;
}

.about-number {
  font-size: 28px;
  color: #fff;
  background: #191f4d;
  font-weight: bold;
  display: inline-block;
  transform: skewX(-16deg);
  padding: 10px 24px;
  box-shadow: 10px 10px 0px #000;
}

.about-number span {
  display: inline-block;
  transform: skewX(16deg);
}

.about-box-label {
  font-size: 24px;
  color: #191f4d;
  font-weight: bold;
  margin-top: 40px;
}

.about-box-text {
  margin-top: 12px;
  font-size: 18px;
  color: #000426;
  font-weight: bold;
}

.box-text-left {
  margin-left: 42px;
}

.right {
  text-align: right;
}

.about-box-value {
  margin-top: 24px;
}

.service-sec {
  background: #191f4d;
  padding: 120px 0;
}

.service-sec .title-big h2 {
  color: #fff;
}

.service-sec .title-big span {
  color: #fff;
}

.service-main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  justify-content: center;
  row-gap: 60px;
  margin-top: 60px;
}

.service-box {
  text-align: center;
  width: calc(50% - 30px);
}

.service-inner {
  background: #fff;
  margin: auto;
  max-width: 100%;
  width: 345px;
  min-height: 345px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-img {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-label {
  font-size: 24px;
  font-weight: bold;
  color: #191f4d;
}

.service-box-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.feature-sec {
  background: #d2d2d2;
  padding: 120px 0;
}

.feature-point {
  display: flex;
  column-gap: 80px;
  margin-top: 120px;
}

.feature-point-list {
  background: #fff;
  padding: 80px 32px 32px 32px;
  position: relative;
  width: calc(33.3% - 40px);
  text-align: center;
}

.feature-point-number {
  background: #121738;
  color: #fff;
  font-weight: bold;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.feature-point-icon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-point-text {
  color: #000426;
  margin-top: 24px;
  font-weight: bold;
}

.future-contents {
  background: #fff;
  text-align: center;
  margin-top: 160px;
  position: relative;
  padding: 140px 60px 120px 60px;
}

.future-contents-title {
  background: #121738;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  width: 380px;
  height: 130px;
  max-width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
}

.future-contents-box-title {
  font-size: 24px;
  font-weight: bold;
  color: #000426;
  width: 330px;
  max-width: 100%;
  border-top: 1px solid #000426;
  border-bottom: 1px solid #000426;
  margin: auto;
  margin-bottom: 80px;
  padding: 10px 0;
}

.peke {
  margin: 120px 0;
}

.future-contents-box-flex {
  display: flex;
  align-items: center;
  text-align: left;
  column-gap: 50px;
  justify-content: center;
}

.future-contents-box-text {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
}

.future-contents-box-flex .future-contents-box-img {
  width: calc(100% - 350px);
}

.case-sec {
  padding: 120px 0;
}

.case-box {
  width: 720px;
  max-width: 100%;
  margin: auto;
  margin-top: 120px;
}

.case-box-label {
  font-size: 28px;
  font-weight: bold;
  color: #191f4d;
  text-align: center;
}

.case-box-text {
  font-size: 18px;
  font-weight: bold;
  color: #000426;
  line-height: 170%;
}

.case-border {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.border01 {
  background-color: #121738;
  height: 3px;
  width: 33.33%;
  opacity: 0.9;
}

.border02 {
  background-color: #121738;
  height: 3px;
  width: 33.33%;
  opacity: 0.6;
}

.border03 {
  background-color: #121738;
  height: 3px;
  width: 33.33%;
  opacity: 0.3;
}

.member-sec {
  background: #e5e5e5;
  padding: 120px 0;
}

.member-box {
  background: #fff;
  padding: 80px;
  margin-top: 80px;
}

.member-degree {
  font-size: 18px;
  color: #191f4d;
  font-weight: bold;
}

.member-name {
  font-size: 28px;
  font-weight: bold;
  color: #191f4d;
  margin-top: 12px;
}

.member-label {
  font-size: 24px;
  font-weight: bold;
  color: #cba135;
  margin-top: 24px;
}

.member-text {
  font-size: 18px;
  font-weight: bold;
  color: #121738;
  margin-top: 12px;
}

.contact-sec {
  padding: 120px 0;
}

.contact-top-text {
  max-width: 540px;
  margin: auto;
  margin-top: 80px;
  font-weight: bold;
  color: #000426;
}

.contact-btn {
  margin-top: 60px;
}

.contact-btn a {
  background: #121738;
  color: #fff;
  max-width: 550px;
  width: 100%;
  height: 110px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 60px;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  transition: 0.3s;
  margin: auto;
}

.contact-btn a:hover {
  transition: 0.3s;
  z-index: 100;
  opacity: 0.7;
}

.contact-btn a::after {
  content: "";
  position: absolute;
  background: none;
  border: 6px solid #121738;
  max-width: 100%;
  width: 100%;
  height: 110px;
  right: -14px;
  bottom: -14px;
  z-index: 1;
  transition: 0s;
}

.contact-btn a span {
  width: 30px;
}

.form-sec {
  padding: 120px 0;
}

.contact-main {
  margin-top: 60px;
}

/* .form-sec span {
  width: 100%;
} */

.form-list-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.form-list-label {
  max-width: 400px;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #191f4d;
}

.form-list-label span {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  margin-left: 6px;
}

.form-list-input {
  width: calc(100% - 400px);
}

.form-list-input input {
  width: 100%;
  border: 4px solid #e5e5e5;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

.form-list-input textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
  width: 100%;
  height: 240px;
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  display: block;
  font-family: "YakuHanJP_Noto", "YakuHanJP", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.count-box {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  text-align: right;
  display: block;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: red;
}

.form-list-checkbox-out {
  text-align: center;
  margin: auto;
  max-width: 800px;
}

.form-list-checkbox p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  column-gap: 30px;
}

.blue {
  color: #001dff;
}

input[type="checkbox"] {
  transform: scale(1);
}

.asdf {
  margin-right: 20px;
}

.form-btn {
  text-align: center;
}

.form-btn input {
  margin: auto;
  background: #121738;
  color: #fff;
  border: none;
  margin-top: 60px;
  width: 100%;
  max-width: 535px;
  height: 140px;
  font-size: 24px;
  font-weight: bold;
}

.form-btn input {
  margin: auto;
  background: #121738;
  color: #fff;
  border: none;
  margin-top: 60px;
  width: 100%;
  max-width: 535px;
  height: 140px;
  font-size: 24px;
  font-weight: bold;
}

.form-btn input:hover {
  border: 2px solid #191f4d;
  color: #191f4d;
  background: #fff;
  transition: 0.3s;
}

.screen-reader-response,
.wpcf7-response-output {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
}

.wpcf7-response-output {
  margin-top: 32px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
/****** フッター ******/
#footer_main {
  padding: 64px 0 64px 0;
  background: #121738;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.footer-link {
  margin-bottom: 32px;
}

.footer-company {
  margin-top: 24px;
}

.footer-company-02 {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0;
}

.footer-address {
  margin-top: 24px;
}

.footer_copy {
  margin-top: 24px;
  font-size: 14px;
}

.footer-address {
  font-size: 14px;
}

.single-wrap {
  padding: 100px 0 64px 0;
  text-align: justify;
}

.single-header {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.single-text-box {
  font-size: 16px;
  line-height: 180%;
  margin-top: 12px;
}

.single-header {
  margin-top: 40px;
  margin-bottom: 32px;
}

.single-head {
  margin-top: 32px;
  color: #002e78;
  border-bottom: 2px solid #002e78;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 21px;
}
