@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
/* img */
img, /*box*/ div, p, blockquote, /* heading */ h1, h2, h3, h4, h5, h6, /* list */ ul, ol, li, dl, dt, dd, /* form */ form, fieldset, textarea, /* address */ address, /* html5 */ main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}
/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}
a {
  color: #111111;
  text-decoration: underline;
}
.pcmode a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
/* form */
input, input:focus, input:hover, input:active, textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}
/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
/* selection */ ::-moz-selection {
  background: #b2d7fe;
}
* {
  min-height: 0%;
  word-wrap: break-word;
}
/* reset
--------------------------------------------------*/
html {
  font-size: 62.5%;
}
.grecaptcha-badge {
	visibility: hidden;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#wrapper {
  color: #000030;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
  line-height: 1.7;
  text-align: left;
	overflow:hidden;
}
/* header */
header {
  background: #fff;
  max-height: 80px;
}
header .header_inner {
  margin: 10px 50px;
}
header .header_inner .header_logo {
  width: 140px;
}
header .header_inner .header_logo img {
  width: 100%;
  height: auto;
}
header .header_inner p {
  width: 140px;
  margin-bottom: 5px;
  display: inline-block;
}
header .header_inner p img {
  width: 100%;
  height: auto;
}
.fv_wrap {
  width: 100%;
  background: #F0F7F8;
  padding: 5% 0;
}
.fv_wrap .fv_inner {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-direction: row-reverse;
  align-items: center;
}
.fv_wrap .fv_text {
  width: 55%;
  padding-left: 5%;
  text-align: center;
}
.fv_wrap .fv_text p {
  margin: 30px 0;
}
.fv_wrap .fv_text figure {
  width: 35%;
  text-align: center;
  margin: 0 auto 20px;
}
.fv_wrap .fv_text .main_text {
  width: 100%;
}
.fv_wrap .fv_text p, .fv_wrap .fv_text figure img, .fv_wrap .fv_text .main_text img {
  width: 100%;
  height: auto;
}
.fv_wrap a {
  position: relative;
  padding: 20px 60px 20px 50px;
  font-size: 2rem;
  font-weight: 800;
  background: #FFC400;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.fv_wrap a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 8px solid transparent;
  box-sizing: border-box;
}
.fv_wrap figure {
  width: 35%;
}
.fv_wrap figure img {
  width: 100%;
  height: auto;
}
.mechanism_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
.mechanism_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.mechanism_wrap figure {
  width: 50%;
}
.mechanism_wrap figure img {
  width: 100%;
  height: auto;
}
.mechanism_text {
  width: 40%;
}
.mechanism_text h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.mechanism_text p {
  font-size: 1.5rem;
  font-weight: 400;
}
.merit_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
.merit_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit_wrap figure {
  width: 25%;
}
.merit_wrap figure img {
  width: 100%;
  height: auto;
}
.merit_text {
  width: 55%;
}
.merit_text h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.merit_text p {
  font-size: 1.5rem;
  font-weight: 400;
}
.consultation_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
}
.consultation_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.consultation_wrap .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.consultation_wrap .grid .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultation_wrap .grid .item img {
  width: 60%;
  height: auto;
  margin-bottom: 20px;
}
.consultation_wrap .grid .item h3 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.consultation_wrap .grid .item p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  margin-top: auto;
}
.cta_wrap {
  width: 100%;
  background: #010030;
  position: relative;
  overflow: visible;
  padding: 100px 0;
}
.cta_wrap .cta_bg {
  width: 90%;
  background: #F0F7F8;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  z-index: 1;
}
.cta_wrap .cta_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cta_wrap .cta_inner figure {
  position: absolute;
  width: 25%;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.cta_wrap .cta_inner figure img {
  width: 100%;
  height: auto;
}
.cta_wrap .cta_inner .cta_text {
  width: 60%;
  padding: 40px;
  z-index: 1;
  margin-left: auto;
}
.cta_wrap .cta_inner .cta_text p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.cta_wrap .cta_inner .cta_text .cta {
  text-align: right;
}
.cta_wrap .cta_inner .cta_text a {
  padding: 20px 60px;
  font-size: 2rem;
  font-weight: 800;
  background: #FFC400;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.cta_wrap .cta_inner .cta_text a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 8px solid transparent;
  box-sizing: border-box;
}
.strength_wrap {
  background: #F0F7F8;
}
.strength_wrap .h2_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
}
.strength_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
}
.strength_wrap .strength_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.strength_wrap .item {
  width: 23%;
  text-align: center;
  margin: 70px 0 0;
  display: flex;
  flex-direction: column;
}
.strength_wrap .item .item_content {
  margin-top: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 30px;
  margin: 100px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.strength_wrap .item .img_wrap {
  position: relative;
  text-align: center;
}
.strength_wrap .item .step_number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #010030;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.strength_wrap .item figure {
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.strength_wrap .item figure img {
  width: 100%;
  height: auto;
}
.strength_wrap .item_content h3 {
  font-size: 2rem;
  margin: 40px auto 20px;
  font-weight: 700;
  z-index: 3;
  position: relative;
}
.strength_wrap .item_content p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  flex-grow: 1;
	z-index: 2;
}
.form_wrap {
  width: 100%;
  background: #010030;
  padding: 100px 0;
}
.form_wrap .form_inner {
  width: 90%;
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px
}
.form_wrap .form_inner h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
}
.form_wrap .form_inner .red{
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 auto 30px;
  text-align: left;
	color: #CC3434;
	width: 60%;
	display: block;
}
.cf7__list {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.cf7__list dt:nth-of-type(n + 2), .cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7__list dt {
  width: 35%;
  padding-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}
.cf7__list dd {
  width: 65%;
  font-size: 1.8rem;
}
/* input・textarea */
.cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 2px solid #010030;
  box-sizing: border-box;
}
/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}
.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #010030;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}
.cf7__select select {
  width: 100%;
  padding: 15px 40px 15px 20px;
  font-size: 1.6rem;
  border-radius: 10px;
  background: #F4F4F4;
  box-sizing: border-box;
  border: 2px solid #010030;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cf7__select select option {
  color: #000030;
}
/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox, .cf7__list dd .wpcf7-radio {
  display: block;
  width: 100%;
  background: #F4F4F4;
  padding: 15px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 100%;
  background: #F4F4F4;
  padding: 15px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}
