@charset "utf-8";
html {
  scroll-behavior: smooth;
}

/* FVここから */
.fv {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fv01 {
  height: calc(100vh - 150px);
  max-width: 1440px;
  position: relative;
}

.fvImg {
  max-width: 75%;
  height: calc(100vh - 150px);
  background-image: url(../img/index/fv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: auto;
  display: block;
  border-radius: 45px 0 0 0;
}

.fvTxt {
  position: absolute;
  left: 70px;
  top: 50%;
}

.fvTxt h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 3.8px;
}

.fvTxt .spNone {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.68px;
  margin-top: 35px;
}

.fvTxt .pcNone {
  display: none;
}

.fvTxt .brNone {
  display: none;
}

.snsIcon_fv {
  position: absolute;
  right: 80px;
  bottom: 120px;
}

.snsIcon_fv a {
  max-width: 35px;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.5s;
}

.snsIcon_fv a:hover {
  opacity: 0.4;
}

.profile,
.regular,
.works,
.contact {
  content: '';
  display: block;
  scroll-margin-top: 160px;
}

.information {
  content: '';
  display: block;
  scroll-margin-top: -150px;
}


@media (max-width: 1250px) {
  .fvTxt h1 {
    font-size: 32px;
    letter-spacing: 10px;
  }

  .fvTxt .brNone {
    display: block;
  }
}

@media (max-width: 1000px) {
  .fvImg {
    height: calc(100vh - 150px);
  }
}

@media (max-width: 850px) {
  .fv01 {
    height: calc(100vh - 120px);
  }

  .fvImg {
    height: calc(100vh - 120px);
  }

  .fvTxt {
    left: 20%;
    top: 80px;
    display: flex;
  }

  .fvTxt .spNone {
    display: none;
  }

  .fvTxt .pcNone {
    display: block;
    writing-mode: vertical-rl;
    font-size: 18px;
    margin-left: 15px;
    letter-spacing: 1.8px;
  }

  .fvTxt h1 {
    writing-mode: vertical-rl;
    font-size: 40px;
    letter-spacing: 16px;
  }

  .fvTxt h1 span {
    display: none;
  }

  .snsIcon_fv {
    display: none;
  }
}

@media (max-width: 550px) {
  .fv01 {
    height: calc(100vh - 120px);
  }

  .fvImg {
    height: calc(100vh - 120px);
    max-width: 85%;
  }

  .fvTxt {
    left: 10%;
  }

  .fvTxt h1 {
    font-size: 30px;
    letter-spacing: 7.5px;
  }

  .fvTxt .pcNone {
    font-size: 10px;
    margin-left: 10px;
  }
}
/* FVここまで */


/* Profileここから */
.profile {
  max-width: 1440px;
  width: 100%;
  margin: 300px auto 280px auto;
}

.profile01 {
  position: relative;
  margin-bottom: 210px;
}

.profile01 h2 {
  max-width: 570px;
  position: absolute;
  top: 135px;
  right: 0;
  z-index: 1;
}

.profile01_01 {
  max-width: 850px;
  width: 100%;
  background-color: #ffffff;
  padding: 170px 110px 150px 110px;
  border-radius: 45px 45px 45px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.profile01_01 h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 75%;
  letter-spacing: 9.2px;
  margin-bottom: 60px;
}

.profile01_01 h3 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 3.6px;
}

.profile01_01 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 3.6px;
}

