@charset "UTF-8";
.sp_disp_inline {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp_disp_inline {
    display: inline;
  }
}

.pc_disp_inline {
  display: inline;
}
@media screen and (max-width: 639px) {
  .pc_disp_inline {
    display: none;
  }
}

article {
  border-left: none;
}

#pageHeader h1 {
  display: block;
  width: 100%;
  height: 130px;
  position: relative;
}

#pageHeader h1 img {
  display: block;
  width: 2880px;
  height: 130px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1440px;
}

#pageHeader h2 {
  font-size: 34px;
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #f1f1f1;
}

.sec_inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 75px;
}
@media screen and (max-width: 639px) {
  .sec_inner {
    padding: 0 15px;
  }
}

.common_layout_a h3 {
  position: relative;
  text-align: center;
}
.common_layout_a h3._en_style span {
  letter-spacing: 0;
}
.common_layout_a h3:after {
  background-color: #00733f;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
  z-index: 10;
}
.common_layout_a h3 span {
  background-color: #fff;
  color: #00733f;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 20px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 639px) {
  .common_layout_a h3 span {
    font-size: 19px;
    letter-spacing: 0;
    padding: 0 3px;
  }
}
.common_layout_a h3 span sup {
  color: inherit;
  font-size: 60%;
  vertical-align: super;
}
.common_layout_a h3 span i {
  color: #333;
  font-size: 13px;
  display: block;
  font-style: normal;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 639px) {
  .common_layout_a h3 span i {
    font-size: 11px;
    font-weight: normal;
  }
}
.common_layout_a figure {
  margin: 0 auto;
  max-width: 860px;
}

.common_layout_b .ttl_01 {
  background-color: #f1f1f1;
  color: #616161;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .common_layout_b .ttl_01 {
    font-size: 15px;
    margin-bottom: 26px;
    padding: 5px 5px 4px;
  }
}
.common_layout_b .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .common_layout_b .box > div {
    width: 100% !important;
  }
}
.common_layout_b .box > div:nth-child(2) {
  padding-top: 5px;
  width: 28.95238095%;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box > div:nth-child(2) {
    margin-top: 40px;
  }
}
.common_layout_b .box > div:nth-child(2) p {
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box > div:nth-child(2) p {
    display: none;
  }
}
.common_layout_b .box > div:nth-child(2) p:after {
  background-color: #dcdcdc;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}
.common_layout_b .box > div:nth-child(2) p span {
  background-color: #fff;
  color: #616161;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-right: 10px;
  z-index: 20;
}
.common_layout_b .box .txt_a {
  color: #616161;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.89;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box .txt_a {
    font-size: 15px;
    line-height: 1.36;
  }
}
.common_layout_b .box .txt_b {
  color: #616161;
  font-size: 18px;
  line-height: 1.89;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box .txt_b {
    font-size: 15px;
    line-height: 1.36;
  }
}
.common_layout_b .box .txt_c {
  color: #616161;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.001em;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box .txt_c {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 639px) {
  .common_layout_b .box .txt_c._en_style span {
    line-height: 1.23;
  }
}
.common_layout_b .box .txt_c span {
  color: inherit;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 2px;
}
@media screen and (max-width: 639px) {
  .common_layout_b .box .txt_c span {
    font-size: 13px;
  }
}
.common_layout_b .box .txt_c span.t2 {
  font-weight: bold;
  font-size: 18px;
}
article {
  padding-top: 100px;
}
@media screen and (max-width: 639px) {
  article {
    padding-top: 45px;
  }
}
article * {
  box-sizing: border-box;
}
article img {
  max-width: 100%;
  vertical-align: top;
}
article li {
  list-style: none;
}
article .sec_title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  article .sec_title {
    font-size: 17px;
  }
}
article .sec_title sub {
  font-size: 60%;
}
@media screen and (max-width: 639px) {
  article .sec_title span {
    border-bottom: 1px solid #1e1e1e;
    padding: 0 5px;
  }
}

