@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.second_page {
	padding-top: 0;
}
body {
	padding-top: 0;
	font-family: "Noto Sans JP", sans-serif;
}
#thanks {
    margin: 210px auto 100px;
}
#footer .footer_in .footer_menu {
	    justify-content: flex-end;
}
#footer .footer_in .footer_menu > div:first-of-type {
	width: 30%;
}
@media screen and (max-width: 768px) {
	#footer .footer_in .footer_menu > div:first-of-type {
    width: 100%;
}
	#footer .footer_in .footer_info p.add {
	width: 210px;
}
}
#footer a span {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
	margin-left: 5px;
}
#footer a span img {
    vertical-align: top;
}
#header .header_in h1 {
	width: 237px;
}
p {
  color: #0C0C0C;
}
#about {
  padding: 100px 0 65px;
  background: #FFF9F2;
}
#about h3 {
  font-size: 57px;
	font-size: 5.7rem;
	margin-bottom: 35px;
	color: #313131;
	font-weight: bold;
	text-align: center;
}
#about p {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 45px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
}
#about p span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
#about .list-area {
	max-width: 950px;
	width:100%;
	margin: 0 auto;
}
#about .img-area {
  padding: 45px 10px;
  margin: 115px 0 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
#about .img-area img {
  width: 91.66%;
  margin: 0 auto;
}
#about h4 {
  width: 68.73%;
  margin: 0 auto 35px;
}
#about ul {
  width: 76.38%;
  margin: 0 auto 20px;
}
#about ul li {
  width: calc(33.33% - 10px);
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #F57C00;
}
#about ul li:nth-child(2) {
  background: #E9C200;
}
#about ul li:nth-child(3) {
  background: #0BAE73;
}
#about ul li span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
#about p.kome {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1060px) {
  #about ul {
    width: 90%;
  }
  #about ul li {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #about ul li span, #about p.kome {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #about {
    padding: 60px 0;
  }
  #about h3 {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #about p {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
    line-height: 36px;
    text-align: left;
  }
  #about .img-area {
    padding: 35px 15px;
    border-radius: 20px;
    margin: 65px 0 0;
  }
  #about .img-area img {
    width: 100%;
  }
  #about h4 {
    width: 100%;
    margin: 0 auto 15px;
  }
  #about ul {
    display: flex;
    width: 100%;
  }
  #about ul li {
    width: calc(50% - 10px);
    font-size: 17px;
    font-size: 1.7rem;
    padding: 5px;
    margin-bottom: 8px;
  }
  #about ul li:last-child {
    margin-bottom: 0;
  }
  #about ul li span {
    font-size: 9px;
    font-size: 0.9rem;
  }
  #about p.kome {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 15px;
  }
}
#kadai {
  padding: 85px 0 0;
  background: #F5F7F7;
  position: relative;
}
#kadai::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 100%;
  height: 89px;
  background: #F5F7F7;
  position: absolute;
  bottom: -89px;
  left: 50%;
  transform: translateX(-50%);
}
#kadai h3 {
  font-size: 41px;
  font-size: 4.1rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}
#kadai h3 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
#kadai .img-area {
  width: 85%;
  margin: 0 auto;
}
#kadai h4 {
  width: 48.69%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #kadai {
    padding: 35px 0 0;
  }
  #kadai::before {
    height: 39px;
    bottom: -39px;
  }
  #kadai .cmn_w {
    padding: 0;
  }
  #kadai h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #kadai h3 span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #kadai .img-area {
    width: 100%;
  }
  #kadai h4 {
    width: 67.69%;
    margin: 20px auto 0;
  }
}
#unyo {
  padding: 50px 0 60px;
  background: url("../images/unyo-bg.png")no-repeat;
  background-size: cover;
  background-position: top;
}
#unyo h3 {
    width: 81.75%;
    margin: 0 auto 50px;
}
#unyo .img-area {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 30px;
  ;
}
#unyo .case-area {
  padding: 40px 10px 45px;
  border: 1.5px solid #E6E6E6;
  background: #fff;
  border-radius: 10px;
}
#unyo .case-area h4 {
  font-size: 33px;
  font-size: 3.3rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
