@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*------------------------------------------------
Reset
------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
ul,
dl,
dd,
p,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul {
  list-style: none;
}

.sp {
  display: none;
}

.font {
  font-family: "Anton", sans-serif;
  font-family: "Abel", sans-serif;
}

.tel {
  color: #4b4b4b;
  font-family: "Anton", sans-serif;
  background-image: url(../../img/lp/icon001.png);
  background-repeat: no-repeat;
  background-size: 78px 45px;
}

a {
  text-decoration: none;
}

/*------------------------------------------------
Common Parts
------------------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.org {
  color: #fb5901;
}
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fwb {
  font-weight: bold;
}
.marker {
  background-image: linear-gradient(transparent 50%, #ffef3a 50%);
  font-weight: bold;
  margin-right: 7px;
}
.lh14 {
  line-height: 1.4;
}
.w423 {
  width: 423px;
}
.h95 {
  height: 95px;
}

.btn,
.btn02 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  height: 139px;
}
.btn {
  width: 788px;
}
.btn02 {
  width: 550px;
}
.btn02:hover img,
.btn:hover img {
  opacity: 0;
}

/*------------------------------------------------
Header
------------------------------------------------*/

html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 1.6rem;
  min-width: 960px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
}

h1 {
  background-color: #3e3e3e;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  height: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: calc((100% - 960px) / 2);
}

header div {
  -webkit-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
}

