@charset "UTF-8";
/* CSS Document */
/*
-----------------------------------------------
▼under visual
----------------------------------------------- */
.under_visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 28.57vw;
  margin-top: 100px;
  position: relative;
}
.under_visual#nurture {
  background-image: url(../img/nurture/under_main01_new.jpg);
}
.under_visual#technology {
  background-image: url(../img/technology/under_main02.jpg);
}
.under_visual#data {
  background-image: url(../img/data/under_main03.jpg);
}
.under_visual#company-profile {
  background-image: url(../img/company-profile/under_main04.jpg);
}
.under_visual#contact {
  background-image: url(../img/contact/under_main05.jpg);
}
.under_vis_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under_vis_box h2 {
  color: #ffffff;
  font-size: 5.6rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 1000px) {
  .under_vis_box h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .under_visual#nurture {
    background-image: url(../img/nurture/sp-under_main01_new.jpg);
    height: 50vw;
    background-position: center center;
  }
  .under_visual#technology {
    background-image: url(../img/technology/sp-under_main02.jpg);
    height: 50vw;
    background-position: right center;
  }
  .under_visual#data {
    background-image: url(../img/data/sp-under_main03.jpg);
    height: 50vw;
    background-position: right top;
  }
	.under_visual#company-profile {
    background-image: url(../img/company-profile/sp-under_main04.jpg);
    height: 50vw;
    background-position: center top;
  }
	.under_visual#contact {
    background-image: url(../img/contact/sp-under_main05.jpg);
    height: 50vw;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .under_vis_box h2 {
    font-size: 4.0rem;
  }
}
@media screen and (max-width: 500px) {
  .under_visual {
    margin-top: 80px;
  }
  .under_vis_box h2 {
    font-size: 7.4vw;
  }
}
/*
-----------------------------------------------
▼パンくず
----------------------------------------------- */
.pankuzu {
  display: flex;
}
.pankuzu li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-top: 0.8em;
  margin-bottom: 4em;
}
.pankuzu li a {
  color: #333333;
  text-decoration: none;
  position: relative;
}
.pankuzu li:not(:last-child) {
  padding-right: 1.6em;
}
.pankuzu li:not(:last-child)::after {
  position: absolute;
  content: "\03e";
  padding-left: 0.6em;
}
.pankuzu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f8b100;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: 0.3s;
}
.pankuzu li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 500px) {
  .pankuzu li {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
}
/*
-----------------------------------------------
▼nurture
----------------------------------------------- */
.nurture01-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
.nurture01-list li h3 {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #004da0;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.nurture01-list li .number {
  font-size: 7.9rem;
  font-weight: 700;
  color: #004da0;
  margin-right: 0.4em;
  line-height: 1em;
}
.nurture01-list li .n_h3 {
  font-size: 4.4rem;
  padding-bottom: 0.2em;
}
.nurture01-list li p {
  font-size: 1.8rem;
  line-height: 1.7em;
}
.n_txt {
  width: 54%;
}
.n_img {
  width: 40%;
}
.n_img img {
  width: 100%;
}
.nurture01-list li:not(:last-child) {
  margin-bottom: 130px;
}
.nurture01-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.n_con01 {
  background-color: #f0f0f0;
  padding-top: 70px;
  padding-bottom: 65px;
}
.nurture02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 10%;
  grid-row-gap: 40px;
}
.nurture02-list > li {
  width: 45%;
}
.nurture02-list li h4 {
  font-size: 3.2rem;
  position: relative;
  padding-left: 1.2em;
}
.nurture02-list li h4::before {
  position: absolute;
  content: "";
  background-color: #004da0;
  width: 13px;
  height: 60px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nurture02-list li h4 span {
  font-size: 2.2rem;
}
.nurture03-list {
  background-color: #ffffff;
  padding: 1em 1.2em;
  font-size: 2.0rem;
  font-weight: 500;
}
.nurture02-list h4 {
  margin-bottom: 25px;
}
.nurture03-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .nurture01-list li .number {
    font-size: 6.5rem;
  }
  .nurture01-list li .n_h3 {
    font-size: 3.5rem;
  }
  .nurture01-list li p {
    font-size: 1.5rem;
  }
  .nurture02-list li h4 {
    font-size: 2.4rem;
  }
  .nurture02-list li h4::before {
    height: 55px;
  }
  .nurture03-list {
    font-size: 1.7rem;
  }
  .nurture02-list li h4 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 970px) {
  .nurture01-list li .number {
    font-size: 5.5rem;
  }
  .nurture01-list li .n_h3 {
    font-size: 2.7rem;
  }
  .nurture01-list li p {
    font-size: 1.4rem;
  }
  .nurture01-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .nurture01-list li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .nurture01-list li:nth-child(odd) {
    flex-direction: column;
  }
  .nurture01-list li:nth-child(even) {
    flex-direction: column;
  }
  .n_txt {
    width: 100%;
  }
  .n_img {
    width: 70%;
  }
  .nurture01-list li {
    grid-row-gap: 30px;
  }
  .nurture01-list li:not(:last-child) {
    margin-bottom: 45px;
  }
  .nurture02-list {
    flex-direction: column;
  }
  .nurture02-list > li {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .nurture01-list li .n_h3 {
    font-size: 2.3rem;
  }
  .nurture01-list li .number {
    font-size: 4.5rem;
    margin-right: 0.2em;
  }
  .nurture01-list li h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .n_img {
    width: 100%;
  }
  .nurture01-list li {
    grid-row-gap: 15px;
  }
  .nurture02-list li h4 {
    font-size: 2.2rem;
    padding-left: 1em;
    margin-bottom: 20px;
  }
  .nurture02-list > li {
    width: 100%;
  }
  .n_con01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nurture03-list {
    font-size: 1.5rem;
  }
  .nurture02-list li h4::before {
    width: 10px;
    height: 40px;
  }
  .nurture02-list {
    grid-row-gap: 30px;
  }
}
/*
-----------------------------------------------
▼technology
----------------------------------------------- */
.tec_p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.0rem;
  margin-bottom: 80px;
  line-height: 1.9em;
}
.tec_box01 {
  border: solid 1px #004da0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.tec_box01 h3 {
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.tec_box01 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7em;
}
.tec_img {
  width: 46%;
}
.tec_img img {
  width: 100%;
}
.tec_txt {
  width: 50%;
}
.tec_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 9%;
  grid-row-gap: 65px;
  margin-bottom: 110px;
}
.tec_list01 li {
  width: 43%;
  text-align: center;
}
.tec_list_img img {
  width: 100%;
}
.tec_list01 h4 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.tec_list01 h4::before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #333333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tec_list01 h4::after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #333333;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tec_list01 p {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6em;
  margin-top: 0.8em;
}
.safty-traning {
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 55px;
}
.st_ttl_span {
  color: #004da0;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.safty-traning h3 {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.safty-traning h4 {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.safty-traning h4::before {
  position: absolute;
  content: "";
  background-color: #004da0;
  width: 13px;
  height: 2.5em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.safty-traning h4 span {
  font-size: 2.6rem;
}
.safty_list {
  background-color: #ffffff;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  font-size: 2.0rem;
  font-weight: 700;
  padding: 1.2em;
  line-height: 2em;
}
.st_content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.st_content:not(:last-child){
	margin-bottom: 70px;
}
.safty_list span{
	font-size: 1.6rem;
}
.safty_list li{
	line-height: 1.8em;
}
.arrow-sf li{
	position: relative;
}
.arrow-sf li:not(:last-child){
		padding-bottom: 1.5em;
}
.arrow-sf li:not(:last-child)::after{
position: absolute;
content: "";
width:0;
height:0;
border-style:solid;
border-width: 10px 12.5px 0 12.5px;
border-color: #004da0 transparent transparent transparent;
bottom: 8%;
left: 50%;
transform: translateX(-50%);
}
.sf02 li:not(:last-child){
	margin-bottom: 1em;
}
.safty_tal{
	text-align: left;
}
@media screen and (max-width: 1200px) {
  .safty_list {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1000px) {
  .tec_box01 h3 {
    font-size: 3.7rem;
  }
  .tec_box01 p {
    font-size: 1.6rem;
  }
  .tec_box01 {
    padding: 25px;
  }
  .tec_list01 h4 {
    font-size: 2.4rem;
  }
  .tec_list01 p {
    font-size: 1.5rem;
  }
  .tec_list01 {
    column-gap: 8%;
    grid-row-gap: 35px;
    margin-bottom: 75px;
  }
  .safty-traning h3 {
    font-size: 3.7rem;
  }
  .safty-traning h4 {
    font-size: 2.6rem;
  }
  .safty-traning h4 span {
    font-size: 2.0rem;
  }
  .st_ttl_span {
    font-size: 2.4rem;
  }
  .safty_list {
    font-size: 1.6rem;
  }
  .st_content {
    width: 85%;
  }
  .safty-traning h4::before {
    width: 10px;
  }
  .safty-traning {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .tec_p {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }
  .tec_box01 {
    flex-direction: column;
    grid-row-gap: 15px;
    margin-bottom: 40px;
  }
  .tec_txt {
    width: 100%;
  }
  .tec_img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .tec_list01 li {
    width: 70%;
  }
  .tec_list01 {
    grid-row-gap: 20px;
    margin-bottom: 50px;
  }
  .safty-traning h3 {
    font-size: 2.8rem;
  }
  .safty-traning h4 {
    font-size: 2.0rem;
  }
  .safty-traning h4 span {
    font-size: 1.6rem;
  }
  .safty_list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .safty_list {
    grid-auto-flow: row;
  }
	.st_content:first-child{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 550px) {
  .tec_img {
    width: 100%;
  }
  .tec_list01 li {
    width: 100%;
  }
  .st_content {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .tec_p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .tec_box01 h3 {
    font-size: 2.7rem;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .tec_box01 {
    padding: 20px;
    grid-row-gap: 10px;
  }
  .tec_box01 p {
    font-size: 1.4rem;
  }
  .tec_list01 h4 {
    font-size: 2.2rem;
  }
  .tec_list01 p {
    font-size: 1.4rem;
  }
  .safty-traning h3 {
    font-size: 2.3rem;
  }
  .safty-traning h4 {
    font-size: 1.7rem;
  }
  .safty-traning h4 span {
    font-size: 1.3rem;
  }
  .safty-traning h4::before {
    width: 7px;
    height: 2.2em;
  }
	.st_content:first-child{
		margin-bottom: 40px;
	}
	.safty_list{
		padding-left: 1em;
		padding-right: 1em;
	}
	.st_content:not(:last-child){
		margin-bottom: 30px;
	}
}
/*
-----------------------------------------------
▼data
----------------------------------------------- */
/*
-----------------------------------------------
▼table
----------------------------------------------- */
.table01{
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 35px;
}
.table01 tr{
	border-bottom: dashed 1px #999999;
}
.table01 th{
	width: 25%;
	padding: 1em 0 1em 2em;
}
.table01 td{
	width: 75%;
	padding: 1em 0;
}
.table02{
	width: 100%;
	font-size: 1.8rem;
	margin-top: 20px;
	margin-bottom: 75px;
}
.table02 th{
	font-weight: 700;
	vertical-align: top;
	width: 25%;
	padding-top: 0.4em;
}
.table02 td{
	font-size: 1.6rem;
	width: 75%;
	line-height: 2em;
	padding-bottom: 2em;
}
.td01{
	margin-bottom: 40px;
}
.table02 td.td01{
	padding-bottom: 0.5em;
}
@media screen and (max-width: 767px){
	.table02 th,
	.table02 td{
		display: block;
		width: 100%;
	}
	.td01{
		margin-bottom: 0;
	}
	.table01,
	.table02{
		font-size: 1.6rem;
	}
	.table02 td{
		font-size: 1.5rem;
		padding-bottom: 1em;
	}
	.table02{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px){
	.table01 th{
		padding: 1em 0;
		width: 20%;
	}
	.table01 td{
		width: 80%;
	}
	.table01,
	.table02{
		font-size: 1.5rem;
	}
	.table02 td{
		font-size: 1.4rem;
	}
}
/*
-----------------------------------------------
▼map
----------------------------------------------- */
.g-map{
	margin-top: 20px;
}
.g-map iframe{
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px){
	.g-map{
		margin-top: 10px;
	}
}
/*
-----------------------------------------------
▼list
----------------------------------------------- */
.list01_box{
	width: 100%;
	display: flex;
	margin-bottom: 95px;
}
.list01_box > div{
	width: 25%;
}
.list01{
	width: 75%;
}
body{
	counter-reset: number 0;
}
.list01 li{
	font-size: 1.6rem;
	display: flex;
	column-gap: 3%;
	margin-bottom: 30px;
}
.list01 li span::before{
	counter-increment: number 1;
	content: counter(number)".";
}
.list02{
	width: 75%;
}
.list02 li{
	font-size: 1.6rem;
	display: flex;
	column-gap: 3%;
	border-bottom: dashed 1px #999999;
	padding-top: 1em;
	padding-bottom: 1em;
}
.list02 li span{
	width: 17%;
}
.list02 li p{
	line-height: 1.8em;
}
@media screen and (max-width: 767px){
	.list01_box{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.list01_box > div{
		width: 100%;
	}
	.list01,
	.list02{
		width: 100%;
		margin-top: 20px;
	}
	.list01 li,
	.list02 li{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 500px){
	.list01 li,
	.list02 li{
		font-size: 1.4rem;
	}
	.list02 li{
		flex-direction: column;
	}
	.list02 li span{
		width: 100%;
		font-weight: 700;
		font-size: 1.6rem;
	}
	.list02 li p{
		margin-top: 0.8em;
	}
}
/*
-----------------------------------------------
▼社長メッセージ
----------------------------------------------- */
.p-message{
	background-color: #f0f0f0;
	padding-top: 45px;
	padding-bottom: 100px;
}

.pm_wrap{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.pm_img{
width:32%;
}

.pm_img img{
width:auto ;
height:auto;
max-width:100%;
}

.pm_ttl{
	display: flex;
	margin-left: 30px;
	align-items: flex-end;
	margin-bottom: 60px;
}
.pm_ttl h3{
   margin-left: 30px;
}
.pm_txt h4{
	font-size: 4.0rem;
	font-weight: 700;
	margin-bottom: 50px;
}
.pm_txt p{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8em;
}
p.pm_name{
	font-size: 2.1rem;
	font-weight: 700;
	margin-top: 65px;
}
p.pm_name span{
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 0;
}
.pm_txt{
	width: 65%;
}
@media screen and (max-width: 1150px){
		.pm_txt h4{
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 1000px){
	.pm_txt h4{
		font-size: 3vw;
		margin-bottom: 4.5vw;
	}
}
@media screen and (max-width: 768px){
	.pm_txt{
		width: 100%;
	}

.pm_img{
width:60%;
margin:3% auto 6%;
}

}
@media screen and (max-width: 767px){
	.pm_txt h4{
		font-size: 2.6rem;
	}
	.pm_ttl{
		margin-bottom: 25px;
		flex-direction: column;
		align-items: flex-start;
		margin-left: 0;
	}
	.pm_txt h4{
		margin-bottom: 25px;
	}
	.pm_txt p{
		font-size: 1.5rem;
		font-weight: 400;
	}
	p.pm_name{
		font-size: 1.8rem;
		font-weight: 700;
		margin-top: 30px;
	}
	p.pm_name span{
		font-size: 2.5rem;
	}
	.p-message{
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 500px){
	.pm_txt h4{
		font-size: 5.2vw;
		line-height:1.7;
	}
	.pm_ttl{
		margin-bottom: 15px;
	}
	.pm_txt h4{
		margin-bottom: 20px;
	}
	.pm_txt p{
		font-size: 1.4rem;
	}
	p.pm_name{
		font-size: 1.6rem;
		margin-top: 20px;
	}
	p.pm_name span{
		font-size: 2.3rem;
	}
	.p-message{
		padding-top: 35px;
		padding-bottom: 40px;
	}
}
/*
-----------------------------------------------
▼お問い合わせ
----------------------------------------------- */
.contact_lead {
  margin-bottom: 20px;
  margin-top: 55px;
}
.wpcf7-form table tr th {
  width: 220px;
  text-align: left;
  padding: 20px 0 20px 17px;
  vertical-align: top;
  font-size: 1.4rem;
}
.wpcf7-form table tr th p {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form table tr td {
  padding: 20px 25px 20px 25px;
}
.wpcf7-form table tr td input, .wpcf7-form table p textarea {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.6em;
}
.wpcf7-form table tr {
  border-bottom: 1px solid #ccc;
}
form.wpcf7-form {
  max-width: 900px;
  margin: 0 auto 50px;
}
.wpcf7-form table {
  width: 100%;
}
.wpcf7-form table p input, .wpcf7-form table p textarea {
  width: 100%;
}
.wpcf7-form table tr th span.required {
  color: #ffffff;
  background-color: #f16464;
  padding: 0.5em 0;
  font-size: 1.3rem;
  width: 60px;
  display: inline-block;
  line-height: 1.0rem;
  text-align: center;
}
div.form-btn {
  text-align: center;
  margin: 30px 0;
}
div.form-btn input {
  background-color: #0064c8;
  color: #ffffff;
  display: inline-block;
  font-size: 2.0rem;
  padding: 0.5em 2.8em 0.5em 2.8em;
  border-radius: 100px;
  border: solid 1px #0064c8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.form-btn input:hover {
  background-color: #ffffff;
  color: #0064c8;
  text-decoration: none;
  border: solid 1px #0064c8;
}
.wpcf7-spinner {
  display: none !important;
}
div.confirm-box {
  display: flex;
  justify-content: center;
  column-gap: 3%;
}
div.previous_btn {
  text-align: center;
  margin: 30px 0;
}
div.previous_btn input.wpcf7-form-control {
  display: inline-block !important;
  background-color: #f16464;
  color: #ffffff;
  font-size: 2.0rem;
  padding: 0.5em 2.8em 0.5em 2.8em;
  border-radius: 100px;
  border: solid 1px #f16464;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.previous_btn input.wpcf7-form-control:hover {
  background-color: #ffffff;
  color: #f16464;
  text-decoration: none;
  border: solid 1px #f16464;
}
.wpcf7-select {
  width: 50%;
  background-color: #eeeeee;
  padding: 0.5em 0.4em;
}
@media screen and (max-width: 768px) {
  .wpcf7-form table tr {
    display: flex;
    flex-direction: column;
  }
  .wpcf7-form table tr td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
  }
  .wpcf7 {
    padding-left: 7.14%;
    padding-right: 7.14%;
  }
  .wpcf7-form table tr th {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .wpcf7 {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}


/*
-----------------------------------------------
▼お問い合わせ　完了P
----------------------------------------------- */
.thanks{
max-width:840px;
margin:3% auto 10%;
padding-left:20px;
padding-right:20px;
}

.thanks h3{
font-size:2.2rem;
margin-bottom:30px;
}

.thanks p{
font-size:1.7rem;
line-height:1.8;
}

@media screen and (max-width: 500px) {

.thanks h3{
font-size:5vw;
line-height:1.6;
}

.thanks p{
font-size:1.4rem;
line-height:1.8;
}
}
/*
-----------------------------------------------
▼PDFリンク
----------------------------------------------- */
.link01 a{
	background-color: #004da0;
	border: solid 1px #004da0;
	display: inline-block;
	color: #ffffff;
	border-radius: 20px;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 0.4em 0.7em 0.4em 2em;
	position: relative;
	margin-top: 20px;
	transition: all 0.5s 0s ease;
}
.link01{
	text-align: right;
}
.link01 a::before{
	content: "\025b6";
	position: absolute;
	left: 0.7em;
}
.link01 a:hover{
	background-color: #ffffff;
	color: #004da0;
}
.scale_img{
	overflow: hidden;
	width: 100%;
}
.scale_img img{
	transition: transform .6s ease;
}
.scale_img:hover img{
	transform: scale(1.1);
}