@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/*
Themesの改修
*/

body {
  line-height: 0;
  background-image: none;
}

p {
  margin-bottom: 0;
}

.siteContent {
  padding: 0;
}

h2 {
  border-top: none;
  border-bottom: none;
  background-color: unset;
}

.breadSection {
  background-color: #dd3333;
  border-bottom: none;
}

.breadcrumb {
  color: #fff;
}

.fa-home {
  color: #fff;
}

.breadcrumb a {
  color: #fff !important;
}

.form-control {
  width: 100%;
  max-width: 1280px !important;
}

.bg-blue {
  background-color:royalblue;
}

.bg-yellow {
  background-color: yellow;
}

.bg-aqua {
  background-color: aqua;
}


/*
全体
*/

.width_inner {
  max-width: 1280px;
  padding: 0 5%;
  margin: 0 auto;
}

/*---------all_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
	.width_inner {
    max-width: 810px;
    padding: 0 5%;
	}
}

/*---------all_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .width_inner {
    max-width: 390px;
    padding: 0 5%;
	}
}

/*
voice_top section
*/

.voice_top {
  position: relative;
}

.top_image {
  width: 100%;
  height: 710px;
}

.top_image img {
  width: 100%;
  height: 710px;
  object-fit: cover;
  object-position: 70%;
}

.top_comment_image {
  display: flex;
  justify-content: space-between;
  width: 810px;
  position: absolute;
  top: 60px;
  margin: 0 auto;
}

.top_comment_image img {
  width: 33%;
  height: auto;
}

.top_wrapper {
  width: 810px;
  height: 628px;
  position: absolute;
  top: 200px;
}

.top_title_box {
  width: 100%;
  height: 440px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
  padding: 40px 35px;
}

.top_title_box {
  text-align: center;
}

.text_accent {
  font-size: 42px;
  color: #fff;
  background: red;
  display: inline-block;
  padding: 0 8px 6px 8px;
  letter-spacing: -2px;
}

h1 {
  font-size: 42px;
  color: red;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: -1px;
}