.profile01_02 {
  max-width: 50%;
  height: 970px;
  background-image: url(../img/index/profile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 0 45px 0 0;
}

.profile02 {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.profile02 p {
  font-size: 21px;
  line-height: 210%;
  letter-spacing: 2.52px;
}


@media (max-width: 1250px) {
  .profile01_01 {
    max-width: 700px;
    padding: 150px 70px 130px 70px;
  }

  .profile01 {
    margin-bottom: 180px;
  }
  
  .profile01 h2 {
    max-width: 500px;
    top: 130px;
  }
  
  .profile01_01 h3 {
    font-size: 40px;
    margin-bottom: 45px;
  }
  
  .profile01_01 h3 span {
    font-size: 17px;
  }
  
  .profile01_01 p {
    font-size: 16px;
    letter-spacing: 2.6px;
  }

  .profile01_02 {
    height: 870px;
  }

  .profile02 p {
    font-size: 19px;
    line-height: 200%;
    letter-spacing: 2.2px;
    padding: 0 80px;
  }
}

@media (max-width: 1000px) {
  .profile {
    margin: 250px auto;
  }

  .profile01_01 {
    max-width: 550px;
    padding: 100px 50px 80px 50px;
  }

  .profile01 {
    margin-bottom: 150px;
  }
  
  .profile01 h2 {
    max-width: 370px;
    top: 120px;
  }
  
  .profile01_01 h3 {
    font-size: 35px;
    margin-bottom: 45px;
  }
  
  .profile01_01 h3 span {
    font-size: 14px;
  }
  
  .profile01_01 p {
    font-size: 15px;
  }

  .profile01_02 {
    height: 720px;
  }

  .profile02 p {
    font-size: 17px;
    letter-spacing: 2px;
  }
}

@media (max-width: 850px) {
  .profile {
    margin: 250px auto 150px auto;
  }
  
  .profile01 {
    margin-bottom: 100px;
  }

  .profile01_01 {
    position: static;
    transform: translateY(0);
    padding: 40px 100px;
    max-width: 100%;
  }

  .profile01 h2 {
    max-width: 380px;
    top: -100px;
  }

  .profile01_02 {
    max-width: 90%;
    height: 750px;
  }

  .profile02 p {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0 100px;
  }
} 


@media (max-width: 550px) {
  .profile {
    margin: 180px auto 125px auto;
  }
  
  .profile01 {
    margin-bottom: 75px;
  }
  
  .profile01_01 {
    padding: 40px;
  }

  .profile01 h2 {
    max-width: 240px;
    top: -50px;
  }

  .profile01_01 h3 {
    font-size: 30px;
    margin-bottom: 45px;
    letter-spacing: 5px;
    margin-bottom: 35px;
  }

  .profile01_01 h3 span {
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .profile01_01 h3 {
    font-size: 30px;
    margin-bottom: 45px;
    letter-spacing: 5px;
  }

  .profile01_01 p {
    font-size: 14px;
  }

  .profile01_02 {
    max-width: 90%;
    height: 870px;
  }

  .profile01_02 {
    height: 450px;
  }

  .profile02 p {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 40px;
  }
}
/* Profileここまで */


/* Regularここから */
.regular {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 250px;
}

.regular h2 {
  max-width: 645px;
  margin-bottom: 110px;
}

.regularInner {
  max-width: 920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.regularInner h3 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2.38px;
  margin-bottom: 25px;
}

.regularInner a {
  color: #999999;
  border-bottom: 1px solid #999999;
  transition: 0.3s;
  font-weight: bold;
}

.regularInner a:hover {
  border-bottom: none;
  opacity: 0.4;
}

.regularInner table {
  border-collapse: collapse;
  width: 100%;
}

.regularInner table th {
  color: #ffffff;
  background-color: #333333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.54px;
  padding: 35px;
  text-align: justify;
  line-height: 1;
}

.regularInner table td {
  border-bottom: 1px solid #7a7a7a;
  font-size: 19px;
  letter-spacing: 1.33px;
  padding: 35px;
  line-height: 1.5;
}

@media (max-width: 1250px) {
  .regular h2 {
    max-width: 600px;
    margin-bottom: 100px;
  }

  .regularInner h3 {
    font-size: 30px;
  }

  .regularInner table th {
    font-size: 20px;
  }
  
  .regularInner table td {
    font-size: 17px;
  }
}

@media (max-width: 1000px) {
  .regular {
    padding-bottom: 180px;
  }

  .regular h2 {
    max-width: 450px;
    margin-bottom: 80px;
  }

  .regularInner h3 {
    font-size: 25px;
  }

  .regularInner table th {
    font-size: 18px;
  }
  
  .regularInner table td {
    font-size: 15px;
  }
}

@media (max-width: 850px) {
  .regular {
    padding-bottom: 120px;
  }

  .regular h2 {
    max-width: 400px;
    margin-bottom: 60px;
  }

  .regularInner h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .regularInner table th {
    font-size: 16px;
    padding: 25px;
  }
  
  .regularInner table td {
    font-size: 14px;
    padding: 25px;
  }
}

@media (max-width: 550px) {
  .regular {
    padding-bottom: 100px;
  }

  .regular h2 {
    max-width: 260px;
    margin-bottom: 40px;
  }

  .regularInner h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .regularInner table th {
    font-size: 12px;
    padding: 25px 10px;
  }
  
  .regularInner table td {
    font-size: 13px;
    padding: 25px 10px;
  }
}
/* Regularここまで */


/* Informationここから */
.information {
  overflow: hidden;
}

.informationWrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f5f5f5;
  margin-bottom: 160px;
  padding: 160px 80px;
  position: relative;
}

.informationInner {
  max-width: 1270px;
  width: 100%;
  background-color: #ffffff;
  padding: 380px 0 110px 0;
  border-radius: 45px;
  margin-right: auto;
  margin-left: auto;
}

.informationInner h2 {
  max-width: 840px;
  position: absolute;
  top: 280px;
  right: 0;
}

.informationList {
  width: 100%;
  margin-bottom: 50px;
  line-height: 2;
}

.informationList a {
  word-wrap:break-word;
  color: #999999;
  border-bottom: 1px solid #999999;
  transition: 0.3s;
}

.informationList a:hover {
  border-bottom: none;
  opacity: 0.4;
}

.informationList dl {
  display: flex;
}

.informationList dt {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.95px;
  line-height: 1.5;
  padding: 35px 0 35px 180px;
  width: 35%;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
}

.informationList dd {
  padding: 35px 180px 35px 40px;
  width: 65%;
  border-bottom: 2px solid #f5f5f5;
}

.informationList dd p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.33px;
  line-height: 1.5;
}

.informationList dd p span {
  font-size: 13px;
  letter-spacing: 0.91px;
}

.informationInner .more {
  text-align: right;
  font-size: 16px;
  letter-spacing: 1.44px;
  position: relative;
  padding-right: 250px;
}

.informationInner .more a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 180px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: 0.5s;
}

