@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline h1 img {
  width: 173px;
}
@media screen and (max-width: 640px) {
  #headline h1 img {
    width: 115px;
  }
}
/*-----------------------------------

	entry_block

-----------------------------------*/
#entry_block {
  padding-bottom: 200px;
}
@media screen and (max-width: 640px) {
  #entry_block {
    padding-bottom: 100px;
  }
}
/*bnr_box*/
/*-----------------------------------*/
#entry_block .bnr_box {
  padding-top: 100px;
  text-align: center;
}
#entry_block .bnr_box ul {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
#entry_block .bnr_box ul li {
  width: calc((100% - (30px * 2)) / 3);
}
#entry_block .bnr_box ul li a {
  padding: 15px;
  display: block;
}
#entry_block .bnr_box ul li img {
  width: 282px;
  line-height: 1;
  vertical-align: middle;
}
#entry_block .bnr_box ul li:first-child, #entry_block .bnr_box ul li:nth-child(2) {
  border: 2px solid #008bd6;
}
#entry_block .bnr_box ul li:nth-child(3) {
  border: 2px solid #0fb280;
}
#entry_block .bnr_box ul li:nth-child(3) a {
  font-weight: bold;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 640px) {
  #entry_block .bnr_box {
    padding-top: 50px;
  }
  #entry_block .bnr_box ul {
    gap: 10px;
  }
  #entry_block .bnr_box ul li {
    width: calc((100% - 10px) / 2);
  }
  #entry_block .bnr_box ul li a {
    font-size: 16px;
  }
}
/*newgtad_box*/
/*-----------------------------------*/
#entry_block .newgtad_box {
  margin-top: 150px;
}
#entry_block .newgtad_box h2 {
  text-align: center;
  position: relative;
  line-height: 1;
}
#entry_block .newgtad_box h2 img {
  width: 219px;
  margin: 0 auto;
}
#entry_block .newgtad_box .text {
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
}
#entry_block .newgtad_box table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin: 50px auto 0;
  position: relative;
}
#entry_block .newgtad_box table th {
  width: 250px;
  box-sizing: border-box;
  color: #15983f;
  border-bottom: 1px solid #15983f;
  text-align: left;
  padding-left: 50px;
}
#entry_block .newgtad_box table td {
  width: calc(100% - 300px);
  padding: 10px;
  border-bottom: 1px solid #15983f;
}
#entry_block .newgtad_box table tr:first-child th, #entry_block .newgtad_box table tr:first-child td {
  border-top: 1px solid #15983f;
}
@media screen and (max-width: 640px) {
  #entry_block .newgtad_box {
    margin-top: 100px;
  }
  #entry_block .newgtad_box h2 img {
    width: 157px;
  }
  #entry_block .newgtad_box table th, #entry_block .newgtad_box table td {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #entry_block .newgtad_box table th {
    text-align: center;
    padding-left: 0;
    padding: 10px;
  }
  #entry_block .newgtad_box table tr:first-child td {
    border-top: none;
  }
}
/*flow_box*/
/*-----------------------------------*/
#entry_block .flow_box {
  margin-top: 150px;
  position: relative;
  text-align: center;
}
#entry_block .flow_box:before {
  content: "";
  width: 1266px;
  height: 1250px;
  background: url("../img/common/outline_bg.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#entry_block .flow_box h2 {
  text-align: center;
  line-height: 1;
}
#entry_block .flow_box h2 img {
  width: 407px;
  margin: 0 auto;
}
#entry_block .flow_box .text {
  font-size: 16px;
  display: block;
  padding-top: 20px;
  text-align: center;
}
#entry_block .flow_box ul {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
#entry_block .flow_box ul li:last-child {
  margin-bottom: 0;
}
#entry_block .flow_box ul li {
  background: #fff;
  padding: 20px;
  position: relative;
  border: 1px solid #15983f;
  margin-bottom: 130px;
}
#entry_block .flow_box ul li:after {
  content: "";
  width: 60px;
  height: 89px;
  background: url("../img/entry/arrow.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -110px;
}
#entry_block .flow_box ul li:last-child:after {
  content: none;
}
@media screen and (max-width: 640px) {
  #entry_block .flow_box h2 img {
    width: 271px;
  }
  #entry_block .flow_box ul li {
    font-size: 16px;
  }
}
/*faq_box*/
/*-----------------------------------*/
#entry_block .faq_box {
  margin-top: 150px;
}
#entry_block .faq_box h2 {
  text-align: center;
  line-height: 1;
}
#entry_block .faq_box h2 img {
  width: 413px;
  margin: 0 auto;
}
#entry_block .faq_box .text {
  font-size: 16px;
  display: block;
  padding-top: 20px;
  text-align: center;
}
#entry_block .faq_box table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin: 50px auto 0;
  position: relative;
}
#entry_block .faq_box table th {
  width: 250px;
  box-sizing: border-box;
  color: #15983f;
  border-bottom: 1px solid #15983f;
  text-align: left;
  padding-left: 50px;
}
#entry_block .faq_box table td {
  width: calc(100% - 300px);
  padding: 10px;
  border-bottom: 1px solid #15983f;
}
#entry_block .faq_box table tr:first-child th, #entry_block .faq_box table tr:first-child td {
  border-top: 1px solid #15983f;
}
#entry_block .faq_box .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
#entry_block .faq_box .btn_wrap p:last-of-type {
  margin-top: 20px;
}
#entry_block .faq_box .btn_wrap a {
  width: 800px;
  max-width: 90%;
  margin: 50px auto 0;
  background: linear-gradient(90deg, #85b053, 70%, #0fb280);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  display: block;
  line-height: 1;
  border-radius: 60px;
  position: relative;
}
#entry_block .faq_box .btn_wrap a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 40%;
  right: 45px;
  transform: translate(-50%, 0)rotate(45deg);
}
@media screen and (max-width: 640px) {
  #entry_block .faq_box h2 img {
    width: 275px;
  }
  #entry_block .faq_box table th, #entry_block .faq_box table td {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #entry_block .faq_box table th {
    text-align: center;
    padding-left: 0;
    padding: 10px;
  }
  #entry_block .faq_box table tr:first-child td {
    border-top: none;
  }
  #entry_block .faq_box .btn_wrap p {
    font-size: 16px;
  }
  #entry_block .faq_box .btn_wrap a {
    font-size: 17px;
  }
  #entry_block .faq_box .btn_wrap a::after {
    width: 12px;
    height: 12px;
    top: 44%;
  }
}
/*part_box*/
/*-----------------------------------*/
#entry_block .part_box {
  margin-top: 150px;
}
#entry_block .part_box h2 {
  text-align: center;
  line-height: 1;
}
#entry_block .part_box h2 img {
  width: 413px;
  margin: 0 auto;
}
#entry_block .part_box .text {
  font-size: 16px;
  display: block;
  padding-top: 20px;
  text-align: center;
}
#entry_block .part_box table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin: 50px auto 0;
  position: relative;
}
#entry_block .part_box table a {
  color: #15983f;
  text-decoration: underline;
}
#entry_block .part_box table th {
  width: 250px;
  box-sizing: border-box;
  color: #15983f;
  border-bottom: 1px solid #15983f;
  text-align: left;
  padding-left: 50px;
}
#entry_block .part_box table td {
  width: calc(100% - 300px);
  padding: 10px;
  border-bottom: 1px solid #15983f;
}
#entry_block .part_box table tr:first-child th, #entry_block .part_box table tr:first-child td {
  border-top: 1px solid #15983f;
}
#entry_block .part_box .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
#entry_block .part_box .btn_wrap p:last-of-type {
  margin-top: 20px;
}
#entry_block .part_box .btn_wrap mmail {
  display: block;
}
#entry_block .part_box .btn_wrap .btn {
  width: 800px;
  max-width: 90%;
  margin: 50px auto 0;
  background: linear-gradient(90deg, #85b053, 70%, #0fb280);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  display: block;
  line-height: 1;
  border-radius: 60px;
  position: relative;
}
#entry_block .part_box .btn_wrap .btn::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 40%;
  right: 45px;
  transform: translate(-50%, 0)rotate(45deg);
}
@media screen and (max-width: 640px) {
  #entry_block .part_box h2 img {
    width: 212px;
  }
  #entry_block .part_box table th, #entry_block .part_box table td {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #entry_block .part_box table th {
    text-align: center;
    padding-left: 0;
    padding: 10px;
  }
  #entry_block .part_box table tr:first-child td {
    border-top: none;
  }
  #entry_block .part_box .btn_wrap p {
    font-size: 16px;
  }
  #entry_block .part_box .btn_wrap .mail {
    font-size: 16px;
  }
  #entry_block .part_box .btn_wrap .btn::after {
    width: 12px;
    height: 12px;
    top: 44%;
  }
}