@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: #2c2623;
  font-family: 'Roboto','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-image: url('../../img/02/fv_bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.15% 0;
}
.lp02{
	padding: 3% 0;
}
.fv_wrap .fv_inner {
  width: 83.333%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.fv_wrap .fv_text {
  width: 74%;
  text-align: center;
  margin-right: 4%;
}
.lp02 .fv_inner .fv_text {
  width: 40%!important;
}
.fv_wrap .fv_text p {
  margin: 30px 0;
}
.fv_wrap .fv_text figure {
  width: 32%;
  text-align: center;
  margin: 0 auto 20px;
}
.fv_wrap .fv_text .main_text {
  width: 100%;
  margin-bottom: 25px;
}
.fv_wrap .fv_text p, .fv_wrap .fv_text figure img, .fv_wrap .fv_text .main_text img {
  width: 100%;
  height: auto;
}

.fv_wrap .fv_list {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto 40px;
}
.fv_wrap .fv_list li:not(:last-of-type) {
  margin-right: 2.257%;
}

.fv_wrap .fv_cta01 {
  position: relative;
  padding: 24px 50px 20px;
  font-size: 3.6rem;
  font-weight: 700;
  background: #f2691e;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  width: 52%;
}
.fv_wrap .fv_cta01::before {
  content: "今なら無料！";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 2rem; 
  color: #e56118;
  background-color: #fff;
  padding: 6px 30px 5px;
  border-radius: 60px;
  line-height: 1;
}

.fv_wrap .fv_cta02{
  position: relative;
  margin-top: 20px;
  padding: 20px 100px;
  font-size: 2.8rem;
  max-width: 70%;
  font-weight: 700;
  background: #FF6200;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.fv_wrap a span {
  position: relative;
  padding-right: 20px;
}
.fv_wrap a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 12px solid transparent;
  box-sizing: border-box;
}
.fv_wrap figure {
  width: 32%;
}
.lp02 figure {
  width: 30%;
}
.fv_wrap figure img {
  width: 100%;
  height: auto;
}
.mechanism_wrap {
  padding: 90px 0;
}
.mechanism_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.mechanism_wrap figure {
  width: 84%;
  margin: 0 auto;
}
.mechanism_wrap figure img {
  width: 100%;
  height: auto;
}
.mechanism_text h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.mechanism_text p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.merit_wrap {
  background-color: #fffaf1;
  padding-top: 90px;
}
.merit_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.merit_wrap figure img {
  width: 100%;
  height: auto;
}
.merit_text h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.merit_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.merit_list li {
  width: 48.333%;
  box-shadow: 4px 3.46px 6px #f0e7e3;
  display: flex;
  margin-bottom: 40px;
}
.merit_list li figure {
  width: 35%;
}
.merit_list_cont {
  background-color: #fff;
  padding: 10px 20px;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.merit_list_tit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.merit_list_txt {
  font-size: 1.6rem;
}
.merit_img {
  width: 78%;
  margin: 0 auto;
  padding-top: 50px;
}
.consultation_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}
.consultation_wrap h2 {
  font-size: 4rem;
  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: #7b665e;
  position: relative;
  overflow: visible;
  padding: 100px 0;
}
.cta_wrap .cta_bg {
  width: 90%;
  background: #fffaf1;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  z-index: 1;
}
.cta_wrap .cta_inner {
  display: flex;
  padding: 30px 90px 20px;
}
.cta_wrap .cta_inner figure {
  width: 27.166%;
  margin-right: 6.78%;
}
.cta_wrap .cta_inner figure img {
  width: 100%;
  height: auto;
}
.cta_wrap .cta_inner .cta_text p {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
  padding-top: 15px;
}
.cta_wrap .cta_inner .cta_text .cta .cta01 {
  padding: 20px 50px;
  font-size: 3.6rem;
  font-weight: 700;
  background: #f2691e;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 64%;
  text-align: center;
}
.cta_wrap .cta_inner .cta_text .cta .cta02 {
  padding: 20px 80px;
  font-size: 2.8rem;
  font-weight: 800;
  background: #FF6200;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.cta_wrap .cta_inner .cta_text a span {
  position: relative;
  padding-right: 20px;
}
.cta_wrap .cta_inner .cta_text a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 12px solid transparent;
  box-sizing: border-box;
}
.strength_wrap {
  background: #fee5c1;
  padding: 90px 0 70px;
}
.strength_wrap .h2_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.strength_wrap h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 70px;
}
.strength_wrap .strength_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.strength_wrap .item {
  width: 46.5%;
  box-shadow: 4px 8px 8px rgba(44, 38, 35, 0.1);
  margin-bottom: 60px;
}
.strength_wrap .item .item_content {
  position: relative;
  background: #fff;
  padding: 20px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 150px;
}
.strength_wrap .item .img_wrap {
  position: relative;
}
.strength_wrap .item .step_number {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #49931c;
  color: #fff;
  font-weight: 500;
  font-size: 5.5rem;
  z-index: 2;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
}
.strength_wrap .item .step_number span {
  font-size: 2rem;
  display: block;
}
.strength_wrap .item_content h3 {
  font-size: 2.6rem;
  font-weight: 700;
  z-index: 3;
  position: relative;
  text-align: center;
  color: #49931c;
  margin-bottom: 20px;
}
.strength_wrap .item_content p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  flex-grow: 1;
  z-index: 2;
}
.form_wrap {
  width: 100%;
  background: #7b665e;
  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: 4rem;
  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 dt span {
  font-size: 1.3rem;
  margin-left: 5px;
  color: #CC3434;
}
.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 #2c2623;
  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 #2c2623;
  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 #2c2623;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cf7__select select option {
  color: #2c2623;
}
/* チェックボックス・ラジオボタン */
.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;
}
.form_cta01 input[type="submit"] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  transition: opacity .6s;
  border: none;
  border-radius: 100px;
  background: #f2691e;
  position: relative;
}
.form_cta02 input[type="submit"] {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  transition: opacity .6s;
  border: none;
  border-radius: 20px;
  background: #FF6200;
  position: relative;
}
input[type="submit"]:hover {
  opacity: .6;
}
.form_cta01 .submit_wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #f2691e;
  border-radius: 100px;
  padding: 35px 80px 35px 120px;
  cursor: pointer;
}

