@charset "utf8";

body {
  min-width: 1020px;
  font-size: 1.8rem;
  color: #1a1a1a;
}

@media screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sponly {
    display: none !important;
  }
}

.fz_54 {
  font-size: 5.4rem;
  line-height: 1;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fc_yellow {
  color: #fff400;
}

.fc_red {
  color: #d30000;
}

.container980 {
  width: 980px;
  margin: 0 auto;
}

/* tit */
.mod_tit01 {
  margin: 0 0 65px;
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
}

.mod_tit01 span {
  display: inline-block;
  position: relative;
}

.mod_tit01 span::before {
  content: "";
  width: calc(100% + 20px);
  height: 4px;
  background-color: #00a1e0;
  position: absolute;
  left: -10px;
  bottom: -15px;
}
/* // tit */

/* cmn --------------------------------------------------------------------- */
/* cmn_header  ------------------------------------------------------------- */
.cmn_header {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1020px;
}

.cmn_header .logo {
  display: inline-block;
  padding: 15px 0 0 22px;
}

.cmn_header .logo img {
  height: 50px;
}

.cmn_header ul {
  float: right;
  height: 100%;
}

.cmn_header ul li {
  float: left;
  width: 220px;
  height: 100%;
  font-size: 2rem;
  text-align: center;
}

.cmn_header ul li a {
  display: block;
  height: 100%;
  color: #fff;
}

.cmn_header ul .btn a {
  background: #f39700;
  line-height: 80px;
}

.cmn_header ul .tel {
  line-height: 80px;
  background: #0f0f4c;
  color: #fff;
}

.cmn_header ul .tel .ico img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

/* //cmn_header ----------------------------------------------------------- */
/* top_mv  ---------------------------------------------------------------- */
.top_mv {
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 80px 0 0;
  height: 580px;
  padding: 90px 0 0;
}

.top_mv .txt01 {
  background: rgba(0, 161, 224, .9);
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.36;
  text-align: center;
  height: 90px;
  margin: 0 auto 40px;
  padding: 10px 0 0;
}

.top_mv .txt02 {
  float: left;
  font-size: 3.4rem;
  line-height: 1.47;
  color: #fff;
  text-align: center;
  margin: 10px 0 58px;
  text-shadow: 2px 2px 2px #00061e;
}

.top_mv .sp_break {
  margin: 0 0 0 25px;
}

.top_mv .kerning01 {
  margin-left: -1em;
}

.top_mv .kerning02 {
  letter-spacing: -.5em;
}

.mod_btn01 a {
  display: block;
  width: 530px;
  height: 90px;
  border-radius: 6px;
  background: #f39700;
  box-shadow: 0 4px 0 0px #c15700;
  clear: both;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 90px;
  padding: 0 0 0 64px;
  text-shadow: 2px 2px 2px #c15700;
  position: relative;
  margin: 0 auto;
}

.mod_btn01 a::before {
  content: "";
  display: block;
  width: 64px;
  height: 62px;
  background: url(../img/ico_glass.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.top_mv .bg_pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #00a1e0;
  background-color: #fff;
  margin: 0 -15px 0 18px;
  float: left;
  position: relative;
  padding: 0 7px 0 3px;
}

.top_mv .bg_pic p {
  font-size: 2.8rem;
  line-height: .8;
  text-align: center;
  color: #0f0f4c;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_mv .bg_pic p span {
  display: block;
  margin-top: 5px;
  font-size: 1.8rem;
}

/* //top_mv  */
/* top_find  */
.top_find {
  background: url(../img/find_bg01.png) repeat;
  padding: 60px 0 0;
}

.top_find h3 {
  background: #fff;
  color: #0f0f4c;
  font-size: 4rem;
  line-height: 1.25;
  margin: 0 0 40px;
  text-align: center;
  padding: 8px 0;
}

.top_find ul {
  width: 480px;
  border: 4px solid #00a1e0;
  padding: 15px;
  box-shadow: 3px 3px 0 #8c8c8c;
  float: left;
  margin: 0 0 75px;
  background: #fff;
}

.top_find ul li {
  border-bottom: 2px dotted #cacfdd;
  padding: 10px 0 10px 30px;
  position: relative;
  line-height: 1.22;
}

.top_find ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/ico_check.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 12px;
}

.top_find .lists01 {
  margin-right: 20px;
}

.top_find .bg_photo {
  background: url(../img/find_bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0 75px;
}

.top_find .bg_photo .txt {
  font-size: 3rem;
  line-height: 1.33;
  margin: 0 0 30px;
  text-shadow: 2px 2px 2px #00061e;
  color: #fff;
  border: none;
}
.top_find .bg_photo .txt span.badge {
	position: relative;
	top:0;
	left: 70px;
}
.top_find .bg_photo .txt span.badge::before {
	content: '';
	position: absolute;
	top: 0;
	left: -120px;
	display: block;
	width: 104px;
	height: 110px;
	background: url(../img/badge.png) no-repeat;
	background-size: contain;
	margin-right: 1em;
}
.mod_btn02 a {
  display: block;
  width: 400px;
  height: 90px;
  border-radius: 6px;
  line-height: 90px;
  color: #fff;
  background: #f39700;
  text-shadow: 2px 2px 2px #c15700;
  box-shadow: 0 4px 0 0px #c15700;
  position: relative;
  font-size: 2.6rem;
  margin: 0 auto;
  text-align: center;
}

.mod_btn02 a::after {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background: url(../img/arrow_right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

/* //top_find */
.top_curriculum {
  background: url(../img/mod_bg.jpg) repeat;
  padding: 80px 0 0;
}

.top_curriculum .txt01 {
  font-weight: 300;
  line-height: 1.555;
  color: #1a1a1a;
}

.top_curriculum .desc_inner {
  margin: 50px 0 80px;
  color: #fff;
  text-align: center;
}

.top_curriculum .desc_inner .bg01 {
  padding: 20px 30px 25px;
  border-radius: 20px;
  font-size: 2.2rem;
}
.top_curriculum .desc_inner .bg01 .first_txt {
  margin: 0 0 20px;
  letter-spacing: -.01em;
}
.top_curriculum .desc_inner .bg01 li {
  padding: 16px 0;
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #1a1a1a;
  border-radius: 25px;
  background-color: #fff;
}
.top_curriculum .desc_inner .bg01 li.half {
  display: inline-block;
  width: 455px;
  padding: 0;
  background-color: transparent;
}
.top_curriculum .desc_inner .bg01 li .ls {
  letter-spacing: -.5em;
}
.top_curriculum .desc_inner .bg01 .last_txt::before,
.top_curriculum .desc_inner .bg01 .last_txt::after {
  content: "●";
}
.top_curriculum .desc_inner .bg01,
.top_curriculum .desc_inner .bg01_01 {
  background-color: #00a1e0;
}
.top_curriculum .desc_inner .bg01_01 {
  width: 700px;
  margin: 10px auto 0;
}
.top_curriculum .desc_inner .bg02 {
  width: 220px;
  height: 40px;
  line-height: 40px;
  margin: 50px 0 0 620px;
  font-size: 2rem;
  background-color: #43c970;
  position: relative;
}
.top_curriculum .desc_inner .bg02::before {
  content: "";
  width: 70px;
  height: 30px;
  background-image: url(../img/curriculum_arrow02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: calc(50% - 35px);
}
.top_curriculum .desc_inner .bg03 {
  width: 800px;
  margin: 10px auto 0;
  background-color: #f9930d;
  position: relative;
}
.top_curriculum .desc_inner .bg03::before {
  content: "";
  width: 190px;
  height: 80px;
  background-image: url(../img/curriculum_arrow01.png);
  background-repeat: no-repeat;
  background-size: 190px auto;
  position: absolute;
  top: -90px;
  left: calc(50% - 95px);
}
.top_curriculum .desc_inner .bg01_01,
.top_curriculum .desc_inner .bg03 {
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 3rem;
}

.top_curriculum .bg_photo {
  background: url(../img/curriculum_bg02.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0 65px;
}

.top_curriculum .bg_photo .case01 {
  width: 440px;
  height: 280px;
  background: #777;
  padding: 20px 0 0;
  float: left;
  margin: 50px 0 0;
  color: #fff;
}

.top_curriculum .bg_photo .case_txt01 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 15px;
}

.top_curriculum .bg_photo .case01 ul {
  background: #afafaf;
  padding: 0 0 10px 10px;
}

.top_curriculum .bg_photo .case01 ul li {
  background: #fff;
}

.top_curriculum .bg_photo .case01 ul li p {
  border-bottom: 2px dotted #e5e5e5;
  line-height: 1.222;
  color: #1a1a1a;
  padding: 10px 10px 10px 20px;
  text-indent: -10px;
  width: 95.34%;
  margin: 0 auto;
}

.top_curriculum .bg_photo .case01 ul li:last-child p {
  border: none;
}

.top_curriculum .bg_photo .case01 ul li p::before {
  content: "・";
  display: inline-block;
  color: #c6c6c6;
  width: 10px;
}

.top_curriculum .bg_photo .case02 {
  height: 430px;
  width: 540px;
  float: left;
}

.top_curriculum .bg_photo .case_txt02 {
  font-size: 3rem;
  line-height: 1.222;
  text-align: center;
  color: #fff;
  background: #00a1e0;
  width: 100%;
  height: 70px;
  padding: 20px 0 0;
}

.top_curriculum .bg_photo .case02 ul {
  border-left: 10px solid #7ac6dd;
  border-right: 10px solid #7ac6dd;
  background: #fff;
  position: relative;
  padding: 30px 10px 0;
}

.top_curriculum .bg_photo .case02::after {
  content: "";
  display: block;
  width: 540px;
  height: 79px;
  background: transparent url(../img/case02_pc.png) no-repeat;
}

.top_curriculum .bg_photo .case02 ul li {
  font-size: 2.1rem;
  line-height: 1.22;
  padding: 0 0 15px 30px;
  text-indent: -30px;
}

.top_curriculum .bg_photo .case02 ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../img/ico_check.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 10px 0 0;
}

.top_curriculum .bg_photo .case02 ul li:not(:last-child) {
  border-bottom: 2px dotted #cacfdd;
}

.top_curriculum .bg_photo .case02 ul li:not(:first-child) {
  padding: 12px 0 15px 30px;
}

.top_curriculum .case_wrap {
  padding: 0 0 20px;
}

/* //top_curriculum  ------------------------------------------------------- */
.top_aws {
  background: url(../img/mod_bg.jpg) repeat;
  padding: 80px 0;
}

.top_aws .txt {
  color: #1a1a1a;
  line-height: 1.55;
  margin: 30px 0 43px;
}

.top_aws .mod_btn02 {
  margin: 80px auto 0;
}

/* //top_aws ------------------------------------------------------------ */
.top_strength {
  background: #eaf4f9;
}

.top_strength h3 {
  font-size: 3.6rem;
  line-height: 1.38;
  color: #fff;
  background: #00a1e0;
  text-align: center;
  padding: 14px 0;
}

.top_strength .num {
  margin: 0 10px 0 0;
}

.top_strength .num img {
  height: 36px;
  vertical-align: middle;
}

.top_strength .strength03 .tit {
    position: relative;
    padding: 0 0 8px 50px;
}
.top_strength .num03 {
	position: absolute;
	left: 0;
	top: 3px;
}

.top_strength .tit {
  font-size: 2.5rem;
  line-height: 1.12;
  padding: 0 0 8px;
  border-bottom: 2px solid #00a1e0;
  margin: 0 0 12px;
}

.top_strength .txt_wrap {
  width: 470px;
}

.top_strength .txt_wrap01,
.top_strength .txt_wrap03 {
  float: left;
}

.top_strength .txt_wrap02 {
  float: right;
}

.top_strength .maintxt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 300;
}

.top_strength .pic01,
.top_strength .pic02,
.top_strength .pic03 {
  width: 470px;
}

.top_strength .pic01 {
  float: right;
}

.top_strength .pic02 {
  float: left;
}

.top_strength .pic03 {
  float: right;
}

.top_strength .strength02,
.top_strength .strength03 {
  clear: both;
}

.top_strength .lists {
  padding: 60px 0 80px;
}

.top_strength .lists li:not(:last-child) {
  padding: 0 0 60px;
}

/* //top_strength  --------------------------------------------------- */
/* top_person  -------------------------------------------------------- */
.top_person .bg_photo {
  background-image: url(../img/person_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 73px;
}

.top_person .bg_photo h3 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.388;
  text-align: center;
  text-shadow: 2px 2px 2px #00061e;
  margin: 0 0 50px;
}

.top_person .lists {
  padding: 0 0 38px;
}

.top_person .lists .card {
  width: 300px;
  height: 420px;
  background: #fff;
  padding: 15px;
  float: left;
}

.top_person .lists .card:not(:last-child) {
  margin: 0 40px 0 0;
}

.top_person .lists .card .pic01,
.top_person .lists .card .tit_wrap {
  float: left;
}

.top_person .lists .card .pic01 {
  margin: 0 19px 15px 0;
  width: 100px;
}

.top_person .lists .card .tit_wrap {
  width: 150px;
}

.top_person .lists .card .tit_wrap p {
  font-size: 1.6rem;
  line-height: 1.875;
  border-bottom: 2px dotted #cacfdd;
}

.top_person .card .work_txt {
  color: #fff;
  background: #00a1e0;
  font-size: 1.4rem;
  line-height: 1.571;
  clear: both;
  padding: 0 0 0 13px;
  margin: 0 0 5px;
}

.top_person .card .work_lists {
  min-height: 76px;
}

.top_person .card .work_lists li {
  font-size: 1.4rem;
  line-height: 1.571;
  padding: 0 0 0 .7em;
  text-indent: -.5em;
  font-weight: 300;
}

.top_person .card .work_lists li::before {
  content: "・";
  display: inline-block;
}

.top_person .card .career_txt {
  background: #35c97f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.571;
  padding: 0 0 0 13px;
  margin: 0 0 5px;
}

.top_person .card .career_detail {
  font-size: 1.4rem;
  line-height: 1.428;
  font-weight: 300;
}

.top_person_flow {
  background: url(../img/mod_bg.jpg) repeat;
  padding: 83px 0 84px;
}

.top_person_flow h3 {
  font-size: 3.6rem;
  line-height: 1.38;
  color: #0f0f4c;
  margin: 0 0 41px;
  text-align: center;
}

.top_person_flow .step_pic {
  text-align: center;
  margin: 0 0 17px;
}

.top_person_flow .flow_lists li {
  width: 20%;
  float: left;
  text-align: center;
}

.top_person_flow .flow_lists .tit {
  min-height: 40px;
  line-height: 1.277;
  color: #00a1e0;
  margin: 0 0 30px;
}

.top_person_flow .flow_lists .txt {
  text-align: left;
  margin: 28px 0 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.42;
  padding: 0 15px;
}

.top_person_flow .flow_lists li:first-child .txt {
  padding-left: 0;
}

.top_person_flow .flow_lists li:last-child .txt {
  padding-right: 0;
}

/* //top_person ----------------------------------------------------------  */
/* top_qa ---------------------------------------------------------------- */
.top_qa {
  background: #eaf4f9;
}

.top_qa h3 {
  background: #00a1e0;
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  padding: 21px 0;
}

.top_qa .lists01 {
  padding: 60px 0 40px;
}

.top_qa dt {
  font-size: 2.2rem;
  color: #00a1e0;
  margin: 0 0 15px;
  padding: 0 0 0 28px;
  position: relative;
}

.top_qa dt::before {
  content: "";
  display: block;
  width: 18px;
  height: 26px;
  background: url(../img/ico_q.png) no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.top_qa dd {
  background: #fff;
  box-shadow: 0 0 4px 1px #414656;
  border-radius: 35px;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 0 40px 30px;
  padding: 15px 30px;
  line-height: 1.375;
}

.top_qa .line1 {
  border-radius: 25px;
}

.top_qa .line3 {
  border-radius: 45px;
}

.top_qa .bg_photo {
  background: url(../img/qa_photo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.top_qa .bg_photo .txt01 {
  font-size: 3.6rem;
  line-height: 1.11;
  color: #fff;
  text-shadow: 2px 2px 2px #00061e;
  text-align: center;
}

.top_qa .bg_photo .txt02 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4285;
  text-shadow: 2px 2px 2px #00061e;
  text-align: center;
  margin: 9px 0 36px;
}

.top_qa .lists02 {
  background: #fff;
  border: 4px solid #f39700;
  padding: 15px 15px 25px;
  width: 740px;
  height: 440px;
  margin: 0 auto;
}

.top_qa .lists02 li {
  font-size: 2rem;
  line-height: 1.9;
  border-bottom: 2px dotted #cacfdd;
}

.top_qa .lists02 li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../img/ico_check.png) no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}

/* //top_qa  -------------------------------------------------------------- */
/* top_contact  --------------------------------------------------------- */
.top_contact {
  padding: 80px 0 0;
	margin-bottom: 80px;
}

.top_contact dt {
  width: 285px;
  padding: 0 62px 0 0;
  font-size: 1.6rem;
  float: left;
  clear: left;
  text-align: right;
  line-height: 40px;
}

.top_contact dd {
  float: left;
  font-size: 1.6rem;
  line-height: 2.5;
}

.top_contact .check,
.top_contact .submit_btn {
  clear: both;
}

.top_contact input {
  padding: 5px;
  border: 1px solid #898989;
  margin: 0 8px 20px 0;
  min-height: 40px;
}

.top_contact select {
  margin: 0 0 20px;
  height: 40px;
}

.top_contact .length01 input,
.top_contact .length01 textarea {
  width: 600px;
  font-size: 1.6rem;
  font-weight: 300;
}

.top_contact .length02 input,
.top_contact .length02 select {
  width: 300px;
  font-size: 1.6rem;
  font-weight: 300;
}

.top_contact .length03 input {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 300;
}

.top_contact .important {
  position: relative;
}

.top_contact .important::after {
  content: "";
  display: block;
  width: 34px;
  height: 20px;
  background: url(../img/ico_important.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.top_contact textarea {
  resize: none;
  min-height: 120px;
  margin: 0 0 35px;
  border: 1px solid #898989;
}

.top_contact .check {
  text-align: center;
  margin: 0 0 36px;
}

.top_contact .check input {
  height: auto;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #898989;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.top_contact .check label {
  line-height: 2.22;
  font-weight: 300;
  vertical-align: middle;
}

.top_contact .check label a {
  text-decoration: underline;
  color: #00a1e0;
}

.submit_btn {
  text-align: center;
}

.submit_btn input {
  width: 500px;
  height: 90px;
  border-radius: 6px;
  color: #fff;
  border: none;
  text-shadow: 2px 2px 2px #c15700;
  box-shadow: 0 4px 0 #870000;
  background: #d30000;
  background-image: url(../img/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: right 15px top 30px;
  font-size: 2.6rem;
  line-height: 90px;
  margin: 0 0 96px;
  padding: 0;
}

.submit_btn input:hover {
  transition: all .4s;
  opacity: .7;
  cursor: pointer;
}

/* 確認画面 / 送信画面 ---------- */

.confirlm_page {
  background: #f6f6f6;
  padding: 60px 0 110px;
  margin: 80px 0 0;
}

.confirlm_page .contact {
  background: #fff;
  padding: 80px 75px;
}

.confirlm_page .cmn_tit {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.confirlm_page .cmn_tit::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 30px auto 45px;
  background-color: #222;
}

.confirlm_page .txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

.confirlm_page .contact form dl {
  margin: 25px 0 0;
}

.confirlm_page .contact form dl dt {
  float: left;
  width: 285px;
  clear: left;
  width: 180px;
  padding: 15px 0 0 0;
  font-size: 1.6rem;
  text-align: right;
}

.confirlm_page .contact form dl dd {
  padding: 0 0 0 285px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
}

.confirlm_page .contact form dl dd span {
  display: inline-block;
  width: 100%;
  min-height: 50px;
  padding: 15px 5px;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.confirlm_page .contact form .submit_btn {
  width: 100%;
  margin: 60px auto 0;
}

.confirlm_page .contact form .submit_btn input {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin: 0 15px;
}

.confirlm_page .contact form .submit_btn input:first-child {
  width: 260px;
  font-size: 2.6rem;
  background-color: #777;
  box-shadow: 0 4px 0 #383838;
  background-image: none;
  border: none;
}

.confirlm_page .contact form .submit_btn input:last-child {
  width: 400px;
  font-size: 2.6rem;
}

/* //top_contact  --------------------------------------------------------- */
/* top_footer  ----------------------------------------------------------- */
.cmn_footer {
  border-top: 6px solid #00a1e0;
  padding: 13px 0 20px;
}

.cmn_footer .logo {
  float: left;
  width: 317px;
}

.cmn_footer ul {
  float: right;
  font-size: 0;
  padding: 16px 0 19px;
}

.cmn_footer ul li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
}

.cmn_footer ul li:not(:last-child) {
  margin: 0 25px 0 0;
}

.cmn_footer ul li a {
  color: #1a1a1a;
}

.cmn_footer ul li::before {
  content: "＞";
  display: inline-block;
}

/* //cmn_footer  --------------------------------------------------------- */
/* sp ------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }

  .container980 {
    width: 94vw;
  }

  .mod_btn01 a {
    width: 70.66vw;
    height: 50px;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    padding: 6px 0 0 15px;
  }

  .mod_btn01 a::before {
    width: 9.5vw;
    height: 8.3vw;
    background-size: 9.5vw auto;
    left: 10px;
  }

  .mod_btn02 a {
    width: 70.66vw;
    height: 50px;
    border-width: 4px;
    background-size: 10px 15px;
    background-position: right 8px top 18px;
    font-size: 1.5rem;
    line-height: 50px;
    border-radius: 3px;
  }

  .mod_btn02 a::after {
    width: 15px;
    height: 20px;
    right: 8px;
  }

  /* tit */
  .mod_tit01 {
    margin: 0 0 45px;
    font-size: 2rem;
  }

  .mod_tit01 span::before {
    width: calc(100% + 10px);
    left: -5px;
    bottom: -10px;
  }
  /* // tit */

  /* cmn ------------------------------------------------------------------ */
  /* cmn_header  ----------------------------------------------------------- */
  .cmn_header {
    height: 50px;
    min-width: 320px;
  }

  .cmn_header .logo {
    padding: 10px 0 0 10px;
  }

  .cmn_header .logo img {
    height: 30px;
  }

  .cmn_header ul {
    width: 34.66vw;
  }

  .cmn_header ul li {
    width: 50%;
    font-size: 2.1vw;
  }

  .cmn_header ul .tel {
    line-height: 1;
  }

  .cmn_header ul .tel .ico img {
    width: 10px;
    margin: 10px 0 0;
  }

  .cmn_header ul .tel .sponly {
    display: block;
    margin: 5px 0 0;
  }

  .cmn_header ul .btn a {
    line-height: 50px;
  }

  /* cmn_header  ----------------------------------------------------------- */
  /* top_mv  --------------------------------------------------------------- */
  .top_mv {
    margin: 50px 0 0;
    height: auto;
    padding: 30px 0;
    background-image: url(../img/mv_sp.jpg);
  }

  .top_mv .txt01 {
    font-size: 1.3rem;
    line-height: 1.307;
    height: auto;
    margin: 0 auto 18px;
    padding: 5px;
  }

  .top_mv .bg_pic {
    width: 60px;
    height: 60px;
    margin: 0 0 0 8px;
    position: absolute;
  }

  .top_mv .bg_pic p {
    font-size: 1.4rem;
    line-height: .9;
  }

  .top_mv .bg_pic p span {
    font-size: .9rem;
    margin-top: 0;
  }

  .top_mv .txt02 {
    font-size: 2rem;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.153;
  }

  .top_mv .sp_get {
    display: block;
    float: left;
    padding: 15px 20px 15px 80px;
    text-align: left;
  }

  .top_mv .sp_break {
    display: inline-block;
    text-align: left;
    clear: both;
    margin: 0;
  }

  .top_mv .kerning01 {
    margin-left: -.5em;
  }

  .fz_54 {
    font-size: 3rem;
  }

  /* //top_mv  -------------------------------------------------------------- */
  /* top_find  ------------------------------------------------------------- */
  .top_find {
    padding: 40px 0 0;
  }

  .top_find h3 {
    font-size: 1.9rem;
    margin: 0 0 30px;
  }

  .top_find ul {
    width: 100%;
    padding: 15px 11px;
    float: none;
    margin: 0 auto 10px;
    border-width: 3px;
    box-shadow: 4px 4px 0 #8c8c8c;
  }

  .top_find ul li {
    padding: 6px 0 6px 25px;
  }

  .top_find ul li::before {
    top: 8px;
    width: 15px;
    height: 11px;
  }

  .top_find .lists02 {
    margin: 0 auto 45px;
  }

  .top_find .bg_photo {
    padding: 40px 0;
    background-image: url(../img/find_bg02_sp.jpg);
  }

  .top_find .bg_photo .txt {
    font-size: 1.6rem;
    line-height: 1.375;
    width: 94vw;
    margin: 0 auto 31px;
    text-align: left;
  }

  /* //top_find  --------------------------------------------------------- */
  /* top_curriculum  ----------------------------------------------------- */
  .top_curriculum {
    padding: 40px 0 0;
  }

  .top_curriculum .txt01 {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .top_curriculum .desc_inner {
    margin: 27px 0 40px;
  }

  .top_curriculum .desc_inner .bg01 {
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .top_curriculum .desc_inner .bg01 .first_txt {
    margin: 0 0 15px;
    letter-spacing: -.03em;
  }

  .top_curriculum .desc_inner .bg01 li {
    padding: 10px 5px;
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.33;
    border-radius: 25px;
  }

  .top_curriculum .desc_inner .bg01 li.half {
    width: 100%;
    margin: 0;
  }

  .top_curriculum .desc_inner .bg01 .last_txt {
    margin: 10px 0 0;
  }

  .top_curriculum .desc_inner .bg01 .last_txt::before,
  .top_curriculum .desc_inner .bg01 .last_txt::after {
    content: none;
  }

  .top_curriculum .desc_inner .bg01_01 {
    width: 100%;
  }

  .top_curriculum .desc_inner .bg02 {
    width: 110px;
    height: auto;
    line-height: 1.1;
    padding: 5px 0;
    margin: 25px 0 0 calc(100% - 110px);
    font-size: 1.5rem;
  }

  .top_curriculum .desc_inner .bg02::before {
    width: 35px;
    height: 15px;
    background-size: 35px auto;
    top: -20px;
    left: calc(50% - 18px);
  }

  .top_curriculum .desc_inner .bg03 {
    width: 100%;
  }

  .top_curriculum .desc_inner .bg03::before {
    width: 146px;
    height: 60px;
    background-size: 146px auto;
    top: -68px;
    left: calc(50% - 73px);
  }

  .top_curriculum .desc_inner .bg01_01,
  .top_curriculum .desc_inner .bg03 {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 1.7rem;
  }

  .top_curriculum .bg_photo {
    background-image: url(../img/curriculum_bg02_sp.jpg);
    padding: 39px 0 41px;
  }

  .top_curriculum .bg_photo .case01 {
    width: 80vw;
    float: none;
    margin: 0 auto 22px;
    padding: 12px 0 0;
    height: auto;
  }

  .top_curriculum .bg_photo .case02 {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
  }

  .top_curriculum .bg_photo .case02::after {
    width: 100%;
    height: 15vw;
    background-image: url(../img/case02_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;

  }

  .top_curriculum .bg_photo .case_txt01 {
    font-size: 1.5rem;
    margin: 0 0 12px;
  }

  .top_curriculum .bg_photo .case_txt02 {
    font-size: 2rem;
    height: 45px;
    padding: 12px 0 0;
  }

  .top_curriculum .bg_photo .case01 ul {
    padding: 0 5px 5px;
  }

  .top_curriculum .bg_photo .case01 ul li p {
    line-height: 1.11;
    padding: 7px 0 7px 1em;
    text-indent: -.5em;
  }

  .top_curriculum .bg_photo .case01 ul li p::before {
    width: auto;
  }

  .top_curriculum .bg_photo .case02 ul {
    padding: 10px 5px 0;
    border-width: 1.3vw;
  }

  .top_curriculum .bg_photo .case02 ul li {
    font-size: 1.4rem;
    padding: 8px 0 8px 21px;
    text-indent: -20px;
  }

  .top_curriculum .bg_photo .case02 ul li:not(:first-child) {
    padding: 8px 0 8px 21px;
  }

  .top_curriculum .bg_photo .case02 ul li::before {
    width: 13px;
    height: 10px;
    margin: 0 7px 0 0;
  }

  /* //top_curriculum  ------------------------------------------------------ */
  /* top_aws  ------------------------------------------------------------- */
  .top_aws {
    padding: 40px 0 38px;
  }

  .top_aws .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 20px 0 30px;
  }

  .top_aws .mod_btn02 {
    margin: 40px auto 0;
  }

  /* //top_aws  ------------------------------------------------------------ */
  /* top_strength  --------------------------------------------------------- */
  .top_strength h3 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .top_strength .txt_wrap {
    float: none;
    width: 100%;
  }

  .top_strength .pic01,
  .top_strength .pic02,
  .top_strength .pic03 {
    float: none;
    width: 100%;
  }

  .top_strength .pic01 img,
  .top_strength .pic02 img,
  .top_strength .pic03 img {
    width: 100%;
  }

  .top_strength .lists {
    padding: 41px 0;
  }

  .top_strength .tit {
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 0 0 10px;
    margin: 0 0 17px;
  }

  .top_strength .num img {
    height: 26px;
  }

  .top_strength .lists li:not(:last-child) {
    padding: 0 0 51px;
  }

  .top_strength .maintxt {
    margin: 0 0 22px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* //top_strength  ------------------------------------------------------- */
  /* top_person  ----------------------------------------------------------- */
  .top_person .bg_photo {
    padding: 40px 0;
    background-image: url(../img/person_bg_sp.jpg);
  }

  .top_person .bg_photo h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 24px;
  }

  .top_person .lists .card {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    padding: 15px 15px 20px;
  }

  .top_person .lists {
    padding: 0 0 30px;
  }

  .top_person .lists .card:not(:last-child) {
    margin: 0 0 20px;
  }

  .top_person .lists .card .pic01 {
    margin: 0 25px 15px 0;
  }

  .top_person .lists .card .tit_wrap {
    width: calc(100% - 125px);
    padding: 5px 0 20px;
  }

  .top_person .lists .card .tit_wrap p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .top_person .card .work_lists li {
    font-size: 1.5rem;
  }

  .top_person .card .career_detail {
    line-height: 1.5;
  }

  .top_person .card .work_lists {
    padding-bottom: 18px;
    min-height: auto;
  }

  .top_person .card .work_txt,
  .top_person .card .career_txt {
    padding: 2px 0 2px 13px;
  }

  .top_person .card .career_txt {
    margin: 0 0 12px;
  }

  /* top_person_flow  ------------------------------------------------------ */
  .top_person_flow {
    padding: 40px 0 38px;
  }

  .top_person_flow h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 40px;
  }

  .top_person_flow .flow_lists li {
    float: none;
    width: 100%;
    min-height: 100px;
    text-align: left;
    padding: 2px 0 0;
  }

  .top_person_flow .flow_lists li.h110 {
    min-height: 110px;
  }

  .top_person_flow .flow_lists {
    float: left;
    width: calc(100% - 110px);
    display: inline-block;
  }

  .top_person_flow .step_pic {
    float: left;
    width: 90px;
    margin: 0 20px 0 0;
  }

  .top_person .sp_wrap {
    width: 94vw;
    margin: 0 auto;
  }

  .top_person_flow .flow_lists .tit {
    font-size: 1.5rem;
    min-height: auto;
    margin: 0 0 12px;
  }

  .top_person_flow .flow_lists .txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }

  /* //top_person  ----------------------------------------------------------- */
  /* top_qa ----------------------------------------------------------------- */
  .top_qa h3 {
    font-size: 2rem;
    line-height: 1.25;
    padding: 12px 0;
  }

  .top_qa dt {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 21px;
  }

  .top_qa dt::before {
    margin: 0 9px 0 0;
    width: 12px;
    height: 17px;
    top: 3px;
  }

  .top_qa dd {
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 30px 3.94%;
    box-shadow: 0 0 3px #414656;
  }

  .top_qa .line1 {
    border-radius: 10px;
  }

  .top_qa .line3 {
    border-radius: 10px;
  }


  .top_qa .bg_photo {
    padding: 40px 0;
  }

  .top_qa .bg_photo .txt01 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 8px;
  }

  .top_qa .bg_photo .txt02 {
    font-size: 1.5rem;
    line-height: 1.333;
    margin: 0 0 30px;
  }

  .top_qa .lists01 {
    padding: 34px 0 10px;
  }

  .top_qa .lists02 {
    width: 94vw;
    margin: 0 auto;
    padding: 10px 12px 20px;
    height: auto;
    border-width: 2px;
  }

  .top_qa .lists02 li {
    font-size: 1.3rem;
    line-height: 1.2307;
    padding: 7px 0 7px 1.8em;
    text-indent: -1.8em;
  }

  .top_qa .lists02 li::before {
    width: 14px;
    height: 12px;
    margin: 0 8px 0 0;
  }

  /* //top_qa  -------------------------------------------------------------- */
  /* top_contact  ------------------------------------------------------------ */
  .top_contact {
    padding: 40px 0 0;
  }

  .top_contact input {
    margin: 0 0 26px;
  }

  .top_contact h3 {
    width: 100%;
    margin: 0 0 40px;
    font-size: 2rem;
  }

  .top_contact dt {
    width: auto;
    display: inline-block;
    padding: 0 10px 0 0;
    float: none;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.14;
  }

  .top_contact dt::after {
    right: auto;
    left: 100%;
  }

  .top_contact .important::after {
    height: 15px;
  }

  .top_contact dd {
    float: none;
  }

  .top_contact .length01 input,
  .top_contact .length01 textarea {
    width: 100%;
  }

  .top_contact .length02 input,
  .top_contact .length02 select {
    width: 56.33%;
  }

  .top_contact .length03 input {
    width: 28.16%;
    margin-right: 3px;
  }

  .top_contact .check label {
    font-size: 1.4rem;
    line-height: 1.4285;
  }

  .submit_btn input {
    width: 70.66%;
    height: 50px;
    border-radius: 3px;
    font-size: 1.5rem;
    line-height: 50px;
    background-position: right 10px top 18px;
    background-size: 10px 15px;
    margin: 0 0 70px;
  }


  /* 確認画面 / 送信画面 ---------- */

  .confirlm_page .contact {
    padding: 30px 30px 65px;
  }

  .confirlm_page .txt {
    font-size: 4vw;
    line-height: 1.4;
  }

  .confirlm_page .cmn_tit {
    font-size: 2rem;
    line-height: 1.496;
  }

  .confirlm_page .cmn_tit::after {
    width: 16%;
    margin: 20px auto 43px;
  }

  .confirlm_page {
    margin: 50px 0 0
  }

  .confirlm_page .contact form dl {
    margin: 35px 0 0;
  }

  .confirlm_page .contact form dl dt {
    float: none;
    width: 100%;
    padding: 10px 0 0;
    text-align: left;
  }

  .confirlm_page .contact form dl dd {
    padding: 0;
  }

  .confirlm_page .contact form dl dd span {
    min-height: auto;
    padding: 7px 0 12px;
    font-size: 1.5rem;
  }

  .confirlm_page .contact form .submit_btn input {
    height: 50px;
    line-height: 50px;
    margin: 0;
  }

  .confirlm_page .contact form .submit_btn input:first-child {
    width: 70.66%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 30px;
    font-size: 1.5rem;
    border-radius: 3px;
  }

  .confirlm_page .contact form .submit_btn input:last-child {
    width: 70.66%;
    font-size: 1.5rem;
  }

  /* //top_contact ---------------------------------------------------------  */
  /* cmn_footer  ----------------------------------------------------------- */
	
.top_find .bg_photo .txt span.badge {
    left: 0;
	padding-left: 110px;
	display: block;
}	
.top_find .bg_photo .txt span.badge::before {
    left: 0;
    width: 100px;
}
	
  .cmn_footer {
    text-align: center;
    padding: 20px 0;
  }

  .cmn_footer .logo {
    float: none;
    width: 320px;
    margin: 0 auto;
  }

  .cmn_footer ul {
    float: none;
    padding: 20px 0 42px;
  }

  .cmn_footer ul li {
    font-size: 1.3rem;
  }

.top_strength .strength03 .tit {
    padding: 0 0 15px 33px;
    line-height: 1.3;
	}
}

@media screen and (max-width: 374px) {

  .top_curriculum .lists02 .list01 {
    height: auto;
    padding: 0 20px 20px;
  }

  .top_curriculum .lists02 .list02 {
    height: auto;
    padding: 0 20px 20px;
  }

  .top_curriculum .lists02 .list03 {
    height: auto;
    padding: 0 20px 20px;
  }

  .top_curriculum .bg_photo .case02 {
    width: 100%;
  }

  .top_curriculum .bg_photo .case02 ul li {
    font-size: 1.2rem;
  }

  .cmn_footer .logo {
    width: 100%;
  }

  .top_mv .sp_get {
    font-size: 1.6rem;
  }

  .top_mv .txt01 {
    font-size: 1.1rem;
  }

  .cmn_header .logo {
    width: 170px;
  }

  .top_aws h3 {
    font-size: 1.8rem;
  }

  .top_find h3 {
    font-size: 1.7rem;
  }

  .top_find ul li {
    font-size: 3.46vw;
  }

  .top_person_flow .flow_lists .tit {
    font-size: 1.4rem;
  }

  .top_curriculum .desc_inner .bg01 li {
    font-size: 3.2vw;
  }

  .top_person_flow .flow_lists .tit {
    font-size: 3.9vw;
  }

  .top_person_flow .flow_lists .txt {
    font-size: 3.7vw;
  }

  .top_curriculum .desc_inner .bg01 {
    font-size: 3.8vw;
  }

  .top_curriculum .desc_inner .bg01_01,
  .top_curriculum .desc_inner .bg03 {
    font-size: 4.5vw;
  }

  .top_curriculum .desc_inner .bg02 {
    width: 90px;
    margin: 25px 0 0 calc(100% - 90px);
    font-size: 4vw;
  }

}

/* thanks page  ------------------------------------------------------------- */

.thanks_page {
  background: #f6f6f6;
  padding: 60px 0 110px;
  margin: 80px 0 0;
}

.thanks_page h2,
.thanks_page p {
  text-align: center;
}

.thanks_page h2 {
  font-size: 4rem;
  font-weight: bold;
}

.thanks_page h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 30px auto 45px;
  background-color: #222;
}

.thanks_page p {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
}

.thanks_page .message {
  background: #fff;
  padding: 80px 0 300px;
}

/* thanks sp  ------------------------------------------------------------ */

@media screen and (max-width: 640px) {
  .thanks_page {
    margin: 50px 0 0;
  }

  .thanks_page h2 {
    font-size: 2rem;
    line-height: 1.496;
  }

  .thanks_page h2::after {
    width: 16%;
    margin: 20px auto 43px;
  }

  .thanks_page p {
    font-size: 4vw;
    line-height: 1.4;
  }

  .thanks_page .message {
    padding: 30px 0 60vw;
  }


}

/* yutube_mv  ----------------------------------------------------------- */
@media screen and (min-width: 640px) {
	
	.youtube_mv{
		text-align: center;
		margin-bottom: 80px;
	}
	
	.youtube_mv iframe{
		width: 560px;
		height: 315px;
	}
	
}

@media screen and (max-width: 640px) {
	
	.youtube_mv{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.youtube_mv iframe{
		width: 300px;
		height: 169px;
	}
	
}
/* //yutube_mv  ----------------------------------------------------------- */
 

/* 20210331 改修  ------------------------------------------------------------ */
.top_mv{
	padding: 60px 0 0;
}
.top_textarea{
/*	padding: 0 0 0 120px;*/
	color: #FFFFFF;
	text-align: center;
}
.top_textarea h5{
	font-size: 2.7rem;
	font-weight: 600;
	text-shadow: 1px 1px 1px #01351B;
}
.top_textarea h2{
	font-size: 3rem;
	font-weight: 600;
	margin-top: 1rem;
	line-height: 1.2;
	text-shadow: 2px 2px 2px #00061e;
}
.top_textarea h2 span{
	font-size: 3.5rem;
	text-shadow: 2px 2px 2px #00061e;
}
.top_textarea h3{
	font-size: 3.5rem;
	font-weight: 600;
	margin-top: 1rem;
	text-shadow: 2px 2px 2px #00061e;
}
.top_textarea ul{
	margin: 2rem auto;
	text-align: left;
	display: flex;
    justify-content: space-around;
    align-content: flex-start;
}
.top_textarea ul li{
	font-size: 1.8rem;
	font-weight: 600;
	margin: .8rem 0;
    width: 22%;
    background-color: #35c97f;
	border: solid 3px #fff;
    border-radius: 8px;
    padding: .8rem 1rem;
    line-height: 1.3;
    text-align: center;
	text-shadow: 1px 1px 1px #01351B;
}

@media screen and (max-width: 640px){
	.top_mv{
		padding: 30px 0;
	}
	.top_textarea h5{
		font-size: 1.7rem;
		line-height: 1.4;
		padding: 1.2rem 0 0 21.5vw;
		text-align: left;
	}
	.top_textarea h2 span,
	.top_textarea h2{
		font-size: 2.5rem;
	}
	.top_textarea h3{
		font-size: 2.5rem;
	}
	.top_textarea ul{
		margin: 1rem auto;
		flex-direction: column;
	}
	.top_textarea ul li{
		font-size: 1.5rem;
		width: 70.66vw;
		margin: .5rem auto;
	}
	
}

@media screen and (max-width: 374px){
	.top_textarea h5{
		font-size: 1.6rem;
	}
}

/* 20210609 改修  ------------------------------------------------------------ */
.top_find h3 {
	font-size: 3rem;
	margin: 0 0 20px;
}
.top_find table{
	background-color: #FFFFFF;
	font-size: 2rem;
	width: 80%;
	margin: 0 auto;
}
.top_find table thead th{
	background-color: #f39700;
	color: #FFFFFF;
	padding: 1rem;
	text-align: center;
}
.top_find table thead th:nth-child(2n){
	border-left: solid 1px #FFFFFF;
}
.top_find table th{
	background-color: #f9f5ef;
	color: #333333;
	padding: 1rem;
}
.top_find table tbody tr:nth-child(odd) th{
	background-color: #FAE5D5;
}
.top_find table td{
	background-color: #f9f5ef;
	color: #333333;
	padding: 1rem;
	text-align: right;
	border-left: solid 1px #FFFFFF;
	vertical-align: middle;
	line-height: 1.5;
}
.top_find table th{
	vertical-align: middle;
}
.top_find table tbody tr:nth-child(odd) td{
	background-color: #FAE5D5;
}
.top_find .tbl_txt{
	text-align: right;
	font-size: 1.5rem;
    margin-top: .5rem;
	font-weight: normal;
}
.top_find .deli{
	margin: 4rem 0;
	padding: 1rem;
	background-color: #FFFFFF;
	text-align: center;
}
.top_find .deli h4{
	font-size: 2.5rem;
	margin: 1rem 0;
}
.top_find .deli p{
	font-size: 1.8rem;
	margin-bottom: 2rem;
	color: #1A6996;
}
.top_find .deli img.pc{
		display: block;
	}
.top_find .deli img.sp{
		display: none;
	}
.top_find .deli{
	width: 80%;
	margin: 4rem auto;
}
.top_find .deli table{
	background-color: #FFFFFF;
	font-size: 1.5rem;
	border-collapse:separate;
	border-spacing:1px;
	margin-top: 1rem;
	width: 100%;
}
.top_find .deli table tbody tr:nth-child(odd) th,
.top_find .deli table th{
	background-color: #E1EDF2;
	text-align: center;
}
.top_find .deli table tbody tr:nth-child(odd) td,
.top_find .deli table td{
	background-color: #F3F8FA;
	text-align: left;
}
	
@media screen and (max-width: 640px){
	.top_find h3 {
		font-size: 2.2rem;
	}
	.top_find table{
		font-size: 1.6rem;
		line-height: 1.5;
		width: 100%;
	}
	.top_find table thead th:nth-child(2n){
		width: 6rem;
	}
	.top_find .tbl_txt{
		font-size: 1.2rem;
	}
	.top_find .deli{
		width: 100%;
	}	
	.top_find .deli h4{
		font-size: 2rem;
		line-height: 1.4;
	}
	.top_find .deli p{
		font-size: 1.3em;
	}
	.top_find .deli img.pc{
		display: none;
	}
	.top_find .deli img.sp{
		display: block;
	}
}


/* pardot iframe sp  ------------------------------------------------------------ */
	.form_area {
		position: relative;
		width: 100%;
		height: 650px;
		overflow: hidden;
	}
	.form_area iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

@media screen and (max-width: 640px) {
	.form_area {
		height: 820px;
	}
}

