@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
ul, ol, li {
  list-style: none;
}
a {
  text-decoration: none;
}
.sp_item {
	display: none;
}
.cap {
	font-size: 80%;
	font-weight: normal;
}
.advantages {
		display: flex;
		justify-content: space-between;
	position: relative;
	top: 320px;
	}
	.advantages li {
		width: 33%;
	}
.button2 {
		margin-top: 20px;
	margin-bottom: -33px;
	text-align: center;
	width: fit-content;
margin-left: auto;
margin-right: auto;
	background-image: url("../images/senior/cv_bt_mo.png");
	background-repeat: no-repeat;
	background-position: px center;
	background-size: 100%;
	}
.button2 img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.button2:hover img{
  opacity: 0.5;
}
.cv_end {
	background-color: #E0DED1;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.cv_end p {
	color: #000;
}

@media screen and (max-width:768px) {
	.pc_item {
		display: none;
	}
	.advantages {
		display: flex;
		flex-direction: column;
	position: relative;
	top: 145px;
	}
	.advantages li {
		width: 45%;
		margin-left: auto;
margin-right: auto;
	}
	.sp_item {
		display: inherit;
	}
	.mul {
		font-size: 3em;
		color: #fff;
		margin-top: -65px;
margin-bottom: -27px;
	}
  body {
    width: 100%;
  }
  p {
    font-size: 16px;
  }
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
  img {
    width: 100%;
  }
  header {
    vertical-align: middle;
    background: #fff;
  }
  header .inner {
    display: flex;
    padding: 3% 0 2% 0;
    justify-content: center;
  }
  header p.logo {
    display: inline;
  }
  header img {
    width: 98%;
  }
  header h1 {
    display: inline;
    font-size: 3vw;
    margin-left: 2%;
    width: 60%;
    margin-top: -1%;
  }
  /*sp--key*/
  .key {
    background: url("../images/senior/sp_bg_key1.jpg") no-repeat top;
    text-align: center;
    padding: 44% 0 24% 0;
    background-size: contain;
    position: relative;
	background-color: #357799;
  }
  .key .catch_wrap {
    text-align: center;
    position: absolute;
    top:15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .key .catch_wrap::after {
    content: "";
    height: 0;
    display: block;
  }
  .key p.catch1, .key p.catch2 {
    display: inline-block;
    background: #fff;
    color: #003d5b;
    font-weight: bold;
    font-size: 5.5vw;
    padding: 0.1em 0.5em;
  }
  .key p.catch1 {
    margin-bottom: 22%;
  }
  .key h3 {
    color: #fff;
    font-size: 5vw;
    margin-top: 28%;
  }
  .button {
    margin-top: 10%;
  }
  .button a {
    color: #fff;
    background: #c30d23;
    font-size: 4vw;
    padding: 0.8em 2em;
    font-weight: bold;
    box-shadow: 2px 8px 10px #c3c3c3;
  }
  .key .button a {
    box-shadow: 2px 8px 10px #4c4a4a;
  }
  .postscript {
    margin-top: 9%;
    color: #fff;
    font-size: 3vw;
  }
	.notice_banner {
		border-top: solid 3px #C03262;
		border-bottom: solid 3px #C03262;
		padding: 1em;
		text-align: center;
		margin-bottom: 3em;
	}
	.notice_banner img {
		max-width: 810px;
		width: 100%;
	}
	.troubles img {
		max-width: 1083px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	} 
  /*====key--end================*/
  .good_points {
    padding: 12% 0;
    background: url("../images/senior/bg_key_second.png") no-repeat;
    background-size: cover;
  }
  .good_points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .good_points ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 6%;
  }
  .good_points ul li img {
    width: 70%;
  }
  .good_points ul li p {
    margin: 2% 0 0 0;
    font-size: 3.5vw;
  }
  .good_points ul li span {
    color: #c03262;
    font-weight: bold;
  }
  /*------job_offer--------------------------*/
  .job_offer {
    background: #dbe6ec;
    padding: 13% 0;
  }
  .job_offer h2.sub_ttl {
    text-align: center;
  }
  .job_offer h2.sub_ttl img {
    width: 40%;
    max-width: 244px;
  }
  .job_offer h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 40%;
    margin: 2% auto 0 auto;
  }
  .job_offer h3 {
    text-align: center;
    font-size: 6vw;
    margin: 3% 0 6% 0;
    font-weight: lighter;
  }
  .job_offer ul {
    margin: 5% 0 8% 0;
  }
  .job_offer ul li {
    width: 100%;
    margin-bottom: 4%;
  }
  .job_offer li h4 {
    color: #fff;
    background: #003d5b;
    padding: 3% 4%;
    font-size: 4.5vw;
  }
  .job_offer .box_inside {
    background: #fff;
    padding: 3% 4% 0 4%;
  }
  .job_offer li h5 {
    color: #003d5b;
    font-size: 20px;
  }
  .job_offer li dl {
    padding: 1em 0;
  }
  .job_offer li dl {
    display: flex;
    font-size: 16px;
  }
  .job_offer li dt {
    font-weight: bold;
    width: 40%;
  }
  .job_offer li dt::before {
    content: "-";
    margin-right: 0.3em;
    font-weight: bold;
    color: #003d5b;
  }
  .job_offer li dd {
    width: 60%;
    padding-left: 0.3em;
  }
  .job_offer li span {
    color: #c30d23;
    font-weight: bold;
  }
  .job_offer li dl.border {
    border-bottom: 1px solid #e8e8e8;
  }
  .job_offer .button {
    text-align: center;
  }
  .job_offer .postscript {
    text-align: center;
    color: #000;
  }
  .job_offer .other_recruit {
    font-size: 5vw;
    margin: 10% 0 12% 0;
    text-align: center;
  }
  /*-----------voice---------------*/
  .voice {
    background: #fff;
    padding: 10% 0;
  }
  .voice .voice_list_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .voice h2.sub_ttl {
    text-align: center;
  }
  .voice h2.sub_ttl img {
    width: 24%;
    max-width: 113px;
  }
  .voice h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 23%;
    margin: 2% auto 0 auto;
  }
  .voice h3 {
    text-align: center;
    font-size: 6vw;
    margin: -3% 0 6% 0;
    font-weight: lighter;
  }
  .voice .sub_ttl {
    text-align: center;
    font-size: 5vw;
    margin: 3% 0 6% 0;
  }
  .voice .voice_list_wrap div {
    text-align: left;
    margin-bottom: 5%;
    padding: 5% 3%;
    border: 1px solid #003d5b;
  }
  .voice h4 {
    color: #c03262;
    font-size: 5.5vw;
  }
  .voice div.first {
    background: url("../images/senior/sp_bg_voice_list01.png") no-repeat left top #fff;
    background-size: 30%;
  }
  .voice div.first h4 {
    padding: 0 0 2% 33%;
    line-height: 1.3;
    margin-bottom: 3%;
  }
  .voice div.second {
    background: url("../images/senior/sp_bg_voice_list02.png") no-repeat left top #fff;
    background-size: 30%;
  }
  .voice div.second h4 {
    padding: 2% 0 6% 33%;
    margin-bottom: 3%;
  }
  .voice div.third {
    background: url("../images/senior/sp_bg_voice_list03.png") no-repeat left top #fff;
    background-size: 30%;
  }
  .voice div.third h4 {
    padding: 2% 0 6% 33%;
    margin-bottom: 3%;
  }
  .voice div.fourth {
    background: url("../images/senior/sp_bg_voice_list04.png") no-repeat left top #fff;
    background-size: 30%;
  }
  .voice div.fourth h4 {
    padding: 0 0 2% 33%;
    line-height: 1.3;
    margin-bottom: 3%;
  }
  .voice .voice_list_wrap div p {
    font-size: 16px;
    border-top: 1px solid #003d5b;
    padding-top: 0.5em;
  }
  /*------sp--reason-------------------------------*/
	.reason_bg2 {
    background: url(../images/senior/sp_bg_reason.jpg) no-repeat #765b43;
    padding: 10% 0 10% 0;
    background-size: contain;
  }
  .reason h2.sub_ttl {
    text-align: center;
  }
  .reason h2.sub_ttl img {
    width: 32%;
    max-width: 174px;
  }
  .reason h2.sub_ttl::after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    width: 40%;
    margin: 2% auto 0 auto;
  }
  .reason h3 {
    text-align: center;
    font-size: 10vw;
    margin: 0% 0 6% 0;
    font-weight: lighter;
    color: #fff;
    line-height: 1.2;
  }
  .reason h3 span {
    font-size: 5vw;
  }
  .reason ol {
    margin: 8% 0 0 0;
  }
  .reason ol li {
    margin-bottom: 5%;
  }
  .reason li p {
    font-size: 16px;
    padding: 0 3% 5% 3%;
    background: #fff;
    border-right: #dae5eb solid 1px;
    border-bottom: #dae5eb solid 1px;
    border-left: #dae5eb solid 1px;
  }
  .reason li:first-child {
    background: url("../images/senior/sp_bg_reason_list01.png") no-repeat;
    background-size: contain;
  }
  .reason li:nth-child(2) {
    background: url("../images/senior/sp_bg_reason_list02.png") no-repeat;
    background-size: contain;
  }
  .reason li:nth-child(3) {
    background: url("../images/senior/sp_bg_reason_list03.png") no-repeat;
    background-size: contain;
  }
  .reason li:nth-child(4) {
    background: url("../images/senior/sp_bg_reason_list04.png") no-repeat;
    background-size: contain;
  }
  .reason li:nth-child(5) {
    background: url("../images/senior/sp_bg_reason_list05.png") no-repeat;
    background-size: contain;
  }
  .reason li h4 {
    padding: 8% 0 10% 23%;
    color: #c03262;
    font-size: 5vw;
  }
		 .reason .reason_sp h4 {
     padding: 8% 0 10% 23%;
    margin-bottom: -21px;
    line-height: 1.3em;
  }
  .reason_h4 {
    padding: 3% 3% 5% 26%;
	  line-height: 1.2;
	  margin-bottom: -20px;
  }
  /*----sp--flow------------------*/
  .flow {
    background: #dbe6ec;
    padding: 10% 0;
  }
  .flow .flow_list_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .flow h2.sub_ttl {
    text-align: center;
  }
  .flow h2.sub_ttl img {
    width: 24%;
    max-width: 113px;
  }
  .flow h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 23%;
    margin: 2% auto 0 auto;
  }
  .flow h3 {
    text-align: center;
    font-size: 6vw;
    margin: -3% 0 6% 0;
    font-weight: lighter;
  }
  .flow h4 {
    color: #c03262;
    font-size: 5.5vw;
  }
  .flow .sub_ttl {
    text-align: center;
    font-size: 5vw;
    margin: 3% 0 6% 0;
  }
  .flow .flow_list_wrap div {
    text-align: left;
    margin-bottom: 5%;
  }
  .flow div.first h4 {
    background: url("../images/senior/sp_bg_flow_list01.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 23%;
  }
  .flow div.second h4 {
    background: url("../images/senior/sp_bg_flow_list02.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 23%;
  }
  .flow div.third h4 {
    background: url("../images/senior/sp_bg_flow_list03.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 20%;
  }
  .flow div.fourth h4 {
    background: url("../images/senior/sp_bg_flow_list04.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 23%;
  }
  .flow div.fifth h4 {
    background: url("../images/senior/sp_bg_flow_list05.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 23%;
  }
  .flow div.sixth h4 {
    background: url("../images/senior/sp_bg_flow_list06.png") no-repeat #fff;
    background-size: contain;
    padding: 8% 0 11% 23%;
  }
  .flow .flow_list_wrap div p {
    font-size: 16px;
    background: #fff;
    padding: 0 3% 3% 3%;
  }
  .flow .flow_list_wrap .arrow {
    text-align: center;
    margin-bottom: 2%;
  }
  .flow .flow_list_wrap .arrow img {
    width: 18%;
  }
  .flow .button {
    text-align: center;
    margin-top: 15%;
  }
  .flow .postscript {
    text-align: center;
    color: #000;
  }
  /*--sp-faq---------------*/
  .faq {
    padding: 12% 0 5% 0;
  }
  .faq h2.sub_ttl {
    text-align: center;
  }
  .faq h2.sub_ttl img {
    width: 18%;
    max-width: 82px;
  }
  .faq h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 23%;
    margin: 2% auto 0 auto;
  }
  .faq h3 {
    text-align: center;
    font-size: 6vw;
    margin: 3% 0 6% 0;
    font-weight: lighter;
  }
  .faq dl {
    width: 98%;
    margin: 0 auto 5% auto;
  }
  .faq dl dt {
    font-weight: bold;
    color: #015a87;
    border-bottom: #ccc solid 1px;
    margin-bottom: 3%;
  }
  .faq dt {
    padding: 0 0 0.5em 1.8em;
    background: url(../images/senior/icon_q.png) no-repeat;
    background-position: 0 8%;
    background-size: 20px;
  }
  .faq dd {
    padding: 0 0 0.5em 1.8em;
    background: url(../images/senior/icon_a.png) no-repeat;
    background-position: 0 5%;
    background-size: 20px;
  }
  /*-----sp-suggestion----------*/
  .suggestion {
    background: url(../images/senior/sp_bg_suggestion1.jpg) no-repeat;
    padding: 17% 0;
    margin: 0 0 5%;
    background-size: cover;
  }
  .suggestion .postscript {
    text-align: center;
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    margin-top: 0;
  }
  /*=====sp--#form=============================*/
  #form {
    padding: 10% 0;
  }
  #form .baloon {
    background: url("../images/senior/baloon.png") no-repeat;
    display: inline-block;
    color: #fff;
    padding: 5px 21px 17px 21px;
    font-size: 20px;
    margin: 0 auto;
    ;
  }
  #form h2 {
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7%;
  }
  #form .inner {
    text-align: center;
  }
  #form .container {
    text-align: left;
  }
  .input-field > label:not(.label-icon).active, .form_txt {
    font-size: 100% !important;
    color: black !important;
  }
  .form_c.space {
    margin-right: 1em;
  }
  .form_txt2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clear {
    clear: both;
  }
  .entry_tb {
    border: #e5e5e5 1px solid;
    border-spacing: 0;
    font-size:16px;
  }
  .entry_tb dt {
    padding: 2%;
    vertical-align: top;
    background-color: #efefef;
  }
  .entry_tb dd {
    
    border-bottom: 1px solid #e5e5e5;
    padding: 4% 2%;
  }
  .entry_tb dd select{
    font-size:16px;
  }
  .entry_tb dd.prefecture div{
    display:flex;
    flex-wrap:wrap;
    
  }
  .entry_tb dd.prefecture div p{
    width:50%;
  }
  .entry_tb dd.prefecture div p.etc{
    width:100%;
  }
  .entry_tb dd.prefecture label{
    display:block;
  }
  .entry_tb dd.prefecture p {
    line-height: 2.3;
  }
   .entry_tb dd.how_often div{
    display:flex;
    flex-wrap:wrap;
    
  }
   .entry_tb dd.how_often div p{
    width:33%;
  }
  .entry_tb dd.how_often div p.etc{
    width:100%;
    margin-top: 0.5em;
  }
  .how_often .row p {
    line-height: 2.3;
  }
  
  .privacy_txt h2 {
    font-size: 110%;
    font-weight: bold;
  }
  .privacy_txt h3 {
    font-size: 100%;
    font-weight: bold;
  }
  #form .notice {
    color: #c2172b;
    font-size: 22px;
    line-height: 0;
  }
  #form .skill_sheet span.helper-text{
    font-size:3vw;
  }
  
  #form input {
    font-size: 16px;
  }
  #form input.validate,#form input#birthdate{
 padding: 0.5em;
    width: 94%;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 auto;

}
 
  #form dd.how_often label{
    display:block;
  }
  #form input.validate.none {
    border: none;
  }
  .input-field.col.s12, .file-field.input-field {
    line-height: 2em;
  }
  #form input.frequency_etc {
  padding: 0.5em;
    margin-top: 0.5em;
   width: 94%;
  }
  #form .skill_sheet .file-path-wrapper{
  margin-bottom: 1em;
  }
  #form .skill_sheet .file-field.input-field {
    line-height: 1.3;
  }
  #form .skill_sheet input.validate{
    margin: 0 auto 5% auto;
  }
  #form .second_box {
    margin: 5% 0 8% 0;
    border: #e5e5e5 solid 1px;
  }
  #form .second_box iframe {
    width: 100%;
    height: 164px;
    border: none;
  }
  #form .btn_area {
    text-align: center;
  }
  #form button {
      color: #fff;
    background: #c30d23;
    border: none;
    padding: 0.8em 5em;
    font-weight: bold;
    box-shadow: 2px 8px 10px #c3c3c3;
    font-size: 5vw;
  }
  footer {
    background: #362e2b;
    color: #fff;
    padding: 4% 0;
  }
  footer .inner {
    text-align: center;
  }
  footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
  }
  footer li {
    text-align: center;
    font-size: 4vw;
  }
  footer li:after {
    content: "|";
    margin: 0 0.5em;
  }
  footer li a {
    color: #fff;
  }
  footer .copy {
    font-size: 3vw;
  }
  /*==================================================================*/
} /*========   max-width:768px===end       

=================================================*/
@media screen and (min-width:1121px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-width:769px) {
  body {
    min-width: 1120px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .inner {
    width: 1120px;
    margin: 0 auto;
  }
  header {
    text-align: center;
    vertical-align: middle;
    background: #fff;
	 padding-bottom: 18px;
  }
  header p.logo {
    display: inline;
  }
  header img {
    transform: translateY(13px);
  }
  header h1 {
    display: inline;
    font-size: 14px;
    margin-left: 1.5em;
  }
	.key_bg2 {
    background: url("../images/senior/bg_key1.jpg") no-repeat top center;
    text-align: center;
    padding: 60px 0;
    position: relative;
  }
  .key h3 {
    color: #fff;
    font-size: 2.3em;
margin-top: 335px;
line-height: 1.4em;
  }
  .key .catch_wrap {
    text-align: center;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .key .catch_wrap::after {
    content: "";
    height: 0;
    display: block;
  }
  .key p.catch1, .key p.catch2 {
    display: inline-block;
    background: #fff;
    color: #003d5b;
    font-weight: bold;
    font-size: 50px;
    padding: 0em 0.3em;
  }
  .key p.catch1 {
    margin-bottom: 25px;
  }
  .button {
    margin-top: 58px;
  }
  .button a {
    color: #fff;
    background: #c30d23;
    font-size: 22px;
    padding: 0.8em 2em;
    font-weight: bold;
    box-shadow: 2px 8px 10px #c3c3c3;
  }
  .button a:hover {
    background: #ffae00;
    transition: 0.3s;
  }
  .key .button a {
    box-shadow: 2px 8px 10px #4c4a4a;
  }
  .postscript {
    margin: 40px 0;
    color: #fff;
  }
  /*==================================================*/
  .good_points {
    background: url("../images/senior/bg_key_second.png") no-repeat center top;
    padding: 5px 0 50px 0;
  }
  .good_points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 86%;
    margin: 0 auto;
  }
  .good_points ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 22px;
  }
  .good_points ul li img {
    width: 196px;
  }
  .good_points ul li p {
    margin: 10px 0 0 0;
  }
  .good_points ul li span {
    color: #c03262;
  }
  /*-------------------job_offer--------------------*/
  .job_offer {
    background: #dbe6ec;
    padding: 70px 0 5px 0;
  }
  .job_offer h2.sub_ttl {
    text-align: center;
  }
  .job_offer h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 243px;
    margin: 7px auto 0 auto;
  }
  .job_offer h3 {
    text-align: center;
    font-size: 30px;
    margin: 13px 0 50px 0;
    font-weight: lighter;
  }
  .job_offer ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px 0 50px 0;
  }
  .job_offer ul li {
    width: 30%;
  }
  .job_offer ul li:nth-child(1), .job_offer ul li:nth-child(2), .job_offer ul li:nth-child(3) {
    margin-bottom: 40px;
  }
  .job_offer ul li:nth-child(1) h4, .job_offer ul li:nth-child(2) h4, .job_offer ul li:nth-child(3) h4 {
    height: 66px;
  }
  .job_offer ul li:nth-child(4) h4, .job_offer ul li:nth-child(5) h4, .job_offer ul li:nth-child(6) h4 {
    height: 92px;
  }
  .job_offer li h4 {
    color: #fff;
    background: #003d5b;
    padding: 10px 0 0 13px;
    font-size: 18px;
    height: 60px;
  }
  .job_offer .box_inside {
    background: #fff;
    padding: 0.6em 1.2em 0 1.2em;
    height: 200px
  }
  .job_offer li h5 {
    color: #003d5b;
    font-size: 22px;
  }
  .job_offer li dl {
    padding: 1em 0;
  }
  .job_offer li dl {
    display: flex;
    font-size: 14px;
  }
  .job_offer li dt {
    font-weight: bold;
    width: 40%;
  }
  .job_offer li dt::before {
    content: "-";
    margin-right: 0.3em;
    font-weight: bold;
    color: #003d5b;
  }
  .job_offer li dd {
    width: 60%;
  }
  .job_offer li span {
    color: #c30d23;
    font-weight: bold;
  }
  .job_offer li dl.border {
    border-bottom: 1px solid #e8e8e8;
  }
  .job_offer li dl.border dd br{
    display:none;
  }
  .job_offer .button {
    text-align: center;
  }
  .job_offer .postscript {
    text-align: center;
    color: #000;
  }
  .job_offer .other_recruit {
    font-size: 40px;
    margin: 50px 0;
    text-align: center;
  }
  /*------voice---------*/
  .voice {
    background: #fff;
    padding: 80px 0 60px 0;
  }
  .voice h2.sub_ttl {
    text-align: center;
  }
  .voice h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 114px;
    margin: 7px auto 0 auto;
  }
  .voice h3 {
    text-align: center;
    font-size: 30px;
    margin: 13px 0 50px 0;
    font-weight: lighter;
  }
  .voice h4 {
    color: #c03262;
    font-size: 21px;
    padding: 17px 0 0 190px;
  }
  .voice .voice_list_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice .voice_list_wrap div {
    text-align: left;
    position: relative;
    margin-bottom: 27px;
    height: 192px;
    width: 49%;
  }
  .voice div.first {
    background: url("../images/senior/bg_voice_list01.png") no-repeat center top;
    background-size: contain;
  }
  .voice div.second {
    background: url("../images/senior/bg_voice_list02.png") no-repeat center top;
    background-size: contain;
  }
  .voice div.third {
    background: url("../images/senior/bg_voice_list03.png") no-repeat center top;
    background-size: contain;
  }
  .voice div.fourth {
    background: url("../images/senior/bg_voice_list04.png") no-repeat center top;
    background-size: contain;
  }
  .voice .voice_list_wrap div p {
    font-size: 14px;
    position: absolute;
    width: 60%;
    left: 190px;
    top: 32%;
    line-height: 1.7;
  }
  /*=====reason========================*/
  .reason_bg {
    background: url("../images/senior/bg_reason.png") center top no-repeat;
    padding: 78px 0 70px 0;
  }
	.reason_bg2 {
    background: url("../images/senior/bg_reason2.jpg") center top no-repeat;
    padding: 78px 0 70px 0;
  }
  .reason h2.sub_ttl {
    text-align: center;
  }
  .reason h2.sub_ttl::after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    width: 177px;
    margin: 16px auto 0 auto;
  }
  .reason h3 {
    text-align: center;
    font-size: 50px;
    margin: -2px 0 50px 0;
    font-weight: lighter;
    color: #fff;
    line-height: 1.3;
  }
  .reason h3 span {
    font-size: 30px;
  }
  .reason ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
  }
  .reason ol li {
    width: 29%;
    padding: 12px;
  }
  .reason li p {
    font-size: 14px;
    padding: 0 1em 2.2em 1em;
  }
  .reason li:first-child {
    background: url("../images/senior/bg_reason01.png") no-repeat;
    margin-bottom: 40px;
  }
  .reason li:nth-child(2) {
    background: url("../images/senior/bg_reason02.png") no-repeat;
    margin: 0 30px 40px 30px;
  }
  .reason li:nth-child(3) {
    background: url("../images/senior/bg_reason03.png") no-repeat;
    margin-bottom: 40px;
  }
  .reason li:nth-child(4) {
    background: url("../images/senior/bg_reason04.png") no-repeat;
    margin-right: 15px;
  }
  .reason li:nth-child(5) {
    background: url("../images/senior/bg_reason05.png") no-repeat;
    margin-left: 15px;
  }
  .reason li h4 {
    padding: 25px 0 43px 64px;
    color: #c03262;
    font-size: 21px;
  }
  .reason_h4 {
    padding: 21px 0 43px 67px;
    line-height: 1.2;
	  margin-bottom: -20px;
  }
  /*====flow=================================*/
  .flow {
    background: #dbe6ec;
    padding: 80px 0 20px 0;
  }
  .flow .flow_list_wrap {
    width: 800px;
    margin: 0 auto;
  }
  .flow h2.sub_ttl {
    text-align: center;
  }
  .flow h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 114px;
    margin: 7px auto 0 auto;
  }
  .flow h3 {
    text-align: center;
    font-size: 30px;
    margin: 13px 0 50px 0;
    font-weight: lighter;
  }
  .flow h4 {
    color: #c03262;
    font-size: 24px;
    padding: 28px 0 0 260px;
    margin-bottom: 50px;
  }
  .flow .flow_list_wrap div {
    text-align: left;
    position: relative;
    height: 220px;
    margin-bottom: 10px;
  }
  .flow ol li::after {
    content: "";
    background: url("../images/senior/arrow_down.png") center no-repeat;
    height: 23px;
  }
  .flow div.first {
    background: url("../images/senior/bg_flow01.png") no-repeat center top;
  }
  .flow div.second {
    background: url("../images/senior/bg_flow02.png") no-repeat center top;
  }
  .flow div.third {
    background: url("../images/senior/bg_flow03.png") no-repeat center top;
  }
  .flow div.fourth {
    background: url("../images/senior/bg_flow04.png") no-repeat center top;
  }
  .flow div.fifth {
    background: url("../images/senior/bg_flow05.png") no-repeat center top;
  }
  .flow div.sixth {
    background: url("../images/senior/bg_flow06.png") no-repeat center top;
  }
  .flow .flow_list_wrap div p {
    font-size: 14px;
    position: absolute;
    width: 60%;
    left: 32%;
    top: 50%;
  }
  .flow .flow_list_wrap .arrow {
    text-align: center;
    margin-bottom: 3px;
  }
  .flow .button {
    text-align: center;
    margin-top: 80px;
  }
  .flow .postscript {
    text-align: center;
    color: #000;
  }
  /*=========faq============*/
  .faq {
    padding: 80px 0 60px 0;
  }
  .faq h2.sub_ttl {
    text-align: center;
  }
  .faq h2.sub_ttl::after {
    border-bottom: 1px solid #003d5b;
    content: "";
    display: block;
    width: 177px;
    margin: 16px auto 0 auto;
  }
  .faq h3 {
    text-align: center;
    font-size: 30px;
    margin: 18px 0 50px 0;
    font-weight: lighter;
    color: #003d5b;
  }
  .faq dl {
    width: 88%;
    margin: 0 auto 50px auto;
  }
  .faq dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #015a87;
    border-bottom: #ccc solid 1px;
  }
  .faq dt {
    padding: 0 0 1em 2.4em;
    background: url(../images/senior/icon_q.png) no-repeat;
    background-position: 0 3px;
  }
  .faq dd {
    padding: 1.5em 0 1em 3.5em;
    background: url(../images/senior/icon_a.png) no-repeat;
    background-position: 0 23px;
  }
  .faq dl dd {
    font-size: 16px;
  }
  /*========suggestion==============*/
  .suggestion {
    background: url("../images/senior/bg_suggestion1.jpg") no-repeat center top;
    padding: 60px 0;
    margin: 0 0 65px;
  }
  .suggestion .postscript {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
  }
  /*=====#form=============================*/
  #form {
    margin: 0 0 65px;
  }
  #form .baloon {
    background: url("../images/senior/baloon.png") no-repeat;
    display: inline-block;
    color: #fff;
    padding: 5px 21px 17px 21px;
    font-size: 20px;
    margin: 0 auto;
    ;
  }
  #form h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 46px;
  }
  #form .inner {
    width: 800px;
    text-align: center;
    margin: 0 auto;
  }
  #form .container {
    text-align: left;
  }
  .input-field > label:not(.label-icon).active, .form_txt {
    font-size: 100% !important;
    color: black !important;
  }
  .form_c.space {
    margin-right: 1em;
  }
  .form_txt2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clear {
    clear: both;
  }
  .entry_tb {
    border: #e5e5e5 1px solid;
    width: 90%;
    margin: 0 auto;
  }
  .entry_tb dl {
    display: flex;
  }
  .entry_tb dt {
    width: 30%;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    padding: 9px;
  }
  .entry_tb dd {
    width: 70%;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 5px 5px 10px;
  }
  .privacy_txt {
    font-size: 90%;
  }
  .privacy_txt h2 {
    font-size: 110%;
    font-weight: bold;
  }
  .privacy_txt h3 {
    font-size: 100%;
    font-weight: bold;
  }
  .entry_tb .notice {
    color: #c2172b;
  }
  /*書き加え*/
  #form input.validate, #form input#birthdate {
    padding: 0.5em 1em;
    border: 1px solid #e5e5e5;
    width: 93%;
  }
  #form input.validate.none {
    border: none;
  }
  .input-field.col.s12, .file-field.input-field {
    line-height: 2.5em;
  }
  #form input.frequency_etc {
    padding: 0.5em;
  }
  #form .second_box {
    margin: 30px auto 50px auto;
    border: #e5e5e5 solid 1px;
    width: 90%;
  }
  #form .second_box iframe {
    width: 100%;
    height: 240px;
    border: none;
  }
  #form .container.privacy_txt {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #form .btn_area {
    text-align: center;
  }
  #form button {
    color: #fff;
    background: #c30d23;
    border: none;
    font-size: 22px;
    padding: 0.8em 8em;
    font-weight: bold;
  }
  #form button:hover {
    background: #ffae00;
    transition: 0.3s;
  }
    .entry_tb dd.prefecture label{
    display:block;
  }
  #form dd.how_often label{
    display:block;
  }
  
  footer {
    background: #362e2b;
    color: #fff;
    padding: 20px 0;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    width: 1070px;
  }
  footer ul {
    display: flex;
  }
  footer li:after {
    content: "|";
    margin: 0 1em;
  }
  footer li a {
    color: #fff;
  }
	.notice_banner {
		border-top: solid 3px #C03262;
		border-bottom: solid 3px #C03262;
		padding: 1em;
		text-align: center;
		margin-bottom: 5em;
	}
	.notice_banner img {
		max-width: 810px;
		width: 100%;
	}
	.troubles {
		text-align: center;
		margin-bottom: 3em;
	}
	.troubles img {
		max-width: 1083px;
		width: 100%;
	} 
}
@media screen and (max-width:600px) {
.advantages {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 85px;
}
.advantages li {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 0.3em;
}
	.key .catch_wrap {
    text-align: center;
    top: 6.4%;
    width: 80%;
  }

.key p.catch1, .key p.catch2 {
    font-size: 9vw;
    padding: 0.1em 0.5em;
  }

.key {
    padding: 35% 0 5% 0;
    background-size: contain;
    position: relative;
     background-color: #765b43;
	}
	.mul {
  margin-top: -111px;
}
}
@media screen and (max-width:527px) {
.mul {
  margin-top: -65px;
}
	.advantages li {
		margin-bottom: 0.3em;
	}
	.postscript {
  margin-top: 13%;
	}
	.advantages {
  top: 120px;
}
	.key h3 {
  font-size: 4.2vw;
  margin-top: 38%;
}
}

@media screen and (max-width:527px) {
.move {
    animation: move 3s infinite;
}
@keyframes move {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}
}