@charset "UTF-8";
/*==============================================================
	変数
===============================================================*/
/*==============================================================
	@extend
===============================================================*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------------------------
	サイトタイトル - style scss
	URL: 
	Date: 2021-7-9
	Copyright© 
------------------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  overflow: hidden;
  color: #191919;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

#wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:hover:hover,
a:active:hover,
a:visited:hover {
  opacity: 0.8;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

/*==============================================================
	共通
===============================================================*/
section {
  margin-bottom: 120px;
}

.inner_wrap {
  width: 1200px;
  margin: auto;
}

.inner_wrap_s {
  width: 1020px;
  margin: auto;
}

.base_tl_box {
  text-align: center;
  margin-bottom: 50px;
}

.base_tl_box .comment {
  position: relative;
  letter-spacing: 3px;
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
}

.base_tl_box .base_tl {
  font-size: 48px;
  font-size: 4.8rem;
}

.agent_btn {
  position: relative;
  background-color: #fff;
  color: #1c73cc !important;
  display: block;
  text-align: center;
  border: 3px solid #1c73cc;
  width: 100%;
  max-width: 450px;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 20px;
  margin: 10px auto 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*==============================================================
	header : ヘッダー
===============================================================*/
header {
  width: 100%;
  padding: 20px;
  z-index: 2;
}

header .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}

header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .contact_list_sp {
  display: none;
}

header .tel {
  display: block;
  margin-right: 30px;
  text-shadow: 0px 0px 1px #ffffff;
}

header .tel span {
  display: block;
  text-align: right;
  margin-right: 10px;
}

header .tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 3rem;
}

header .tel p img {
  margin-right: 10px;
}

header .contact_btn {
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
  background-color: #fff;
}

#agent header, #contactform header,
#policy header,
#thanks header {
  position: relative;
}

/*==============================================================
	#home : TOP
===============================================================*/
.mv_area {
  position: relative;
  background: url(../../img/bg_mv.png) no-repeat top center/cover;
  padding: 150px 0 150px;
  margin-bottom: 0;
}

.mv_area .mv_back {
  position: relative;
  padding-bottom: 50px;
}

.mv_area #mv {
  position: relative;
}

.mv_area .inner_wrap_s {
  position: relative;
}

.mv_area .mv_txt_box h1 {
  margin-bottom: 30px;
  position: relative;
  left: -40px;
}

.mv_area .mv_txt_box .mv_txt {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 8px black;
}

.mv_area .btn_box {
  margin-top: 30px;
}

.mv_area .btn_box .contact_btn {
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 30px;
  padding: 20px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mv_area .btn_box .agent_btn {
  margin: 0;
  padding: 20px 40px;
  max-width: 550px;
}

.contact_area .sp_el {
  display: none;
}

.about_area {
  padding: 80px 0 120px;
  margin-bottom: 0;
  text-align: center;
  background: url(../../img/bg_about.png) no-repeat center/cover;
}

.about_area .txt_box {
  margin-bottom: 50px;
}

.about_area .txt_box .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  position: relative;
}