h1::before{
  content: "";
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  background: url("images/voice/title_before.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

h1::after{
  content: "";
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  background: url("images/voice/title_after.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.top_title_box img {
  width: 200px;
  height: 100px;
  margin: 30px 0 10px 0;
}

.sub_title {
  font-size: 38px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #292929;
  background:linear-gradient(transparent 80%, #FFFF00 20%);
  font-feature-settings: "palt";
  line-height: 1.4;
}

.top_title_text span {
  color: red;
}

.sub_text {
  font-size: 16px;
  color: #292929;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-top: 20px;
  text-align: left;
}

/*---------voice_top_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
	.top_image{
    height: 298px;
  }
  
  .top_image img{
    height: 297px;
  }

 .top_comment_image {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 1fr 1fr ;
   width: 430px;
   top: 36px;
 }

 .top_comment_image img {
   width: 100%;
 }

 .top_comment_image img:nth-of-type(1) {
   grid-column: 2 / 4;
   grid-row: 1;
 }

 .top_comment_image img:nth-of-type(2) {
   grid-column: 1 / 3;
   grid-row: 2;
 }

 .top_comment_image img:nth-of-type(3) {
   grid-column: 3 / 5;
   grid-row: 2;
 }

  .top_wrapper {
    position: unset;
    width: 100%;
    margin-top: 60px;
    height: auto;
  }

  .top_title_box {
    border-radius: 0;
    padding: 0;
    box-shadow: unset;
  }

  .top_title_box img {
    margin: 30px 0 20px 0;
  }

  .top_title_box h1 {
    font-size: 24px;
  }

  .text_accent {
    font-size: 26px;
    padding: 1px 4px 4px;
  }

  .sub_title {
    font-size: 30px;
    display: inline;
    background: linear-gradient(transparent 80%, #FFFF00 30%);
  }
 }

/*---------voice_top_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .voice_top {
    height: auto;
    margin-bottom: 60px;
  }

  .top_comment_image {
    width: 260px;
    left: 5%;
    top: 20px;
  }

  .top_image {
    height: 180px;
  }

  .top_image img {
    object-position: 45%;
    height: 180px;
  }

  .top_title_box {
    margin-top: 0;
  }

  .top_title_box h1 {
    font-size: 18px;
  }

  .top_title_box span {
    font-size: 20px;
    padding: 1px 3px 3px;
  }

  .top_title_box img {
    width: 170px;
    height: 80px;
    margin: 20px 0 20px 0;
  }

  .sub_title , .sub_title span {
    font-size: 28px;
    line-height: 1.2;
  }
  
}
/*
section_top_contact
*/

.top_contact {
  width: 100%;
  height: 210px;
  background-color: red;
}

.contact_inner {
  font-size: 22px;
  max-width: 1280px;
  height: 210px;
  display: flex;
  align-items: center;
}

.top_contact_text {
 width: 50%;
 color: #fff;
 font-feature-settings: "palt";
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
 height: 90px;
}

.top_contact_text img{
  width: 90%;
}

.top_contact_button {
  width: 50%;
  height: 90px;
  border-radius: 50px;
  max-width: 640px;
  background-color: #fff;
  display: table;
  box-shadow: -5px -5px 10px rgb(0 0 0 / 25%) inset,
              5px 5px 10px rgb(0 0 0 / 25%) ;
}

.top_contact_button:hover {
  cursor: pointer;
  background-color: #337ab7;
  text-decoration: none;
  transition: 0.3s;
}

.top_contact_button p:hover {
  color: #fff;
}

.top_contact_button p:active {
  transition: 0.1s;
  color: #fff;
}

.top_contact_button:active {
  background-color: #337ab7;
  border: #cee8ff solid 4px;
  color: #fff;
  transition: 0.1s;
}

.top_contact_button p:active {
  color: #fff;
}

.top_contact_button p {
  color: red;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.top_contact_button p::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 6px;
  background: no-repeat url("images/voice/contact_icon.png");
  background-size: contain;
  vertical-align: middle;
}

/*---------top_contact_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  .top_contact {
    height: 280px;
    padding-top: 30px;
  }

  .contact_inner {
    display: block;
  }
  
  .top_contact_text {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }

  .top_contact_text img {
    display: none;
  }

  .top_contact_button {
    width: 100%;
    max-width: 432px;
    margin: 0 auto;
  }

  .top_contact_text::before {
    position: absolute;
    content: "";
    display: block;
    top: 86px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  
  .top_contact_text::after {
    position: absolute;
    content: "";
    display: block;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top: 10px solid red;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  } 
}

/*---------top_contact_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .top_contact {
    height: 250px;
  } 

  .top_contact_button {
    height: 70px;
    box-sizing: border-box;
  }

  .top_contact_button p {
    font-size: 18px;
  }

  .contact_inner {
    height: auto;
    font-size: 20px;
  }
}

/*
section_philosophy
*/

.philosophy_area {
  margin-top: 40px;
}

.philosophy_image {
    display: block;
    height: 500px;
    width: 80%;
    object-fit: cover;
    margin: 40px 0 0 auto;
}

.philosophy_inner {
  max-width: 1280px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}

.pilosophy_message {
  width: 100%;
  position: relative;
}

.philosophy_title {
  margin: 0 auto 30px auto;
  padding: 0;
  background: unset;
  width: 1680px;
  border-bottom: rgba(255,0,0,0.3) solid 2px;
  height: 49px;
}

.philosophy_title h2 {
  color: rgba(255,0,0,0.3);
  font-size: 32px;
  display: inline-block;
  background-color: unset;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

.philosophy_title span {
  color: #292929;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; 
}

.philosophy_title img {
  width: 90px;
  height: 47px;
  object-fit: contain;
}

.message_box {
  position: absolute;
  bottom: -160px;
  left: 100px;
  background: rgba(255,0,0,0.9);
  max-width: 600px;
  width: 100%;
  height: 180px;
}

.message_box_inner {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: fit-content;
}

.wpcf7-textarea {
  width: 100%;
}

/*---------philosophy_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {  
  .philosophy_title h2{
    font-size: 28px;
  }

  .philosophy_title span {
    font-size: 14px;
  }

  .philosophy_title {
    height: 35px;
  }

  .philosophy_title img {
    height: 28px;
    width: 56px;
  }

  .pilosophy_message img {
    height: 280px;
  }

  .message_box {
    width: 460px;
    height: 224px;
    left: 0;
    bottom: -200px;
  }

  .message_box_inner {
    width: 344px;
    font-size: 20px;
  }
}

/*---------top_contact_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .philosophy_title {
    height: 30px;
  }

  .philosophy_title h2 {
    font-size: 20px;
  }

  .philosophy_image {
    width: 100%;
    margin-top: 20px;
  }

  .pilosophy_message img {
    height: 240px;
  }

  .message_box {
    position: unset;
    width: 100%;
    height: auto;
  }

  .message_box_inner {
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    margin: 0 auto;
    max-width: 390px;
    padding: 30px 5%;
    vertical-align: middle;
  }
}
/*
section_voice
*/

.voice_area {
  width: 100%;
  height: 950px;
}

.voice_wrap {
  position: relative;
  top: 240px;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 810px;
  padding: 0 5%;
  z-index: 2;
}

.voice_wrapper {
  height: auto;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
  border-radius: 20px;
  padding: 40px;
}

.voice_title {
  background: unset;
  width: 642px;
  height: 114px;
  margin: 0 auto 30px auto;
  padding: unset;
}

.voice_image {
  display: flex;
  justify-content: center;
}

.voice_image img {
  width: 180px;
  height: 326px;
  padding: 5px;
  text-align: center;
}

.voice_text {
  color: #fff;
  font-size: 22px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  width: fit-content;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.voice_text::before {
  position: absolute;
  content: "";
  display: block;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  
}

.voice_text::after {
  position: absolute;
  content: "";
  display: block;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top: 10px solid red;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
} 

.voice_bg {
  background: linear-gradient(red 20%,red 80% ) fixed;
  height: 600px;
  position: relative;
  top: -200px;
}

.br-sp {
  display: none;
}

/*---------voice_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  .voice_area {
    height: 1204px;
  }

  .voice_wrap {
    max-width: 810px;
    min-width: 400px;
    padding: 0 5%;
  }

  .voice_title {
    width: 360px;
    height: 50px;
  }

  .voice_image {
    flex-wrap: wrap;
  }

  .wrap_space {
    width: 100%;
  }

  .voice_image img {
    width: 176px;
    height: 322px;
  }

  .voice_bg {
    top: -400px;
    height: 800px;
  }

  .voice_text {
    font-size: 20px;
  }

  .voice_text::before {
    top: 90px;
  }

  .voice_text::after {
    top: 86px;
  }
}

/*---------voice_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .voice_area {
    height: 934px;
  }

  .voice_wrap {
    max-width: 480px;
    min-width: 375px;
    top: 40px;
  }

  .voice_title {
    width: 280px;
    margin-bottom: 20px;
  }

  .voice_wrapper {
    padding: 20px 0;
  }

  .voice_image img {
    width: 156px;
    height: 302px;
  }

  .br-sp {
    display: block;
  }

  .voice_bg {
    top: -580px;
    height: 800px;
  }

  .voice_text::before {
    top: 120px;
  }

  .voice_text::after {
    top: 116px;
  }
}

/*
section_maessage
*/

.message_area_title {
  width: 67%;
  margin-left: auto;
  border-bottom: rgba(255,0,0,0.3) solid 2px;
}

.message_area_title h2 {
  color: rgba(255,0,0,0.3);
  font-size: 32px;
  display: inline-block;
  background-color: unset;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

.message_area_title span {
  color: #292929;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; 
}

.message_area_title img {
  height: 47px;
  object-fit: contain;
  margin-left: 20px;
}

.message_area {
  width: 100%;
  height: auto;
  min-height: 600px;
  padding-top: 60px;
}

.message_image {
  width: 250px;
  height: 385px;
  margin-right: 5%;
}

.message_wrapper {
  width: 70%;
  height: 300px;
  margin-top: 20px;
}

.message_area_inner {
  display: flex;
}

.message_wrap_title {
  font-size: 20px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  color: #292929;
}

.message_wrap_text {
  font-size: 16pX;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #292929;
  margin-top: 10px;
}

.message_signm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #292929;
}

.message_signm img {
  width: 140px;
  height: 44px;
  margin-left: 20px;
}

/*---------message_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  .message_area {
    height: auto;
    margin: 60px 0;
    padding-top: 0;
  }

  .message_title_inner {
    max-width: 810px;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
  }
  
  .message_area_title {
    width: 1280px;
    height: 35px;
    max-width: 810px;
    min-width: 400px;
    margin-left: 0;
  }

  .message_area_title h2 {
    font-size: 28px;
  }

  .message_area_title span {
    font-size: 14px;
  }

  .message_area_title img {
    height: auto;
    width: auto;
    max-height: 28px;
    margin-left: 0;
  }

  .message_image {
    position: unset;
    margin: 0 auto;
  }

  .message_area_inner {
    display: block;
    margin-top: 30px;
  }

  .message_area_inner {
    width: 100%;
  }

  .message_wrapper {
    width: 100%;
    height: auto;
  }
}

/*---------message_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .message_area_title img {
    display: none;
  } 

  .message_area_title {
    height: 28px;
  }

  .message_area_title h2 {
    font-size: 20px;
  }
}

/*
section_graph
*/

.graph_area {
  width: 100%;
  height: auto;
  background-color: red;
  padding: 60px 0;
}

.graph_wrapper {
  width: 100%;
  max-width: 1280px;
  height: 550px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);  
}

.graph_wrapper h2{
  text-align: center;
  background-color: unset;
  padding: 0;
  font-size: 24px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #292929; 
  margin: 0 0 20px 0 !important;
  line-height: 1.6;
  letter-spacing: 1px;
}

.graph_wrapper span {
  font-size: 26px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: red;
}

.graph_text {
  text-align: center;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color:#292929;
  line-height: 1.5 !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.PC_image {
  width: 780px;
  height: 298px;
  display: block;
  margin: 0 auto;
}

.SP_image {
  display: none;
}

/*---------graph_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  .PC_image {
    display: none;
  }

  .SP_image {
    display: block;
  }

  .graph_wrapper {
    height: auto;
  }
}

/*---------graph_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .graph_wrapper {
    padding: 20px;
  } 
}

/*
section_cv_area
*/

.cv_area {
  width: 100%;
  height: 400px;
  background: no-repeat url("images/voice/cv_image.png");
  background-size: cover;
  position: relative;
}

.cv_area_title {
  font-size: 38px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}

.cv_area_text {
  font-size: 18px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}

.cv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: fit-content;
}

/*---------cv_area_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  .cv_area {
    height: 330px;
  }

  .cv_area_title {
    font-size: 34px;
    line-height: 1.6;
  }

  .cv_inner {
    width: 70%;
  }

  .cv_area_text {
    font-size: 16px;
  }
}

/*---------cv_area_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  .cv_area {
    height: 330px;
  }

  .cv_area_title {
    font-size: 24px;
  }
}

/*
section_contact_form
*/

#contact_area {
  width: 100%;
  position: relative;
  margin: 80px 0;
}

.title_compornent {
  margin: 0 auto 30px auto;
  padding: 0;
  background: unset;
  width: 810px;
  border-bottom: rgba(255,0,0,0.3) solid 2px;
  height: 49px;
}

.title_compornent img {
  height: 47px;
  object-fit: contain;
  margin-left: 20px;
}

.title_compornent::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc((100% - 810px) / 2);
  border-bottom: rgba(255,0,0,0.3) solid 2px;
  height: 49px;
  top: 0;
  right: 0;
  z-index: -1;
}

.form_wrap {
  width: 810px;
  margin:  0 auto;
}

.title_compornent h2 {
  color: rgba(255,0,0,0.3);
  font-size: 32px;
  display: inline-block;
  background-color: unset;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

.title_compornent span {
  color: #292929;
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.form_text {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 20px;
}

.form_text span {
  color: red;
}

.wpcf7-text {
  width: 800px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%) inset;
}

.wpcf7-textarea {
  width: 800px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%) inset;
}

label {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
}

.label_accent {
  color: red;
}

.form_btn {
  margin-top: 30px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: red;
  border-radius: 25px;
  border: none;
  width: 200px;
  height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  box-shadow: -3px -3px 10px rgb(0 0 0 / 25%) inset,
              2px 2px 5px rgb(0 0 0 / 15%);
}

.form_btn{ 
  with:;400px
}

.btn-primary:active {
  background-color: rgb(255, 72, 72);
  color: #fff;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: rgb(255, 95, 95);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  top: 20px;
  left: 310px;
}

.wpcf7-response-output {
  border: unset !important;
  margin: 2em 0 1em !important;
  text-align: center;
  font-size: 16px;
  color: red;
}

.form_wrap a {
  font-size: 12px;
  color: #292929;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.form_wrap a:hover {
  cursor: pointer;
  color: #7e7e7e;
}

.wpcf7-response-output {
  line-height: 1.6;
}

/*---------contact_メディアクエリ_900px----------*/

@media screen and (max-width:900px) {
  #contact_area {
    margin: 60px auto;
  }

  .title_compornent {
    width: 440px;
    height: 35px;
  }

  .title_compornent::after {
   width: calc((100% - 440px) / 2);
   height: 35px;
  }

  .form_wrap {
    width: 440px;
  }

  .wpcf7-text {
    width: 440px;
  }

  .wpcf7-textarea {
    width: 440px;
  }

  .title_compornent h2 {
    font-size: 28px;
  }

  .title_compornent span {
    font-size: 14px;
  }

  .title_compornent img {
    display: none;
  }
}

/*---------contact_メディアクエリ_480px----------*/

@media screen and (max-width:480px) {
  #contact_area {
    margin: 40px auto;
  }

  .form_wrap {
    width: 340px;
  }


  .wpcf7-text {
    width: 340px;
  }

  .wpcf7-textarea {
    width: 340px;
  }

  .title_compornent {
    height: 28px;
  }

  .title_compornent h2 {
    font-size: 20px;
  }
  
  .title_compornent span {
    margin-bottom: 20px;
  }
}


