@charset "UTF-8";
/*-----------------------------------------------------
	ENGLISH
------------------------------------------------------*/
#WebSite::before {
  height: 716px;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 960px) {
  #WebSite::before {
    height: 260px;
  }
  .wrap {
    width: calc(100% - 60px);
  }
  .tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 30px);
  }
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}

/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  font-size: 25px;
  font-weight: 700;
  color: #1e2188;
}
.midasi_02 {
}
@media screen and (max-width: 767px) {
  .midasi_01 {
    font-size: 20px;
  }
  .midasi_02 {
    font-size: 16px;
  }
}
.contents__listBtn1 {
  color: #1e2188;
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding: 150px 0 100px;
}
.message_l {
  width: 64%;
}
.message_l p {
  font-size: 14px;
}
.message_r {
  width: 30%;
}
.message_r img {
  width: 100%;
  margin-bottom: 22px;
}
.message_r p {
  font-size: 15px;
  font-weight: 700;
}
.message_r p span {
  display: block;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #sec_01 {
    padding: 60px 0 50px;
  }
  .message_l {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .message_l p {
    font-size: 14px;
  }
  .message_r {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .message_r img {
    width: 213px;
    margin-bottom: 10px !important;
  }
  .message_r p {
    width: 213px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    text-align: left;
  }
  .message_r p span {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  padding: 80px 0;
  background: #dde9f1;
}
.sec_02_child {
  position: relative;
  width: 49%;
  margin-bottom: 23px !important;
  padding: 30px;
  background: #fff;
}
.sec_02_child p {
  font-size: 14px;
}
.sec_02_child img {
  max-width: 100%;
}
.sec_02_child:nth-of-type(1) img {
  width: 411px;
}
.sec_02_child:nth-of-type(2) img {
  width: 293px;
}
.sec_02_child:nth-of-type(3) img {
  width: 322px;
}
.sec_02_child:nth-of-type(4) img {
  width: 236px;
}
.sec_02_child::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 483px;
  height: 423px;
}
.sec_02_child:nth-of-type(1)::after {
  background: url("../images/english/title_01_icon.png") no-repeat center center;
  background-size: cover;
}
.sec_02_child:nth-of-type(2)::after {
  background: url("../images/english/title_02_icon.png") no-repeat center center;
  background-size: cover;
}
.sec_02_child:nth-of-type(3)::after {
  background: url("../images/english/title_03_icon.png") no-repeat center center;
  background-size: cover;
}
.sec_02_child:nth-of-type(4)::after {
  background: url("../images/english/title_04_icon.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .sec_02_child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_02 {
    padding: 50px 0;
  }
  .sec_02_child {
    padding: 15px;
  }
}
/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
  padding: 80px 0 0;
}
#sec_03 h2 {
  margin-bottom: 25px !important;
}
#sec_03 h3 {
  font-size: 20px;
  font-weight: 700;
}
#sec_03 p {
  font-size: 14px;
}
#sec_03 p.small {
  font-size: 12px;
}
#sec_03 .flex {
  margin-bottom: 100px;
}
.sec_03_01 {
  -webkit-box-align: center;
  align-items: center;
  width: calc(100% - ((100% - 1000px) / 2));
  margin-left: calc((100% - 1000px) / 2);
}
.sec_03_01_text {
  width: 50%;
  padding-right: 80px;
}
.sec_03_01_img {
  flex-grow: 1;
  width: auto;
}
.sec_03_01_img img {
  width: 100%;
}
.sec_03_02_img {
  width: 48%;
}
.sec_03_02_img img {
  width: 100%;
}
.sec_03_02_text {
  width: 48%;
}
.sec_03_03_img {
  width: 33%;
}
.sec_03_03_img img {
  width: 100%;
}
.sec_03_03_text {
  width: 62%;
}
@media screen and (max-width: 1550px) {
}
@media screen and (max-width: 960px) {
  #sec_03 .flex {
    margin-bottom: 80px;
  }
  .sec_03_01 {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
  .sec_03_01_text {
    width: 100%;
    margin-bottom: 30px !important;
    padding-right: 0;
  }
  .sec_03_01_img {
    width: 100%;
  }
  .sec_03_02_img,
  .sec_03_03_img {
    order: 2;
    width: 100%;
  }
  .sec_03_02_text,
  .sec_03_03_text {
    order: 1;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #sec_03 {
    padding: 50px 0 0;
  }
  #sec_03 h2 {
    margin-bottom: 22px !important;
  }
  #sec_03 h3 {
    font-size: 18px;
  }
  .sec_03_01 {
    width: calc(100% - 30px);
  }
}
/*-----------------------------------------------------
	#sec_04
------------------------------------------------------*/
#sec_04 {
  padding: 0 0 80px;
}
#sec_04 h2 {
  font-size: 18px;
  font-weight: 700;
}
#sec_04 .flex {
  -webkit-box-align: center;
  align-items: center;
}
.sec_04_l {
  width: 69.6%;
}
.sec_04_r {
  width: 23.2%;
}
.link_01 {
  display: block;
  position: relative;
  padding: 4px 10px 6px 55px;
  background: #1e2188;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.link_01::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/common/arrow_01.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #sec_04 {
    padding: 0 0 60px;
  }
  #sec_04 h2 {
    font-size: 16px;
  }
  .sec_04_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_04_r {
    width: 100%;
    text-align: center;
  }
  .sec_04_r img {
    width: 60%;
  }
  .link_01 {
    padding: 4px 10px 6px 45px;
    font-size: 16px;
  }
  .link_01::before {
    left: 20px;
    width: 18px;
    height: 18px;
  }
}