header ul {
  width: 960px;
  height: 75px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

header li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

header li:last-of-type {
  min-width: 213px;
}

header .tel {
  font-size: 3rem;
  background-position: left bottom 4px;
  background-size: 39px 23px;
  display: block;
  padding-left: 41px;
  margin-bottom: 7px;
  position: relative;
}

header .tel img {
  position: absolute;
  left: 0;
  top: 12px;
}

.main_img .inner {
  padding: 70px 0 60px;
  position: relative;
}

.main_img .inner > img {
  position: absolute;
  top: 307px;
  right: 300px;
}

.main_img p:first-of-type {
  margin-bottom: 23px;
}

.main_img p:nth-of-type(2) {
  margin-bottom: 15px;
}

.tab_body {
  display: none;
}
.tab_body.current {
  display: block;
}

.tab_list {
  height: 60px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.tab_list li {
  cursor: pointer;
}
.tab_body:not([data-id="1"]) {
  background-color: #edecec;
  padding-bottom: 60px;
}
.tab_body[data-id="1"] {
  background-image: url(../../img/lp/main_bg2.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .tab_body[data-id="1"] {
    background-image: none;
  }
}

.tab_body:not([data-id="1"]) .inner {
  background-color: #fff;
  padding: 40px;
}

.cnt1 .inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.cnt1 h2,
.cnt1 .promiseBox {
  width: 960px;
  margin: 0 auto;
}

.cnt1 h2 {
  text-align: center;
  margin-bottom: 30px;
}

.cnt1 .promiseBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.cnt1 dl {
  width: 308px;
  border: 4px solid #edecec;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cnt1 dl::before,
.cnt1 dl::after {
  display: block;
  position: absolute;
}

.cnt1 dl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  top: -4px;
  left: -4px;
}

.cnt1 dl::after {
  color: #fff;
  top: 3px;
  left: 3px;
  font-size: 2rem;
}

.cnt1 dl:first-of-type::after {
  content: "1";
}

.cnt1 dl:first-of-type dt {
  background-image: url(../../img/lp/icon012.png);
  background-size: 103px 99px;
}

.cnt1 dl:nth-of-type(2)::after {
  content: "2";
}

.cnt1 dl:nth-of-type(2) dt {
  background-image: url(../../img/lp/icon003.png);
  background-size: 149px 100px;
}

.cnt1 dl:last-of-type::after {
  content: "3";
}

.cnt1 dl:last-of-type dt {
  background-image: url(../../img/lp/icon002.png);
  background-position: left 106px top 20px;
  background-size: 108px 100px;
}

.cnt1 dt {
  padding-top: 130px;
  padding-bottom: 7px;
  font-size: 2.2rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center 20px;
  text-align: center;
  margin: 0 19px;
  letter-spacing: 2px;
}

.cnt1 dd {
  margin: 10px 18px 15px;
  line-height: 1.5;
}

.guide .guide-inner > a {
  display: block;
  width: 100%;
  border-radius: 7px;
  margin-top: 60px;
  box-sizing: border-box;
}

.guide ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 2px;
  font-weight: bold;
}

.guide li:nth-of-type(n + 2) {
  width: 50%;
  margin: 15px 0;
  box-sizing: border-box;
}

.guide li:first-of-type {
  color: #fff;
  font-size: 2rem;
  width: 100%;
  height: 39px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.guide li:first-of-type img {
  width: 23px;
}

.guide li:nth-of-type(2) {
  letter-spacing: 4px;
}

.guide li:last-of-type {
  color: #333;
  padding-left: 16px;
  line-height: 1.2;
  position: relative;
}

.guide li:last-of-type span {
  color: #fb5901;
}

.guide li:last-of-type::before {
  content: "";
  width: 1px;
  height: 45px;
  display: block;
  position: absolute;
  background-color: #6c6c6c;
  top: 6px;
  left: 0;
}

.guide li:last-of-type::after {
  content: "\f095";
  display: block;
  font-family: FontAwesome;
  font-size: 8rem;
  position: absolute;
  right: 18px;
  bottom: -15px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.guide .tel {
  font-size: 5.9rem;
  margin-left: 20px;
  padding-left: 90px;
  background-position: center left;
  font-weight: normal;
}

.guide .btn {
  margin-top: 20px;
}

.text1,
.text2,
.toform {
  font-size: 3.6rem;
  text-align: center;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  height: 74px;
}

.guide-inner {
  width: 960px;
  margin: 0 auto;
}

.toform {
  margin: 30px 0 60px;
  font-weight: 500;
}

.cnt2 .guide-inner > a {
  margin-top: 60px;
}

.content-item {
  border-radius: 7px;
  margin-top: 60px;
  margin-bottom: 44px;
  padding-bottom: 27px;
  color: #fb5901;
}

.content-item h2 {
  color: #fff;
  font-size: 2.9rem;
  position: relative;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-item h2 img {
  position: absolute;
}

.content-item h2 img:first-of-type {
  left: 14px;
  bottom: 0;
}

.content-item h2 img:last-of-type {
  right: 20px;
  bottom: -7px;
}

.content-item h3 {
  width: 100%;
  height: 37px;
  background-color: #333333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 40px;
  box-sizing: border-box;
  background-image: url(../../img/lp/icon005.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  margin-bottom: 10px;
  background-size: 21px 22px;
}

.content-item > div {
  margin: 0 20px;
}

.content-item .sections {
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-item .sections:not(:last-child) {
  padding-bottom: 30px;
}

.content-item .sections:not(:last-child) li {
  -webkit-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  -moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  border: solid 2px #e29867;
  width: 214px;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}

.content-item .sections:first-of-type {
  width: 100%;
  padding-top: 20px;
}

.content-item .sections:nth-of-type(3) {
  padding-bottom: 20px;
}

.content-item .sections:last-of-type {
  margin-top: 20px;
  padding-top: 10px;
  background-image: url(../../img/lp/sec_bg.jpg);
  background-size: cover;
}

.content-item .sections:last-of-type h3 {
  font-size: 3rem;
  text-align: center;
  background-color: #2b7f76;
  height: 60px;
  justify-content: center;
  background-image: none;
  position: relative;
  letter-spacing: 3px;
}

.content-item .sections:last-of-type h3::before,
.content-item .sections:last-of-type h3::after {
  display: block;
  width: 27px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-item .sections:last-of-type h3::before {
  content: "";
  margin-right: 5px;
  background-image: url(../../img/lp/icon009.png);
}

.content-item .sections:last-of-type h3::after {
  content: "";
  margin-left: 5px;
  background-image: url(../../img/lp/icon015.png);
}

.content-item .sections:last-of-type ul {
  justify-content: center;
  margin-bottom: 30px;
}

.content-item .sections:last-of-type li {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  color: #333;
}

.content-item .sections:last-of-type li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top 30px;
}

.content-item .sections:last-of-type li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background-color: #f4f4f4;
  position: absolute;
  transform: rotate(125deg);
  -webkit-transform: rotate(125deg);
  bottom: 22px;
  right: -41px;
  z-index: 0;
}

.content-item .sections:last-of-type li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.content-item .sections:last-of-type li:first-of-type::before {
  background-image: url(../../img/lp/icon006.png);
  background-size: 64px 81px;
}

.content-item .sections:last-of-type li:nth-of-type(2)::before {
  background-image: url(../../img/lp/icon008.png);
  background-size: 63px 69px;
}

.content-item .sections:last-of-type li:last-of-type::before {
  background-image: url(../../img/lp/icon007.png);
  background-size: 78px 81px;
}

.content-item .sections:last-of-type li:not(:last-child) {
  margin-right: 20px;
}

.content-item ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.content-item dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.content-item dl:not(:last-child) {
  margin-bottom: 2px;
}

.content-item dl:last-of-type {
  height: 44px;
  align-items: center;
}

.content-item dl:last-of-type dt {
  height: 100%;
}

.content-item dl:last-of-type dd {
  color: #ff7322;
}

.content-item dt {
  color: #fff;
  background-color: #7a7a7a;
  width: 46px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 5px;
}

.content-item dd {
  font-size: 2.2rem;
  font-weight: bold;
  flex: 1;
  padding: 1px 0;
}

.content-item dd span {
  font-size: 1.4rem;
}

.content-item dd.fz28 {
  font-size: 2.8rem;
}

.cnt3 .inner {
  border-radius: 7px;
  margin-top: 60px;
  padding-bottom: 20px;
  border-radius: 7px;
  position: relative;
}

.cnt3 .inner::before,
.cnt3 .inner::after {
  content: "";
  display: block;
  position: absolute;
}

.cnt3 .inner::before {
  width: 104px;
  height: 114px;
  background-image: url(../../img/lp/icon010.png);
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cnt3 .inner::after {
  width: 164px;
  height: 112px;
  right: 44px;
  bottom: 24px;
}

.cnt3 .inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.cnt3 .inner li {
  -webkit-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  -moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
  width: 214px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  color: #fb5901;
}

.cnt3 .inner li i {
  background-image: url(../../img/lp/icon017.png);
  width: 16px;
  height: 12px;
  margin-right: 5px;
}

.cnt3 .inner li:nth-last-of-type(-n + 3) {
  width: 325px;
}

.cnt3 .inner li:first-of-type,
.cnt3 .inner li:nth-of-type(5),
.cnt3 .inner li:nth-of-type(9),
.cnt3 .inner li:nth-of-type(13),
.cnt3 .inner li:nth-of-type(16),
.cnt3 .inner li:nth-of-type(18) {
  margin-left: 0;
}

.cnt3 .inner p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.cnt3 h2 {
  color: #fff;
  font-size: 3rem;
  position: relative;
  height: 88px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.cnt3 h2 img {
  position: absolute;
}

.cnt3 h2 img:first-of-type {
  left: 14px;
  bottom: 0;
}

.cnt3 h2 img:last-of-type {
  right: 30px;
  bottom: -7px;
}

.cnt3 h3 {
  width: 100%;
  height: 37px;
  background-color: #333333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 40px;
  box-sizing: border-box;
  background-image: url(../../img/lp/icon005.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  margin-bottom: 10px;
  background-size: 21px 22px;
}

.cnt3 .sections {
  margin: 0 20px;
  padding: 20px;
  background-color: #fff;
}

.cnt4 {
  text-align: center;
}
.cnt4 .desc {
  margin: 19px 0 23px;
}
.cnt4 p {
  line-height: 1.7;
}
.point_list {
  margin-bottom: 30px;
}
.point_list li:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.point_list li {
  border-top: 1px solid #eaeaea;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px 0 10px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.point_list li:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
.point_list li::before,
.cnt6_content > dt::before {
  width: 45px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 16px;
  color: #fff;
}
.point_list li:nth-of-type(1)::before,
.cnt6_content:nth-of-type(1) > dt::before {
  content: "1";
}
.point_list li:nth-of-type(2)::before,
.cnt6_content:nth-of-type(2) > dt::before {
  content: "2";
}
.point_list li:nth-of-type(3)::before,
.cnt6_content:nth-of-type(3) > dt::before {
  content: "3";
}
.point_list li:nth-of-type(4)::before,
.cnt6_content:nth-of-type(4) > dt::before {
  content: "4";
}
.point_list li:nth-of-type(5)::before,
.cnt6_content:nth-of-type(5) > dt::before {
  content: "5";
}
.point_list li:nth-of-type(6)::before {
  content: "6";
}
.point_list li:nth-of-type(7)::before {
  content: "7";
}

.cnt4 .text {
  padding: 20px;
  background-color: #eaeaea;
  position: relative;
}
.cnt4 .text::before,
.cnt4 .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}
.cnt4 .text::before {
  left: 10px;
  background-image: url(../../img/lp/sec_img001.png);
  width: 132px;
  height: 208px;
}
.cnt4 .text::after {
  right: 10px;
  background-image: url(../../img/lp/sec_img002.png);
  width: 188px;
  height: 213px;
}

.cnt4 .text p {
  background-color: #fff;
  padding: 25px 0;
}

.cnt5 .inner {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  padding: 30px 30px 0;
  -webkit-box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
  -moz-box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
  box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
  box-sizing: border-box;
}

.cnt5 h3 {
  border-top: 4px solid #b3a69f;
  border-bottom: 4px solid #b3a69f;
  box-sizing: border-box;
  color: #5f493c;
  font-size: 3rem;
  font-weight: normal;
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  position: relative;
  height: 59px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-size: 32px 22px;
}

.cnt5 h3::before,
.cnt5 h3::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #b3a69f;
  position: absolute;
  left: 0;
}

.cnt5 h3::before {
  top: 2px;
}

.cnt5 h3::after {
  bottom: 2px;
}

.step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.step .head {
  width: 91px;
  height: 42px;
  background-color: #fb5901;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Abel", sans-serif;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 2px;
  z-index: 1;
}

.step .head span {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 6px;
}

.step dl {
  margin: 9px 0 30px 12px;
}

.step dt {
  color: #fb5901;
  font-size: 2.8rem;
  font-weight: bold;
}

.step dd {
  line-height: 1.6;
  margin-top: 8px;
}

.step:first-of-type a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}

.step:first-of-type a span {
  color: #fb5901;
  font-weight: normal;
}

.step:first-of-type .fa {
  color: #333;
  margin: 0 5px 0 10px;
}

.step:first-of-type dd span {
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.step:first-of-type dd span,
.step:first-of-type .fa {
  font-size: 2rem;
}

.step:not(:last-child)::before,
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
}

.step:not(:last-child)::before {
  width: 20px;
  height: 100%;
  left: 35px;
  top: 0;
}

.step:nth-last-of-type(2)::before {
  height: 85%;
}

.step:nth-last-of-type(2)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 17px 0 17px;
  left: 28px;
  bottom: 0;
}

.step:last-of-type dl {
  margin-bottom: 0;
}

.cnt6 h2 {
  text-align: center;
  margin-bottom: 27px;
}

.cnt6 .flex_box {
  justify-content: space-between;
}

.cnt6_content > dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.cnt6_body {
  margin: 40px 0 30px;
}
.cnt6_list {
  margin-top: 20px;
}
.cnt6_list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.cnt6_body p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 25px;
}
.cnt6_body .bdr {
  border-right: 1px solid #eaeaea;
  padding-right: 16px;
}
.cnt6_body .small {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}
.cnt6_point {
  font-size: 1.2rem;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
.cnt6_point dl {
  width: -webkit-calc(33.3333333% - 14px);
  width: calc(33.3333333% - 14px);
}
.cnt6_point dt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.cnt6_point dd {
  line-height: 1.7;
}

.contact {
  background-color: #edecec;
  text-align: left;
  padding: 60px 0 100px;
}

table {
  font-size: 1.7rem;
  padding-top: 60px;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  position: relative;
  width: 260px;
  vertical-align: top;
  padding-top: 8px;
  line-height: 1.6;
  text-align: left;
}

td {
  width: 530px;
  color: #797979;
  padding: 0 0 12px;
}

td p.err {
  color: #ff0000;
  margin-top: 3px;
}

td input {
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 15px;
  height: 33px;
  box-sizing: border-box;
}

td input.size_s {
  width: 80px;
}

td input.size_m {
  width: 250px;
}

td input.size_l {
  width: 400px;
}

td input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

td input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-top: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
td label {
  font-size: 15px;
}

td select {
  padding: 3px;
  font-size: 15px;
  height: 33px;
}

td textarea {
  width: 500px;
  padding: 3px 5px;
  font-size: 15px;
  resize: vertical;
}

td ul {
  width: 690px;
}
tr td li {
  margin-right: 40px;
  padding: 3px 0;
}
tr:not(.hope_loc) td li {
  float: left;
}

.hope_loc select {
  margin-left: 5px;
}

#Birth span:not(.wpcf7-custom-item-error) {
  margin-right: 5px;
}
#Birth span:not(.wpcf7-custom-item-error):not(:first-of-type) {
  margin-left: 5px;
}
span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
  margin-bottom: 0.3em;
}
.wpcf7-radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-top: 8px;
}
.wpcf7-radio label {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
.employment_id .wpcf7-radio {
  padding-top: 0;
}
.d_ib .wpcf7-form-control-wrap {
  margin-left: 5px;
}
.d_ib input {
  width: 360px;
}
.address {
  font-size: 1.3rem;
}

.address input,
.address select {
  margin-bottom: 5px;
}
.resume_text_other {
  margin-top: 10px;
}
.regist-btns {
  text-align: center;
  padding-right: 100px;
  font-size: 1.3rem;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.btns .text {
  margin-bottom: 10px;
}

.btns a {
  text-decoration: underline;
}

.btns a:hover {
  color: #6783fa;
}

.btn a,
.btn02 {
  display: block;
  padding: 0;
}
.btn02 {
  border: none;
  background-color: transparent;
}

.required {
  color: #fff;
  width: 51px;
  height: 24px;
  position: absolute;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 5px;
  line-height: 1;
}

input[type="checkbox"],
input[type="radio"],
button {
  cursor: pointer;
}

input[type="checkbox"] + label,
input[type="radio"] + label,
button + label {
  cursor: pointer;
}

footer {
  background-color: #434343;
  font-size: 1rem;
  color: #fff;
}

footer .footer-bottom {
  background-color: #434343;
  text-align: center;
  position: relative;
  z-index: 0;
}

footer .footer-bottom > .bottom-content {
  width: 960px;
  padding: 20px 0;
  margin: auto;
  font-size: 12px;
}

footer .footer-bottom > .bottom-content > .content-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

footer .footer-bottom > .bottom-content > .content-head > .ttl {
  color: #ffffff;
  font-size: 12px;
}

footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
  vertical-align: -9px;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-bottom > .bottom-content > small {
  color: #a0a0a0;
  display: block;
  text-align: right;
  line-height: 1;
}

footer .footer-bottom > .bottom-content .office {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  width: 100%;
  flex-wrap: wrap;
}

footer .footer-bottom > .bottom-content .office > section {
  border-right: solid 1px #ebebeb;
  position: relative;
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px;
}

footer .footer-bottom > .bottom-content .office > section:first-child {
  padding-left: 0;
}

footer .footer-bottom > .bottom-content .office > section:last-child {
  border-right: 0;
}

footer .footer-bottom > .bottom-content .office > section > h2,
footer .footer-bottom > .bottom-content .office > section > p {
  text-align: left;
  color: #ffffff;
}

footer .footer-bottom > .bottom-content .office > section > h2 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}

footer .footer-bottom > .bottom-content .office > section > p {
  line-height: 1.6;
}

footer .footer-bottom > .bottom-content .office > section:first-child > h2,
footer .footer-bottom > .bottom-content .office > section:first-child > p {
  padding-left: 0;
}

footer .footer-bottom > .bottom-content .office > section:last-child > h2,
footer .footer-bottom > .bottom-content .office > section:last-child > p {
  padding-right: 0;
}

footer .free_dial {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: inline-flex;
}

footer .free_dial > i {
  content: "";
  background-image: url(../../img/lp/icon016.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: -6px;
  margin-left: 20px;
  margin-right: 5px;
}

footer .c_name {
  display: block;
  font-size: 1.46rem;
  text-align: left;
  padding-left: 37px;
  margin-top: 10px;
}

.p_mark {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  text-align: left;
}

.p_mark p {
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.5;
}

.p_mark a {
  display: block;
  padding: 5px;
  background-color: #fff;
  width: 85px;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p_mark a {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.p_mark a img {
  width: 100%;
}
/* Form */
form h2 {
  display: none;
}
td input[type="text"] {
  width: 360px;
}
td .mini_radio label:first-of-type {
  margin-right: 30px;
}
form table:last-of-type tr:nth-last-of-type(2) .required {
  width: 115px;
}
table:last-of-type tr:nth-of-type(6) input {
  width: 90px;
}
table:last-of-type tr:nth-of-type(10) input {
  width: 250px;
}
table:last-of-type tr:nth-last-of-type(7) p {
  margin-bottom: 10px;
  display: inline-block;
}
table:last-of-type tr:nth-last-of-type(2) input[type="text"] {
  width: 140px;
}
table:last-of-type tr:nth-last-of-type(3) td,
table:last-of-type tr:nth-last-of-type(4) td {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
table:last-of-type tr:nth-last-of-type(3) label,
table:last-of-type tr:nth-last-of-type(4) label {
  margin-right: 36px;
  padding: 3px 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
table:last-of-type tr:nth-last-of-type(3) p,
table:last-of-type tr:nth-last-of-type(4) p {
  width: 100%;
}

form .text {
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
  padding-right: 100px;
  margin-top: 20px;
}
form .text a {
  text-decoration: underline;
}
.error {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  color: #f00;
  width: 100%;
}

.regist-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.regist-btns .return-btn,
.regist-btns .regist-btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: 40%;
  display: block;
  box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  height: 50px;
  transition: 0.4s;
}
.regist-btns .return-btn:hover,
.regist-btns .regist-btn:hover {
  opacity: 0.8;
}
.regist-btns .regist-btn {
  background-color: #d61020;
  color: #ffffff;
  margin-left: 20px;
}
.regist-btns .return-btn {
  background-color: #fff;
  color: #d61020;
  border: 1px solid #d61020;
}

.regist_complete {
  text-align: center;
  margin: 3% 0 2%;
}
.regist_complete h3 {
  font-size: 2.6rem;
  margin-bottom: 2%;
}
.regist_complete p {
  line-height: 1.5;
}
.regist_complete .btn2 {
  height: 50px;
  width: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px auto 0;
  font-size: 1.8rem;
  background-color: #6a4297;
  color: #fff;
  transition: opacity 0.5s;
}
.btn2:hover {
  opacity: 0.8;
}
#form-resume_class_note {
  width: 140px;
  margin-left: 5px;
}
.frame_privacy {
  height: 121px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
.notice_privacy {
  height: 96px;
  width: calc(100% - 20px);
  text-align: left;
  padding: 10px;
}
span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}
div.wpcf7-validation-errors {
  border: none;
  color: #ff0000;
}
footer .office a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /*------------------------------------------------
  Common Parts
  ------------------------------------------------*/
  .btn {
    width: 100%;
    margin: 5% auto 0;
  }
  .btn img,
  .btn02 img {
    width: 100%;
  }
  .btn a {
    position: relative;
    height: 70px;
  }
  .btn02,
  .btn {
    -webkit-background-size: contain;
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
  }

  .inner {
    width: 100%;
  }
  .w423 {
    width: 100%;
  }
  .h95 {
    height: auto;
  }
  .tab_body:not([data-id="1"]) .inner {
    padding: 20% 3%;
  }

  /*------------------------------------------------
  Header
  ------------------------------------------------*/
  html {
    font-size: 8px;
  }

  body {
    min-width: 100%;
  }

  h1 {
    justify-content: center;
  }

  header div {
    -moz-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
    padding: 0 3%;
  }
  header ul {
    width: 100%;
    height: 60px;
  }
  header li:first-of-type {
    width: 45%;
  }
  header li:first-of-type img {
    width: 100%;
  }
  header li:last-of-type {
    width: 55%;
    min-width: auto;
    justify-content: flex-end;
  }
  header .tel {
    background-position: left bottom 1px;
    background-size: 23%;
    padding-left: 19%;
    font-size: 2.7rem;
  }
  header .tel img {
    width: 100%;
    top: 6px;
  }

  .main_img {
    height: 100%;
    background-image: url(../../img/lp/main_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f5f8f9;
    background-size: cover;
    background-position: center;
  }
  .main_img .inner {
    padding: 5% 3% 8%;
    background-position: bottom 13px right 3%;
    box-sizing: border-box;
    background-size: 50%;
  }
  .main_img .inner > img {
    width: 50%;
    position: static;
  }
  .main_img p:first-of-type {
    margin-bottom: 5%;
  }
  .main_img p:first-of-type img {
    width: 100%;
  }
  .main_img p:nth-of-type(2) {
    margin-bottom: 5px;
  }
  .main_img p:nth-of-type(2) img {
    width: 100%;
  }

  .tab_list {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }

  .cnt1 {
    height: 100%;
  }
  .cnt1 .inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .cnt1 h2,
  .cnt1 .promiseBox {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .cnt1 h2 {
    text-align: center;
    margin-bottom: 8%;
  }
  .cnt1 h2 img {
    width: 100%;
  }
  .cnt1 .promiseBox {
    display: block;
  }
  .cnt1 dl {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
  }
  .cnt1 dt {
    padding-top: 130px;
    padding-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center 20px;
    text-align: center;
    border-bottom: 2px solid #d52a29;
    margin: 0 19px;
    letter-spacing: 4px;
  }
  .cnt1 dd {
    padding-bottom: 5%;
  }

  #Container {
    padding-top: 5%;
  }

  .guide ul {
    display: block;
  }
  .guide li:nth-of-type(n + 2) {
    width: 100%;
    margin: 3% 0;
  }
  .guide li:first-of-type {
    font-size: 1.3rem;
    height: 39px;
    line-height: 1.2;
    justify-content: flex-start;
  }
  .guide li:first-of-type img {
    margin-right: 2%;
    margin-left: 2%;
  }
  .guide li:nth-of-type(2) {
    letter-spacing: 1px;
    border-bottom: 1px solid #6c6c6c;
    margin-bottom: 1.5%;
    padding-bottom: 1.5%;
  }
  .guide li:last-of-type {
    padding-left: 3%;
    font-size: 1.5rem;
    position: relative;
    z-index: 5;
    line-height: 1.4;
  }
  .guide li:last-of-type span {
    color: #fb5901;
  }
  .guide li:last-of-type::before {
    display: none;
  }
  .guide li:last-of-type::after {
    z-index: -1;
  }
  .guide .tel {
    font-size: 12vw;
    margin-left: 2%;
    padding-left: 20%;
    background-size: 20%;
    letter-spacing: 1px;
  }
  .guide .btn {
    margin-top: 20px;
  }

  .text1,
  .text2,
  .toform {
    font-size: 2.3rem;
    margin-top: 6%;
    height: 50px;
    background-size: contain;
    line-height: 1.2;
  }

  .guide-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
  }

  .toform {
    margin-top: 10%;
  }

  .cnt2 .guide-inner > a {
    margin-top: 5%;
  }

  .content-item {
    padding-bottom: 3%;
    margin: 20% 3% 10%;
  }
  .content-item h2 {
    font-size: 1.6rem;
    height: 53px;
    padding: 0 5% 0 22%;
    line-height: 1.5;
  }
  .content-item h2 img {
    position: absolute;
  }
  .content-item h2 img:first-of-type {
    left: 0;
    bottom: 0;
    width: 26%;
  }
  .content-item h2 img:last-of-type {
    right: 3%;
    bottom: -7px;
    width: 16%;
  }
  .content-item > div {
    margin: 0 3%;
  }
  .content-item .sections {
    padding: 0 3%;
  }
  .content-item .sections ul {
    flex-wrap: wrap;
  }
  .content-item .sections:not(:last-child) li {
    -moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
    width: 48.5%;
    padding-left: 3%;
  }
  .content-item .sections:not(:last-child) li:nth-of-type(n + 3) {
    margin-top: 3%;
  }
  .content-item .sections:first-of-type {
    width: 100%;
    padding-top: 5%;
  }
  .content-item .sections:nth-of-type(3) {
    padding-bottom: 20px;
  }
  .content-item .sections:last-of-type {
    margin-top: 20px;
    padding-top: 10px;
    background-image: url(../../img/lp/sec_bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .content-item .sections:last-of-type h3 {
    font-size: 1.7rem;
    height: 50px;
    padding: 0;
  }
  .content-item .sections:last-of-type h3::before,
  .content-item .sections:last-of-type h3::after {
    display: block;
  }
  .content-item .sections:last-of-type h3::before {
    background-image: url(../../img/lp/icon009.png);
  }
  .content-item .sections:last-of-type h3::after {
    background-image: url(../../img/lp/icon015.png);
  }
  .content-item .sections:last-of-type ul {
    justify-content: space-around;
    margin-bottom: 10%;
  }
  .content-item .sections:last-of-type li {
    font-size: 1.4rem;
    height: 126px;
    width: 126px;
  }
  .content-item .sections:last-of-type li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .content-item .sections:last-of-type li::after {
    height: 63px;
    border-radius: 63px 63px 0 0;
    bottom: 13px;
    right: -26px;
  }
  .content-item .sections:last-of-type li::before {
    width: 100%;
    height: 100%;
    background-position: top 15% center;
  }
  .content-item .sections:last-of-type li:first-of-type::before,
  .content-item .sections:last-of-type li:nth-of-type(2)::before,
  .content-item .sections:last-of-type li:last-of-type::before {
    background-size: 30%;
  }
  .content-item dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .content-item dl:first-of-type {
    margin-bottom: 5px;
  }
  .content-item dt {
    width: 33%;
    margin-right: 3%;
    font-size: 1.3rem;
  }
  .content-item dd {
    font-size: 1.7rem;
    padding-top: 4px;
    line-height: 1.2;
  }
  .content-item dd span {
    font-size: 1rem;
  }
  .content-item dd.fz28 {
    font-size: 1.8rem;
  }

  .cnt3 {
    margin: 20% 3% 0;
    padding-bottom: 40px;
  }
  .cnt3 .inner {
    margin-top: 0;
    padding-bottom: 3%;
  }
  .cnt3 .inner::before,
  .cnt3 .inner::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .cnt3 .inner::before {
    left: calc(50% + 50px);
    right: initial;
  }
  .cnt3 .inner::after {
    width: 174px;
    height: 129px;
    background-image: url(../../img/lp/comment.png);
    left: calc(50% - 30px);
    bottom: 8px;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  .cnt3 .inner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .cnt3 .inner li {
    width: 48.5%;
    padding-left: 3%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1.8rem;
    display: block;
    padding-top: 14px;
  }
  .cnt3 .inner li i {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .cnt3 .inner li:nth-of-type(even) {
    margin-left: 3%;
  }
  .cnt3 .inner li:nth-of-type(8) {
    font-size: 1.6rem;
  }
  .cnt3 .inner li:nth-last-of-type(-n + 4) {
    width: 100%;
    margin-left: 0;
  }
  .cnt3 .inner p {
    font-size: 1.4rem;
  }
  .cnt3 h2 {
    padding: 0px 5% 0 15%;
    line-height: 1.5;
    height: 53px;
    font-size: 1.6rem;
  }
  .cnt3 h2 .text {
    width: 80%;
  }
  .cnt3 h2 img:first-of-type {
    width: 20%;
    left: 0;
    bottom: 0;
  }
  .cnt3 h2 img:last-of-type {
    width: 16%;
    bottom: -7px;
    right: 3%;
    display: none;
  }
  .cnt3 h3 {
    font-size: 1.4rem;
    padding-left: 37px;
  }
  .cnt3 .sections {
    margin: 0 3%;
    padding: 5% 3% 121px;
  }
  .cnt3 .guide-inner {
    padding: 0;
  }

  .cnt4 h2 img {
    width: 100%;
  }
  .cnt4 li {
    font-size: 2rem;
  }
  .cnt4 li p {
    line-height: 1.4;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
  }
  .cnt4 .text {
    padding: 3%;
  }
  .cnt4 .text::before {
    width: 64px;
  }
  .cnt4 .text::after {
    width: 89px;
  }
  .cnt4 .text::before,
  .cnt4 .text::after {
    height: 100px;
    -webkit-background-size: contain;
    background-size: contain;
    display: none;
  }
  .cnt4 .text p {
    padding: 3%;
  }

  .cnt5 {
    padding: 10% 0;
  }
  .cnt5 .inner {
    padding: 5% 5% 0;
    margin: 0 3%;
    width: 94%;
  }
  .cnt5 h3 {
    font-size: 2.3rem;
    height: 50px;
    margin-bottom: 5%;
  }
  .cnt5 h3::before,
  .cnt5 h3::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #b3a69f;
    position: absolute;
    left: 0;
  }
  .cnt5 h3::before {
    top: 2px;
  }
  .cnt5 h3::after {
    bottom: 2px;
  }

  .step .head {
    width: 78px;
    height: 35px;
    font-size: 1.6rem;
    padding: 6px 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .step .head span {
    font-size: 2.5rem;
    margin-left: 3%;
  }
  .step dl {
    margin: 9px 0 5% 3%;
    width: 70%;
  }
  .step dt {
    font-size: 1.9rem;
  }
  .step dd {
    font-size: 1.3rem;
  }
  .step:first-of-type a {
    font-size: 1.1rem;
  }
  .step:first-of-type .fa {
    color: #333;
    margin: 0 5px 0 10px;
  }
  .step:first-of-type dd span {
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
  }
  .step:first-of-type dd span,
  .step:first-of-type .fa {
    font-size: 1.3rem;
  }
  .step:not(:last-child)::before,
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
  }
  .step:not(:last-child)::before {
    background-color: #fddddd;
    width: 20px;
    height: 100%;
    left: 28px;
    top: 0;
  }
  .step:nth-last-of-type(2)::before {
    height: 85%;
  }
  .step:nth-last-of-type(2)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 17px 0 17px;
    border-color: #fddddd transparent transparent transparent;
    left: 21px;
    bottom: 0;
  }

  .cnt6 h2 img {
    width: 100%;
  }
  .cnt6 .flex_box {
    display: block;
  }
  .cnt6 img {
    width: 100%;
  }
  .cnt6_list {
    margin-bottom: 20px;
  }
  .cnt6_body {
    margin-top: 20px;
  }
  .cnt6_body .bdr {
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cnt6_point dl {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact {
    padding: 5% 0 15%;
  }

  .wpcf7-list-item:not(:last-of-type) {
    margin-right: 1em;
  }
  span.wpcf7-list-item {
    margin-left: 0;
    margin-top: 0.3em;
  }

  table {
    font-size: 1.7rem;
    padding-top: 60px;
    margin: 0 3%;
  }

  th {
    width: 100%;
    font-size: 1.7rem;
    display: block;
    padding-top: 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5%;
  }

  td {
    width: 100%;
    color: #797979;
    padding: 7px 0 12px;
    display: block;
  }
  td p.err {
    color: #ff0000;
    margin-top: 3px;
  }
  td input {
    padding: 7px 5px 3px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
    line-height: 1;
  }
  td input.size_s {
    width: 35%;
  }
  td input.size_m {
    width: 80%;
  }
  td input.size_l {
    width: 100%;
  }
  td input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  td input[type="radio"] {
    width: 16px;
    height: 16px;
  }
  td label {
    font-size: 15px;
  }
  td select {
    padding: 3px;
    font-size: 15px;
    height: 33px;
  }
  td span:not(:last-of-type) select {
    margin-right: 5px;
  }
  td li span:last-of-type select {
    width: 41%;
    margin-left: 0;
  }
  .hope_loc #hope_pref01,
  .hope_loc #hope_pref02,
  .hope_loc #hope_pref03 {
    width: 40%;
  }
  .d_ib .wpcf7-form-control-wrap {
    margin-right: 5px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
  }
  table:last-of-type tr:nth-last-of-type(3) label,
  table:last-of-type tr:nth-last-of-type(4) label {
    margin-right: 0;
  }
  td textarea {
    width: 100%;
    padding: 3px 5px;
    font-size: 16px;
    resize: vertical;
    box-sizing: border-box;
  }
  td ul {
    width: 100%;
  }
  td li {
    margin-right: 0;
    padding: 3px 0;
  }

  .address {
    font-size: 1.3rem;
  }
  .address input,
  .address select {
    margin-bottom: 5px;
    margin-right: 3%;
  }

  .regist-btns {
    margin: 0 3%;
    padding-right: 0;
  }
  .btns a {
    text-decoration: underline;
  }
  .regist-btns .btn {
    width: 100%;
    height: 70px;
  }
  .regist-btns .btn > span {
    font-size: 2.6rem;
    padding: 13px 0 13px;
    text-align: center;
  }
  .regist-btns .btn img {
    left: -15px;
    top: -10px;
  }
  .regist-btns .btn::before {
    top: 50%;
    right: 3%;
    width: 5%;
    height: 24%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .required {
    right: initial;
    top: 0;
    left: 60px;
    position: static;
    margin-right: 10px;
  }

  #Birth span:not(.wpcf7-custom-item-error):not(.day_of_birth) {
    margin-left: 0;
  }
  select[name="month_of_birth"] {
    margin-top: 5px;
  }
  .wpcf7-radio {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .employment_id .has-free-text {
    margin-left: 0;
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .employment_id .has-free-text label {
    margin-right: 5px;
  }
  .employment_id .has-free-text .wpcf7-free-text {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
  }

  footer .footer-bottom {
    padding: 0 20px 0 20px;
  }

  footer .footer-bottom > .bottom-content {
    width: 100%;
    flex-direction: column;
  }

  footer .footer-bottom > .bottom-content > .content-head {
    justify-content: center;
    align-items: center;
  }

  footer .footer-bottom > .bottom-content > .content-head {
    flex-direction: column;
  }

  footer .footer-bottom > .bottom-content > .content-head > .ttl {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
  }

  footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
    display: block;
    margin: auto;
    vertical-align: -9px;
  }

  footer .footer-bottom > .bottom-content .link-area li {
    font-size: 14px;
    display: block;
  }

  footer .footer-bottom > .bottom-content .link-area li:first-child {
    border-right: 0;
    margin-bottom: 20px;
  }

  footer .footer-bottom > .bottom-content small {
    font-size: 12px;
    text-align: center;
  }

  footer .footer-bottom > .bottom-content .office {
    flex-direction: column;
  }

  footer .footer-bottom > .bottom-content .office > section {
    border-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  footer .footer-bottom > .bottom-content .office > section > h2,
  footer .footer-bottom > .bottom-content .office > section > p {
    padding: 0;
  }

  footer .footer-bottom > .bottom-content > .content-head > .ttl > img {
    display: block;
    margin: auto;
  }

  footer .footer-bottom > .bottom-content > .content-head > .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .fb-page {
    width: 100% !important;
  }

  footer .footer-bottom > .bottom-content > .content-head > small {
    width: 100%;
    text-align: center;
  }

  footer .footer-bottom > .bottom-content > .content-head {
    justify-content: center;
    align-items: center;
  }

  footer .footer-bottom > .bottom-content .office > section:nth-of-type(2) {
    border-right: 0;
    padding-left: 0;
  }

  footer .footer-bottom > .bottom-content .office > section:nth-of-type(3) {
    padding-left: 0;
    margin-top: 0;
  }

  footer .footer-bottom > .bottom-content .office > section:nth-of-type(4) {
    margin-top: 0;
    padding-left: 0;
    border-right: 0;
  }
  footer .c_name {
    text-align: center;
    padding-left: 0;
  }
  footer .free_dial > i {
    margin-left: 0;
  }
  .p_mark {
    margin-top: 25px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ssl {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  /* Form */
  table {
    width: 94%;
  }
  td input[type="text"] {
    width: 100%;
  }
  td .mini_radio label:first-of-type {
    margin-right: 30px;
  }
  form table:first-of-type tr:nth-last-of-type(4) select:first-of-type {
    width: 130px;
  }
  form table:last-of-type tr:nth-last-of-type(2) .required {
    width: 115px;
  }
  table:last-of-type tr:nth-of-type(5) input {
    width: 100%;
  }
  .lg input {
    width: 100%;
  }
  input[type="password"] {
    width: 100%;
  }
  table:last-of-type tr:nth-last-of-type(3) p,
  table:last-of-type tr:nth-last-of-type(4) p {
    width: 100%;
  }
  form .text {
    padding-right: 0;
  }
  .d_ib input {
    width: 100%;
  }
  .error {
    font-size: 1.6rem;
  }
  .regist-btns .return-btn,
  .regist-btns .regist-btn {
    width: 40%;
  }
  .regist-btns .regist-btn {
    background-color: #6a4297;
    color: #ffffff;
    margin-left: 20px;
  }
  .regist-btns .return-btn {
    background-color: #fff;
    color: #6a4297;
    border: 1px solid #6a4297;
  }
  .regist_complete h3 {
    font-size: 1.8rem;
  }
  .regist_complete p {
    font-size: 1.3rem;
  }
  .regist_complete .btn2 {
    width: 90%;
  }
}

.footer_ad,
.footer_ad a {
  width: 285px;
}
.footer_ad {
  transition: 0.6s;
  -webkit-animation: anime-in 1s 1 ease-in-out;
  -moz-animation: anime-in 1s 1 ease-in-out;
  -ms-animation: anime-in 1s 1 ease-in-out;
  -o-animation: anime-in 1s 1 ease-in-out;
  animation: anime-in 0.8s 1 ease;
  position: fixed;
  bottom: -265px;
  right: 50px;
  z-index: 50;
}
.footer_ad.show {
  bottom: 0px;
}
.footer_ad a {
  box-sizing: border-box;
  background-color: #ffffff;
  display: block;
  border: solid 1px #333333;
  overflow: hidden;
  color: #444444;
}
.footer_ad a div {
  border-top: solid 1px #333333;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 14px 0 15px 0;
  font-size: 18px;
}
.footer_ad a img {
  display: block;
  max-width: 100%;
  transition: 0.4s;
  -webkit-animation: anime-in 0s 1 ease-in-out;
  -moz-animation: anime-in 0s 1 ease-in-out;
  -ms-animation: anime-in 0s 1 ease-in-out;
  -o-animation: anime-in 0s 1 ease-in-out;
  animation: anime-in 0s 1 ease;
}
.footer_ad a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer_ad,
  .footer_ad a {
    width: 150px;
  }
  .footer_ad {
    position: fixed;
    right: 3%;
    overflow: hidden;
  }
  .footer_ad a {
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .footer_ad a img {
    max-width: 100%;
  }
  .footer_ad a img:hover {
    opacity: 0.8;
  }
  .footer_ad a div {
    font-size: 15px;
  }
}

.free_mark,
.p_mark_area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.free_mark span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .outline_contents .container {
    padding: 3%;
  }
  .free_mark {
    margin-bottom: 3%;
  }
  .free_mark,
  .p_mark_area {
    width: 100%;
    justify-content: center;
  }
  .p_mark p {
    width: 240px;
    max-width: 100%;
  }
  .p_mark a {
    margin-left: 0;
  }
}
@media screen and (max-width: 424px) {
  .p_mark p {
    width: auto;
  }
  .free_mark,
  .p_mark_area {
    justify-content: flex-start;
  }
}

.regist_text {
  text-align: center;
  background: #7d55aa;
  color: #fff;
  padding: 15px 0;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.regist_text::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #7d55aa transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .regist_text {
    font-size: 16px;
    padding: 10px 0;
  }
  .regist_text::before {
    bottom: -10px;
    border-width: 10px 7px 0 7px;
  }
}

.container .left > div > figure,
.container .left > div > figure + p {
  margin-bottom: 30px;
}
.container .left ul {
  display: flex;
  justify-content: center;
}
.container .left ul li {
  margin: 0 10px;
}

.container .left ul span {
  display: block;
}
.container .left ul .update {
  width: 156px;
  height: 146px;
  box-sizing: border-box;
}
.container .left ul .update_wrap {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  border: 3px solid #643f8e;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  line-height: 1.4;
}
.container .left ul .update_wrap span {
  white-space: nowrap;
  text-shadow: 0px 5px 1px #fff, 0px 4px 1px #fff, 1px 4px 1px #fff,
    2px 4px 1px #fff, 3px 3px 1px #fff, 4px 2px 1px #fff, 4px 1px 1px #fff,
    4px 0px 1px #fff, 5px 0px 1px #fff, 4px -1px 1px #fff, 4px -2px 1px #fff,
    4px -3px 1px #fff, 3px -4px 1px #fff, 2px -5px 1px #fff, 1px -5px 1px #fff,
    0px -5px 1px #fff, -1px -5px 1px #fff, -2px -5px 1px #fff,
    -3px -5px 1px #fff, -4px -4px 1px #fff, -5px -3px 1px #fff,
    -5px -2px 1px #fff, -5px -1px 1px #fff, -5px 0px 1px #fff, -5px 1px 1px #fff,
    -5px 2px 1px #fff, -4px 3px 1px #fff, -3px 4px 1px #fff, -2px 4px 1px #fff,
    -1px 4px 1px #fff;
}
.container .left .time {
  font-size: 14px;
}
.container .left .count {
  color: #643f8e;
}
.container .left .txt02 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .container img {
    max-width: 100%;
  }
  .container .left p img,
  .container .left ul {
    width: 95%;
    margin: 0 auto;
  }

  .container .left ul .update,
  .container .left ul .update_wrap {
    height: auto;
  }
  .container .left ul li {
    width: 50%;
    margin: 0;
  }
  .container .left ul li:first-of-type {
    /* border: 1px solid #643f8e;
	background-color: #ffffff; */
    background-image: url(../../../img/lp/ad/main_img_002_bg_sm.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-right: 5px;
    display: flex;
    align-items: center;
  }
  .container .left ul .update {
    width: 100%;
  }
  .container .left ul .update_wrap {
    border-radius: inherit;
    background-color: transparent;
    border: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: min(3.5vw, 15px);
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
  }
  .container .left ul .update_wrap span {
    text-shadow: none;
  }
  .container .left .txt {
    font-size: 12px;
  }
  .container .left .time {
    font-size: 10px;
  }
  .container .left .txt02 {
    width: 100%;
    font-size: 10px;
  }
  .container .left .txt02 br {
    display: none;
  }
}

/* overlay */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.overlay__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 2rem 5rem 3rem;
	max-width: 50rem;
	width: 100%;
}

@media screen and (max-width: 1119px) {
	.overlay__inner {
		padding: 3rem 1.6rem;
	}
}

.overlay__head {
	color: #7d55aa;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.4rem !important;
	font-size: 2rem;
}

.overlay__label {
	cursor: pointer;
}

.overlay__input {
	display: none;
}

.overlay__radio-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}

.overlay__radio-container label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 4rem;
	border: solid 1px #aaa;
	border-radius: 10px;
	width: 100%;
	max-width: 40rem;
	height: 10rem;
	margin: 0 auto;
}

@media screen and (max-width: 1119px) {
	.overlay__radio-container label {
		height: 8rem;
		padding: 0 2rem;
		gap: 2rem;
		margin: 0 auto;
	}
}

.overlay__radio-container label span {
	font-size: 1.8rem;
}

@media screen and (max-width: 1119px) {
	.overlay__radio-container label span {
		font-size: 1.6rem;
	}
}