/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}
/* チェックボックス・ラジオボタン */
input[type="checkbox"], input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder, .cf7__list dd input[type="tel"]::placeholder, .cf7__list dd input[type="email"]::placeholder, .cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}
/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder, .cf7__list dd input[type="tel"]::-ms-input-placeholder, .cf7__list dd input[type="email"]::-ms-input-placeholder, .cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}
.cf7__button {
  text-align: center;
}
input[type="submit"] {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  transition: opacity .6s;
  border: none;
  border-radius: 100px;
  background: #FBC302;
  position: relative;
}
input[type="submit"]:hover {
  opacity: .6;
}
.submit_wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #FBC302;
  border-radius: 100px;
  padding: 35px 80px 35px 120px;
  cursor: pointer;
}
.submit_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 11px solid #fff;
  border-bottom: 8px solid transparent;
}
.submit_icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.submit_wrap .submit_icon::after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  background: url('../img/cta_img01.webp') no-repeat center center;
  background-size: 70%;
  z-index: 2;
}
/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
  display: none !important;
}
.wpcf7-response-output{
	font-size: 1.5rem;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output{
	margin: 20px auto;
}
.security{
	margin: 30px auto;
	text-align: center;
}
.recapcha-text{
	font-size: 1rem;
	font-weight: 200;
}
.recapcha-text a{
	text-decoration: none;
}

.voice_wrap{
	width: 100%;
	padding: 100px 0 0;
	text-align: center;
}
.voice_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
	margin: 0 0 50px;
}
/* スライダー */
.uservoice-swiper{
	width: 100%;
}
.uservoice-swiper .swiper-wrapper{
  display: flex !important;
  align-items: stretch !important;
}
.swiper-slide {
　display: flex !important;
  height: auto !important;
  box-sizing: border-box;
}
.swiper-slide .card {
	background: #F0F7F8;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.swiper-slide img{
  width: 60%;
	height: auto;
	margin: 0 auto 10px;
}
.swiper-slide .name{
  font-size: 1.5rem;
	font-weight: 600;
}
.swiper-slide .job{
  font-size: 1.4rem;
	font-weight: 400;
}
.swiper-slide .lead{
  font-size: 1.4rem;
	font-weight: 600;
	text-align: left;
	flex-grow: 1;
}
.swiper-slide p{
  margin-bottom: 10px;
}
.swiper-slide button{
	background: #010030;
	padding: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	border-radius: 100px;
	font-size: 1.4rem;
	border: none;
	margin-top:auto;
}
/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
	top: 0;
  width: 100%;
	height: 100%;
  background-color: rgba(0,0,0,0.7);
overflow-y: auto;
}
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px 30px 0;
  width: 90%;
  max-width: 800px;
  border-radius: 20px;
  position: relative;
	text-align: left;
	max-height: 90vh;
  overflow-y: auto; 
}
.modal-content h4{
	text-align: left;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	background: #010030;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.modal-content p{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 400;
	padding-bottom: 30px;
}
.modal .close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
.step_wrap {
  margin: 100px auto;
}
.step_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.step_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
}
.step_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step_list li {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #010030;
  border-radius: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.step_icon {
  width: 25%;
  background: #010030;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
  position: relative;
  padding: 20px 10px;
}
.step_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #010030;
}
.step_icon span {
  /*flex-shrink: 0;*/
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #010030;
  font-weight: 700;
  font-size: 2.8rem;
  margin-right: 10px;
  z-index: 2;
}
.step_icon img {
  width: 100px;
  height: 100px;
  z-index: 1;
  padding: 0 15px;
}
.step_text {
  width: 70%;
  align-items: center;
  padding: 0 20px 0 40px
}
.step_text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.step_text p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.company_wrap {
  margin: 80px auto;
}
.company_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.company_wrap .company_inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.company_wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  font-weight: 400;
}
.company_wrap tr {
  border-bottom: 1px solid #85C3E5;
}
.company_wrap th {
  font-weight: 700;
}
.company_wrap th, .company_wrap td {
  padding: 8px 10px;
  text-align: left;
}
footer {
  margin: 50px auto;
}
footer .footer_inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
footer .footer_inner figure {
  width: 200px;
}
footer .footer_inner figure img {
  width: 100%;
  height: auto;
}
footer .footer_inner a {
  font-size: 1.3rem;
  text-decoration: none;
}
footer p {
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  font-size: 1.2rem;
}
/*サンクスページ*/
.thanks_wrap{
	padding: 100px 0;
	background: #F0F7F8;
	margin-bottom: 30px;
}
.thanks_inner{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.thanks_wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
	text-align: center;
}
.thanks_wrap p {
  font-size: 2rem;
  font-weight: 400;
	margin: 0 auto;
}
