@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #333;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

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

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.pc_el {
  display: inline-block;
}

.sp_el {
  display: none;
}

.green {
  color: #00a700;
}

.pink {
  color: #ff65a8;
}

a:hover {
  opacity: 0.9;
}

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

/*==============================================================
	header : ヘッダ
===============================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
}

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

header #siteTitle {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

header #siteTitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

header .lang a {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ff65a8;
  color: #ff65a8;
  padding: 5px 0;
  font-size: 14px;
  margin-right: 10px;
}

header .lang .cureent {
  background-color: #ff65a8;
  color: #fff;
}

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

header .contact_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header .contact_btn_list li .ico {
  position: relative;
  z-index: 1;
}

header .contact_btn_list li .ico img {
  max-width: 103px;
}

header .contact_btn_list li .txt {
  position: relative;
  left: -20px;
  padding: 15px 40px 15px 55px;
  font-size: clamp(20px, 2vw, 30px);
  border-radius: 0 10px 10px 0;
}

header .contact_btn_list li.foreigner .txt {
  background-color: #00a700;
}

header .contact_btn_list li.enterprise .txt {
  background-color: #ff65a8;
}

/*==============================================================
	footer : フッタ
===============================================================*/
#toTop {
  position: fixed;
  bottom: 100px;
  width: 50px;
  height: 50px;
  right: 20px;
  border-radius: 100%;
  background-color: #ffea00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toTop a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

#toTop a img {
  width: 20px;
}

.ft_fixed {
  z-index: 9;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ft_fixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_fixed ul li {
  width: 50%;
}

.ft_fixed ul li a {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.ft_fixed ul li .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.ft_fixed ul li p {
  text-align: center;
  width: 100%;
  font-size: clamp(20px, 5vw, 20px);
}

.ft_fixed ul li span {
  font-size: clamp(30px, 5vw, 37px);
}

.ft_fixed ul li img {
  height: 40px;
}

.ft_fixed ul li .foreigner {
  background-color: #00a700;
}

.ft_fixed ul li .enterprise {
  background-color: #ff65a8;
}

footer {
  background-color: #fff;
  padding: 40px 0 80px;
}

footer .ft_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .ft_logo {
  margin-bottom: 20px;
}

footer .ft_logo img {
  width: 300px;
}

footer .ft_txt {
  font-size: 14px;
}

footer .left_box {
  width: 30%;
}

footer #ft_globalNav {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer #ft_globalNav li {
  margin-left: 3%;
}

footer #ft_globalNav li:first-child {
  margin-left: 0;
}

footer #ft_globalNav a {
  color: #333;
}

footer #ft_globalNav span {
  margin: 0 20px;
}

footer #ft_globalNav .base_btn {
  font-size: clamp(12px, 1vw, 14px);
}

footer #copyRight {
  padding: 15px 0;
  text-align: center;
}

/*==============================================================
	home : TOPページ
===============================================================*/
.base_btn {
  position: relative;
}

.mv_area {
  background: url(../../shared/img/bg_mv.png) no-repeat top/cover;
}

.mv_area .mv_tl {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 0 80px;
  opacity: 0;
}

.mv_area .mv_tl img {
  max-width: 100%;
  height: auto;
}

.mv_area .mv_tl.is-scroll {
  -webkit-animation: slideUP 0.8s ease-out 0.8s 1 forwards;
          animation: slideUP 0.8s ease-out 0.8s 1 forwards;
}

.mv_area .mv_sp {
  display: none;
}

.mv_area .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv_area .btn_list li {
  width: 50%;
}

.mv_area .btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: clamp(30px, 5vw, 48px);
  padding: 10px 0;
}

.mv_area .btn_list li.foreigner a {
  background-color: #00a700;
}

.mv_area .btn_list li.enterprise a {
  background-color: #ff65a8;
}

.about_area {
  background: url(../../shared/img/bg_about.png) no-repeat center/cover;
  padding: 100px 0 140px;
}

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