.sec_01 {
  padding-bottom: 191px;
}
@media screen and (max-width: 639px) {
  .sec_01 {
    padding-bottom: 61px;
  }
}
.sec_01 .sec_title {
  margin-bottom: 75px;
}
@media screen and (max-width: 639px) {
  .sec_01 .sec_title {
    margin-bottom: 30px;
  }
}
.sec_01 .ttl_01 {
  background-color: #f1f1f1;
  color: #616161;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 45px;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .sec_01 .ttl_01 {
    font-size: 15px;
    margin-bottom: 11px;
    padding: 5px 5px 4px;
  }
}
@media screen and (max-width: 639px) {
  .sec_01 .ttl_01._en_style {
    font-size: 14px;
  }
}
.sec_01 .column_01 {
  display: flex;
  margin-bottom: 94px;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 {
    display: block;
    margin-bottom: 40px;
  }
}
.sec_01 .column_01 figure {
  width: 48.57142857%;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 figure {
    width: 100%;
  }
}
.sec_01 .column_01 > div {
  width: 46.95238095%;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 > div {
    padding-top: 22px;
    width: 100%;
  }
}
.sec_01 .column_01 > div p.txt {
  color: #616161;
  font-size: 15px;
  line-height: 2.13;
  margin-bottom: 38px;
  margin-top: -7px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 > div p.txt {
    font-size: 13px;
    line-height: 1.57;
    margin-bottom: 19px;
    margin-top: 0;
  }
}
.sec_01 .column_01 > div p.txt._en_style {
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 > div p.txt._en_style {
    margin-bottom: 39px;
  }
}
.sec_01 .column_01 > div p.name {
  color: #000;
  font-size: 13px;
  text-align: right;
}
.sec_01 .column_01 > div p.name span {
  font-size: 16px;
}
.sec_01 .column_01 > div p.name._en_style {
  line-height: 1.84;
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_01 > div p.name._en_style span {
    font-size: 13px;
  }
}
.sec_01 .column_02 table {
  border: 1px solid #fff;
  width: 100%;
}
.sec_01 .column_02 table._en_style tr td ul li {
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table._en_style tr td ul li {
    font-size: 13px;
    line-height: 1.23;
  }
}
.sec_01 .column_02 table._en_style tr td ul li span {
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table._en_style tr td ul li span {
    font-size: 11px;
  }
}
.sec_01 .column_02 table tr {
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr:nth-child(1) {
    border-bottom: none;
  }
}
.sec_01 .column_02 table tr th + th,
.sec_01 .column_02 table tr td + td {
  border-left: 1px solid #dcdcdc;
}
.sec_01 .column_02 table tr th {
  background-color: #f1f1f1;
  color: #616161;
  font-size: 23px;
  font-weight: bold;
  height: 67px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr th {
    font-size: 15px;
    height: 26px;
    padding-left: 7px;
    padding-top: 2px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sec_01 .column_02 table tr th img {
  left: 7px;
  position: absolute;
  top: 8px;
  width: 94px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr th img {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr th:nth-child(2) {
    display: none;
  }
}
.sec_01 .column_02 table tr td {
  vertical-align: middle;
}
.sec_01 .column_02 table tr td:nth-child(1) {
  padding: 20px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td:nth-child(1) {
    padding: 22px 0 22px;
  }
}
.sec_01 .column_02 table tr td:nth-child(2) {
  padding: 38px 20px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td:nth-child(2) {
    display: none;
  }
}
.sec_01 .column_02 table tr td p {
  color: #616161;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.81;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td p {
    font-size: 14px;
    line-height: 1.46;
    margin-bottom: 8px;
  }
}
.sec_01 .column_02 table tr td ul li {
  color: #616161;
  font-size: 16px;
  line-height: 1.81;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td ul li {
    font-size: 14px;
    line-height: 1.46;
  }
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td ul + img {
    margin-top: 16px;
  }
}
.sec_01 .column_02 table tr td sub {
  font-size: 60%;
}
.sec_01 .column_02 table tr td sup {
  font-size: 60%;
  vertical-align: super;
}
.sec_01 .column_02 table tr td span {
  color: #616161;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td span {
    font-size: 13px;
  }
}
.sec_01 .column_02 table tr td img {
  max-width: 304px;
}
@media screen and (max-width: 1024px) {
  .sec_01 .column_02 table tr td img {
    width: 170px;
  }
}
.sec_01 .column_02 table tr td img.sp_img {
  display: none;
}
@media screen and (max-width: 639px) {
  .sec_01 .column_02 table tr td img.sp_img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.sec_02 {
  padding-bottom: 198px;
}
@media screen and (max-width: 639px) {
  .sec_02 {
    padding-bottom: 60px;
  }
}
.sec_02 .sec_title {
  margin-bottom: 58px;
}
@media screen and (max-width: 639px) {
  .sec_02 .sec_title {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 639px) {
  .sec_02 .sec_title._en_style {
    line-height: 1.6;
  }
}
.sec_02 .column ul {
  margin: 0 auto 110px;
  max-width: 770px;
}
@media screen and (max-width: 639px) {
  .sec_02 .column ul {
    margin-bottom: 25px;
  }
}
.sec_02 .column ul._en_style {
  margin: 0 auto 79px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .sec_02 .column ul._en_style {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .sec_02 .column ul._en_style li {
    line-height: 1.375;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.sec_02 .column ul li {
  color: #616161;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 639px) {
  .sec_02 .column ul li {
    line-height: 1.375;
    font-size: 16px;
    font-weight: normal;
  }
}
.sec_02 .column ul li:before {
  content: "●";
  color: #00733f;
  display: inline;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  vertical-align: -1px;
}
.sec_02 .column .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .sec_02 .column .box {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .sec_02 .column .box._en_style > div:nth-child(1) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .sec_02 .column .box > div {
    width: 100% !important;
  }
}
.sec_02 .column .box > div:nth-child(1) {
  width: 49.23809523%;
}
@media screen and (max-width: 639px) {
  .sec_02 .column .box > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.sec_02 .column .box > div:nth-child(2) {
  width: 48%;
}
.sec_02 .column .box > div h3 {
  color: #616161;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .sec_02 .column .box > div h3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}
.sec_02 .column .box > div h3 sub {
  font-size: 60%;
}
.sec_03 {
  padding-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .sec_03 {
    padding-bottom: 80px;
  }
}
.sec_03 .sec_title {
  margin-bottom: 75px;
}
@media screen and (max-width: 639px) {
  .sec_03 .sec_title {
    margin-bottom: 42px;
  }
}
.sec_03 .column_01 {
  margin-bottom: 46px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_01 {
    margin-bottom: 35px;
  }
}
.sec_03 .column_01 h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_01 h3 {
    margin-bottom: 6px;
  }
}
.sec_03 .column_02 {
  margin-bottom: 93px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 {
    margin-bottom: 60px;
  }
}
.sec_03 .column_02 .box > div:nth-child(1) {
  width: 65.9047619%;
}
.sec_03 .column_02 .box > div .txt_b + .txt_a {
  margin-top: 38px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 .box > div .txt_b + .txt_a {
    margin-top: 19px;
  }
}
.sec_03 .column_02 .box > div .txt_a + .img {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 .box > div .txt_a + .img {
    margin-top: 15px;
  }
}
.sec_03 .column_02 .box > div .txt_b {
  padding-left: 1em;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 .box > div .txt_b {
    padding-left: 0;
  }
}
.sec_03 .column_02 .box > div .img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 .box > div .img {
    display: block;
    padding: 0 7px;
  }
}
.sec_03 .column_02 .box > div .img figure {
  width: 47.39884393%;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_02 .box > div .img figure {
    width: 100%;
  }
  .sec_03 .column_02 .box > div .img figure + figure {
    margin-top: 30px;
  }
}
.sec_03 .column_03 {
  margin-bottom: 128px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_03 {
    margin-bottom: 45px;
  }
}
.sec_03 .column_03 .box > div:nth-child(1) {
  padding-top: 5px;
  width: 65.9047619%;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_03 .box > div:nth-child(1) {
    padding-bottom: 5px;
    width: 100%;
  }
}
.sec_03 .column_03 .box > div .img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_03 .box > div .img {
    display: block;
    padding: 0 7px;
  }
}
.sec_03 .column_03 .box > div .img figure {
  margin-bottom: 53px;
  width: 47.39884393%;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_03 .box > div .img figure {
    margin-bottom: 0;
    width: 100%;
  }
  .sec_03 .column_03 .box > div .img figure + figure {
    margin-top: 30px;
  }
}
.sec_03 .column_04 {
  margin-bottom: 44px;
}
.sec_03 .column_04 h3 {
  margin-bottom: 14px;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_04 h3 {
    margin-bottom: 4px;
  }
}
.sec_03 .column_05 .box > div:nth-child(1) {
  width: 68.19047619%;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_05 .box > div:nth-child(1) {
    padding-bottom: 5px;
    width: 100%;
  }
}
.sec_03 .column_05 .box > div .txt_a {
  margin-bottom: 25px;
}
.sec_03 .column_05 .box > div .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_05 .box > div .img {
    display: block;
    padding: 0 7px;
  }
}
.sec_03 .column_05 .box > div .img figure {
  margin-bottom: 62px;
  width: 47.0670391%;
}
.sec_03 .column_05 .box > div .img figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .sec_03 .column_05 .box > div .img figure {
    margin-bottom: 0;
    width: 100%;
  }
  .sec_03 .column_05 .box > div .img figure + figure {
    margin-top: 30px;
  }
}

.sec_04 {
  padding-bottom: 150px;
}
@media screen and (max-width: 639px) {
  .sec_04 {
    padding-bottom: 40px;
  }
}
.sec_04 .sec_title {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .sec_04 .sec_title {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 639px) {
  .sec_04 .ttl_01 {
    margin-bottom: 21px;
  }
}
.sec_04 .column_01 .box > div:nth-child(1),
.sec_04 .column_02 .box > div:nth-child(1),
.sec_04 .column_03 .box > div:nth-child(1),
.sec_04 .column_04 .box > div:nth-child(1) {
  width: 67.33333333%;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div:nth-child(1),
  .sec_04 .column_02 .box > div:nth-child(1),
  .sec_04 .column_03 .box > div:nth-child(1),
  .sec_04 .column_04 .box > div:nth-child(1) {
    width: 100%;
  }
}
.sec_04 .column_01 .box > div .txt_a,
.sec_04 .column_02 .box > div .txt_a,
.sec_04 .column_03 .box > div .txt_a,
.sec_04 .column_04 .box > div .txt_a {
  margin-bottom: 21px;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div .txt_a,
  .sec_04 .column_02 .box > div .txt_a,
  .sec_04 .column_03 .box > div .txt_a,
  .sec_04 .column_04 .box > div .txt_a {
    font-weight: normal;
    margin-bottom: 15px;
  }
}
.sec_04 .column_01 .box > div .txt_c + .txt_c,
.sec_04 .column_02 .box > div .txt_c + .txt_c,
.sec_04 .column_03 .box > div .txt_c + .txt_c,
.sec_04 .column_04 .box > div .txt_c + .txt_c {
  margin-top: 42px;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div .txt_c + .txt_c,
  .sec_04 .column_02 .box > div .txt_c + .txt_c,
  .sec_04 .column_03 .box > div .txt_c + .txt_c,
  .sec_04 .column_04 .box > div .txt_c + .txt_c {
    margin-top: 25px;
  }
}
.sec_04 .column_01 .box > div .img,
.sec_04 .column_02 .box > div .img,
.sec_04 .column_03 .box > div .img,
.sec_04 .column_04 .box > div .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div .img,
  .sec_04 .column_02 .box > div .img,
  .sec_04 .column_03 .box > div .img,
  .sec_04 .column_04 .box > div .img {
    display: block;
  }
  .sec_04 .column_01 .box > div .img:nth-of-type(2) div + div,
  .sec_04 .column_02 .box > div .img:nth-of-type(2) div + div,
  .sec_04 .column_03 .box > div .img:nth-of-type(2) div + div,
  .sec_04 .column_04 .box > div .img:nth-of-type(2) div + div {
    margin-top: 8px;
  }
}
.sec_04 .column_01 .box > div .img div,
.sec_04 .column_02 .box > div .img div,
.sec_04 .column_03 .box > div .img div,
.sec_04 .column_04 .box > div .img div {
  width: 46.67609618%;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div .img div,
  .sec_04 .column_02 .box > div .img div,
  .sec_04 .column_03 .box > div .img div,
  .sec_04 .column_04 .box > div .img div {
    width: 100%;
  }
  .sec_04 .column_01 .box > div .img div + div,
  .sec_04 .column_02 .box > div .img div + div,
  .sec_04 .column_03 .box > div .img div + div,
  .sec_04 .column_04 .box > div .img div + div {
    margin-top: 8px;
  }
}
.sec_04 .column_01 .box > div .img + .txt_c,
.sec_04 .column_02 .box > div .img + .txt_c,
.sec_04 .column_03 .box > div .img + .txt_c,
.sec_04 .column_04 .box > div .img + .txt_c {
  margin-top: 45px;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 .box > div .img + .txt_c,
  .sec_04 .column_02 .box > div .img + .txt_c,
  .sec_04 .column_03 .box > div .img + .txt_c,
  .sec_04 .column_04 .box > div .img + .txt_c {
    margin-top: 30px;
  }
}
.sec_04 .column_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_01 {
    margin-bottom: 60px;
  }
  .sec_04 .column_01 .box > div .img:nth-of-type(2) div + div {
    margin-top: 8px;
  }
}
.sec_04 .column_02 {
  margin-bottom: 47px;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_02 .box > div:nth-child(1) .txt_c._en_style {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .sec_04 .column_02 {
    margin-bottom: 60px;
  }
  .sec_04 .column_02 .box > div .img div + div {
    margin-top: 8px;
  }
  .sec_04 .column_02 .box > div .img + .txt_c {
    margin-top: 28px;
  }
}
.sec_04 .column_02 .sp_img {
  display: none;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_02 .sp_img {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .sec_04 .column_03 .box .txt_c._en_style {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 639px) {
  .sec_04 .column_03 .box > div .img div + div {
    margin-top: 30px;
  }
  .sec_04 .column_03 .box > div .img + .txt_c {
    margin-top: 28px;
  }
}
.sec_04 .column_04 {
  margin-bottom: 80px;
}
.sec_04 .column_04 .box > div .img div {
  width: 86%;
}
@media screen and (max-width: 639px) {
  .sec_04 .column_04 .box > div .img div {
    width: 100%;
  }
  .sec_04 .column_04 .box > div .img div + div {
    margin-top: 8px;
  }
}
@media screen and (max-width: 639px) {
  .sec_04 .column_04 {
    margin-bottom: 60px;
  }
  .sec_04 .column_04 .box > div .img:nth-of-type(2) div + div {
    margin-top: 8px;
  }
}