#unyo .case-area ul {
  width: 83.33%;
  margin: 0 auto;
}
#unyo .case-area ul li:first-child {
  margin-bottom: 20px;
}
#unyo .message-area {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 1090px) {
  #unyo .case-area ul {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  #unyo {
    padding: 30px 0 30px;
    background: url(../images/unyo-bg_sp.png) no-repeat;
    background-size: cover;
  }
  #unyo h3 {
	  width: 100%;
    margin: 0 auto 20px;
}
  #unyo .img-area {
    width: 100%;
    margin: 0 auto 15px;
  }
  #unyo .case-area h4 {
            font-size: 22px;
        font-size: 2.2rem;
    margin-bottom: 10px;
  }
  #unyo .case-area {
    padding: 25px 10px 25px;
  }
  #unyo .case-area ul {
    width: 100%;
  }
  #unyo .message-area {
    width: 90%;
    margin: 40px auto 0;
  }
}
#cta {
  padding: 40px 0;
  background: -moz-linear-gradient(top left, #FFD1D1, #FFD3C2);
  background: -webkit-linear-gradient(top left, #FFD1D1, #FFD3C2);
  background: linear-gradient(to bottom right, #FFD1D1, #FFD3C2);
}
#cta .cta-area {
  padding: 40px 0 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.21);
}
#cta .cta-area .l_flex {
  width: 75.83%;
  margin: 0 auto;
  align-items: end;
}
#cta .cta-area .left-area {
  width: 55.01%;
}
#cta .cta-area h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 40px;
}
#cta .cta-area h3 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  color: #F57C00;
}
#cta .cta-area p {
  font-weight: 500;
  line-height: 31px;
}
#cta .cta-area .right-area {
  width: 43.99%;
}
#cta .cta-area .right-area li:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 1250px) {
  #cta .cta-area .l_flex {
    width: 90%;
    align-items: flex-start;
  }
  #cta .cta-area h3 {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 41px;
  }
  #cta .cta-area h3 span {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 900px) {
  #cta .cta-area .left-area {
    width: 100%;
  }
  #cta .cta-area .right-area {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #cta .cta-area .right-area li {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #cta {
    padding: 30px 0;
  }
  #cta .cta-area {
    border-radius: 20px;
    padding: 10px 0 15px;
  }
  #cta .cta-area .l_flex {
    width: 90%;
  }
  #cta .cta-area .left-area {
    width: 100%;
  }
  #cta .cta-area h3 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #cta .cta-area h3 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #cta .cta-area p {
    line-height: 24px;
    margin-bottom: 30px;
  }
  #cta .cta-area .right-area {
    width: 100%;
  }
  #cta .cta-area .right-area li {
    width: 100%;
  }
}
#choice {
  padding: 95px 0 105px;
  background: #FFF9F2;
}
#choice h3 {
	width: 34.72%;
	margin: 80px auto 60px;
}
#choice .contents-area {
  padding: 40px 70px;
  margin-bottom: 70px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
#choice .contents-area:last-child {
  margin-bottom: 0;
}
#choice .contents-area .left-area {
  width: 34.25%;
}
#choice .contents-area .right-area {
  width: 60.86%;
}
#choice .contents-area .right-area h4 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
#choice .contents-area .right-area h4 span {
  font-size: 55px;
  font-size: 5.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #F57C00;
  margin-right: 20px;
}
#choice .contents-area .right-area p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 33px;
}
#choice .contents-area .right-area p.kome {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 1220px) {
  #choice .contents-area {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  #choice {
    padding: 45px 0 55px;
  }
  #choice h3 {
    width: 77.72%;
    margin: 40px auto 30px;
  }
  #choice .contents-area {
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: column;
  }
  #choice .contents-area .left-area {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  #choice .contents-area .right-area {
    order: 1;
    width: 100%;
  }
  #choice .contents-area .right-area h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  #choice .contents-area .right-area h4 span {
    font-size: 40px;
    font-size: 4.0rem;
    margin-right: 10px;
  }
}
#limited {
	margin: 55px 0;
}
@media screen and (max-width: 768px) {
	#limited {
    margin: 20px 0;
}
}
#work {
  padding: 125px 0 80px;
}
#work h3 {
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  font-weight: bold;
  text-align: center;
}
#work h3::before {
  content: "";
  background: url("../images/work-ttl.png")no-repeat;
  background-size: contain;
  width: 363.47px;
  height: 114.56px;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