.form_cta02 .submit_wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #FF6200;
  border-radius: 20px;
  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/02/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 {
  padding: 100px 0 0;
  margin: 0 auto;
  text-align: center;
}
.voice_wrap h2 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 60px;
}
/* スライダー */
.swiper_content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.uservoice-swiper {
  overflow: visible;
}
.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: #fee5c1;
  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: #f47a3e;
  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;
}
.swiper_content .swiper-button-prev, .swiper_content .swiper-button-next {
  color: #f2691e;
}
.swiper_content .swiper-button-prev {
  left: -40px;
}
.swiper_content .swiper-button-next {
  right: -40px;
}
.swiper_content .swiper-pagination {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.swiper_content .swiper-pagination-bullet {
  background: #999;
  opacity: 0.6;
}
.swiper_content .swiper-pagination-bullet-active {
  background: #f2691e;
  opacity: 1;
}
/* モーダル */
.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: #f2691e;
  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: 4rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.step_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step_list li {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #7b665e;
  border-radius: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.step_icon {
  width: 25%;
  background: #7b665e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px;
  position: relative;
  padding: 20px 10px;
    box-sizing: border-box;
  min-height: 140px;
}
.step_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #7b665e;
}
.step_icon span {
  /*flex-shrink: 0;*/
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #7b665e;
  font-weight: 700;
  font-size: 2.8rem;
  margin-right: 10px;
  z-index: 2;
  line-height: 50px;
}
.step_icon img {
  width: 100px;
  height: auto;
  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 #7b665e;
}
.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;
}