.about_area .txt_box .tl::before {
  content: "";
  background: url(../../img/fig_cross_b.svg) no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.about_area .txt_box .tl::after {
  content: "";
  background: url(../../img/fig_cross_o.svg) no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
}

.about_area .txt_box .tl img {
  margin-right: 10px;
}

.about_area .txt_box .tl span {
  margin-top: 16px;
}

.about_area .txt_box .txt {
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 2;
  position: relative;
}

.about_area .txt_box .txt::before {
  content: "";
  background: url(../../img/fig_cross_g.svg) no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  bottom: -50px;
}

.about_area .txt_box .txt::after {
  content: "";
  background: url(../../img/fig_cross_r.svg) no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: -50px;
}

.about_area .txt_box .txt .strong {
  color: #cc1c5f;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 34px);
}

.about_area .contact_area {
  margin-bottom: 0;
}

.flow_area {
  margin-bottom: 80px;
}

.flow_area .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.flow_area .flow_list li {
  position: relative;
  width: 30%;
  background-color: #e4f1ff;
}

.flow_area .flow_list li .step_box {
  position: absolute;
  left: -20px;
  top: -50px;
  width: 93px;
  height: 93px;
  background-color: #1c73cc;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 100%;
  text-align: center;
}

.flow_area .flow_list li .step_box .step {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.flow_area .flow_list li .step_box .num {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1;
}

.flow_area .flow_list li .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.flow_area .flow_list li .photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flow_area .flow_list li .txt_box {
  padding: 0 30px 30px;
}

.flow_area .flow_list li .txt_box .tl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  line-height: 1.2;
}

.flow_area .flow_list li .txt_box .txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.problem_solution_back {
  background-color: #e4f1ff;
}

.problem_area {
  background: url(../../img/bg_problem.svg) no-repeat bottom center/cover;
  padding: 80px 0 200px;
  margin: 0;
  position: relative;
}

.problem_area .tl {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 40px;
  color: #fff;
}

.problem_area .tl .border {
  font-size: 60px;
  font-size: 6rem;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}

.problem_area .tl .border::before {
  content: "";
  background-color: #ffd802;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
  z-index: -1;
}

.problem_area .problem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.problem_area .problem_list li {
  background-color: #FFF;
  width: 30%;
  padding: 20px 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.problem_area .fig {
  text-align: center;
  margin: auto;
  position: relative;
  left: 4vh;
}

.solution_area {
  position: relative;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 80px;
}

.solution_area .tl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 50px;
}

.solution_area .tl span {
  font-size: 68px;
  font-size: 6.8rem;
}

.solution_area .tl .en {
  margin-right: 10px;
  position: relative;
  top: -12px;
  display: inline-block;
}

.solution_area .tl .en img {
  max-width: 100%;
  height: auto;
}

.solution_area .txt {
  font-size: 28px;
  font-size: 2.8rem;
}

.solution_area .solution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.solution_area .solution_list li {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 43px;
  font-size: 4.3rem;
  margin: 0 10px;
  line-height: 1.2;
}

.solution_area .solution_list li.orange {
  background-color: #e1a32b;
}

.solution_area .solution_list li.red {
  background-color: #cc1c5f;
}

.solution_area .solution_list li.green {
  background-color: #35b18b;
}

.solution_area .solution_list li.blue {
  background-color: #6dc5d4;
}

.example_area {
  background-color: #e4f1ff;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.example_area .inner_wrap {
  width: 1000px;
}

.example_area .example_list {
  position: relative;
  z-index: 1;
}

.example_area .example_list li {
  margin: 0 20px 30px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.example_area .example_list li .photo img {
  max-width: 100%;
  height: auto;
}

.example_area .example_list li .txt_box {
  padding: 20px;
  text-align: center;
}

.example_area .example_list li .txt_box .age {
  display: inline-block;
  border-bottom: 2px solid #555555;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0 10px;
}

.example_area .example_list li .txt_box .result {
  color: #1c73cc;
  line-height: 1.2;
  font-weight: normal;
  font-size: clamp(20px, 2vw, 28px);
  margin-bottom: 20px;
}

.example_area .example_list li .txt_box .result span {
  position: relative;
}

.example_area .example_list li .txt_box .result span::before {
  content: "";
  background: url(../../img/ico_result.svg) no-repeat;
  width: 47px;
  height: 44px;
  position: absolute;
  top: -25px;
  right: 100%;
}

.example_area .example_list li .txt_box .box {
  position: relative;
  margin-bottom: 50px;
}

.example_area .example_list li .txt_box .box:last-child {
  margin-bottom: 0;
}

.example_area .example_list li .txt_box .box:last-child::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-top: 18px solid #1c73cc;
  /* 好みで色を変えてください */
}

.example_area .example_list li .txt_box .tl {
  background-color: #555555;
  color: #fff;
  padding: 5px;
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 10px;
}

.example_area .example_list li .txt_box .txt {
  text-align: left;
  padding: 0 10px;
  height: 50px;
}

.agent_area {
  text-align: center;
  margin: 180px 0 250px;
  position: relative;
}

.agent_area .agent_back {
  background: url(../../img/bg_agent.png) no-repeat center/cover;
  height: 400px;
}

.agent_area .box {
  position: relative;
  top: -300px;
  margin-bottom: -300px;
}

.agent_area .tl {
  color: #35b18b;
  border: 5px solid #35b18b;
  background-color: #fff;
  text-align: center;
  padding: 5px 80px;
  border-radius: 100px;
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  position: relative;
  top: -50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.agent_area .agent_list li {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px 10px;
}

.agent_area .agent_list li .photo {
  width: 100%;
}

.agent_area .agent_list li .photo img {
  width: 100%;
  height: auto;
}

.agent_area .agent_list li .txt_box {
  padding: 20px;
}

.agent_area .agent_list li .txt_box .name {
  font-size: 23px;
  font-size: 2.3rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #a0a0a0;
}

.agent_area .agent_list li .txt_box .txt {
  font-size: 18px;
  font-size: 1.8rem;
}

.agent_area .slick-prev,
.agent_area .slick-next {
  top: 0;
}

.agent_area .slick-next:before {
  content: "" !important;
  width: 129px !important;
  height: 18px !important;
  position: absolute;
  top: -30px;
  right: 100px;
}

.agent_area .slick-prev:before {
  content: "" !important;
  width: 129px !important;
  height: 18px !important;
  position: absolute;
  top: -30px;
  left: 100px;
}

.agent_area .slick-next:before {
  background: url(../../img/fig_arrow_r.svg) !important;
  background-size: contain !important;
}

.agent_area .slick-prev:before {
  background: url(../../img/fig_arrow_l.svg) !important;
  background-size: contain !important;
}

.faq_area {
  padding: 0px 0 80px;
  position: relative;
}

.faq_area .faq_wrap {
  position: relative;
}

.faq_area .faq_wrap::before {
  content: "";
  background: url(../../img/fig_question_woman.svg) no-repeat;
  width: 195px;
  height: 271px;
  position: absolute;
  right: 25px;
  bottom: 100%;
}

.faq_area .faq_box {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.faq_area .faq_box:last-child {
  margin-bottom: 0;
}

.faq_area .faq_box .ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-size: 3rem;
  border-radius: 100%;
}

.faq_area .faq_box .tl {
  width: calc(100% - 70px);
  margin-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
}

.faq_area .faq_box .txt {
  width: calc(100% - 70px);
  margin-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #333;
}

.faq_area .faq_box .q_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444444;
  padding: 10px 20px;
}

.faq_area .faq_box .q_box .ico {
  background-color: #fff;
  color: #444444;
}

.faq_area .faq_box .a_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 10px 20px;
}