.about_area .tl_box {
  width: 45%;
}

.about_area .photo {
  width: 60%;
  position: relative;
  left: 2%;
}

.about_area .tl {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-size: clamp(20px, 2vw, 37px);
}

.about_area .tl img {
  margin-right: 10px;
  width: 80%;
}

.about_area .txt {
  background-color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  padding: 40px 30px;
  border-radius: 10px;
}

.problem_area {
  position: relative;
}

.problem_area::before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 55px solid #fff;
  border-right: 100px solid transparent;
  display: block;
  content: " ";
}

.problem_area::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 55px solid #fff;
  border-left: 100px solid transparent;
  display: block;
  content: " ";
}

.problem_area .base_tl {
  position: relative;
}

.problem_area .base_tl::before {
  content: "";
  background: url(../../shared/img/tl_problem.png) no-repeat;
  background-size: 384px;
  width: 384px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.problem_area .tl {
  width: 95%;
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: clamp(30px, 5vw, 37px);
  padding: 5px;
  border-radius: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.problem_area .tl img {
  margin-right: 20px;
  height: 40px;
}

.problem_area .txt {
  width: 80%;
  margin: auto;
  border-radius: 10px;
  text-align: left;
  max-width: 680px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.problem_area .txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 20px 30px 20px;
}

.problem_area .list li {
  position: relative;
  font-size: clamp(18px, 5vw, 20px);
  padding-left: 30px;
  margin-bottom: 20px;
}

.problem_area .list li:last-child {
  margin-bottom: 0;
}

.problem_area .list li::before {
  content: "";
  background: url(../../shared/img/ico_tornado.png) no-repeat;
  width: 21px;
  height: 27px;
  background-size: 21px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.problem_area .foreigner {
  width: 50%;
  background: url(../../shared/img/bg_green.png) repeat;
  text-align: center;
  padding: 80px 0 130px;
}

.problem_area .foreigner .tl {
  border: 2px solid #00a700;
  color: #00a700;
}

.problem_area .foreigner .fig {
  margin: 0 auto 50px;
}

.problem_area .foreigner .fig img {
  height: 300px;
}

.problem_area .enterprise {
  width: 50%;
  background: url(../../shared/img/bg_pink.png) repeat;
  text-align: center;
  padding: 80px 0 130px;
}

.problem_area .enterprise .tl {
  border: 2px solid #ff65a8;
  color: #ff65a8;
}

.problem_area .enterprise .fig {
  margin: 0 auto 50px;
}

.problem_area .enterprise .fig img {
  height: 300px;
}

.resolution_area {
  padding: 100px 0;
  position: relative;
}

.resolution_area::before {
  content: "";
  background: url(../../shared/img/fig_sakura_l.png) no-repeat;
  width: 275px;
  height: 495px;
  position: absolute;
  left: 0;
  top: 0;
}

.resolution_area::after {
  content: "";
  background: url(../../shared/img/fig_sakura_r.png) no-repeat;
  width: 78px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

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

.resolution_area .txt_box {
  width: 50%;
}

.resolution_area .txt_box .tl {
  font-size: clamp(30px, 2vw, 36px);
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.resolution_area .txt_box img {
  width: 80%;
  position: relative;
  top: -10px;
  margin-right: 10px;
}

.resolution_area .fig {
  width: 50%;
}

.merit_area .tl {
  width: 100%;
  margin: 0 auto 50px;
  font-size: clamp(30px, 5vw, 37px);
  padding: 5px;
  border-radius: 100px;
  background-color: #fff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.merit_area .bnr {
  margin-bottom: 50px;
}

.merit_area .campaign {
  margin-bottom: 50px;
  display: block;
}

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

.merit_area .photo {
  width: 30%;
  text-align: center;
}

.merit_area .txt_box {
  width: 68%;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.merit_area .foreigner {
  background: url(../../shared/img/bg_green_b.png) repeat;
  padding: 100px 0;
}

.merit_area .foreigner .tl {
  border: 2px solid #00a700;
  color: #00a700;
}

.merit_area .foreigner .photo img {
  height: 350px;
}

.merit_area .enterprise {
  background: url(../../shared/img/bg_pink_b.png) repeat;
  padding: 100px 0;
}

.merit_area .enterprise .tl {
  border: 2px solid #ff65a8;
  color: #ff65a8;
}

.merit_area .enterprise .photo img {
  height: 300px;
}

.sponser_area {
  padding: 150px 0 80px;
}

.sponser_area .base_tl {
  position: relative;
  line-height: 1.2;
  padding-top: 20px;
  font-weight: normal;
}

.sponser_area .base_tl::before {
  content: "";
  background: url(../../shared/img/fig_hikari.png) no-repeat;
  background-size: 162px;
  width: 162px;
  height: 63px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.sponser_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponser_area .list li a:hover {
  opacity: 0.7;
}

.sponser_area .list li:nth-child(2) img {
  width: 140px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
  font-family: 'object-fit: contain;';
}

.sponser_area .list li:nth-child(3) img {
  width: 170px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: contain;';
}

.sponser_area .list li:nth-child(6) img {
  width: 170px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: contain;';
}

.contact_area {
  background: url(../../shared/img/bg_contact.png) no-repeat center bottom/cover;
  padding: 75px 0;
}

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

.contact_area .tl_box img {
  width: 50%;
  position: relative;
  left: -50px;
}

.contact_area .contact_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5%;
}

.contact_area .contact_btn_list li {
  max-width: 420px;
}

.contact_area .contact_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}

.contact_area .contact_btn_list li .ico {
  position: relative;
  z-index: 1;
}

.contact_area .contact_btn_list li .txt {
  width: 100%;
  position: relative;
  padding: 15px 25px 15px 45px;
  font-size: clamp(20px, 3vw, 30px);
  border-radius: 0 10px 10px 0;
}

.contact_area .contact_btn_list li .txt::before {
  content: "";
  width: 103px;
  height: 103px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto;
  z-index: 1;
}

.contact_area .contact_btn_list li.foreigner {
  margin-right: 10%;
}

.contact_area .contact_btn_list li.foreigner .txt {
  background-color: #00a700;
}

.contact_area .contact_btn_list li.foreigner .txt::before {
  background: url(../../shared/img/ico_btn_f.png) no-repeat;
  background-size: 103px;
}

.contact_area .contact_btn_list li.enterprise {
  position: relative;
  left: 20px;
}

.contact_area .contact_btn_list li.enterprise .txt {
  background-color: #ff65a8;
}

.contact_area .contact_btn_list li.enterprise .txt::before {
  background: url(../../shared/img/ico_btn_e.png) no-repeat;
  background-size: 103px;
}

.good_area {
  padding: 100px 0;
}

.good_area .fl_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.good_area .tl {
  width: 35%;
}

.good_area .tl_box {
  font-size: clamp(30px, 2vw, 36px);
  position: relative;
  text-align: center;
  padding: 20px 0px 20px 0;
  left: -70px;
}

.good_area .tl_box::before {
  content: "";
  background: url(../../shared/img/ico_border.png) no-repeat;
  width: 171px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.good_area .tl_box::after {
  content: "";
  background: url(../../shared/img/ico_border.png) no-repeat;
  width: 171px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

.good_area .ico_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.good_area .ico_list li {
  width: 24%;
  margin-bottom: 3%;
}

.good_area .ico_list li img {
  max-width: 100%;
  height: auto;
}

.good_area .txt_box {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
}

.sdgs_area {
  background: url(../../shared/img/bg_sdgs.png) no-repeat center/cover;
  text-align: center;
  padding: 80px 0;
}

.sdgs_area .tl {
  background: url(../../shared/img/bg_tl_sdgs.png) no-repeat center;
  padding: 10px 0;
  color: #0099d9;
  margin-bottom: 50px;
  letter-spacing: 2px;
  font-size: clamp(35px, 2vw, 48px);
}

.sdgs_area .logo {
  margin: 0 auto 50px;
  width: 45%;
}

.sdgs_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sdgs_area .list li {
  margin: 0 15px;
  width: 20%;
}

.sdgs_area .list li img {
  max-width: 100%;
  height: auto;
}

.flow_area {
  padding: 80px 0;
}

.flow_area .flow_tbl {
  width: 100%;
}

.flow_area .flow_tbl thead th {
  width: 40%;
  padding: 10px;
}

.flow_area .flow_tbl thead th:first-child {
  width: 20%;
}

.flow_area .flow_tbl thead .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(30px, 5vw, 36px);
  font-weight: normal;
}

.flow_area .flow_tbl thead .tl img {
  margin-right: 20px;
  height: 40px;
}

.flow_area .flow_tbl thead .foreigner {
  background: #00a700;
  color: #fff;
}

.flow_area .flow_tbl thead .enterprise {
  background: #ff65a8;
  color: #fff;
}

.flow_area .flow_tbl tbody {
  text-align: center;
  font-size: clamp(28px, 5vw, 28px);
}

.flow_area .flow_tbl tbody th, .flow_area .flow_tbl tbody td {
  border-bottom: 2px solid #fff;
  padding: 15px 0;
}

.flow_area .flow_tbl tbody th img {
  width: 80%;
}

.flow_area .flow_tbl tbody .btn {
  width: 100%;
  max-width: 250px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: clamp(16px, 5vw, 18px);
  color: #fff;
  border-radius: 10px;
}

.flow_area .flow_tbl tbody .note {
  display: block;
  text-align: center;
  font-size: clamp(14px, 5vw, 14px);
  margin-top: 10px;
}

.flow_area .flow_tbl tbody .foreigner {
  background: #deffde;
}

.flow_area .flow_tbl tbody .foreigner .btn {
  background-color: #00a700;
}

.flow_area .flow_tbl tbody .enterprise {
  background: #ffe7f1;
}

.flow_area .flow_tbl tbody .enterprise .btn {
  background-color: #ff65a8;
}

.flow_area .flow_tbl .yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffea00), to(#ffff00));
  background: linear-gradient(to bottom, #ffea00, #ffff00);
  font-size: clamp(30px, 5vw, 36px);
}

.matching_area {
  padding: 80px 0;
}

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

.matching_area .list li {
  width: 31%;
}

.matching_area .list li .txt_box {
  padding: 30px 5px;
}

.matching_area .list li .tl {
  text-align: center;
  position: relative;
  font-size: clamp(20px, 5vw, 24px);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.matching_area .list li .tl::before {
  content: "";
  background: url(../../shared/img/ico_border.png) no-repeat;
  width: 170px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

.voice_area {
  padding: 100px 0 180px;
  background: url(../../shared/img/bg_hougan.png);
  position: relative;
}

.voice_area::before {
  content: "";
  background: url(../../shared/img/fig_city.png) repeat;
  width: 100%;
  height: 149px;
  position: absolute;
  bottom: 0;
}

.voice_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice_area .list li {
  width: 48%;
  margin-bottom: 4%;
  padding: 30px 20px;
  border-radius: 10px;
}

.voice_area .list .fl_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_area .list .ico {
  width: 30%;
}

.voice_area .list .ico img {
  max-width: 100%;
  height: auto;
}

.voice_area .list .tl {
  font-size: clamp(20px, 5vw, 23px);
  margin-bottom: 15px;
}

.voice_area .list .txt_box {
  width: 67%;
}

.voice_area .list .foreigner {
  background-color: #deffde;
}

.voice_area .list .enterprise {
  background-color: #ffe7f1;
}

.faq_area {
  padding: 100px 0;
}

.faq_area .t_tl {
  width: 100%;
  margin: 0 auto 30px;
  font-size: clamp(24px, 5vw, 30px);
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_area .faq_box {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.faq_area .faq_box [class^="ico_"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  font-size: 41px;
  font-size: 4.1rem;
  border-radius: 100%;
  font-weight: bold;
  text-transform: uppercase;
}

.faq_area .faq_box .tl {
  color: #000000;
  font-weight: normal;
  font-size: 23px;
  margin-left: 30px;
  width: calc(100% - 110px);
}

.faq_area .faq_box .ico_question {
  background-color: #fff;
}

.faq_area .faq_box .ico_answer {
  color: #fff;
}

.faq_area .faq_box .tl_question,
.faq_area .faq_box .answer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  padding-right: 60px;
}

.faq_area .faq_box .tl_question {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #ffe7f1;
}

.faq_area .faq_box .answer_box p {
  color: #191919;
  font-size: 18px;
  margin-left: 30px;
}

.faq_area .faq_box .answer_box .txt_box {
  width: calc(100% - 85px);
}

.faq_area .foreigner {
  margin-bottom: 50px;
}

.faq_area .foreigner .t_tl {
  border: 2px solid #00a700;
  color: #00a700;
}

.faq_area .foreigner .faq_box {
  background: #fff;
  border: 3px solid #deffde;
}

.faq_area .foreigner .faq_box .tl_question {
  background: #deffde;
}

.faq_area .foreigner .faq_box .ico_question {
  color: #00a700;
}

.faq_area .foreigner .faq_box .ico_answer {
  background-color: #00a700;
}

.faq_area .foreigner .faq_box a {
  text-decoration: underline;
  color: #00a700;
}

.faq_area .foreigner .accordion_icon span {
  background-color: #00a700;
}

.faq_area .enterprise .t_tl {
  border: 2px solid #ff65a8;
  color: #ff65a8;
}

.faq_area .enterprise .faq_box {
  background: #fff;
  border: 3px solid #ffe7f1;
}

.faq_area .enterprise .faq_box .ico_question {
  color: #ff65a8;
}

.faq_area .enterprise .faq_box .ico_answer {
  background-color: #ff65a8;
}

.faq_area .enterprise .faq_box a {
  text-decoration: underline;
  color: #ff65a8;
}

#english header .contact_btn_list {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#english header .contact_btn_list li .txt {
  font-size: clamp(17px, 1vw, 26px);
  text-align: center;
  padding: 15px 30px 15px 35px;
}

#english .mv_area .btn_list li a {
  text-align: center;
  line-height: 1.2;
}

#english .problem_area .base_tl::before {
  content: "";
  background: url(../../shared/img/en/tl_problem.png) no-repeat;
  background-size: 684px;
  width: 684px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

#english .problem_area .tl {
  font-size: clamp(20px, 2vw, 24px);
}

#english .flow_area .flow_tbl thead .tl {
  font-size: clamp(20px, 2vw, 22px);
}

#english .matching_area .list li .tl {
  font-size: clamp(20px, 5vw, 22px);
}

#english .merit_area .tl {
  font-size: clamp(22px, 2vw, 37px);
}

#english .contact_area .contact_btn_list li.foreigner .txt::before {
  background: url(../../shared/img/en/ico_btn_f.png) no-repeat;
  background-size: 103px;
}

#english .contact_area .contact_btn_list li.enterprise .txt::before {
  background: url(../../shared/img/en/ico_btn_e.png) no-repeat;
  background-size: 103px;
}

#english .ft_fixed ul li span {
  font-size: clamp(23px, 2vw, 37px);
  text-align: center;
  line-height: 1.2;
}

#english footer .left_box {
  width: 45%;
}

/*IEのみ*/
/*END
---------------------------------------------------------------------------------------*/