.informationInner .more a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 205px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
}

.informationInner .more a:hover::before {
  width: 64px;
  height: 64px;
  border: 1px solid #d5d2d5;
  right: 176.5px;
}

@media (max-width: 1250px) {
  .informationWrap {
    padding: 140px 80px;
  }

  .informationInner {
    padding: 330px 0 110px 0;
  }

  .informationInner h2 {
    max-width: 750px;
    top: 250px;
  }
  
  .informationList dt {
    font-size: 17px;
    padding: 30px 0 30px 100px;
  }

  .informationList dd {
    padding: 30px 100px 30px 40px;
  }
  
  .informationList dd p {
    font-size: 17px;
  }

  .informationInner .more {
    padding-right: 200px;
  }
  
  .informationInner .more a::before {
    right: 130px;
  }
  
  .informationInner .more a::after {
    right: 155px;
  }
  
  .informationInner .more a:hover::before {
    right: 126px;
  }
}

@media (max-width: 1000px) {
  .informationWrap {
    padding: 120px 65px;
  }

  .informationInner {
    padding: 260px 0 110px 0;
  }

  .informationInner h2 {
    max-width: 550px;
    top: 200px;
  }

  .informationList dt {
    width: 30%;
    font-size: 15px;
    padding: 30px 0 30px 60px;
  }
  
  .informationList dd {
    width: 70%;
    padding: 30px 60px 30px 35px;
  }

  .informationList dd p {
    font-size: 15px;
  }

  .informationList dd p span {
    font-size: 12px;
  }
}

@media (max-width: 850px) {
  .informationWrap {
    padding: 100px 25px;
    margin-bottom: 115px;
  }

  .informationInner {
    padding: 190px 0 100px 0;
    border-radius: 25px;
  }

  .informationInner h2 {
    max-width: 450px;
    top: 160px;
  }

  .informationList {
    margin-bottom: 30px;
  }

  .informationList dl {
    display: block;
  }

  .informationList dt {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    border-bottom: none;
    padding: 25px 35px 0 35px;
  }
  
  .informationList dd {
    width: 100%;
    padding: 10px 35px 25px 35px;
  }

  .informationList dd p {
    font-size: 14px;
  }

  .informationList dd p span {
    font-size: 11px;
  }
  
  .informationInner .more {
    padding-right: 90px;
  }
  
  .informationInner .more a::before {
    right: 20px;
  }
  
  .informationInner .more a::after {
    right: 45px;
  }
  
  .informationInner .more a:hover::before {
    right: 16px;
  }
}

