@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html {
	font-size: 16px;
    scroll-padding-top: 80px;
}
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1.125rem;
	font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #000;
	letter-spacing: 0.04em;
	font-weight: 400;
	line-height: 2;
}
a {
	color: #06C;
}
a:hover {
	color: #C00;
}
object,img {  
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}
img{
	vertical-align: top;
	display: inline;
	max-width: 100%;
	height: auto;
}
a:hover,a:hover img {
    opacity: 0.7;
}
strong,em,h1,h2,h3,h4,h5 {
	font-weight: 700;
	text-align: left;
}
p {
	text-align: left;
	padding: 0 0 1rem 0;
	font-size: 1.1875rem;
}
li img{
	line-height: 0;
}
* {
	box-sizing: border-box;
}
.site-header {
	position: relative;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 9999;
	border-bottom: 1px solid #CCC;
}
.site-header.fixed {
	position: fixed;
	width: 100%;
	z-index: 1001;
	background-color: #FFF;
	top: 0;
}
.site-header-main {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 80px;
	position: relative;
}
.site-header-main .logo {
	margin: 0 20px;
}
.site-header-main .logo h1,.site-header-main p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.site-header-main .logo img {
    max-height: 48px;
    width: auto;
    max-width: 100%;
}
.htx {
	color: #FF7212;
	font-weight: 700;
	margin-left: 15px;
	line-height: 1;
	font-size: 0.875rem;
}
.head-main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 5;
}
.head-main .tx {
	position: absolute;
	z-index: 5;
	width: 42%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: #FF8F43;
	color: #FFF;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	flex-wrap: wrap;
	flex-direction: column;
}
.head-main .image {
	width: 65%;
	margin: 0 0 0 35%;
	position: relative;
}
.head-main .tx h2,.head-main .tx p {
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 10%;
	text-align: left;
}
.head-main .tx h2 {
	font-size: 4rem;
	font-weight: 900;
}
.head-main .tx p.en {
	color: #FFF208;
	font-size: 2rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	padding-bottom: 2rem;
}
#message {
	background-color: #FFE91F;
	padding-bottom: 140px;
}
#message .inner {
	width: 100%;
	position: relative;
	padding: 7.5rem 1.5rem;
}
#message .inner .message-box::after {
	position: absolute;
	content: '';
	width: 450px;
	height: 493px;
	background-image: url(../images/message-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: -10rem;
	left: 0;
}
.message-box {
	max-width: 1320px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	align-items: flex-start;
}
.message-box .tx01 {
	width: 18%;
	margin: 0 10%;
	color: #FF8F43;
	position: relative;
	padding-bottom: 1.5rem;
}
.message-box .tx02 {
	width: 62%;
	position: relative;
	z-index: 5;
}
.message-box .tx01 h3,.message-box .tx01 p {
	position: relative;
	z-index: 5;
}
.message-box h3 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 1rem;
	font-family: "Outfit", sans-serif;
	font-style: italic;
}
.message-box .tx01 p {
	font-size: 1.25rem;
}
.message-box .tx01::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-color: #FF8F43;
	width: 100px;
	height: 1px;
	z-index: 10;
}
.message-box .tx02 p {
	font-size: 2rem;
	font-weight: 500;
}
.white-box {
	width: 100%;
	background-color: #FFF;
}
.white-box.wave {
	margin: -100px auto 0 auto;
	position: relative;
	z-index: 6;
}
.white-box.wave::before {
	position: absolute;
	top: -120px;
	left: 0;
	content: '';
	width: 100%;
	height: 140px;
	background-image: url(../images/wave-bg-white.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 7;
}
.interview-title-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 5rem 0;
	position: relative;
}
.interview-title-area::before {
	position: absolute;
	z-index: 8;
	right: 0;
	top: 0;
	content: '';
	width: 300px;
	height: 380px;
	background-image: url(../images/interview-icon.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.interview-title {
	width: 100%;
	max-width: 460px;
	position: relative;
	z-index: 10;
}
.interview-title h3,.appeal-title h3,.works-title h3,.benefits-title h3,.subp-title h1 {
	font-size: 2.5rem;
	font-weight: 900;
	color: #FF6712;
}
.interview-title p.en,.appeal-title p.en,.works-title p.en,.benefits-title p.en,.subp-title p.en {
	color: #FF9810;
	font-size: 2rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	padding-bottom: 2rem;
}
.interview-cont .interview-box {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: flex-end;
	margin-bottom: 13rem;
}
.interview-cont .interview-box .image {
	position: absolute;
	z-index: 11;
	width: 46%;
	top: -155px;
	left: 0;
	max-width: 850px;
}
.interview-cont .interview-box .image img {
	border-radius: 0 40px 40px 0;
}
.interview-cont .interview-box .tx {
	width: 55%;
	margin: 0 3% 0 0;
	position: relative;
	z-index: 10;
	background-color: #FCF9F0;
	padding: 45px 110px;
}
.interview-cont .interview-box .tx h4 {
	font-size: 2rem;
	color: #D60F3F;
	line-height: 1.25;
}
.interview-cont .interview-box .tx p:last-child {
	padding-bottom: 0;
}
.interview-cont .interview-box .tx p.fs-s {
	font-size: 1rem;
}
.interview-cont .interview-box:nth-child(2n) {
	flex-flow: column-reverse;
}
.interview-cont .interview-box:nth-child(2n) .tx {
	margin: 0 0 0 3%;
}
.interview-cont .interview-box:nth-child(2n) .image {
	top: -75px;
	left: initial;
	right: 0;
}
.interview-cont .interview-box:nth-child(2n) .image img {
	border-radius: 40px 0 0 40px;
}
.appeal-title,.works-title,.benefits-title,.subp-title {
	position: relative;
	padding: 2rem 4.375rem;
}
.appeal-title h3,.works-title h3,.benefits-title h3,.subp-title h1 {
	color: #E5581A;
}
.appeal-title::before,.works-title::before,.benefits-title::before,.subp-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 1px;
	background-color: #FF9810;
	content: '';
}
.appeal-title p.en,.works-title p.en,.subp-title p.en {
	padding-bottom: 1rem;
}
.white-box.appeal {
	position: relative;
}
.white-box.appeal::before {
	position: absolute;
	left: 0;
	top: -2rem;
	content: '';
	width: 300px;
	height: 406px;
	background-image: url(../images/appeal-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.white-box.appeal ul.cols3,.white-box.appeal ul.cols2 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 6rem 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	position: relative;
	z-index: 2;
}
.white-box.appeal ul.cols3 li,.white-box.appeal ul.cols2 li {
	width: 31%;
	margin: 0 1%;
	background-color: #DD3C22;
	color: #FFF;
	padding: 105px 30px 20px 30px;
	border-radius: 10px;
	position: relative;
}
.white-box.appeal ul.cols3 li::before,.white-box.appeal ul.cols2 li::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	content: '';
	width: 80px;
	height: 70px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.white-box.appeal ul.cols3 li.acc::before,.white-box.appeal ul.cols2 li.acc::before {
	background-image: url(../images/appeal-icon01.png);
}
.white-box.appeal ul.cols3 li.history::before,.white-box.appeal ul.cols2 li.history::before {
	background-image: url(../images/appeal-icon02.png);
}
.white-box.appeal ul.cols3 li.paper::before {
	background-image: url(../images/appeal-icon03.png);
}
.white-box.appeal ul.cols3 li h4,.white-box.appeal ul.cols2 li h4 {
	position: relative;
	text-align: center;
	padding: 1.25rem 0;
	margin: 0 auto 1.25rem auto;
	color: #FFFF00;
	font-size: 1.625rem;
	line-height: 1.1;
	letter-spacing: 0.07em;
}
.white-box.appeal ul.cols3 li h4::before,.white-box.appeal ul.cols2 li h4::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 40px;
	height: 1px;
	background-color: #FFFF00;
}
.white-box.appeal ul.cols3 li p,.white-box.appeal ul.cols2 li p {
	font-size: 0.9375rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
}
.white-box.appeal ul.cols2 {
	padding-top: 2rem;
}
.white-box.appeal ul.cols2 li {
	width: 46%;
	margin: 0 2%;
	padding: 100px 25px 20px 25px;
}
.white-box.appeal .inner-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.white-box.appeal .inner-flex .appeal-title {
	width: 35%;
}
.white-box.appeal .inner-flex .point {
	width: 57%;
	margin: 0 5% 0 3%;
}
.white-box.works {
	padding-top: 4rem;
}
.works-cont {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5rem 0 8rem 0;
}
.works-cont .left {
	margin: 0 4%;
	width: 45%;
}
.works-cont .right {
	margin: -10rem 4% 0 4%;
	width: 39%;
}
.works-cont h4 {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}
ul.cols2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
ul.cols2 li {
	width: 48%;
	margin: 0 1% .75rem 1%;
}
.btn-corp {
	display: flex;
	justify-content: flex-end;
	padding: 3rem 0 0 0;
}
.btn-corp a {
	font-size: 1.125rem;
	color: #FFF;
	font-weight: 500;
	background-color: #FF9810;
	display: block;
	text-decoration: none;
	border-radius: 50vh;
	max-width: 310px;
	width: 88%;
	line-height: 1;
	padding: 1rem 2rem;
	position: relative;
}
.btn-corp a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	top: 20px;
	right: 18px;
	transform: rotate(-45deg);
}
.btn-entry {
    margin: 0 auto;
    padding: 0 0 3rem 0;
    width: 90%;
    max-width: 400px;
}
.btn-entry a {
	font-size: 1.25rem;
	color: #FFF;
	font-weight: 500;
	background-color: #DD0411;
	display: block;
	text-decoration: none;
	border-radius: 50vh;
	line-height: 1;
	padding: 1.5rem 2rem;
	position: relative;
}
.btn-entry a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	top: 30px;
	right: 18px;
	transform: rotate(-45deg);
}
.benefits-wrap {
	background-color: #FFF8EE;
	padding: 5rem 0;
}
.benefits-head {
	display: flex;
	align-items: flex-end;
}
.benefits-head .htx {
	margin-left: 4.8rem;
}
.benefits-head .htx p {
	color: #000;
	font-weight: 400;
}
.benefits-title p.en {
	padding-bottom: 0.5rem;
}
.benefits-wrap ul.cols4 {
	max-width: 1480px;
	margin: 0 auto;
	list-style-type: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5rem 0 3rem 0;
}
.benefits-wrap ul.cols4 li {
	width: 23%;
	margin: 0 1% 2.25rem 1%;
	border: 5px solid #EF503A;
	border-radius: 10px;
	background-color: #FFF;
	position: relative;
	padding: 155px 16px 45px 16px;
	position: relative;
}
.benefits-wrap ul.cols4 li::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
	content: '';
	width: 80px;
	height: 70px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.benefits-wrap ul.cols4 li:nth-child(1)::before {
	background-image: url(../images/benefits-icon01.png);
}
.benefits-wrap ul.cols4 li:nth-child(2)::before {
	background-image: url(../images/benefits-icon02.png);
}
.benefits-wrap ul.cols4 li:nth-child(3)::before {
	background-image: url(../images/benefits-icon03.png);
}
.benefits-wrap ul.cols4 li:nth-child(4)::before {
	background-image: url(../images/benefits-icon04.png);
}
.benefits-wrap ul.cols4 li:nth-child(5)::before {
	background-image: url(../images/benefits-icon05.png);
}
.benefits-wrap ul.cols4 li:nth-child(6)::before {
	background-image: url(../images/benefits-icon06.png);
}
.benefits-wrap ul.cols4 li:nth-child(7)::before {
	background-image: url(../images/benefits-icon07.png);
}
.benefits-wrap ul.cols4 li:nth-child(8)::before {
	background-image: url(../images/benefits-icon08.png);
}
.benefits-wrap ul.cols4 li:nth-child(9)::before {
	background-image: url(../images/benefits-icon09.png);
}
.benefits-wrap ul.cols4 li:nth-child(10)::before {
	background-image: url(../images/benefits-icon10.png);
}
.benefits-wrap ul.cols4 li h4 {
	text-align: center;
	color: #E51F0A;
	font-size: 1.625rem;
	line-height: 1.1;
	padding-bottom: .5rem;
}
.benefits-wrap ul.cols4 li h4 .fs-s {
	font-size: 1.25rem;
}
.benefits-wrap ul.cols4 li p {
	font-size: 0.9375rem;
	padding-bottom: 0;
	text-align: center;
}
.top-bottom {
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0;
	position: relative;
}
.top-bottom::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	background-color: #FF9810;
}
.top-bottom::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	background-color: #FFD112;
}
.top-bottom .tb-wrap {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 3;
	position: relative;
}
.tb-wrap .youkou {
	width: 50%;
	background-color: #FF9810;
	color: #FFF;
}
.tb-wrap .youkou p {
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
	padding-bottom: 3.5rem;
}
.link a {
	font-size: 3rem;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	color: #FFF;
	line-height: 1;
	padding-left: 2rem;
	position: relative;
	margin-right: 2rem;
}
.link a::before {
	width: 12px;
	height: 12px;
	content: '';
	border: 0;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	position: absolute;
	transform: rotate(-45deg);
	left: 0;
	top: 45%;
}
.tb-wrap .contact {
	width: 50%;
	background-color: #FFD112;
}
.tb-wrap .contact h5 {
	font-size: 1.625rem;
	text-align: center;
	position: relative;
	line-height: 1.25;
	padding-bottom: 1.5rem;
	margin: 0 auto 1.5rem auto;
}
.tb-wrap .contact h5::before {
	width: 80px;
	height: 1px;
	background-color: #E5581A;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	margin: auto;
}
.tb-wrap .contact table {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	border: none;
	border-collapse: separate;
	border-spacing: 0 12px;
}
.tb-wrap .contact table th,.tb-wrap .contact table td {
	font-size: 1.125rem;
	border: none;
	text-align: left;
	padding: .25rem 1rem;
}
.tb-wrap .contact table td {
	padding-left: 1.5rem;
}
.tb-wrap .contact table th {
	background-color: #FFF;
	text-align: center;
	color: #E5581A;
	font-weight: 500;
	width: 20%;
}
.cr {
	font-size: .8rem;
	text-align: center;
	line-height: 1.25;
	padding: .5rem 1rem;
}
.fade-in {
  opacity: 0;
  transform: translate(0px,100px);
  transition: opacity 1.5s, transform 1.5s;
}
.fade-in.active {
  opacity: 1;
  transform: translate(0,0);
  z-index: 11;
}
.sub-wrap .inner {
	padding: 5rem 1rem;
	max-width: 1600px;
	margin: 0 auto;
}
.hissu {
	background-color: #E53B2F;
	color: #FFF;
	font-size: 13px;
	display: inline-block;
	line-height: 1;
	padding: 2px 6px;
	margin-left: 20px;
}
input[type="text"],textarea {
	width: 98%;
	margin: auto;
	border: 1px solid #CCC;
	padding: 6px;
	font-size: 1.125rem;
}
.form-btn {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.form-btn input[type="submit"],.form-btn input[type="reset"] ,.form-btn input[type="button"]{
	padding: 8px 20px;
	letter-spacing: 0.06em;
	margin: 0 15px 15px 15px;
	font-size: 1.125rem;
}
td.sei label {
	margin-right: 2rem;
}
td.sei label:last-child {
	margin-right: 0;
}
table.form {
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	width: 92%;
	max-width: 1200px;
}
table.form tr:nth-child(2n) {
	background-color: #FFF8EE;
}
table.form th,table.form td {
	padding: 1.25rem;
	text-align: left;
	font-size: 1.25rem;
}
table.form th {
	font-weight: 500;
	width: 25%;
}
table.form td p.fs-s {
	font-size: 1rem;
	padding-bottom: .5rem;
}
.policy-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 1.5rem 3rem 1.5rem;
	text-align: left;
}
.policy-area h2 {
	border-bottom: 5px solid #AAA;
	padding: .5rem 0;
	margin: 0 auto 1.25rem auto;
	font-size: 1.75rem;
}
.policy-area dl {
	margin: 0 auto;
	padding: 0;
}
.policy-area dl dt {
	font-weight: 700;
	padding: 1rem 0 .25rem 0;
	padding-left: 1.25rem;
	position: relative;
}
.policy-area dl dt::before {
	position: absolute;
	left: 0;
	top: 35px;
	content: '';
	width: 12px;
	height: 2px;
	background-color: #CCC;
}
.policy-area dl dd {
	border-bottom: 1px dotted #666;
	line-height: 1.5;
	padding-bottom:  1.25rem;
}
.sub-wrap.rec h2 {
	max-width: 1280px;
	margin: 0 auto 3.5rem auto;
	background-color: #FFE91F;
	border-radius: 5px;
	padding: 1.25rem 1.5rem;
	font-size: 2rem;
}
.sub-wrap.rec h3 {
	max-width: 1200px;
	margin: 0 auto;
	border-left: 5px solid #FF6712;
	padding-left: 1.25rem;
    font-size: 1.75rem;
}
table.ta-y {
	border-collapse: collapse;
	border: 1px solid #CCC;
    border-width: 1px 1px 0 0;
	margin: 2.5rem auto 10rem auto;
	width: 96%;
	max-width: 1150px;
}
.sub-wrap .inner table.ta-y:last-of-type {
	margin-bottom: 5rem;
}
table.ta-y th,table.ta-y td {
    border: 1px solid #CCC;
    border-width: 0 0 1px 1px;
    padding: 1.25rem 1rem;
    text-align: left;
    font-size: 17px;
    line-height: 1.5;
}
table.ta-y th {
    width: 28%;
    background-color: #FFF8EE;
}
table.ta-y td p {
    padding-bottom: .75rem;
    font-size: 17px;
}
table.ta-y td p:last-child {
    padding-bottom: 0;
}
@media print{
	.site-header.fixed {
		position: relative;
	}
}
@media screen and (min-width:1241px){
	.site-header {
		border-bottom: none;
	}
	.site-header-main .logo {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 35%;
		margin: 0;
		padding-left: 10px;
	}
	.site-header-main .main-nav {
		width: 65%;
	}
	.htx {
		font-size: 1rem;
	}
    html {
        scroll-padding-top: 80px;
    }
}
@media screen and (max-width:1320px){
	.head-main .tx h2 {
		font-size: 3.25rem;
	}
	.head-main .tx h2, .head-main .tx p {
		margin-left: 0;
		padding: 0 0 0 5%;
		width: 85%;
	}
	.white-box.wave::before {
		background-position: center bottom;
	}
	.message-box .tx01 {
		width: 25%;
	}
	.message-box .tx02 {
		width: 55%;
	}
	.message-box .tx02 p {
		font-size: 1.75rem;
	}
	.interview-cont .interview-box:nth-child(2n) {
		margin-bottom: 10rem;
	}
	.works-cont .right {
		width: 43%;
		margin-left: 0;
	}
	.white-box.appeal ul.cols3 li:nth-child(3) h4 .txbr {
		display: inline-block;
		width: 100%;
	}
	.appeal-title, .works-title, .benefits-title,.subp-title {
		padding: 2rem;
	}
	.benefits-head {
		flex-wrap: wrap;
	}
	.benefits-title, .benefits-head .htx {
		width: 100%;
	}
	.benefits-head .htx {
		margin-left: 0;
		padding: 2rem 2.5rem;
	}
	.benefits-wrap ul.cols4 {
		padding-top: 1rem;
	}
}
@media screen and (max-width:1024px){
	.head-main .tx p.en {
		padding-bottom: 1rem;
		font-size: 1.5rem;
	}
	.head-main .tx h2 {
		line-height: 1.5;
		font-size: 2.5rem;
	}
	.head-main .tx p {
		font-size: 1rem;
		line-height: 1.7;
	}
	#message .inner {
		padding: 5.5rem 1.5rem;
	}
	#message .inner .message-box::after {
		width: 320px;
		height: 350px;
		top: -5rem;
	}
	.message-box .tx02 p {
		font-size: 1.375rem;
	}
	.message-box h3 {
		font-size: 2.25rem;
		padding-bottom: .5rem;
	}
	.message-box .tx01 p {
		font-size: 1rem;
	}
	.interview-title-area {
		padding-bottom: 2rem;
	}
	.interview-cont .interview-box {
		margin-bottom: 8rem;
	}
	.interview-cont .interview-box .image {
		position: static;
		width: 75%;
		margin: 0 auto 2.5rem auto;
		max-width: 520px;
	}
	.interview-cont .interview-box .image img,.interview-cont .interview-box:nth-child(2n) .image img {
		border-radius: 40px;
	}
	.interview-cont .interview-box .tx {
		width: 90%;
		margin: 0 auto;
		padding: 3rem 3.5rem;
	}
	.interview-cont .interview-box:nth-child(2n) {
		flex-flow: column;
	}
	.white-box.appeal ul.cols3 li:nth-child(2) h4 .txbr {
		display: inline-block;
		width: 100%;
	}
	.benefits-wrap ul.cols4 {
		padding: 1rem;
	}
	.benefits-wrap ul.cols4 li {
		width: 46%;
		margin: 0 2% 2rem 2%;
		padding: 100px 1rem 1.5rem 1rem;
	}
	.benefits-wrap ul.cols4 li::before {
		width: 60px;
		height: 53px;
		top: 25px;
	}
	.tb-wrap .contact table th,.tb-wrap .contact table td {
		line-height: 1.375;
	}
	.tb-wrap .contact table th {
		width: 25%;
	}
	.tb-wrap .contact table td span.add {
		display: inline-block;
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.head-main .tx {
		position: relative;
		width: 100%;
		clip-path: initial;
		padding: 1rem;
	}
	.head-main .tx h2, .head-main .tx p {
		padding-left: 0;
		width: 100%;
		max-width: initial;
		text-align: center;
	}
	.head-main .tx h2 {
		font-size: 2rem;
	}
	.head-main .tx p.en {
		font-size: 1.25rem;
	}
	.head-main .tx p {
		word-break: auto-phrase;
	}
	.head-main .tx p .txbr {
		display: inline-block;
		width: 100%;
	}
	.head-main .image {
		width: 100%;
		margin: 0;
	}
	#message .inner {
		padding: 3.5rem 1.5rem;
	}
	#message .inner .message-box::after {
		top: -4rem;
		width: 270px;
		height: 300px;
	}
	.message-box .tx02 p {
		font-size: 1.125rem;
	}
	.interview-title-area::before {
		width: 220px;
		height: 280px;
	}
	.interview-title-area {
		justify-content: center;
	}
	.interview-title {
		max-width: initial;
		padding: 0 1rem;
	}
	.interview-title h3, .interview-title p.en {
		text-align: center;
	}
	.interview-title h3, .appeal-title h3, .works-title h3, .benefits-title h3,.subp-title h1 {
		font-size: 2.25rem;
	}
	.interview-title p.en, .appeal-title p.en, .works-title p.en, .benefits-title p.en,.subp-title p.en {
		padding-bottom: 1rem;
		font-size: 1.5rem;
	}
	.white-box.appeal::before {
		width: 220px;
		height: 300px;
	}
	.white-box.appeal ul.cols3 {
		max-width: 620px;
	}
	.white-box.appeal ul.cols3 li {
		width: 92%;
		margin: 0 4% 1.5rem 4%;
	}
	.white-box.appeal ul.cols3 li:nth-child(2) h4 .txbr,.white-box.appeal ul.cols3 li:nth-child(3) h4 .txbr {
		display: inline;
	}
	.works-cont .left {
		width: 100%;
	}
	.works-cont .right {
		width: 100%;
		margin: 1.5rem auto 0 auto;
		padding: 0 4%;
	}
	.tb-wrap .youkou, .tb-wrap .contact {
		width: 100%;
		padding: 3rem 0;
	}
	.top-bottom {
		padding: 0;
	}
	.top-bottom::before,.top-bottom::after {
		display: none;
	}
	.tb-wrap .youkou p {
		padding-bottom: 1.5rem;
	}
	table.form th {
		width: 100%;
		display: block;
		padding: .5rem;
		background-color: #FFF8EE;
	}
	table.form td {
		width: 100%;
		display: block;
		padding: 1rem .5rem;
	}
	table.form tr:nth-child(2n) {
		background-color: transparent;
	}
    table.ta-y th, table.ta-y td {
        width: 100% !important;
        display: block;
    }
}
@media screen and (max-width:640px){
	.form-btn input[type="submit"], .form-btn input[type="reset"], .form-btn input[type="button"] {
		margin: 0 10px 15px 10px;
	}
	.form-btn {
		padding-top: 0;
	}
	.policy-area h2 {
		font-size: 1.25rem;
	}
    .head-main .tx p .txbr02 {
        display: inline-block;
        width: 100%;
    }
    .head-main .tx p {
        font-size: .9rem;
        line-height: 1.5;
    }
    .interview-cont .interview-box .tx {
        padding: 3rem 2.5rem;
    }
    .white-box.appeal ul.cols3 {
        padding: 3.5rem 0;
    }
    .white-box.appeal ul.cols3 li::before, .white-box.appeal ul.cols2 li::before {
        width: 55px;
        height: 48px;
        top: 20px;
    }
    .white-box.appeal ul.cols3 li {
        padding: 65px 25px 10px 25px;
    }
    .white-box.appeal ul.cols3 li h4, .white-box.appeal ul.cols2 li h4 {
        padding: 1rem 0;
        font-size: 1.375rem;
    }
}
@media screen and (max-width:480px){
    .message-box .tx01 {
        width: 100%;
        margin: 0 auto;
    }
    .message-box .tx02 {
        width: 100%;
        padding-top: 2rem;
    }
    .message-box .tx02 p {
        text-align: center;
    }
    .message-box h3,.message-box .tx01 p {
        text-align: center;
    }
    .message-box .tx01::before {
        right: 0;
        margin: auto;
        width: 80px;
    }
    #message .inner .message-box::after {
        right: 0;
        left: 0;
        margin: auto;
        top: -2rem;
    }
    #message .inner {
        padding-bottom: 1.5rem;
    }
    .interview-cont .interview-box .tx h4 {
        font-size: 1.75rem;
    }
    .appeal-title, .works-title, .benefits-title, .subp-title {
        padding: 2rem 1rem;
    }
    .white-box.wave::before {
        top: -135px;
    }
    .appeal-title::before, .works-title::before, .benefits-title::before, .subp-title::before {
        width: 45%;
    }
    .white-box.works {
        padding-top: 2rem;
    }
    .link a {
        font-size: 2.5rem;
    }
}
@media screen and (max-width:380px){
    p {
        font-size: 1rem;
    }
    .message-box .tx02 p {
        font-size: 1rem;
    }
    .interview-title-area::before {
        width: 45%;
        height: 100%;
    }
    .interview-title h3, .appeal-title h3, .works-title h3, .benefits-title h3, .subp-title h1 {
        font-size: 2rem;
    }
    .interview-cont .interview-box .tx {
        padding: 2rem 1.25rem;
    }
    .interview-cont .interview-box .tx h4 {
        font-size: 1.5rem;
    }
    .white-box.appeal::before {
        width: 50%;
        height: 100%;
    }
    .white-box.appeal ul.cols3 li {
        padding: 65px 15px 10px 15px;
    }
    .works-cont {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .works-cont h4 {
        font-size: 1.5rem;
    }
    .btn-corp {
        justify-content: center;
    }
    .btn-corp a {
        font-size: 1rem;
    }
    .benefits-wrap {
        padding: 3rem 0;
    }
    .benefits-head .htx {
        padding: 1.5rem 1rem;
        line-height: 1.5;
    }
    .benefits-wrap ul.cols4 li {
        width: 96%;
        padding: 68px .5rem 1rem .5rem;
    }
    .benefits-wrap ul.cols4 li::before {
        width: 50px;
        height: 42px;
        top: 15px;
    }
    .benefits-wrap ul.cols4 li h4 {
        font-size: 1.375rem;
    }
    .benefits-wrap ul.cols4 li h4 .fs-s {
        font-size: 1rem;
    }
    .benefits-wrap ul.cols4 li p {
        line-height: 1.5;
    }
    .tb-wrap .contact h5 {
        font-size: 1.375rem;
    }
    .tb-wrap .contact table th {
        width: 32%;
    }
}