#work .btn-area a {
  width: 335px;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 15px 5px;
  text-align: center;
  border-radius: 43px;
  color: #fff;
  font-weight: 500;
  background: #F57C00;
  display: block;
}
#work ul li {
  padding: 30px 20px;
	color: #fff;
	position:relative;
}
#work ul li:hover a {
  opacity: 1;
}
#work ul li .img-area img {
  width: 100%;
}
#work ul li .txt-area p {
  border-top: 1px solid #E1E1E1;
  padding: 5px 10px;
}
#work ul li .txt-area:last-child {
  border-bottom: 1px solid #E1E1E1;
}
#work ul li .txt-area .ttl {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0;
}
#work ul li .txt-area p.l_flex {
  justify-content: flex-start;
}
#work ul li .txt-area p.l_flex span {
  width: 30%;
}
#work ul li .txt-area p.l_flex span:last-child {
  width: 70%;
}
#work ul li a {
  color: inherit;
}
/* スライダー全体 */
#work .slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
#work .slider {
  animation: scroll-left 60s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
#work .slide {
  width: calc(270vw / 1); /* 3はスライドの枚数 */
}
/* スライドの画像 */
#work .slide img {
  display: block;
  width: 100%;
}
#work .slide img.pc {
	display: block;
}
#work .slide img.sp {
	display: none;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
	#work {
    padding: 85px 0 60px;
}
  #work h3 {
    font-size: 29px;
    font-size: 2.9rem;
  }
	#work h3::before {
		        width: 238.08px;
        height: 88.74px;
	}
	#work .slide {
    width: calc(880vw / 1);
}
	#work .slide img.pc {
	display: none;
}
#work .slide img.sp {
	display: block;
}
}
#industry {
  padding: 70px 0 90px;
  background: #FFF9F2;
  position: relative;
}
#industry::before {
  content: "";
  background: url("../images/industry-bg.png")no-repeat;
  background-size: contain;
  aspect-ratio: 1200 / 76;
  width: 62.5%;
  height: 76px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#industry h3 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}
#industry ul li {
  width: calc(25% - 5px);
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  text-indent: 0em;
  padding-left: 1em;
}
#industry ul li::before {
  content: "";
  background: url("../images/industry-icon.png")no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
}
#industry p.txt {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
#industry p.txt span {
	border-bottom: double 4px #FF8100;
}
@media screen and (max-width: 1000px) {
  #industry ul li {
    width: calc(33.33% - 5px);
  }
}
@media screen and (max-width: 768px) {
  #industry {
    padding: 50px 0 60px;
  }
  #industry h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  #industry ul {
    display: flex;
  }
  #industry ul li {
    width: calc(50% - 5px);
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-indent: 0em;
    padding-left: 0.8em;
  }
  #industry ul li::before {
    top: 9px;
  }
  #industry::before {
    content: "";
    background: url(../images/industry-bg_sp.png) no-repeat;
    background-size: contain;
    aspect-ratio: 374 / 30;
    width: 100%;
    height: auto;
  }
	#industry p.txt {
    font-size: 20px;
		font-size: 2.0rem;
	}
}
#daiko {
  padding: 50px 0;
  background: #F7FBFC;
}
#daiko .cmn_w {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #daiko {
    padding: 30px 0 20px;
  }
  #daiko .cmn_w {
    max-width: 1220px;
    width: 97%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#flow {
  padding: 135px 0 80px;
}
#flow h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 55px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#flow h3::before {
  content: "";
  background: url("../images/flow-ttl.png")no-repeat;
  background-size: contain;
  width: 357.26px;
  height: 114.56px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 65px 0 40px;
  }
  #flow h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
  #flow h3::before {
    content: "";
    background: url(../images/flow-ttl_sp.png) no-repeat;
    background-size: contain;
    width: 214.35px;
    height: 68.74px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#faq {
  padding: 75px 0 40px;
  background: #FFF9F2;
}
#faq h3 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 45px;
  font-weight: bold;
  text-align: center;
}
#faq dl {
  width: calc(50% - 35px);
  border-radius: 10px;
  border: 2px solid #D8D8D8;
  padding: 15px 60px 15px 30px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}
#faq dl:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/faq-plus.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl.is-open:after {
  content: "";
  width: 20px;
  height: 2px;
  background: url("../images/faq-minus.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl:hover {
	cursor: pointer;
}
#faq dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  padding-left: 2.5em;
  position: relative;
}
#faq dl dt:before {
  content: "";
  background: url("../images/faq-q.png")no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