.faq_area .faq_box .a_box .ico {
  background-color: #444444;
  color: #fff;
}

.contact_area .contact_btn {
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin: auto;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact_area .contact_btn.sp_el {
  display: none;
}

#last_contact.contact_area {
  position: relative;
  background: url(../../img/bg_contact.png) no-repeat center/cover;
  z-index: 1;
  padding: 80px 0;
  margin-bottom: 0;
}

#last_contact.contact_area .base_tl {
  color: #fff;
  font-weight: normal;
}

.form_area {
  text-align: center;
}

.form_area .inner_wrap {
  max-width: 900px;
}

.form_area .base_tl_box {
  margin-bottom: 70px;
}

.form_area .base_tbl {
  width: 100%;
}

.form_area .base_tbl th,
.form_area .base_tbl td {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  position: relative;
}

.form_area .base_tbl th {
  width: 30%;
  padding-left: 50px;
}

.form_area .base_tbl td {
  width: 70%;
}

.form_area .base_tbl input[type="text"],
.form_area .base_tbl input[type="email"],
.form_area .base_tbl textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}

.form_area .base_tbl input[type="text"].date,
.form_area .base_tbl input[type="email"].date,
.form_area .base_tbl textarea.date {
  width: 30%;
}

.form_area .base_tbl select {
  width: 100%;
  padding: 13px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.form_area .base_tbl textarea {
  height: 150px;
}

.form_area .base_tbl .required {
  color: #ff0101;
  position: absolute;
  left: 0px;
}

.form_area .base_tbl .ico {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
}

.form_area .base_tbl .fl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_area .base_tbl .fl_box .addnum {
  margin-right: 10px;
}

.form_area .base_tbl .fl_box .caution {
  margin-left: 20px;
}

.form_area .base_tbl .fl_box input[type="text"] {
  width: 30%;
}

.form_area .form_txt {
  text-align: center;
  margin: 50px 0;
}

.form_area .form_txt a {
  color: #ff0101;
  text-decoration: underline;
}

.form_area .form_txt .required_p {
  margin-right: 20px;
  color: #ff0101;
}

.form_area #submit-btn_sp {
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 300px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form_area #submit-btn_sp.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_area #submit-btn_sp_2 {
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 300px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form_area #submit-btn_sp_2.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*==============================================================
	footer : フッター
===============================================================*/
#footer {
  padding: 80px 0 0px;
  background: url(../../img/bg_footer.png) no-repeat center/cover;
  text-align: center;
}

