@charset "UTF-8";
/* CSS Document */
.section-top {
  background-color: #EBFCFF;
  position: relative;
  padding-top: 1px;
}
.top-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
.top-plane {
  position: absolute;
  width: 210px;
  right: 2vw;
  top: 70px;
  transform: rotate(15deg);
  z-index: 1;
  animation: plane 3s ease-in-out infinite;
}

@keyframes plane {
  0% {
	  transform: rotate(15deg) translate(0,0);
  }
  50% {
	  transform: rotate(15deg) translate(6px,2px);
  }
  100% {
	  transform: rotate(15deg) translate(0,0);
  }
}
.top-boat {
  position: absolute;
  width: 275px;
  left: 2vw;
  bottom: 3%;
  transform: scale(-1, 1);
  animation: boat 3s ease-in-out infinite;
}

@keyframes boat {
  0% {
	  transform: scale(-1, 1) translate(0,0);
  }
  50% {
	  transform: scale(-1, 1) translate(6px,2px);
  }
  100% {
	  transform: scale(-1, 1) translate(0,0);
  }
}
.top-inner {
  position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  height: 630px;
  background-image: url("../image/top-image.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  margin: 0 auto 60px;
    transform: scale(0.8);
    opacity: 0;
  animation: zoomIn 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.top01 {
  margin-bottom: 30px;
  font-size: 3.2em;
  font-weight: 700;
}
.top-inner h2 {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 45px;
}
.top-inner_title {
}
.top02 {
  font-size: 3.6em;
  font-weight: 700;
  color: #FF7F00;
	padding-left: .5em;
}
.top03 {
  font-size: 3.2em;
  font-weight: 700;
}
.top-inner-br {
  display: none;
}
.top-explanation-pc {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2.2em;
  letter-spacing: 0.1em;
	margin-bottom: 60px;
}
.top-explanation-mobile {
  display: none;
}
@media(max-width:1200px) {
  .top-plane {
    width: min(16vw, 210px);
    min-width: 94px;
  }
  .top-boat {
    width: min(22vw, 275px);
    min-width: 152px;
  }
}
@media(max-width:896px) {
  .top-wrapper {
    padding: 110px 0 80px;
  }
  .top-inner {
    height: 285px;
    margin: 0 auto 40px;
	  display: block;
  }
	.top-inner h2 {
		margin-top: -24px;
	}
  .top01 {
    top: 32%;
    font-size: 2em;
  }
  .top-inner_title {
    top: 54%;
    flex-direction: column;
    gap: 17px;
  }
  .top02 {
    font-size: 2em;
	  display: block;
  }
  .top03 {
    font-size: 2em;
  }
  .top-explanation-pc {
    display: none;
  }
  .top-explanation-mobile {
    display: block;
    font-size: 0.9em;
    line-height: 1.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .top-boat {
    bottom: 2%;
  }
}
/* call */
.section-call {
  margin-bottom: 150px;
}
.call-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.call01 {
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
.call01 span {
  color: #03568E;
  font-weight: 600;
  text-decoration: underline 14px #FFFF00;
  text-underline-offset: -0.8rem;
}
.call02 {
  font-size: 1.3em;
}
.call01-br {
  display: none;
}
.call02 br {
  display: none;
}
@media(max-width:896px) {
  .section-call {
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .call-wrapper {
    max-width: 1020px;
    margin: 0 auto;
  }
  .call01 {
    font-size: 1.15em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .call02 {
    font-size: 0.9em;
  }
  .call01-br, .call02 br {
    display: block;
  }
}
/* business */
.section-business {
  position: relative;
  background-color: #EBFCFF;
  padding-bottom: 50px;
}
.business-wrapper {
  padding-top: 120px;
  margin-bottom: 120px;
}
.business-content {
  max-width: 1020px;
  margin: 0 auto;
}
.business_list01_item {
  display: flex;
  justify-content: space-between;
  gap: 6.9vw;
  align-items: center;
}
.business_list01_item:not(:last-child) {
  margin-bottom: 80px;
}
.business_image_PC {
  width: 34%;
  height: 100%;
}
.business_image_mobile {
  display: none;
}
.business_list01_inner {
  width: 54%;
  text-align: left;
  padding-top: 20px;
}
.support {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.business01 {
  font-size: 3.4rem;
  margin-bottom: 30px;
  border-bottom: 2px dashed #353A3D;
  padding-bottom: 28px;
}
.business02 {
  color: #FDFDFD;
  background-color: #03568E;
  border-radius: 4px;
  padding: 10px 17px 10px 20px;
  margin-bottom: 20px;
}
.business_list02 {
  margin: 25px 0 30px;
  list-style: none;
}
.business_list02_item {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.business_list02_item:before {
  content: ""; /* 空の要素作成 */
  width: 22px; /* 幅指定 */
  height: 22px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: absolute; /* アイコンの位置を調整 */
  top: 2px; /* アイコンの位置を調整 */
  margin-right: 8px; /* 余白指定 */
  background-image: url("../image/icon_check01.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
  left: 0;
}
@media(max-width:1200px) {
  .business-content {
    max-width: 90%;
  }
}
@media(max-width:896px) {
  .section-business {
    padding-bottom: 20px;
  }
  .business-wrapper {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  .business_list01_item {
    flex-direction: column;
    background-color: #FDFDFD;
    padding: 40px 30px 30px;
    border-radius: 20px;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    gap: 30px;
  }
  .business_list01_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .business_image_PC {
    display: none;
  }
  .business_image_mobile {
    display: block;
    width: 40%;
    height: auto;
  }
  .business_list01_inner {
    width: auto;
    padding-top: 0;
  }
  .support {
    flex-direction: column;
  }
  .business01 {
    font-size: 1.8rem;
    margin-bottom: 28px;
    padding-bottom: 10px;
  }
  .business02 {
    padding: 7px 10px 7px 13px;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  .business_list02 {
    margin: 15px 0 0;
  }
  .business_list02_item {
    padding-left: 22px;
  }
  .business_list02_item:before {
    width: 15px; /* 幅指定 */
    height: 15px; /* 高さ指定 */
  }
  .business_list01_inner p {
    font-size: 0.9em;
    margin-top: 20px;
  }
}
/* feature */
.section-feature {
  padding-top: 110px;
  margin-bottom: 140px;
}
.feature-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.feature_text {
  margin: 0 auto 90px;
  text-align: center;
}
.feature_text01 {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.8em;
  padding: 0 55px;
}
.feature_text01 span {
  color: #03568E;
}
.feature_text01:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  content: ""; /* 空の要素作成 */
  width: 48px; /* 幅指定 */
  height: 68px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */ background-image: url("../image/speech_bubble.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
.feature_text01:after {
  position: absolute;
  right: 1px;
  bottom: 1px;
  content: ""; /* 空の要素作成 */
  width: 48px; /* 幅指定 */
  height: 68px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  transform: scale(-1, 1);
  background-image: url("../image/speech_bubble.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
}
.feature_text02 {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.feature_text02 span {
  color: #FFA200;
}
.feature-br {
  display: none;
}
.feature-list {
  align-items: stretch;
  gap: 80px;
  display: flex;
  justify-content: space-between;
}
.feature-list-item {
  gap: 40px;
  width: 470px;
  height: auto;
  padding: 60px;
  position: relative;
  background-color: #EBFCFF;
  border-radius: 30px;
  list-style: none;
}
.feature-list-item h4 {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%);
  font-size: 2em;
  color: #03568E;
  font-weight: 700;
}
.feature-list-item h5 {
  font-size: 1.5em;
  margin-bottom: 40px;
}
.feature_img {
  width: 230px;
  height: auto;
  margin: 0 auto 40px;
}
.feature-text {
  text-align: left;
  line-height: 1.8;
}
@media(max-width: 1200px) {
  .feature-wrapper {
    max-width: 90%;
  }
}
@media(max-width: 896px) {
  .feature-list {
    align-items: center;
    flex-direction: column;
  }
  .section-feature {
    padding-top: 50px;
    margin-bottom: 90px;
  }
  .feature_text {
    margin: 0 auto 50px;
  }
  .feature_text01 {
    margin: 0 auto 30px;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 0;
    letter-spacing: 0.1em;
  }
  .feature_text01:before {
    bottom: 6px;
    left: -20px;
    width: 24px; /* 幅指定 */
    height: 34px; /* 高さ指定 */
  }
  .feature_text01:after {
    right: -19px;
    bottom: 6px;
    width: 24px; /* 幅指定 */
    height: 34px; /* 高さ指定 */
  }
  .feature_text02 {
    font-size: 0.9em;
  }
  .feature-br {
    display: block;
  }
  .feature-list {
    gap: 50px;
  }
  .feature-list-item {
    width: 335px;
    padding: 40px;
    border-radius: 20px;
  }
  .feature-list-item h4 {
    top: -12px;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
  .feature-list-item h5 {
    font-size: 1.15em;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .feature_img {
    width: 180px;
    margin: 0 auto 30px;
  }
  .feature-text {
    font-size: 0.9em;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
}
/* consult */
.section-consult {
  position: relative;
  background-color: #EBFCFF;
  padding: 120px 0 50px;
}
.consult-wrapper {
  width: 800px;
  margin: 0 auto 120px;
}
.consult-title {
  margin: 0 auto 50px;
}
.consult-title_text {
  font-size: 2.1em;
  font-weight: 600;
}
.consult-title_content {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.consult-title_content img {
  max-width: 160px;
  height: 100%;
}
.consult-title01 {
  align-self: center;
  padding-top: 20px;
}
.consult-inner {
  position: relative;
  max-width: 790px;
  background-color: #FDFDFD;
  border-radius: 20px;
  margin: 0 auto 70px;
  padding: 50px 25px;
}
.consult-inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FDFDFD transparent transparent transparent;
  border-width: 35px 28px 0 28px;
}
.consult-inner-title {
  font-size: 1.8em;
  font-weight: 600;
}
.consult-inner-title br {
  display: none;
}
.consult_list {
  max-width: 465px;
  text-align: left;
  margin: 25px auto 0;
}
.consult_list_item {
  list-style: none;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  padding: 15px 0 15px 60px;
  position: relative;
}
.consult_list_item:not(:last-child) {
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #353A3D 3px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.consult_list_item:before {
  content: ""; /* 空の要素作成 */
  width: 26px; /* 幅指定 */
  height: 26px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: absolute; /* アイコンの位置を調整 */
  background-image: url("../image/icon_check02.png"); /* アイコン指定 */
  background-size: contain; /* アイコンの大きさ指定 */
  background-repeat: no-repeat; /* アイコンをリピートしないようにする */
  vertical-align: top;
  left: 25px;
}
.consult-image01 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 9.7em;
  height: auto;
}
.consult-image02 {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 9.1em;
  height: auto;
}
.consult-inner-text {
  font-size: 1.15em;
  line-height: 1.8;
  margin-bottom: 40px;
}
.consult-btn {
  display: flex;
  align-items: center;
  width: 325px;
  background: #FDFDFD;
  border: 2px solid #03568E;
  border-radius: 100px;
  padding: 20px 50px 20px 50px;
  position: relative;
  transition: all .3s;
  gap: 10px;
  margin: 0 auto;
  text-decoration: none;
}
.consult-btn img {
  width: 80px;
  height: auto;
}
.consult-btn span {
  font-size: 1.15em;
  color: #231815;
  margin-top: 5px;
}
.consult-btn:hover {
  background: #FFF100;
  color: #011445;
}
.consult-btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 50px;
  transition: all .3s
}
.consult-btn:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 30px;
}
@media(max-width: 1200px) {
  .consult-wrapper {
    max-width: 90%;
  }
  .consult-title_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media(max-width: 896px) {
  .section-consult {
    padding: 50px 0;
  }
  .consult-wrapper {
    margin: 0 auto 40px;
  }
  .consult-title {
    margin: 0 auto 30px;
  }
  .consult-title_text {
    font-size: 1.15em;
    gap: 7px;
  }
  .consult-title_content {
    gap: 8px;
    margin-top: 0;
  }
  .consult-title_content img {
    max-width: 86px;
  }
  .consult-title01 {
    padding-top: 10px;
  }
  .consult-inner {
    margin: 0 auto 80px;
    padding: 40px 20px;
  }
  .consult-inner:after {
    border-width: 35px 26px 0 26px;
  }
  .consult-inner-title {
    font-size: 1.15em;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .consult-inner-title br {
    display: block;
  }
  .consult_list {
    margin: 15px auto 0;
  }
  .consult_list_item {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    padding: 10px 0 10px 18px;
  }
  .consult_list_item:before {
    width: 15px; /* 幅指定 */
    height: 15px; /* 高さ指定 */
    left: 0;
    top: 14px;
  }
  .consult-image01 {
    bottom: -45px;
    left: 0;
    width: 5em;
  }
  .consult-image02 {
    bottom: -45px;
    right: 0;
    width: 4.4em;
  }
  .consult-inner-text {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .consult-btn {
    width: 275px;
    padding: 10px 50px 10px 50px;
    gap: 8px;
  }
  .consult-btn img {
    width: 74px;
  }
  .consult-btn span {
    font-size: 0.95em;
    letter-spacing: 0.02em;
  }
  .consult-btn:hover {
    background: #FFF100;
    color: #011445;
  }
  .consult-btn:after {
    border-right: 1.5px solid #231815;
    border-bottom: 1.5px solid #231815;
    right: 40px;
  }
  .consult-btn:hover:after {
    border-right: 1.5px solid #231815;
    border-bottom: 1.5px solid #231815;
  }
}
/* flow */
.section-flow {
  padding-top: 110px;
  margin-bottom: 140px;
}
.flow-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.flow_list {
  align-items: stretch;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.flow_list_item {
  width: 284px;
  height: auto;
  padding: 40px;
  border: 2px solid #03568E;
  border-radius: 20px;
  list-style: none;
  position: relative;
}
.flow_list_item h4 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 30px;
}
.flow_list_image {
  height: 100px;
  width: auto;
  margin: 0 auto 30px;
}
.flow_list_item p {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.flow-arrow {
  position: absolute;
  width: 45px;
  right: -33px;
  top: calc(50% - 22px);
  z-index: 1;
}
@media(max-width: 1200px) {
  .flow-wrapper {
    max-width: 90%;
  }
  .flow_list {
    flex-direction: column;
    align-items: center;
  }
  .flow_list_item {
    min-width: 295px;
    width: calc(50% - 30px);
  }
  .flow-arrow {
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
    bottom: -33px;
  }
}
@media(max-width: 896px) {
  .section-flow {
    padding-top: 50px;
    margin-bottom: 90px;
  }
  .flow_list_item {
    width: 295px;
  }
  .flow_list_item h4 {
    font-size: 1.15em;
    letter-spacing: 0.1em;
  }
  .flow_list_image {
    height: 90px;
    margin: 0 auto 20px;
  }
  .flow_list_item p {
    font-size: 0.9em;
    line-height: 1.8;
  }
}
/* message */
.section-message {
  position: relative;
  background-color: #EBFCFF;
  padding-bottom: 50px;
}
.message-wrapper {
  padding-top: 120px;
  margin-bottom: 120px;
}
.message {
  max-width: 1020px;
  margin: 0 auto 60px;
}
.message h4 {
  font-size: 1.9em;
  font-weight: 600;
  color: #03568E;
  line-height: 1.7em;
  margin-bottom: 50px;
  text-align: left;
}
.message-pc {
  border-bottom: 2px dashed #353A3D;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  padding-bottom: 20px;
}
.message01, .message02 {
  display: none;
}
.message-br {
  display: none;
}
.message-text {
  line-height: 1.8em;
  margin-bottom: 25px;
  text-align: left;
}
.president {
  font-size: 0.95em;
  text-align: right;
  margin-top: 30px;
}
.president span {
  font-size: 1.7em;
  margin-left: 15px;
  vertical-align: middle;
  text-align: right;
}
.career {
  max-width: 900px;
  height: auto;
  background-color: #FDFDFD;
  border-radius: 20px;
  border: 2px solid #03568E;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
}
.career h5 {
  font-size: 1.3em;
  color: #03568E;
  font-weight: 600;
  margin-bottom: 20px;
}
.career_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
  font-size: 1.1em;
  list-style: none;
}
.career_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.career_list_item time {
  min-width: 75px;
}
.career_list_item p {
  margin-bottom: 5px;
}
.cereer_text {
  display: flex;
  gap: 5px;
}
.cereer_text:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 0.5px;
  transform: translateY(0.6em);
  background-color: #231815;
}
@media(max-width: 1200px) {
  .message-wrapper {
    max-width: 90%;
    margin: 0 auto 120px;
  }
}
@media(max-width: 896px) {
  .message-wrapper {
    max-width: 85%;
    padding-top: 50px;
    margin: 0 auto 30px;
  }
  .message {
    margin: 0 auto 40px;
  }
  .message h4 {
    font-size: 1.15em;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
  }
  .message-pc {
    display: none;
  }
  .message01, .message02 {
    display: block;
  }
  .message02 {
    border-bottom: 2px dashed #353A3D;
    padding: 0 30px 20px 0
  }
  .message-text {
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
  .president {
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
  }
  .president span {
    font-size: 1.4em;
    margin-left: 20px;
  }
  .career {
    padding: 30px;
  }
  .career h5 {
    font-size: 1em;
  }
  .career_list_item {
    gap: 1px;
    font-size: 0.85em;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .career_list_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .career_list_item time {
    min-width: 65px;
  }
  .career_list_item p {
    margin-bottom: 2px;
  }
}
/* company */
.section-company {
  padding-top: 110px;
  margin-bottom: 120px;
}
.company-wrapper {
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
}
.company-map {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.company-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 30px;
}
.company-btn {
  position: absolute;
  bottom: -20px;
  right: 10px;
}
.company-access {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.access-grid {
  width: 47%;
  display: grid;
}
.access-inner {
  padding: 20px 0;
  display: flex;
  border-bottom: 2px solid #03568E;
}
.access-heading {
  width: 110px;
  text-align: left;
  color: #03568E;
}
.access-body {
  flex: 1;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  vertical-align: middle;
}
@media(max-width: 1200px) {
  .company-wrapper {
    max-width: 90%;
  }
}
@media(max-width: 896px) {
  .section-company {
    padding-top: 50px;
    margin-bottom: 80px;
  }
  .company-wrapper {
    max-width: 85%;
  }
  .company-map {
    margin-bottom: 25px;
  }
  .company-map iframe {
    height: 215px;
    border-radius: 20px;
    margin-bottom: 15px
  }
  .company-btn {
    position: static;
  }
  .company-access {
    flex-direction: column;
  }
  .access-grid {
    width: 100%;
  }
  .access-heading {
    width: 85px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
  .access-body {
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
}
/* contact */
.section-contact {
  position: relative;
  background-color: #EBFCFF;
  padding-bottom: 50px;
}
.contact-wrapper {
  padding-top: 120px;
  margin-bottom: 120px;
}
.contact-wrapper p {
  line-height: 2em;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.contact-br {
  display: none;
}
#wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.form-item {
  margin-bottom: 20px;
  text-align: left;
}
form#mailformpro label {
  margin: 0 0 10px !important;
  letter-spacing: 0.1em;
}
.mfp_element_all {
  max-width: 900px !important;
}
.form-item input {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  margin: 0;
  box-shadow: none;
  border: none;
  font-size: 0.9em;
  color: #231815;
}
.form-item .must {
  display: inline-block;
  font-size: 0.8em;
  padding: 1px 7px;
  margin-left: 10px;
  background-color: #F23A3C;
  color: #FDFDFD;
  border-radius: 2px;
  vertical-align: 2px;
  float: none;
  border: none;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}
/*
textarea#textarea.mfp_element_textarea.mfp_element_all {
  width: 900px !important;
  height: 160px !important;
  padding: 20px;
  border-radius: 5px;
  margin: 0;
  box-shadow: none;
  border: none;
  font-size: 1.1em;
}*/
.form-item .input-area #textarea {
  width: 900px !important;
  height: 160px !important;
  padding: 20px;
  border-radius: 5px;
  margin: 0;
  box-shadow: none;
  border: none;
  font-size: 1.1em;
}
.contact-form p {
  font-size: 0.75em;
  text-align: left;
  letter-spacing: 0.08em;
}
.contact-form p a {
  color: #03568E;
}
button[type='submit'].action-btn {
  width: 30%;
  background: #03568E;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 16px 50px 16px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  font-size: 1.15em;
  text-shadow: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
button[type='submit'].action-btn:hover {
  background: #FFFF00;
  color: #03568E;
}
button[type='submit'].action-btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FDFDFD;
  border-bottom: 2px solid #FDFDFD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 35px;
  transition: all .3s;
}
button[type='submit'].action-btn:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #03568E;
  border-bottom: 2px solid #03568E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}
.input-area .mfp_err {
  background-image: none;
  padding: 0;
  color: #F23A3C;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
@media(max-width:1200px) {
  #wrapper {
    max-width: 85%;
  }
  .mfp_element_all {
    max-width: 100% !important;
  }
  .form-item .input-area #textarea {
    width: 100% !important;
  }
}
@media(max-width:896px) {
  .contact-wrapper {
    padding-top: 50px;
    margin: 0 auto 30px;
  }
  .contact-wrapper p {
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-size: 0.9em;
  }
  .contact-br {
    display: block;
  }
  form#mailformpro label {
    letter-spacing: 0.08em;
  }
  .form-item input {
    padding: 15px;
    font-size: 0.85em;
  }
  .form-item .must {
    font-size: 0.7em;
    padding: 0 7px;
  }
  .form-item .input-area #textarea {
    padding: 15px;
    font-size: 1em;
  }
  button[type='submit'].action-btn {
    width: 200px;
    padding: 14px 50px 14px 40px;
    font-size: 0.95em;
  }
  button[type='submit'].action-btn:after {
    border-right: 1.5px solid #FDFDFD;
    border-bottom: 1.5px solid #FDFDFD;
  }
  button[type='submit'].action-btn:hover:after {
    border-right: 1.5px solid #03568E;
    border-bottom: 1.5px solid #03568E;
  }
}

.mfp_buttons .mfp_element_button {
  width: 200px;
  background: #03568E;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 14px 40px 14px 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  font-size: 0.9em;
  border: none;
  text-shadow: none;
  
}
.mfp_buttons .mfp_element_button:hover {
  background: #FFFF00;
  color: #03568E;
  box-shadow: none;
}