#faq dl dd {
  display: none;
  margin-top: 25px;
  line-height: 27px;
  padding-left: 3em;
  position: relative;
}
#faq dl dd:before {
  content: "";
  background: url("../images/faq-a.png")no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
#faq dl dd span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 7px;
    display: block;
}
@media screen and (max-width: 1170px) {
  #faq dl {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 830px) {
  #faq {
    padding: 55px 0 20px;
  }
  #faq h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  #faq dl {
    width: 100%;
    padding: 15px 35px 15px 10px;
    margin-bottom: 14px;
  }
	#faq dl:after,#faq dl.is-open:after {
		right: 10px;
	}
  #faq dl dt:before {
    width: 23px;
    height: 23px;
    top: 3px;
  }
  #faq dl dt {
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 1.5em;
  }
  #faq dl dd:before {
    width: 23px;
    height: 23px;
	  top: 3px;
  }
  #faq dl dd {
    padding-left: 2em;
	      margin-top: 11px;
  }
}
#contact {
  padding: 150px 0 100px;
}
#contact h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#contact h3::before {
  content: "";
  background: url("../images/contact-ttl.png")no-repeat;
  background-size: contain;
  width: 593px;
  height: 114.56px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#contact table {
  width: 100%;
}
#contact table th {
  width: 30%;
  border-bottom: 1px solid #ed7238;
  padding: 25px 0;
  vertical-align: top;
  text-align: left;
}
#contact table th span.must {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff0b44;
  margin-right: 5px;
  display: inline-block;
  padding: 2px 4px;
}
#contact .seisaku ol {
  display: flex;
  flex-wrap: wrap;
}
#contact .seisaku li {
  width: calc(50% - 20px);
  margin-right: 20px;
}
#contact table td {
  border-bottom: 1px solid #4e4e4e;
  padding: 25px 0;
}
#contact table td ul li {
  margin-bottom: 15px;
}
#contact table td ul li:last-child {
  margin-bottom: 0;
}
#contact table td ol li {
  vertical-align: top;
}
#contact table td textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 200px !important;
  border: 1px solid #4e4e4e;
}
#contact table td input[type="text"], #contact table td input[type="email"], #contact table td input[type="tel"] {
  width: 100% !important;
  max-width: 400px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  border: 1px solid #4e4e4e;
	    background-color: #fff !important;
}
#contact form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: none;
}
#contact form#mailformpro label.mfp_checked {
  padding: 3px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 0px;
  box-shadow: none;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}
#contact .mfp_buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 20px;
}
#contact .mfp_buttons button + button {
  margin-left: 30px;
}
#contact .mfp_buttons button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: #F6621D;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-weight: bold;
}
#contact .mfp_buttons button:hover {
  opacity: 0.7;
}
#contact .mfp_buttons button.mfp_element_reset.mfp_element_all {
  background-color: #c1c1c1;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 80px 0 60px;
  }
  #contact h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  #contact h3::before {
    content: "";
    background: url(../images/contact-ttl_sp.png) no-repeat;
    background-size: contain;
    width: 303.14px;
    height: 60.84px;
  }
  #contact table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  #contact table tr {
    margin-bottom: 20px;
    display: block;
  }
  #contact table th {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  #contact table td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  #contact .mfp_buttons {
    padding-top: 30px;
    display: block;
    text-align: center;
  }
  #contact .mfp_buttons button {
    margin: 0 auto;
  }
  #contact .mfp_buttons button + button {
    margin-left: auto;
    margin-top: 20px;
  }
  #contact .seisaku ol {
    display: block;
  }
  #contact .seisaku li {
    width: 100%;
    margin-right: 0;
  }
}
#thanks h3.ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#thanks p {
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 0.1rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
	#thanks h3.ttl {
		font-size: 24px;
	}
	#thanks {
    margin: 140px auto 60px;
}
	#thanks p {
		line-height: 30px;
		text-align: left;
	}
}
#notfound {
    margin: 250px auto;
}
#notfound h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
#notfound .icon {
	text-align: center;
	    margin-top: 30px;
}
#notfound .icon a {
    font-size: 21px;
    font-weight: 500;
    background: #ff7903;
    color: #fff;
    text-align: center;
    padding: 8px 30px;
    border-radius: 50px;
}
@media screen and (max-width: 768px) {
	#notfound h3 {
		font-size: 22px;
	}
	#notfound .icon a {
		font-size: 18px;
	}
}