@charset "utf-8";
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf {
  display: block;
}
h1, h2, h3, h4, h5, h6, th, td, address, dl, ul, em {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
img {
  border: 0px;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
  transition: 0.5s;
  height: inherit;
}
a img:hover {
  opacity: 0.7;
}
address {
  line-height: 2;
}
a {
  color: #404040;
  text-decoration: none;
}
.linktext, .uline {
  text-decoration: underline !important;
}
em, .bold {
  font-weight: 700;
}
ul {
  list-style-type: none;
}
.listDisc, .listDisc dd {
  padding: 0 0 0 1.5em !important;
  list-style-type: disc !important;
}
.listSlash li {
  display: inline;
}
.listSlash li::after {
  content: "/";
  padding: 0 0.5em;
}
.listSlash li:last-child::after {
  content: none;
}
.list-decimal {
  margin: 0 0 1em 0.5em !important;
  padding: 0 0 0 1.5em !important;
  list-style-type: decimal !important;
}
table {
  border-collapse: collapse;
}
table.detail {
  margin: 0 auto 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
table.detail caption {
  font-weight: 700;
}
table.detail caption, table.detail th, table.detail td {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
table.table01 {
  margin: 0 auto 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.table01 th {
  font-weight: 700;
  color: #1479de;
}
table.table01 th, table.table01 td {
  border-bottom: 1px solid #dfdfdf;
}
table.table02 {
  margin: 0 auto 30px;
  width: 100%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
}
table.table02 th, table.table02 td {
  border-bottom: 1px solid #dfdfdf;
}
table.table02 td {
  background: #fff;
}
header, main, footer {
  width: 100%;
}
.fadeinbox {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  overflow: hidden;
}
@keyframes horizontal {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes guideon {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll {
  margin-bottom: 20px;
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #dfdfdf;
}
.scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}
.sectionWrap a:hover img {
  opacity: 0.6;
}
img.left {
  display: inline;
  float: left;
  margin: 0 0 30px 40px;
}
img.right {
  display: inline;
  float: right;
  margin: 0 0 30px 40px;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.imgLeft img, .imgRight img {
  display: inline;
}
.imgLeft {
  flex-flow: row;
}
.imgLeft .photo_column_image {
  margin: 0 40px 0 0;
}
.imgRight {
  flex-flow: row-reverse;
}
.imgRight .photo_column_image {
  margin: 0 0 0 40px;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*
	HEADER
*/
.header {
  position: relative;
  background: transparent;
}
.headerWrap {
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}
.groupCaption {
  color: #fff;
  font-weight: bold;
}
.headerLogo a {
  display: inline-block;
}
.headerLogo img {
  height: auto;
}
.header h1 {
  line-height: 1;
}
.headerContact {
  display: none;
}
/*
	VISUAL
*/
#visual {
  background-image: url("../images/visual-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.visualInner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
/*
	MAIN COMMON
*/
.wrap01Title, .wrap02Title, .wrap02ListTitle01, .wrap02ListTitle02, .wrap02ListTitle03, .wrap02ListTitle, .wrap03Title, .wrap04Title, .wrap05Title, .formTitle {
  font-weight: bold;
  line-height: 1.2;
}
.wrap_contactbanner {
  display: flex;
  align-items: center;
  background: #fff;
}
.wrap_contactbanner a {
  display: block;
  margin: 0 auto;
}
.wrap_contactbanner img:hover {
  opacity: 0.5;
}
/*
	WRAP01
*/
.wrap01 {
  width: 100%;
  background: url("../images/bg01.gif");
}
.wrap01Title span {
  display: inline;
  color: #ff2c2c;
  background: linear-gradient(transparent 70%, yellow 30%);
}
.wrap01Text p {
  border: 6px solid #e6e6e6;
  line-height: 2;
  background: #fff;
}
/*
	WRAP02
*/
.wrap02 {
  width: 100%;
  background: #e6f7ff;
}
.wrap02Title, .wrap02ListTitle01, .wrap02ListTitle02, .wrap02ListTitle03 {
  color: #0055b4;
}
.wrap02List_item {
  padding-top: 220px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap02List {
  display: flex;
  justify-content: space-between;
}
.wrap02List li::before {
  content: "";
  display: block;
  background-size: cover;
}
.wrap02List_item01::before {
  background-image: url("../images/wrap02_thumb01.jpg");
}
.wrap02List_item02::before {
  background-image: url("../images/wrap02_thumb02.jpg");
}
.wrap02List_item03::before {
  background-image: url("../images/wrap02_thumb03.jpg");
}
.wrap02ListTitle01::before, .wrap02ListTitle02::before, .wrap02ListTitle03::before {
  content: "";
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrap02ListTitle01::before {
  background-image: url("../images/wrap02_num01.png");
}
.wrap02ListTitle02::before {
  background-image: url("../images/wrap02_num02.png");
}
.wrap02ListTitle03::before {
  background-image: url("../images/wrap02_num03.png");
}
.wrap02ListText {
  text-align: justify;
}
/*
	WRAP03
*/
.wrap03 {
  width: 100%;
  background: #f2ffe0;
}
.wrap03Title {
  color: #c5a600;
}
.wrap03Box {
  text-align: left;
  background-color: #fff;
  background-image: url("../images/bg-wrap03.png");
  background-repeat: no-repeat;
}
.wrap03Title {
  color: #6ab700;
}
.wrap03List_item {
  background-image: url("../images/icon-wrap03list.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.wrap03List_item:last-child {
  margin-bottom: 0 !important;
}
.wrap03Message_text {
  display: flex;
  align-items: center;
  min-height: 130px;
  text-align: left;
  background-image: url("../images/bg-wrap03message.png");
  background-repeat: no-repeat;
}
.wrap03Message {
  padding: 20px;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 20px;
  background-color: #ffe765;
}
/*
	wrap04
*/
.groupLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap04 {
  width: 100%;
  background-image: url("../images/bg04.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap04 h2 {
  font-size: 48px;
}
/*
	WRAP05
*/
.wrap05 {
  background: #fffce7;
}
/*
	AREAMAP
*/
#bottomAreamap {
  overflow: hidden;
}
.areaList {
  text-align: left;
}
#bottomAreamap {
  max-width: 1000px;
}
#bottomAreamap li {
  margin-bottom: 1em;
  padding-left: 10px;
  line-height: 1;
}
.areaList_item h3 {
  padding-bottom: 0.5em;
  font-weight: bold;
}
.areaList_item p {
  line-height: 1.5;
}
#bottomAreamap li:nth-child(1) {
  border-left: 4px solid #4591ff;
}
#bottomAreamap li:nth-child(2) {
  border-left: 4px solid #48e7f1;
}
#bottomAreamap li:nth-child(3) {
  border-left: 4px solid #28aa7c;
}
#bottomAreamap li:nth-child(4) {
  border-left: 4px solid #8add09;
}
#bottomAreamap li:nth-child(5) {
  border-left: 4px solid #ffd92e;
}
#bottomAreamap li:nth-child(6) {
  border-left: 4px solid #ff7f45;
}
#bottomAreamap li:nth-child(7) {
  border-left: 4px solid #ff2e42;
}
/*
	FORM
*/
.wrapForm_box {
  margin: 0 auto;
  background: #f6f6f6;
}
.submitBox {
  background: #4c4e50;
}
.formBox_required {
  padding-left: 10px;
  color: #DC2200;
}
.formBox_td textarea {
  width: 100%;
}
/*
	FOOTER
*/
.footerWrap {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #1c1d1f;
}
.footerWrap a {
  color: #fff;
}
#copyright {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #383a3d;
}
.companyTableWrap {
  width: 100%;
}
.footerLogo a {
  display: inline-block;
  margin: 0 auto;
}
.footerLogo img {
  height: auto;
}
.companyTable th {
  font-weight: bold;
}
@media (max-width: 799px) {
  /*
	HEADER
*/
  .headerWrap {
    text-align: center;
  }
  .headerPhone {
    display: none !important;
  }
  .globalLogo {
    margin: 0 auto;
    width: 180px;
    height: auto;
  }
  .groupCaption {
    font-size: 13px;
  }
  .visualInner img {
    display: block;
    margin: 0 5%;
    width: 90%;
    height: auto;
  }
  /*
	MAIN COMMON
*/
  .section {
    margin: 0 auto;
    padding: 20px 30px;
  }
  .wrap01Title, .wrap02Title, .wrap03Title, .wrap04Title, .wrap05Title, .formTitle {
    margin: 0 auto 20px;
  }
  .wrap01Title span, .wrap02Title span, .wrap03Title span, .wrap04Title span, .wrap05Title span, .formTitle span {
    font-size: 34px;
  }
  /*
	WRAP01
*/
  .wrap01Text img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .wrap01Text p {
    margin-top: 20px;
    padding: 20px;
    text-align: left;
    font-size: 16px;
  }
  /*
	WRAP02
*/
  .wrap02List {
    flex-direction: column;
  }
  .wrap02List {
    flex-direction: column;
  }
  .wrap02List li::before {
    /*padding-top: 200px;*/
    aspect-ratio: 2 / 1;
  }
  .wrap02ListTitle01, .wrap02ListTitle02, .wrap02ListTitle03 {
    margin: 0 auto 10px;
    font-size: 24px;
  }
  .wrap02ListText {
    margin: 0 20px 40px;
    font-size: 16px;
    line-height: 2;
  }
  .wrap02List h3 {
    margin-top: -29px;
  }
  .wrap02ListTitle01::before, .wrap02ListTitle02::before, .wrap02ListTitle03::before {
    padding-top: 80px;
    background-size: 80px 58px;
  }
  /*
	WRAP03
*/
  .wrap03Box {
    margin: 0 auto 30px;
    padding: 200px 20px 20px 20px;
    outline: 3px solid #6ab700;
    outline-offset: -10px;
    background-image: url("../images/bg-wrap03-sp.png");
    background-position: 50% 10%;
  }
  .wrap03List_item {
    margin-bottom: 18px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 36px;
    background-size: 36px 36px;
  }
  .wrap03Message_text {
    padding-top: 140px;
    font-size: 18px;
    line-height: 2;
    background-size: 130px 130px;
    background-position: 50% 0;
  }
  /*
	WRAP04
*/
  .fmggroupList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .fmggroupList img {
    display: block;
    margin: 0 auto;
  }
  .fmggroupList li {
    margin-bottom: 20px;
  }
  .group-fm {
    width: 100%;
  }
  .group-fp {
    height: 80px;
  }
  .groupLogos {
    display: block;
    padding-bottom: 30px;
  }
  .wrap04Message_text {
    padding: 0 10px 20px;
    text-align: left;
    font-size: 16px;
  }
  .areamapImage {
    display: none;
  }
  #bottomAreamap h3 {
    margin-bottom: 0.5em;
    font-size: 14px;
  }
  #bottomAreamap p {
    margin-bottom: 1em;
    font-size: 12px;
  }
  #bottomAreamap .caution {
    font-size: 12px;
  }
  .areaList {
    background-image: url(../images/bottom-areamap_sp.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 90%;
  }
  /*
	FORM
*/
  .wrapForm_box {
    padding: 0 0 30px;
  }
  .footerContact_item {
    margin: 0 auto 20px;
  }
  .wrapForm_text {
    padding: 0 10px 20px;
    text-align: left;
    font-size: 16px;
  }
  .formBox {
    margin: 0 5% 20px;
    width: 90%;
  }
  .formBox_required {
    font-size: 11px;
  }
  .formBox_th, .formBox_td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .formBox_th {
    padding: 20px 20px 0 20px;
    font-size: 15px;
  }
  .formBox_td {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #94989c;
  }
  .formBox_td input, .formBox_td textarea {
    width: 100%;
  }
  .submitBox {
    margin: 0 auto;
    padding: 10px;
    width: 90%;
  }
  /*
	FOOTER
*/
  .footerWrap {
    padding-top: 20px;
  }
  .footerLogo img {
    display: block;
    margin: 0 auto 20px;
    width: 300px;
  }
  .companyTable {
    margin: 0 auto 20px;
  }
  .companyTable th, .companyTable td {
    padding: 6px;
  }
  .companyTable th {
    font-size: 14px;
  }
  .companyTable td {
    font-size: 13px;
  }
  #copyright {
    padding: 15px 0;
    font-size: 12px;
  }
}
@media (min-width: 800px) and (max-width: 959px) {
  /*
	HEADER
*/
  .headerWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
  }
  .headerLogo img {
    width: 220px;
  }
  .header h1 {
    font-size: 14px;
  }
  .headerPhone {
    display: none !important;
  }
  .globalLogo {
    width: 240px;
    height: auto;
  }
  .groupLogo {
    width: 158px;
    height: auto;
  }
  .groupCaption {
    font-size: 13px;
  }
  .visualInner img {
    display: block;
    margin: 0 5%;
    width: 90%;
    height: auto;
  }
  /*
	MAIN COMMON
*/
  .section {
    margin: 0 auto;
    padding: 30px 40px;
  }
  .wrap01Title, .wrap02Title, .wrap03Title, .wrap04Title, .wrap05Title, .formTitle {
    margin: 0 auto 30px;
  }
  .wrap01Title span, .wrap02Title span, .wrap03Title span, .wrap04Title span, .wrap05Title span, .formTitle span {
    font-size: 38px;
  }
  /*
	WRAP01
*/
  .wrap01Text {
    display: flex;
    align-items: stretch;
  }
  .wrap01Text img {
    width: 40%;
  }
  .wrap01Text p {
    margin-left: 40px;
    padding: 20px;
    text-align: left;
    font-size: 18px;
  }
  /*
	WRAP02
*/
  .wrap02List {
    flex-direction: row;
  }
  .wrap02List li {
    width: calc((100% - 40px) / 3);
  }
  .wrap02List li::before {
    /*padding-top: 160px;*/
    aspect-ratio: 3 / 2;
  }
  .wrap02ListTitle01, .wrap02ListTitle02, .wrap02ListTitle03 {
    margin: 0 auto 20px;
    font-size: 26px;
  }
  .wrap02List h3 {
    margin-top: -29px;
  }
  .wrap02ListTitle01::before, .wrap02ListTitle02::before, .wrap02ListTitle03::before {
    padding-top: 80px;
    background-size: 80px 58px;
  }
  .wrap02ListText {
    margin: 0 10px;
    font-size: 16px;
    line-height: 2;
  }
  /*
	WRAP03
*/
  .wrap03Message {
    padding: 20px;
  }
  .wrap03Box {
    margin: 0 auto 50px;
    padding: 60px;
    outline: 3px solid #6ab700;
    outline-offset: -20px;
    background-size: 45%;
    background-position: 90% 50%;
  }
  .wrap03List_item {
    margin-bottom: 20px;
    padding-left: 46px;
    font-size: 20px;
    line-height: 40px;
    background-size: 40px 40px;
  }
  .wrap03Message {}
  .wrap03Message_text {
    padding-left: 150px;
    font-size: 18px;
    line-height: 2;
    background-size: 130px 130px;
    background-position: 0 50%;
  }
  /*
	WRAP05
*/
  .groupLogos {
    display: block;
    padding-bottom: 40px;
  }
  .fmggroupList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
  }
  .fmggroupList img {
    display: block;
    margin: 0 auto;
  }
  .fmggroupList li {
    margin-bottom: 60px;
  }
  .fmggroupList li:nth-child(4) {
    clear: both;
  }
  .group-fg {
    width: 100%;
  }
  .group-fm {
    width: 45%;
  }
  .group-fp {
    width: calc((100% - 40px) / 2);
  }
  /*
	AREAMAP
*/
  #bottomAreamap h3 {
    font-size: 18px;
  }
  #bottomAreamap p {
    font-size: 15px;
  }
  #bottomAreamap .caution {
    font-size: 14px;
  }
  .areamapImage {
    float: right;
    shape-margin: 10px;
    clip-path: polygon(332px 0px, 332px 462px, 0px 462px, 0px 446px, 27px 418px, 27px 363px, 88px 300px, 120px 291px, 213px 174px, 213px 84px, 247px 36px, 247px 0px);
    shape-outside: polygon(332px 0px, 332px 462px, 0px 462px, 0px 446px, 27px 418px, 27px 363px, 88px 300px, 120px 291px, 213px 174px, 213px 84px, 247px 36px, 247px 0px);
  }
  /*
	FORM
*/
  .wrapForm_box {
    padding: 0 0 30px;
  }
  .formBox, .submitBox {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
  }
  .formBox_th, .formBox_td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .formBox_th {
    padding: 20px 0 0 0;
  }
  .formBox_td {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #94989c;
  }
  .formBox_required {
    font-size: 12px;
  }
  .submitBox {
    margin: 0 auto;
    padding: 10px;
    width: 90%;
  }
  /*
	FOOTER
*/
  .footerLogo img {
    display: block;
    margin: 0 auto 30px;
    width: 300px;
  }
  .footerWrap {
    padding-top: 20px;
  }
  .footerContact {
    display: flex;
    justify-content: space-between;
  }
  .footerContact_item {
    width: calc((100% - 24px) / 2);
  }
  .companyTable {
    margin: 0 auto 20px;
  }
  .companyTable th, .companyTable td {
    padding: 10px;
  }
  .companyTable th {
    font-size: 16px;
  }
  .companyTable td {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  /*
	HEADER
*/
  .headerWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    padding: 10px 30px;
    align-items: center;
  }
  .globalLogo {
    width: 268px;
    height: auto;
  }
  .headerLogo img {
    width: 280px;
  }
  .headerContact {
    display: flex;
    align-items: center;
  }
  /*
	MAIN COMMON
*/
  .section {
    margin: 0 auto;
    padding: 60px 40px;
    max-width: 1280px;
  }
  .wrap01Title, .wrap02Title, .wrap03Title, .wrap04Title, .wrap05Title, .formTitle {
    margin: 0 auto 40px;
  }
  .wrap01Title span, .wrap02Title span, .wrap03Title span, .wrap04Title span, .wrap05Title span, .formTitle span {
    font-size: 50px;
  }
  /*
	WRAP01
*/
  .wrap01Text {
    display: flex;
    align-items: stretch;
  }
  .wrap01Text p {
    margin-left: 40px;
    padding: 20px;
    text-align: left;
    font-size: 20px;
  }
  /*
	WRAP02
*/
  .wrap02List {
    flex-direction: row;
  }
  .wrap02List li {
    width: calc((100% - 80px) / 3);
  }
  .wrap02List li::before {
    padding-top: 220px;
  }
  .wrap02ListTitle01, .wrap02ListTitle02, .wrap02ListTitle03 {
    margin: 0 auto 20px;
    font-size: 30px;
  }
  .wrap02List h3 {
    margin-top: -36px;
  }
  .wrap02ListTitle01::before, .wrap02ListTitle02::before, .wrap02ListTitle03::before {
    padding-top: 100px;
    background-size: 100px 72px;
  }
  .wrap02ListText {
    margin: 0 20px;
    font-size: 18px;
    line-height: 2;
  }
  /*
	WRAP03
*/
  .wrap03Box {
    margin: 0 auto 50px;
    padding: 60px;
    outline: 3px solid #6ab700;
    outline-offset: -20px;
    background-size: 45%;
    background-position: 90% 50%;
  }
  .wrap03List_item {
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 24px;
    line-height: 46px;
    background-size: 46px 46px;
  }
  .wrap03Message {
    display: inline-block;
    margin: 0 auto;
    max-width: 1200px;
  }
  .wrap03Message_text {
    padding-left: 200px;
    min-height: 180px;
    font-size: 24px;
    line-height: 2;
    text-align: left;
    background-size: 180px 180px;
    background-position: 0 50%;
  }
  /*
	WRAP04
*/
  .wrap04Message_text {
    margin: 0 auto;
    max-width: 980px;
    font-size: 22px;
    line-height: 2;
  }
  /*
	WRAP05
*/
  .groupLogos {
    display: block;
    padding-bottom: 50px;
  }
  .groupLogo {
    width: 460px;
    height: auto;
  }
  .groupLogo img {
    width: 156px;
    height: auto;
  }
  .groupCaption {
    font-size: 14px;
  }
  .fmggroupList {
    max-width: 1200px;
  }
  .fmggroupList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
  }
  .fmggroupList img {
    display: block;
    margin: 0 auto;
  }
  .fmggroupList li {
    margin-bottom: 60px;
  }
  .group-fg {
    width: 100%;
  }
  .group-fm {
    width: calc((100% - 40px) / 3);
  }
  .group-fp {
    width: calc((100% - 40px) / 2);
  }
  /*
	AREAMAP
*/
  #bottomAreamap h3 {
    font-size: 18px;
  }
  #bottomAreamap p {
    font-size: 15px;
  }
  #bottomAreamap .caution {
    font-size: 14px;
  }
  .areamapImage {
    float: right;
    shape-margin: 10px;
    clip-path: polygon(332px 0px, 332px 462px, 0px 462px, 0px 446px, 27px 418px, 27px 363px, 88px 300px, 120px 291px, 213px 174px, 213px 84px, 247px 36px, 247px 0px);
    shape-outside: polygon(332px 0px, 332px 462px, 0px 462px, 0px 446px, 27px 418px, 27px 363px, 88px 300px, 120px 291px, 213px 174px, 213px 84px, 247px 36px, 247px 0px);
  }
  /*
	FORM
*/
  .wrapForm_box {
    padding: 50px;
    max-width: 1000px;
  }
  .wrapForm_text {
    margin: 0 auto 30px;
    font-size: 18px;
  }
  .footerWrap {
    padding-top: 20px;
  }
  .formBox, .submitBox {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .formBox_th {
    width: 200px;
    text-align: right;
    border-top: 1px solid #94989c;
  }
  .formBox_td {
    width: calc(100% - 120px);
    text-align: left;
    border-top: 1px solid #94989c;
  }
  .formBox_th, .formBox_td {
    padding: 20px;
  }
  .formBox_required {
    font-size: 12px;
  }
  .submitBox {
    padding: 20px;
  }
  /*
	FOOTER
*/
  .footerContact {
    display: flex;
    justify-content: space-between;
  }
  .footerContact_item {
    max-width: 584px;
    width: calc((100% - 32px) / 2);
  }
  .footerWrap {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .footerLogo img {
    display: block;
    margin: 0 auto 40px;
    width: 300px;
  }
  .footerLogo h3 {
    margin: 0 auto 20px;
    font-size: 16px;
  }
  .companyTableWrap {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: space-between;
    align-items: center;
  }
  .companyTable {
    margin: 0 auto 20px;
    width: 420px;
    text-align: left;
  }
  .companyTable th, .companyTable td {
    padding: 0px;
  }
  .companyTable th {
    font-size: 15px;
  }
  .companyTable td {
    font-size: 13px;
  }
  #copyright {
    padding: 10px;
  }
  .copyright_text {
    font-size: 14px;
  }
}