@media (max-width: 550px) {
  .informationWrap {
    padding: 70px 25px;
  }

  .informationInner {
    padding: 150px 0 100px 0;
  }

  .informationInner h2 {
    max-width: 300px;
    top: 120px;
  }

  .informationList dt {
    font-size: 13px;
    padding: 10px 35px 0 35px;
  }
  
  .informationList dd {
    padding: 5px 35px 10px 35px;
  }

  .informationList dd p {
    font-size: 13px;
  }

  .informationList dd p span {
    font-size: 10px;
  }
}
/* Informationここまで */


/* Worksここから */
.works {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 300px;
}

.worksInner {
  position: relative;
  margin: 0 0 0 auto;
  height: 2700px;
}

.worksInner h2 {
  max-width: 580px;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 2;
}

.worksInner a {
  word-wrap: break-word;
  color: #999999;
  border-bottom: 1px solid #999999;
  transition: 0.3s;
}

.worksInner a:hover {
  border-bottom: none;
  opacity: 0.4;
}

.worksInner01 {
  max-width: 825px;
  width: 100%;
  padding: 140px 110px 100px 110px;
  background-color: #fff;
  border-radius: 0 45px 0 0;
  margin-top: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.worksInner01_01 {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.worksInner01_01 p {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 3.15px;
  margin-bottom: 45px;
}

.worksInner01_02 {
  max-width: 560px;
  width: 100%;
  padding-left: 35px;
}

.worksInner01_03 {
  margin-bottom: 55px;
}

.worksInner01_03.Career {
  padding-top: 55px;
}

.worksInner01_03 h3 {
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 0 15px 0 0;
}

.worksInner01_03 dl {
  display: flex;
}

.worksInner01_03 dt {
  width: 30%;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  margin-bottom: -1px;
  padding: 25px 0 25px 25px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}

.worksInner01_03 dd {
  width: 70%;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  margin-bottom: -1px;
  padding: 25px 25px 25px 40px;
}

.worksInner01_03 dd p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.26px;
  margin: 0;
  line-height: 1.5;
}

.worksInner01_03 dd p span {
  font-size: 12px;
  letter-spacing: 0.84px;
}

.worksInner01_04 p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.8;
  padding: 35px 20px;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  margin: 0;
}

.worksInner02 {
  max-width: 780px;
  margin: 0 0 0 auto;
  position: sticky;
  top: 110px;
  right: 0;
}

.worksInner02 img {
  border-radius: 45px 0 0 0;
}

.worksInner02_sp {
  display: none;
}


@media (max-width: 1350px) {
  .worksInner01 {
    max-width: 745px;
    padding: 140px 80px 70px 80px;
  }

  .worksInner02 {
    max-width: 700px;
  }
}


@media (max-width: 1250px) {
  .works {
    padding-bottom: 240px;
  }

  .worksInner {
    height: 2000px;
  }

  .worksInner h2 {
    max-width: 530px;
    top: 175px;
  }

  .worksInner01 {
    max-width: 670px;
    padding: 130px 65px 60px 65px;
    margin-top: 230px;
  }

  .worksInner01_01 p {
    font-size: 38px;
    letter-spacing: 3px;
  }

  .worksInner01_03 h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .worksInner01_03 dt {
    font-size: 16px;
    letter-spacing: 0.7px;
  }

  .worksInner01_03 dd p {
    font-size: 16px;
    letter-spacing: 1.1px;
  }

  .worksInner01_04 p {
    font-size: 15px;
    letter-spacing: 0.6px;
  }

  .worksInner02 {
    max-width: 670px;
  }
}

@media (max-width: 1150px) {
  .worksInner01 {
    max-width: 610px;
  }

  .worksInner02 {
    max-width: 610px;
  }
}