#footer .ft_logo {
  margin-bottom: 30px;
}

#footer .ft_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

#footer .ft_list li {
  margin: 0 20px;
}

#footer .copy {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  display: block;
}

#toTop {
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 4;
}

#toTop a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toTop img {
  max-width: 100%;
  height: auto;
}

/*==============================================================
	headline : 下階層タイトル
===============================================================*/
#headline {
  background: url(../../img/bg_problem.svg) no-repeat top center/cover;
  padding: 50px 0;
  text-align: center;
}

#headline .page_tl {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
}

/*==============================================================
	agent : エージェント登録
===============================================================*/
#agent #form::before {
  content: none;
}

#agent #submit-btn {
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 300px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#agent #submit-btn.check {
  background: #aaaaaa;
  pointer-events: none;
}

#agent #footer {
  background-color: #f1f8ff;
}

/*==============================================================
	contactform : エージェント紹介
===============================================================*/
#contactform #form::before {
  content: none;
}

#contactform .policy_txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: center;
}

#contactform .policy_txt a {
  text-decoration: underline;
}

#contactform .required {
  color: #cc1c5f;
  margin-right: 15px;
  font-size: 1.4rem;
}

#contactform #submit-btn {
  width: 100%;
  max-width: 400px;
  margin: 15px auto 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#contactform #submit-btn.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactform #submit-btn_2 {
  width: 100%;
  max-width: 400px;
  margin: 15px auto 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#contactform #submit-btn_2.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactform #footer {
  background-color: #f1f8ff;
}

/*==============================================================
	policy : プライバシーポリシー
===============================================================*/
#policy .tl {
  font-size: 30px;
  margin-bottom: 20px;
}

#policy .txt {
  font-size: 20px;
  line-height: 1.8;
}

#policy #footer {
  background-color: #f1f8ff;
}

/*==============================================================
	thanks : お問い合わせ後
===============================================================*/
#thanks #headline {
  margin-bottom: 80px;
}

#thanks .thanks_area .btn_animation {
  max-width: 800px;
  margin: auto;
  display: block;
  cursor: pointer;
  border-radius: 800px;
  -webkit-animation: btnwrapanime 11s infinite;
  animation: btnwrapanime 1.5s infinite;
  -webkit-box-shadow: 0 0 0 0 #00bc00;
          box-shadow: 0 0 0 0 #00bc00;
}

#thanks .thanks_area .calbnr img {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 5%;
  display: block;
}

#thanks .thanks_area .txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 2;
}

#thanks .thanks_area .contact_btn {
  background: -webkit-gradient(linear, left top, right bottom, from(#1980e8), to(#1c73cc));
  background: linear-gradient(to bottom right, #1980e8, #1c73cc);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 450px;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#thanks .thanks_area .bnr {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 5%;
  display: block;
}

#thanks .thanks_area .bnr img {
  max-width: 100%;
  height: auto;
}

#thanks #footer {
  background-color: #f1f8ff;
}

@-webkit-keyframes btnwrapanime {
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
    box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
  }
}

@keyframes btnwrapanime {
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
    box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
  }
}

@media (max-width: 750px) {
  @-webkit-keyframes btnwrapanime {
    70% {
      -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
  }
  @keyframes btnwrapanime {
    70% {
      -webkit-box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 25px rgba(233, 30, 99, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
      box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
  }
}

/*EOF
---------------------------------------------------------------------------------------*/