@media (max-width: 1000px) {
  .works {
    padding-bottom: 220px;
  }

  .worksInner {
    height: 1850px;
  }

  .worksInner h2 {
    max-width: 420px;
    top: 125px;
  }

  .worksInner01 {
    max-width: 535px;
    margin-top: 170px;
    padding: 110px 45px 50px 45px;
  }

  .worksInner01_01 p {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }

  .worksInner01_02 {
    padding-left: 20px;
  }

  .worksInner01_03 {
    margin-bottom: 45px;
  }

  .worksInner01_03.Career {
    padding-top: 30px;
  }

  .worksInner01_03 h3 {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .worksInner01_03 dt {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 0 15px 15px
  }

  .worksInner01_03 dd {
    padding: 15px 15px 15px 30px;
  }

  .worksInner01_03 dd p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .worksInner01_03 dd p span {
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .worksInner01_04 p {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 25px 10px;
  }

  .worksInner02 {
    max-width: 535px;
  }
}

@media (max-width: 900px) {
  .worksInner02 {
    max-width: 475px;
  }

  .worksInner01 {
    max-width: 495px;
  }
}

@media (max-width: 850px) {
  .works {
    padding-bottom: 100px;
  }

  .worksInner {
    padding-top: 120px;
    height: auto;
  }

  .worksInner h2 {
    max-width: 360px;
    top: 10px;
  }

  .worksInner01 {
    max-width: 850px;
    position: static;
    margin-top: 0;
    padding: 40px 25px 30px 25px;
  }

  .worksInner01_01 {
    max-width: 800px;
  }

  .worksInner01_02 {
    max-width: 800px;
    padding-left: 0;
  }

  .worksInner01_03 dl {
    display: block;
  }

  .worksInner01_03 dt {
    padding: 20px 0 10px 10px;
    width: 100%;
    border-bottom: none;
  }

  .worksInner01_03 dd {
    padding: 7px 10px 20px 10px;
    width: 100%;
    border-top: none;
  }

  .worksInner02 {
    display: none;
  }

  .worksInner02_sp {
    display: block;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 550px) {
  .worksInner h2 {
    max-width: 260px;
    top: 5px;
  }

  .worksInner {
    padding-top: 90px;
  }

  .worksInner01_01 p {
    font-size: 18px;
    letter-spacing: 1.26px;
    margin-bottom: 20px;
  }

  .worksInner01_03 {
    margin-bottom: 40px;
  }

  .worksInner01_03.Career {
    padding-top: 20px;
  }

  .worksInner01_03 h3 {
    font-size: 13px;
  }

  .worksInner01_03 dt {
    font-size: 13px;
    padding: 10px 10px 0 10px;
  }

  .worksInner01_03 dd {
    padding: 5px 10px 10px 10px;
  }

  .worksInner01_03 dd p {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .worksInner01_03 dd p span {
    font-size: 10px;
  }

  .worksInner01_04 p {
    padding: 15px 10px;
    font-size: 13px;
  }

  .worksInner02_sp {
    max-width: 250px;
  }
}
/* Worksここまで */


/* Contactここから */
.contact {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contact h2 {
  max-width: 660px;
  margin-bottom: 32px;
}

.contactInner {
  max-width: 815px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contactInner p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.26px;
  line-height: 2;
  margin-bottom: 100px;
}

.contactInner p span {
  color: #f45555;
}

.contactInner dt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.54px;
  margin-bottom: 30px;
}

.contactInner .inputText {
  margin-bottom: 80px;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.26px;
  border: solid #000000;
  border-width: 0 0 1px 0;
  outline: none;
}

.formArea dt .required::after {
  content: '*';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.26px;
  color: #f45555;
  margin-left: 5px;
}

.submitButton {
  background-color: #333333;
  color: #ffffff;
  display: block;
  min-width: 120px;
  height: 58px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.4px;
  padding: 10px 40px;
  margin: 70px auto 0 auto;
  border: none;
  transition: 0.5s;
}

.submitButton:hover {
  background-color: #D5D2D5;
  color: #333333;
  min-width: 130px;
}

@media (max-width: 1250px) {
  .contact h2 {
    max-width: 570px;
    margin-bottom: 30px;
  }

  .contactInner p {
    font-size: 16px;
    margin-bottom: 80px;
  }

  .contactInner dt {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  .contactInner .inputText {
    margin-bottom: 65px;
    font-size: 16px;
  }
  
  .formArea dt .required::after {
    font-size: 16px;
  }
  
  .submitButton {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .contact h2 {
    max-width: 480px;
    margin-bottom: 20px;
  }

  .contactInner p {
    font-size: 15px;
    margin-bottom: 60px;
  }

  .contactInner dt {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .contactInner .inputText {
    margin-bottom: 40px;
    font-size: 12px;
  }
  
  .formArea dt .required::after {
    font-size: 16px;
  }
  
  .submitButton {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .contact h2 {
    max-width: 400px;
  }

  .contactInner p {
    font-size: 12px;
  }
  
  .submitButton {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .contact h2 {
    max-width: 300px;
  }

  .submitButton {
    margin: 40px auto 0 auto;
  }
}
/* Contactここまで */