@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin: 0 auto 44px;
	padding: 101px 0 80px;
	width: calc(100% - 100px);
	max-width: 1920px;
	min-height: 620px;
	position: relative;
	box-sizing: border-box;
	border-radius: 60px 0 60px 0;
	background: url("../img/index/main_bg.jpg") no-repeat center center / cover;
}
#main .mainVisual .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 800px;
}
#main .mainVisual p {
	position: relative;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .mainVisual p .en {
	position: absolute;
	left: -78px;
	top: -75px;
	color: #55BEDC;
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: -0.03em;
	transform: rotate(-15deg);
}
#main .mainVisual p .txt01 {
	position: relative;
	font-size: 6rem;
	line-height: 1;
	color: transparent;
	letter-spacing: 0;
	text-stroke: 2px #3C2D1E;
	-webkit-text-stroke: 2px #3C2D1E;
	text-fill-color: #fff;
	-webkit-text-fill-color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .mainVisual p .txt02 {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 4.8rem;
	line-height: 1.57;
}
#main .mainVisual p .txt03 {
	font-size: 3.8rem;
}
#main .mainVisual h1 {
	margin: 2px 0 25px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
}
#main .mainVisual .btn01 a {
	padding: 6px 40px 8px 0;
	display: inline-block;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	vertical-align: top;
	border-top: 1px solid #3C2D1E;
	border-bottom: 1px solid #3C2D1E;
	background: url("../img/common/icon04.png") no-repeat right center / 24px auto;
}
#main .mainVisual .btn02 {
	width: 190px;
	right: 0;
	bottom: 0;
}
#main .mainVisual .btn02 a {
	display: block;
}
#main .mainVisual .newsDl {
	padding: 10px 0;
	width: 450px;
	position: absolute;
	left: -50px;
	bottom: 50px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
#main .mainVisual .newsDl dt {
	width: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #3C2D1E;
}
#main .mainVisual .newsDl dd {
	width: calc(100% - 130px);
	display: flex;
	align-items: center;
}
#main .mainVisual .newsDl dd a {
	padding: 9px 30px 9px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
	background: url("../img/common/icon03.png") no-repeat right 19px center / 7px auto;
}
#main .mainVisual .newsDl dd .time {
	width: 95px;
}
#main .mainVisual .newsDl dd .txt {
	width: calc(100% - 100px);
}
#main .about {
	padding-top: 30px;
	position: relative;
}
#main .about::before {
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 86px;
	background: url("../img/index/about_bg02.jpg") repeat left top / 14px auto;
	content: '';
	z-index: -1;
}
#main .about .movieBox {
	margin-bottom: -120px;
}
#main .about .movieBox h3 {
	margin-bottom: 46px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .about .movieBox h3 small {
	margin-bottom: 9px;
	padding: 0 24px;
	display: inline-block;
	color: #3C2D1E;
	font-size: 2rem;
	letter-spacing: 0.039em;
	vertical-align: top;
	background: url("../img/index/line01.png") no-repeat left top calc(50% - 1px) / 12px auto, url("../img/index/line02.png") no-repeat right top calc(50% - 1px) / 12px auto;
}
#main .about .movieBox h3 span {
	min-width: 490px;
	padding: 11px 20px;
	position: relative;
	display: inline-block;
	background-color: #3C2D1E;
	vertical-align: top;
	box-sizing: border-box;
}
#main .about .movieBox h3 span::before, #main .about .movieBox h3 span::after {
	width: 31px;
	height: 65px;
	position: absolute;
	left: -21px;
	bottom: -11px;
	background: url("../img/index/about_bg04.png") no-repeat center center / 100% 100%;
	content: '';
}
#main .about .movieBox h3 span::after {
	left: auto;
	right: -20px;
	background-image: url("../img/index/about_bg03.png");
}
#main .about .movieBox .movie {
	margin: 0 auto;
	width: 700px;
	position: relative;
	padding-bottom: 44.45%;
	height: 0;
	box-sizing: border-box;
}
#main .about .movieBox .movie video {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#main .about .movieBox .movie img {
	width: 100%;
}
#main .about .movieBox .movie .movieCover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: rgba(0, 0, 0,0.4);
	cursor: pointer;
}
#main .about .movieBox .movie .movieCover:hover {
	opacity: 0.7;
}
.pad #main .about .movieBox .movie .movieCover:hover {
	opacity: 1;
}
#main .about .movieBox .movie .movieCover::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	background: url(../img/index/about_bg01.png) no-repeat center center / cover;
	content: '';
}
#main .about .movieBox .movie .movieCover.on {
	opacity: 0;
}
#main .about .movieBox .movie .movieCover.on::before {
	display: none;
}
#main .about .trouble {
	padding: 205px 0 88px;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: url("../img/index/trouble_bg.jpg") no-repeat right bottom/cover;
}
#main .about .trouble h3 {
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	font-size: 3.8rem;
	letter-spacing: 0.07em;
}
#main .about .trouble h3 .large {
	font-size: 5rem;
}
#main .about .trouble h3 .color {
	font-size: 5rem;
	color: #8C6239;
}
#main .about .trouble h3 img {
	width: 159px;
	position: absolute;
	left: -120px;
	top: -15px;
}
#main .about .trouble p {
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .about .trouble p .color {
	color: #8C6239;
	font-weight: bold;
}
#main .about .work {
	padding: 75px 0 98px;
	position: relative;
	text-align: center;
	z-index: 3;
	background: #FA6E82 url("../img/index/work_bg02.jpg") no-repeat center top/cover;
}
#main .about .work .photo {
	margin-left: -8px;
	position: absolute;
	left: 50%;
	top: -30px;
	width: 1404px;
	transform: translateX(-50%);
}
#main .about .work:before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 189px;
	height: 50px;
	background: url("../img/index/arrow01.png") no-repeat left top/189px auto;
	content: "";
}
#main .about .work:after {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	width: 189px;
	height: 50px;
	background: url("../img/index/arrow02.png") no-repeat left top/189px auto;
	content: "";
}
#main .about .work .comBox {
	position: relative;
	z-index: 1;
}
#main .about .work h3 {
	margin-bottom: 38px;
	color: #fff;
	font-size: 3.8rem;
}
#main .about .work h3 .large {
	display: block;
	font-size: 5rem;
	line-height: 1.2;
}
#main .about .work h3 .en {
	margin-bottom: 15px;
	display: block;
	color: #FFFFA0;
	font-size: 4.2rem;
}
#main .about .work p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#main .about .work p .color {
	color: #FFFFA0;
	font-weight: bold;
}
#main .about .topBox {
	position: relative;
	background: url("../img/index/top_box_bg.png") repeat left top/10px auto;
	z-index: 2;
}
#main .about .topBox .comBox {
	padding: 114px 20px 0;
	max-width: 1000px;
	background-color: #fff;
}
#main .about .topBox .title {
	margin-bottom: 30px;
	color: #55BEDC;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.017em;
	text-align: center;
}
#main .about .topBox .title .txt01 {
	font-size: 5rem;
	text-stroke: 1px #55BEDC;
	-webkit-text-stroke: 1px #55BEDC;
	color: transparent;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .about .topBox .textImg {
	margin: 0 44px 22px 54px;
	padding-bottom: 60px;
	background: url("../img/index/arrow03.png") no-repeat center bottom/95px auto;
}
#main .about .topBox .title02 {
	margin-bottom: 40px;
}
#main .about .topBox .title02 > span {
	display: inline-block;
	font-size: 4rem;
	line-height: 1;
	border-bottom: 10px solid #FFFFA0;
}
#main .about .topBox .title02 .large {
	font-size: 5rem;
}
#main .about .topBox .btnBox {
	display: flex;
}
#main .about .topBox .btnBox .photo01 {
	margin: 17px 2.2% 0 5%;
	width: 222px;
}
#main .about .topBox .btnBox .photo02 {
	margin: 18px 0 0 2.2%;
	width: 222px;
}
#main .about .topBox .btnBox .comBtnList {
	display: block;
	width: 380px;
}
#main .about .topBox .btnBox .comBtnList li {
	margin-top: 40px;
	width: auto;
}
#main .about .bgBox h3 {
	margin-bottom: 130px;
	font-size: 5rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .about .bgBox h3 span {
	color: #55BEDC;
	font-size: 10rem;
	font-weight: 400;
	vertical-align: -3px;
}
#main .about .bgBox {
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
#main .about .bgBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/index/about_bg06.jpg") repeat left top / 14px auto;
	content: '';
	mix-blend-mode: multiply;
	z-index: 3;
}
#main .about .bgBox::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 189px;
	height: 51px;
	content: "";
	z-index: 3;
	background: url("../img/index/arrow04.png") no-repeat left top/189px auto;
}
#main .about .bgBox .comBox {
	position: relative;
	z-index: 4;
}
#main .about .bgBox .area {
	padding: 95px 0 75px;
	position: relative;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-color: #F2F2F2;
}
#main .about .bgBox .area::after {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: -100px;
	background: url("../img/index/about_bg07.png") no-repeat center center / 100% 100%;
	content: '';
	z-index: 2;
}
#main .about .bgBox h4 {
	margin-bottom: 50px;
	padding-left: 50px;
	position: relative;
	color: #55BEDC;
	font-size: 3.4rem;
	line-height: 1.47;
}
#main .about .bgBox h4 .en {
	display: block;
	position: absolute;
	left: -75px;
	top: -100px;
	color: #3C2D1E;
	font-size: 5rem;
	line-height: 1.41;
	letter-spacing: -0.03em;
	transform: rotate(-20deg);
}
#main .about .bgBox h4 .txt01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .about .bgBox h4 .num {
	margin-top: 5px;
	padding: 0 0 3px 2px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #55BEDC;
	content: '';
}
#main .about .bgBox h4 .txt02 {
	width: calc(100% - 48px);
	letter-spacing: 0.02em;
}
#main .about .bgBox .area .imgBox {
	margin: 0 50px 65px;
	display: flex;
	justify-content: space-between;
}
#main .about .bgBox .area .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .about .bgBox .area .imgBox .textBox {
	width: 57.5%;
}
#main .about .bgBox .area .imgBox h5 {
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #55BEDC;
}
#main .about .bgBox .area .imgBox h5 span {
	margin-bottom: 13px;
	padding: 4px 10px;
	min-width: 240px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 40px;
	vertical-align: top;
	box-sizing: border-box;
	background-color: #3C2D1E;
}
.pad #main .about .bgBox .area .imgBox h5 span {
	padding: 3px 10px 5px;
}
#main .about .bgBox .area .imgBox p {
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .about .bgBox .area .imgBox .photoBox {
	width: 37.5%;
}
#main .about .bgBox .area .imgBox .photoBox img {
	border-radius: 40px 0 40px 0;
}
#main .about .bgBox .area01 {
	padding: 220px 0 75px;
	background-color: #EAEA57;
}
#main .about .bgBox .area01::after {
	background-image: url("../img/index/about_bg08.png");
}
#main .about .bgBox .area01 .imgBox {
	margin-bottom: 80px;
}
#main .about .bgBox .area01 .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .about .bgBox .area01 .imgBox h5 {
	font-feature-settings: 'palt';
}
#main .about .bgBox .area02 {
	padding-bottom: 55px;
	background-color: #DCFCFF;
}
#main .about .bgBox .area02::after {
	background-image: url("../img/index/about_bg09.png");
}
#main .about .bgBox .area02 .imgBox {
	margin-bottom: 55px;
}
#main .business {
	padding: 256px 20px 124px;
}
#main .business .borBox {
	padding: 0 49px;
	position: relative;
	border: 1px solid #3C2D1E;
}
#main .business .borBox:after {
	position: absolute;
	right: 70px;
	bottom: -1px;
	width: 153px;
	height: 1px;
	background-color: #fff;
	content: "";
}
#main .business .borBox h2 {
	margin-bottom: -55px;
	font-size: 3.4rem;
	line-height: 1.7;
	text-align: center;
	transform: translateY(-90px);
}
#main .business .borBox h2 > span {
	display: inline-block;
	background-color: #fff;
}
#main .business .borBox h2 .txt {
	padding: 0 12px;
	display: inline-block;
	position: relative;
	color: #55BEDC;
	font-size: 2.6rem;
	letter-spacing: 0.03em;
}
#main .business .borBox h2 .txt:before, #main .business .borBox h2 .txt:after {
	position: absolute;
	left: 0;
	top: 5px;
	width: 2px;
	height: 35px;
	transform: rotate(-30deg);
	background-color: #55BEDC;
	content: "";
}
#main .business .borBox h2 .txt:after {
	left: auto;
	right: 0;
	transform: rotate(30deg);
}
#main .business .mapBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .business .mapBox .textBox {
	margin-top: 43px;
	width: 50%;
}
#main .business .mapBox .textBox h3 {
	margin-bottom: 20px;
	padding-bottom: 23px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #3C2D1E;
}
#main .business .mapBox .textBox h3 .color {
	display: block;
	color: #55BEDC;
}
#main .business .mapBox .textBox p {
	letter-spacing: 0.1em;
	line-height: 2.1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .business .mapBox .map {
	margin-bottom: -46px;
	width: 45%;
    position: relative;
    z-index: 1;
}
#main .apply {
	padding: 92px 0 80px;
	text-align: center;
	background: url("../img/index/apply_bg.jpg") no-repeat center top/cover;
}
#main .apply .comBox {
	max-width: 840px;
}
#main .apply h2 {
	margin-bottom: 29px;
	display: inline-block;
	padding: 0 20px;
	font-size: 3.4rem;
	line-height: 1;
	position: relative;
}
#main .apply h2:before, #main .apply h2:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 45px;
	border-left: 2px dotted #3C2D1E;
	transform: rotate(-26deg);
	content: "";
}
#main .apply h2:after {
	left: auto;
	right: 0;
	transform: rotate(26deg);
}
#main .apply h2 .large {
	font-size: 4.2rem;
	text-stroke: 2px #3C2D1E;
	-webkit-text-stroke: 2px #3C2D1E;
	color: #fff;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .apply p {
	margin-bottom: 42px;
	font-size: 1.6rem;
	line-height: 2.1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.11em;
}
#main .apply p .color {
	color: #FFFFA0;
	font-weight: bold;
}
#main .apply .comBtnList .tel a {
	background-color: #fff;
}
#main .message {
	padding: 148px 0 80px;
	position: relative;
	z-index: 4;
}
#main .message::after {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: -99px;
	background: url("../img/index/message_bg04.png") no-repeat center center / 100% 100%;
	content: '';
}
#main .message .topBg {
	width: 300px;
	position: absolute;
	right: 0;
	top: -83px;
}
#main .message .imgBox {
	margin-bottom: 69px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#main .message .imgBox .photoBox {
	margin-top: 20px;
	width: 27.78%;
}
#main .message .imgBox .photoBox .pho {
	margin-bottom: 33px;
	position: relative;
}
#main .message .imgBox .photoBox .pho img {
	border-radius: 40px 0 40px 0;
}
#main .message .imgBox .photoBox .pho span {
	display: block;
	position: absolute;
	right: -29px;
	bottom: -25px;
	color: #3C2D1E;
	font-size: 4rem;
	line-height: 1.77;
	letter-spacing: -0.01em;
	transform: rotate(-15deg);
}
#main .message .imgBox .photoBox .txt {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: right;
}
#main .message .imgBox .photoBox .txt span {
	margin-top: -2px;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.1em;
}
#main .message .imgBox .textBox {
	width: 66.67%;
}
#main .message .imgBox .textBox p {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: 0.05em;
	background: url("../img/index/message_bg03.png") repeat left top / 8px auto;
}
#main .message .imgBox .textBox p::after {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #fff;
	content: '';
}
#main .message .imgBox .textBox p span {
	color: #55BEDC;
}
#main .message h3 {
	margin-bottom: 25px;
	color: #55BEDC;
	font-size: 3.4rem;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: center;
	background: url("../img/common/bg01.png") repeat-x left top calc(50% + 3px) / 2px auto;
}
#main .message h3 span {
	padding: 0 5px;
	background-color: #fff;
}
#main .message .textList {
	margin: -33px -16px 0 -17px;
	position: relative;
	padding-bottom: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .message .textList:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100% - 33px);
	transform: translateX(-50%);
	height: 7px;
	background: url("../img/common/bg01.png") repeat-x left bottom/2px auto;
	content: "";
}
#main .message .textList li {
	margin: 33px 16px 0 17px;
	padding: 28px 5px 10px;
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #F2F2F2;
}
#main .message .textList .pho {
	margin-bottom: 8px;
}
#main .message .textList .pho img {
	height: 60px;
}
#main .message .textList p {
	color: #55BEDC;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .coworkers {
	margin-bottom: 151px;
	padding: 110px 0 170px;
	position: relative;
	z-index: 10;
}
#main .coworkers::before {
	width: 100%;
	height: calc(100% - 165px);
	position: absolute;
	left: 0;
	top: 165px;
	background-color: #F2F2F2;
	content: '';
	z-index: -1;
}
#main .coworkers .headLine01 {
	margin-bottom: 21px;
}
#main .coworkers .headLine01 small {
	left: -105px;
	top: -48px;
	font-size: 5.2rem;
}
#main .coworkers h3 {
	margin-bottom: 145px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.032em;
	text-align: center;
}
#main .coworkers h3 span {
	padding: 12px;
	min-width: 490px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background-color: #3C2D1E;
}
#main .coworkers h3 span::before, #main .coworkers h3 span::after {
	width: 32px;
	height: 65px;
	position: absolute;
	left: -20px;
	bottom: -9px;
	background: url("../img/index/about_bg04.png") no-repeat center center / 100% 100%;
	content: '';
}
#main .coworkers h3 span::after {
	left: auto;
	right: -20px;
	background-image: url("../img/index/about_bg03.png");
}
#main .coworkers .imgBox {
	margin-bottom: 50px;
	padding: 50px 0 43px;
	position: relative;
}
#main .coworkers .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .coworkers .imgBox::before {
	width: calc(50% + 150px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 60px 60px 0;
	background-color: #fff;
	content: '';
	z-index: 2;
}
#main .coworkers .imgBox .photoBox {
	width: calc(50% + 350px);
	height: 450px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
#main .coworkers .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}
#main .coworkers .imgBox .textBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
	position: relative;
	z-index: 5;
}
#main .coworkers .imgBox .subBox {
	max-width: 60.5%;
}
#main .coworkers .imgBox h4 {
	margin-bottom: 16px;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .coworkers .imgBox h4 span {
	margin-bottom: 11px;
	padding: 4px 5px;
	min-width: 250px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.012em;
	text-align: center;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #3C2D1E;
	vertical-align: top;
}
#main .coworkers .imgBox .title {
	margin-bottom: 13px;
	color: #55BEDC;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.58;
    letter-spacing: 0.1em;
    text-align: left;
}
#main .coworkers .imgBox p {
	margin-bottom: 30px;
	letter-spacing: 0.12em;
    font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
    text-align: justify;
}
#main .coworkers .imgBox p:last-of-type {
	margin-bottom: 0;
}
#main .coworkers .imgBox p span {
	background: url("../img/index/coworkers_bg01.jpg") repeat-x left bottom / 2px auto;
}
#main .requirements {
	margin-bottom: 145px;
}
#main .requirements .comBox {
	max-width: 840px;
}
#main .requirements .headLine02 {
	margin-bottom: 39px;
	font-size: 4rem;
	letter-spacing: 0.05em;
}
#main .requirements .headLine02 span {
	margin-bottom: -3px;
}
#main .requirements .headLine02 img {
	height: 78px;
}
#main .requirements table {
	margin-bottom: 100px;
	width: 100%;
	border: 1px solid #55BEDC;
	border-radius: 40px;
	box-sizing: border-box;
	border-spacing: 0;
	border-collapse: separate;
	background: url("../img/index/requirements_bg01.jpg") repeat left top / auto 14px;
	overflow: hidden;
}
#main .requirements table th, #main .requirements table td {
	padding: 21px 30px;
	width: 75%;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	vertical-align: middle;
}
#main .requirements table th {
	padding-right: 20px;
	width: 25%;
	color: #55BEDC;
	font-weight: 700;
	border-right: 1px solid #55BEDC;
}
#main .requirements table .tdStyle01 {
	padding: 10px 30px;
}
#main .requirements table tr:nth-of-type(2n) th, #main .requirements table tr:nth-of-type(2n) td {
	background-color: #fff;
}
#main .requirements table .notes {
	display: block;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
#main .requirements table .txtList {
	margin: 9px 0 10px -5px;
	font-size: 0;
}
#main .requirements table .txtList > li {
	width: 46%;
	display: inline-block;
	font-size: 1.6rem;
	box-sizing: border-box;
	vertical-align: top;
}
#main .requirements table .txtList > li:nth-of-type(2n) {
	width: 45%;
}
#main .requirements table .txtList ul li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
#main .requirements .method {
	margin-bottom: 47px;
	text-align: center;
	padding: 45px 0 48px;
	border-top: 1px solid #55BEDC;
	border-bottom: 1px solid #55BEDC;
}
#main .requirements h3 {
	margin-bottom: 7px;
	font-size: 3.4rem;
}
#main .requirements .method p {
	line-height: 2.2;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .requirements .method p span {
	color: #55BEDC;
	font-weight: bold;
}
#main .requirements .flow {
	text-align: center;
}
#main .requirements .flow h3 {
	margin-bottom: 21px;
}
#main .requirements .flow .stepList {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
#main .requirements .flow .stepList li {
	margin-right: 53px;
	position: relative;
	width: 160px;
	height: 160px;
	padding: 30px 5px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 50%;
	box-sizing: border-box;
	background: url("../img/index/requirements_bg01.jpg") repeat left top/14px auto;
}
#main .requirements .flow .stepList li:last-child {
	margin-right: 0;
}
#main .requirements .flow .stepList li:after {
	margin-top: -11px;
	position: absolute;
	width: 43px;
	height: 10px;
	right: -50px;
	top: 50%;
	transform: translateY(50%);
	content: "";
	background: url("../img/index/arrow05.png") no-repeat left top/43px auto;
}
#main .requirements .flow .stepList li:last-child:after {
	display: none;
}
#main .requirements .flow .stepList img {
	display: block;
	margin: 0 auto 8px;
	height: 42px;
}
#main .requirements .flow .stepList .liStyle01 img {
	height: 52px;
}
#main .requirements .flow .notes {
	text-align: left;
}
#main .apply02 {
	background-image: url("../img/index/apply_bg02.jpg");
}
#main .product {
	padding: 149px 0 150px;
	position: relative;
	background-color: #F2F2F2;
	z-index: 2;
}
#main .product .comBox {
	max-width: 840px;
}
#main .product h2 {
	margin-bottom: 70px;
	padding: 2px 0 4px;
	font-size: 4rem;
	line-height: 1.75;
	letter-spacing: -0.03em;
	text-align: center;
	background: url("../img/index/product_bg01.png") repeat-x left top / 1px auto, url("../img/index/product_bg01.png") repeat-x left bottom / 1px auto;
}
#main .product .imgBox {
	margin-bottom: 46px;
	padding-bottom: 39px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3C2D1E;
}
#main .product .imgBox:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#main .product .imgBox .textBox {
	width: 56.25%;
}
#main .product .imgBox h3 {
	margin-bottom: 12px;
	padding-bottom: 9px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #55BEDC;
}
#main .product .imgBox h3 .pho {
	margin-top: 8px;
	width: 45px;
}
#main .product .imgBox h3 .txt {
	width: calc(100% - 55px);
	font-size: 2.6rem;
	line-height: 1.54;
	letter-spacing: 0.1em;
}
#main .product .imgBox h3 small {
	margin-bottom: -5px;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .product .imgBox .text {
	margin-bottom: 13px;
	padding-bottom: 13px;
	font-size: 1.4rem;
	line-height: 1.86;
	letter-spacing: 0.1em;
	border-bottom: 2px dotted #55BEDC;
}
#main .product .imgBox .txtDl {
	display: flex;
	justify-content: space-between;
}
#main .product .imgBox .txtDl dt {
	width: 26px;
}
#main .product .imgBox .txtDl dd {
	width: calc(100% - 35px);
	font-size: 1.4rem;
	line-height: 1.86;
	letter-spacing: 0.1em;
}
#main .product .imgBox .photoBox {
	margin-top: 5px;
	width: 37.5%;
}
#main .product .imgBox .photoBox .pho {
	margin-bottom: 30px;
}
#main .product .imgBox .photoBox .pho img {
	border-radius: 40px 0 40px 0;
}
#main .btmBox {
	padding: 85px 0 101px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: url("../img/index/btm_bg.jpg") no-repeat center center / cover;
}
#main .btmBox h2 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .btmBox h2 span {
	margin-top: -4px;
	display: block;
	font-size: 3rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#main .btmBox .text {
	margin-bottom: 17px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.13;
	letter-spacing: 0.08em;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#main .btmBox .textList {
	margin-top: -30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main .btmBox .textList::before {
	display: none;
}
#main .btmBox .textList li {
	margin-top: 30px;
	width: 100%;
	max-width: none;
	text-align: center;
}
#main .btmBox .textList .ttl {
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
#main .btmBox .textList .ttl .pho {
	margin-top: 0;
	width: 30px;
	align-self: center;
}
#main .btmBox .textList .ttl .pho img {
	height: 30px;
	vertical-align: middle;
}
#main .btmBox .textList .ttl .txt01 {
	width: auto;
}
#main .btmBox .textList .txt {
	margin-bottom: 41px;
	text-align: center;
	color: #fff;
	line-height: 1.87;
	letter-spacing: 0.1em;
}
#main .btmBox .textList .comBtn {
	margin: 0 auto;
}
#main .btmBox .textList .txt a {
	color: #fff;
}
@media (min-width: 897px) and (max-width: 1010px) {
	#main .message .imgBox .photoBox .pho span {
		font-size: 3.6rem;
		right: -10px;
	}
}
@media (min-width: 897px) and (max-width: 1060px) {
	#main .about .bgBox h4 .en {
		left: -20px;
		font-size: 4.5rem;
	}
	#main .message .textList li {
		width: 18vw;
		height: 18vw;
	}
	#main .message .textList p {
		font-size: 1.4vw;
	}
}
@media (min-width: 897px) and (max-width: 1120px) {
	#main .coworkers .imgBox::before {
		width: calc(50% + 50px);
	}
	#main .coworkers .imgBox .subBox {
		max-width: 52%;
	}
	#main .coworkers .imgBox .title {
		font-size: 2.2rem;
	}
}
@media all and (min-width: 897px) {
	#main .mainVisual {
		padding: 11.3vw 0 6.67vw;
		width: 91.67%;
		height: 51.67vw;
		min-height: inherit;
	}
	#main .mainVisual .inner {
		width: 82%;
		max-width: inherit;
	}
	#main .mainVisual h1 {
		margin-bottom: 1.4vw;
	}
	#main .mainVisual p {
		font-size: 2.7vw;
	}
	#main .mainVisual p .txt01 {
		font-size: 5vw;
	}
	#main .mainVisual .btn01 a {
		padding: 0.5vw 3.4vw 0.67vw 0;
		font-size: 1.67vw;
		background-size: 2vw auto;
	}
	#main .mainVisual .newsDl {
		padding: 0.83vw 0;
		width: 37.5vw;
		left: -4.17vw;
		bottom: 4.17vw;
	}
	#main .mainVisual .newsDl dt {
		width: 8.42vw;
		font-size: 1.25vw;
	}
	#main .mainVisual .newsDl dd {
		width: calc(100% - 10.83vw);
	}
	#main .mainVisual .newsDl dd a {
		padding: 0.75vw 2.5vw 0.75vw 0;
		font-size: 1vw;
		background-size: 0.58vw auto;
		background-position: right 1.58vw center;
	}
	#main .mainVisual .newsDl dd .time {
		width: 7.92vw;
	}
	#main .mainVisual .newsDl dd .txt {
		width: calc(100% - 8.33vw);
	}
	#main .mainVisual .btn02 {
		width: 15.83vw;
		position: fixed;
		z-index: 98;
	}
}
@media all and (min-width: 2095px) {
	#main .mainVisual {
		max-width: 1920px;
		max-height: 1082px;
		padding: 321px 0 140px;
	}
	#main .mainVisual .inner {
		width: 82%;
		max-width: inherit;
	}
	#main .mainVisual p {
		margin-bottom: 52px;
		font-size: 8rem;
	}
	#main .mainVisual p .en {
		font-size: 8.7rem;
	}
	#main .mainVisual p img {
		width: 62.63%;
	}
	#main .mainVisual p .txt01 {
		font-size: 5.33vw;
		vertical-align: 0.25vw;
	}
	#main .mainVisual p .txt01 b::after {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	#main .mainVisual p .txt02 {
		max-width: 500px;
	}
	#main .mainVisual .btn01 {
		margin-left: 87px;
	}
	#main .mainVisual .btn01 a {
		padding: 10px 78px 14px 0;
		font-size: 2.5rem;
		background-size: 42px auto;
		background-position: right 1px center;
	}
	#main .mainVisual .newsDl {
		padding: 17px 0;
		width: 785px;
		left: -87px;
		bottom: 87px;
	}
	#main .mainVisual .newsDl dt {
		width: 176px;
		font-size: 2.6rem;
	}
	#main .mainVisual .newsDl dd {
		width: calc(100% - 227px);
	}
	#main .mainVisual .newsDl dd a {
		padding: 16px 52px 16px 0;
		font-size: 2.1rem;
		background-size: 12px auto;
		background-position: right 33px center;
	}
	#main .mainVisual .newsDl dd .time {
		width: 166px;
	}
	#main .mainVisual .newsDl dd .txt {
		width: calc(100% - 174px);
	}
	#main .mainVisual .btn02 {
		width: 331px;
		right: 0;
		bottom: 0;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin: 0 auto 116px;
		padding: 65px 0 80px;
		width: calc(100% - 40px);
		max-width: inherit;
		min-height: 570px;
		background-image: url("../img/index/sp_main_bg.jpg");
	}
	#main .mainVisual .inner {
		margin: 0 15px 0 20px;
		padding: 0;
		max-width: inherit;
	}
	#main .mainVisual p {
		margin: 0 -10px 13px 0;
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
	#main .mainVisual p .en {
		font-size: 2.6rem;
		top: -44px;
		left: -35px;
		transform: rotate(-10deg);
	}
	#main .mainVisual p img {
		width: 100%;
		max-width: 249px;
	}
	#main .mainVisual p .txt01 {
		display: inline-block;
		margin-bottom: 5px;
		font-size: 3.2rem;
		line-height: 1;
	}
	#main .mainVisual p .txt01::after {
		display: none;
	}
	#main .mainVisual p .txt02 {
		font-size: 3.2rem;
	}
	#main .mainVisual p .txt03 {
		font-size: 2.6rem;
	}
	#main .mainVisual h1 {
		margin-bottom: 15px;
		letter-spacing: 0.17em;
		line-height: 1.6;
	}
	#main .mainVisual .btn01 {
		max-width: 120px;
	}
	#main .mainVisual .btn01 a {
		padding: 7px 0 8px 0;
		font-size: 1.8rem;
		line-height: 1.56;
		letter-spacing: 0.1em;
		background-position: right 10px bottom 9px;
		background-size: 21px auto;
	}
	#main .mainVisual .newsDl {
		padding: 0;
		width: 100%;
		left: 0;
		bottom: -70px;
	}
	#main .mainVisual .newsDl dt {
		width: 83px;
		font-size: 1.5rem;
	}
	#main .mainVisual .newsDl dd {
		width: calc(100% - 102px);
	}
	#main .mainVisual .newsDl dd a {
		padding: 0 30px 0 0;
		display: block;
	}
	#main .mainVisual .newsDl dd .time {
		margin-bottom: -1px;
		width: auto;
		display: block;
	}
	#main .mainVisual .newsDl dd .txt {
		width: auto;
		display: block;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#main .about::before {
		height: 400px;
		top: 54px;
	}
	#main .about .movieBox {
		margin-bottom: -50px;
	}
	#main .about .movieBox h3 {
		margin-bottom: 41px;
		padding: 0 20px;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .about .movieBox h3 small {
		margin-bottom: 12px;
		padding: 0 22px;
		font-size: 1.8rem;
		background-size: 10px auto, 10px auto;
	}
	#main .about .movieBox h3 span {
		padding: 12px 25px 13px;
		min-width: inherit;
	}
	#main .about .movieBox h3 span::before, #main .about .movieBox h3 span::after {
		height: 55px;
	}
	#main .about .movieBox .movie {
		width: auto;
		padding-bottom: 56.45%;
	}
	#main .about .movieBox .movie .movieCover:hover {
		opacity: 1;
	}
	#main .about .movieBox .movie .movieCover.on:hover {
		opacity: 0;
	}
	#main .about .movieBox .movie img {
		width: 100%;
	}
	#main .about .trouble {
		padding: 165px 0 88px;
		background-image: url("../img/index/sp_trouble_bg.jpg");
	}
	#main .about .trouble h3 {
		margin-bottom: 32px;
		font-size: 2.8rem;
		line-height: 1.35;
		letter-spacing: 0.07em;
	}
	#main .about .trouble h3 .large {
		font-size: 4rem;
	}
	#main .about .trouble h3 .color {
		font-size: 4rem;
	}
	#main .about .trouble h3 img {
		width: 159px;
		left: -42px;
		top: -52px;
	}
	#main .about .trouble p {
		font-size: 1.5rem;
		line-height: 2.3;
		text-align: justify;
	}
	#main .about .work {
		padding: 44% 0 58px;
		background-image: url("../img/index/sp_work_bg02.jpg");
	}
	#main .about .work .photo {
		margin-left: 0;
		left: 0;
		top: 0;
		width: 100%;
		transform: translateX(0);
	}
	#main .about .work .photo img {
		width: 100%;
	}
	#main .about .work .comBox {
		max-width: 600px;
	}
	#main .about .work h3 {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	#main .about .work h3 .large {
		margin-top: -3px;
		font-size: 3rem;
		line-height: 1.4;
	}
	#main .about .work h3 .en {
		margin-bottom: 10px;
		font-size: 2.6rem;
	}
	#main .about .work p {
		font-size: 1.5rem;
		line-height: 2.3;
		text-align: justify;
	}
	#main .about .topBox {
		margin-bottom: -30px;
		position: relative;
		background-image: url("../img/index/sp_about_bg05.png");
		background-size: 150px auto;
		background-position: right bottom 91px;
		z-index: 2;
		overflow: hidden;
	}
	#main .about .topBox .comBox {
		padding: 90px 20px 0;
	}
	#main .about .topBox .title {
		margin-bottom: 28px;
		font-size: 2.8rem;
		line-height: 1.5;
		border-bottom: none;
	}
	#main .about .topBox .title .txt01 {
		margin-top: 7px;
		display: inline-block;
		font-size: 3.6rem;
		line-height: 1;
	}
	#main .about .topBox .textImg {
		padding-bottom: 2px;
		margin: 0 -18px 31px -37px;
		text-align: center;
	}
	#main .about .topBox .title02 {
		margin-bottom: 38px;
		line-height: 1.4;
	}
	#main .about .topBox .title02 > span {
		display: inline;
		font-size: 2.8rem;
		border-bottom: none;
		background: url("../img/index/line.png") repeat-x left bottom/auto 10px;
	}
	#main .about .topBox .title02 .large {
		font-size: 3.6rem;
	}
	#main .about .topBox .btnBox {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .about .topBox .btnBox .photo01 {
		margin: 0 0 0 -44px;
		width: 158px;
		order: 1;
	}
	#main .about .topBox .btnBox .photo02 {
		margin: 0 -50px 0 0;
		width: 159px;
		order: 2;
	}
	#main .about .topBox .btnBox .comBtnList {
		margin-top: 0;
		width: 100%;
		order: 0;
	}
	#main .about .topBox .btnBox .comBtnList li {
		margin-top: 25px;
	}
	#main .about .bgBox h3 {
		margin-bottom: 86px;
		font-size: 3.2rem;
		line-height: 1.45;
	}
	#main .about .bgBox h3 span {
		margin-right: 8px;
		font-size: 7rem;
		line-height: 1;
		vertical-align: -15px;
	}
	#main .about .bgBox {
		padding-bottom: 50px;
	}
	#main .about .bgBox .area {
		padding: 90px 0 50px;
	}
	#main .about .bgBox .area::after {
		height: 50px;
		bottom: -50px;
	}
	#main .about .bgBox h4 {
		margin-bottom: 39px;
		padding-left: 0;
		font-size: 2.4rem;
		line-height: 1.42;
	}
	#main .about .bgBox h4 .en {
		left: -22px;
		top: -72px;
		font-size: 2.6rem;
		transform: rotate(-10deg);
	}
	#main .about .bgBox h4 .num {
		margin-top: 1px;
		padding-bottom: 2px;
		width: 32px;
		height: 32px;
		font-size: 1.9rem;
		box-sizing: border-box;
	}
	#main .about .bgBox h4 .txt02 {
		width: calc(100% - 40px);
	}
	#main .about .bgBox .area .imgBox {
		margin: 0 0 39px;
		display: block;
	}
	#main .about .bgBox .area .imgBox .textBox {
		margin-bottom: 24px;
		width: auto;
	}
	#main .about .bgBox .area .imgBox h5 {
		line-height: 1.6;
	}
	#main .about .bgBox .area .imgBox h5 span {
		margin-bottom: 11px;
		padding: 3px 10px 5px;
		letter-spacing: 0.1em;
	}
	#main .about .bgBox .area .imgBox .photoBox {
		width: auto;
	}
	#main .about .bgBox .area .imgBox .photoBox img {
		width: 100%;
	}
	#main .about .bgBox .area01 {
		padding: 150px 0 49px;
	}
	#main .about .bgBox .area01 h4 {
		margin-bottom: 35px;
	}
	#main .about .bgBox .area01 .imgBox {
		margin-bottom: 40px;
	}
	#main .about .bgBox .area01 .imgBox .textBox {
		margin-bottom: 28px;
	}
	#main .about .bgBox .area02 {
		padding-bottom: 50px;
	}
	#main .about .bgBox .area02 .imgBox .textBox {
		margin-bottom: 24px;
	}
	#main .business {
		padding: 132px 20px 89px;
	}
	#main .business .borBox {
		padding: 0 20px;
	}
	#main .business .borBox:after {
		right: 40px;
		width: 120px;
	}
	#main .business .borBox h2 {
		margin-bottom: -20px;
		font-size: 2.4rem;
		line-height: 1.4;
		transform: translateY(-60px);
	}
	#main .business .borBox h2 .txt {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	#main .business .borBox h2 .txt:before, #main .business .borBox h2 .txt:after {
		top: 4px;
		height: 23px;
	}
	#main .business .mapBox {
		display: block;
	}
	#main .business .mapBox .textBox {
		margin: 0 0 8px;
		width: auto;
	}
	#main .business .mapBox .textBox h3 {
		margin-bottom: 11px;
		padding-bottom: 15px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#main .business .mapBox .textBox p {
		line-height: 2.2;
	}
	#main .business .mapBox .map {
		margin: 0 -11px -40px;
		width: auto;
	}
	#main .business .mapBox .map img {
		width: 100%;
	}
	#main .apply {
		padding: 75px 0 65px;
		background-image: url("../img/index/sp_apply_bg.jpg");
	}
	#main .apply .comBox {
		max-width: inherit;
	}
	#main .apply h2 {
		margin-bottom: 32px;
		font-size: 2.4rem;
	}
	#main .apply h2:before, #main .apply h2:after {
		height: 57px;
		top: 10px;
	}
	#main .apply h2 .large {
		margin-bottom: 10px;
		font-size: 3.4rem;
		display: block;
	}
	#main .apply p {
		margin-bottom: 51px;
		font-size: 1.5rem;
		text-align: justify;
        letter-spacing: 0.1em;
	}
	#main .apply .comBtnList {
		text-align: left;
	}
	#main .message {
		padding: 100px 0 50px;
	}
	#main .message::after {
		height: 50px;
		bottom: -50px;
	}
	#main .message::before {
		height: 50px;
		top: -50px;
	}
	#main .message .topBg {
		width: 120px;
		top: -20px;
	}
	#main .message .imgBox {
		margin-bottom: 45px;
		display: block;
	}
	#main .message .imgBox .photoBox {
		margin: 0 42px 32px;
		width: auto;
	}
	#main .message .imgBox .photoBox .pho {
		margin-bottom: 12px;
	}
	#main .message .imgBox .photoBox .pho img {
		width: 100%;
	}
	#main .message .imgBox .photoBox .pho span {
		right: -3px;
		bottom: -11px;
		font-size: 3rem;
		transform: rotate(-10deg);
	}
	#main .message .imgBox .photoBox .txt span {
		font-size: 2.6rem;
	}
	#main .message .imgBox .textBox {
		width: auto;
	}
	#main .message .imgBox .textBox p {
		position: relative;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 44px;
		letter-spacing: 0.08em;
		background-size: auto 44px;
        text-align: justify;
		background-image: url("../img/index/sp_message_bg03.png");
	}
	#main .message h3 {
		margin-bottom: 30px;
		font-size: 2.8rem;
		background-position: left top calc(50% + 1px);
	}
	#main .message h3 span {
		padding: 0 11px;
	}
	#main .message .textList::after {
		width: 100%;
	}
	#main .message .textList {
		margin: -20px 0 0;
		padding-bottom: 50px;
		justify-content: space-between;
	}
	#main .message .textList li {
		margin: 20px 0 0;
		padding: 6.13vw 5px 10px;
		width: 42.67vw;
		height: 42.67vw;
	}
	#main .message .textList .pho {
		margin-bottom: 2.13vw;
	}
	#main .message .textList .pho img {
		height: 12.8vw;
	}
	#main .message .textList p {
		font-size: 3.73vw;
		line-height: 1.55;
	}
	#main .coworkers {
		margin-bottom: 152px;
		padding: 80px 0 8px;
	}
	#main .coworkers::before {
		height: calc(100% - 37px);
		top: 110px;
	}
	#main .coworkers .headLine01 {
		margin-bottom: 35px;
	}
	#main .coworkers .headLine01 small {
		left: -42px;
		top: -42px;
		font-size: 3rem;
		letter-spacing: 0;
	}
	#main .coworkers h3 {
		margin-bottom: 60px;
		padding: 0 20px;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .coworkers h3 span {
		padding-bottom: 13px;
		min-width: 295px;
	}
	#main .coworkers h3 span::before, #main .coworkers h3 span::after {
		width: 31px;
		height: 55px;
	}
	#main .coworkers .imgBox {
		margin: 0 20px 49px;
		padding: 50px 0 39px;
		border-radius: 40px;
		background-color: #fff;
	}
	#main .coworkers .imgBox::before {
		display: none;
	}
	#main .coworkers .imgBox .photoBox {
		margin-bottom: 20px;
		width: auto;
		height: auto;
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0);
	}
	#main .coworkers .imgBox .photoBox img {
		height: auto;
		object-fit: cover;
		border-radius: 40px 0 40px 0;
	}
	#main .coworkers .imgBox .textBox {
		max-width: inherit;
	}
	#main .coworkers .imgBox .subBox {
		max-width: inherit;
	}
	#main .coworkers .imgBox h4 {
		margin-bottom: 13px;
		font-size: 1.6rem;
	}
	#main .coworkers .imgBox h4 span {
		margin-bottom: 8px;
		padding-bottom: 3px;
	}
	#main .coworkers .imgBox .title {
		margin-bottom: 17px;
		font-size: 1.8rem;
		line-height: 1.67;
	}
	#main .coworkers .imgBox p {
		margin-bottom: 28px;
        letter-spacing: 0.1em;
	}
	#main .requirements {
		margin-bottom: 67px;
	}
	#main .requirements .comBox {
		max-width: inherit;
	}
	#main .requirements .headLine02 {
		margin: 0 -20px 42px;
		font-size: 2.8rem;
	}
	#main .requirements .headLine02 span {
		margin-bottom: -10px;
	}
	#main .requirements .headLine02 img {
		height: 38px;
	}
	#main .requirements table {
		margin-bottom: 50px;
	}
	#main .requirements table th, #main .requirements table td {
		padding: 13px 10px 12px;
		width: 100%;
		display: block;
		font-size: 1.5rem;
		font-feature-settings: 'palt';
		line-height: 1.75;
		text-align: center;
		background-color: #fff;
	}
	#main .requirements table th {
		width: 100%;
		font-weight: 700;
		border-right: none;
		background-color: transparent;
	}
	#main .requirements table tr:nth-of-type(2n) th {
		background-color: transparent;
	}
	#main .requirements table tr:nth-of-type(2n) td {
		background-color: #fff;
	}
	#main .requirements table tr:last-child td {
		padding: 20px 10px 25px;
	}
	#main .requirements table .txtList {
		margin: 13px 0 7px;
		font-size: 0;
	}
	#main .requirements table .txtList > li {
		width: auto;
		display: block;
		font-size: 1.5rem;
		text-align: left;
	}
	#main .requirements table .txtList > li:nth-of-type(2n) {
		width: auto;
	}
	#main .requirements table .txtList ul li {
		padding-left: 0.7em;
		text-indent: -0.7em;
	}
	#main .requirements .method {
		margin-bottom: 32px;
		padding: 32px 0 35px;
	}
	#main .requirements h3 {
		margin-bottom: 4px;
		font-size: 2.8rem;
		letter-spacing: 0.1em;
	}
	#main .requirements .method p {
		text-align: left;
	}
	#main .requirements .flow h3 {
		margin-bottom: 21px;
	}
	#main .requirements .flow .stepList {
		margin: -60px auto 27px;
		max-width: 335px;
		justify-content: space-between;
	}
	#main .requirements .flow .stepList li {
		margin: 60px 0 0;
		width: 140px;
		height: 140px;
		padding: 18px 5px 10px;
		font-size: 1.6rem;
	}
	#main .requirements .flow .stepList li:after {
		margin-top: -11px;
		position: absolute;
		width: 43px;
		height: 10px;
		right: -50px;
		top: 50%;
		transform: translateY(50%);
		content: "";
		background: url("../img/index/arrow05.png") no-repeat left top/43px auto;
	}
	#main .requirements .flow .stepList li:nth-child(2):after {
		width: 90px;
		height: 89px;
		margin-top: 0;
		right: 87%;
		top: calc(100% - 12px);
		transform: translateY(0);
		background-image: url("../img/index/arrow06.png");
		background-size: 90px auto;
	}
	#main .requirements .flow .stepList img {
		margin-bottom: 5px;
	}
	#main .requirements .flow .stepList li:first-child img {
		margin-bottom: 10px;
	}
	#main .requirements .flow .notes {
		font-size: 1.2rem;
		line-height: 1.8;
		letter-spacing: 0.1em;
		text-align: justify;
	}
	#main .apply02 {
		background-image: url("../img/index/sp_apply_bg02.jpg");
	}
	#main .apply02 h2 {
		line-height: 1.1;
	}
	#main .apply02 h2 .large {
		display: inline-block;
	}
    #main .apply02 h2:before, #main .apply02 h2:after {
        top: 15px;
    }
	#main .product {
		padding: 70px 0 75px;
	}
	#main .product::after {
		height: 50px;
		bottom: -50px;
	}
	#main .product .comBox {
		max-width: inherit;
	}
	#main .product h2 {
		margin-bottom: 43px;
		padding: 8px 0 9px;
		font-size: 2.8rem;
	}
	#main .product .imgBox {
		margin-bottom: 31px;
		display: block;
	}
	#main .product .imgBox .textBox {
		width: auto;
	}
	#main .product .imgBox h3 {
		margin-bottom: 12px;
		padding-bottom: 6px;
	}
	#main .product .imgBox h3 .pho {
		width: 37px;
	}
	#main .product .imgBox h3 .txt {
		width: calc(100% - 45px);
		font-size: 2rem;
		line-height: 2;
	}
	#main .product .imgBox h3 small {
		margin-bottom: -10px;
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .product .imgBox .txtDl dd {
		font-feature-settings: 'palt';
	}
	#main .product .imgBox .photoBox {
		margin-top: 25px;
		width: auto;
	}
	#main .product .imgBox .photoBox img {
		width: 100%;
	}
	#main .btmBox {
		padding: 61px 0 70px;
		background-image: url("../img/index/sp_btm_bg.jpg");
	}
	#main .btmBox h2 {
		margin-bottom: 21px;
		font-size: 3rem;
		line-height: 1.47;
	}
	#main .btmBox h2 span {
		margin-top: -2px;
		font-size: 2.4rem;
		line-height: 1.86;
	}
	#main .btmBox .text {
		margin: 0 -5px 33px;
		padding-bottom: 0;
		font-size: 1.4rem;
		font-feature-settings: 'palt';
		line-height: 2;
		border: none;
	}
	#main .btmBox .textList {
		margin-top: 0;
		padding-top: 28px;
		display: block;
		border-top: 1px solid #fff;
	}
	#main .btmBox .textList::before {
		display: none;
	}
	#main .btmBox .textList li {
		margin: 0 0 28px;
		padding-bottom: 39px;
		width: auto;
		border-bottom: 1px solid #fff;
	}
	#main .btmBox .textList li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#main .btmBox .textList .txt {
		margin-bottom: 27px;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 374px) {
	#main .mainVisual p {
		font-size: 1.6rem;
	}
	#main .mainVisual p .txt02 {
		font-size: 2.6rem;
	}
	#main .mainVisual p .txt01 {
		font-size: 2.5rem;
	}
	#main .mainVisual p .txt03 {
		font-size: 2rem;
	}
	#main .about .movieBox h3 {
		font-size: 1.7rem;
	}
	#main .about .movieBox h3 span {
		padding: 12px 10px 13px;
	}
	#main .about .bgBox h4 {
		font-size: 1.9rem;
	}
	#main .about .trouble h3 img {
		width: 130px;
		left: -25px;
	}
	#main .about .topBox .title .txt01 {
		font-size: 3.3rem;
	}
	#main .about .bgBox .area .imgBox h5 {
		font-size: 1.9rem;
	}
	#main .message .textList p {
		font-size: 3.2vw;
	}
	#main .coworkers h3 span {
		min-width: calc(100% - 40px);
	}
	#main .requirements .headLine02 img {
		height: 31px;
	}
	#main .requirements table .txtList {
		margin-right: 10px;
	}
	#main .requirements table .txtList > li, #main .requirements table th, #main .requirements table td {
		font-size: 1.3rem;
	}
	#main .product .imgBox h3 .txt {
		font-size: 1.7rem;
	}
	#main .btmBox .textList .ttl {
		font-size: 2.1rem;
	}
	#main .requirements table tr:last-child td {
		padding: 20px 5px 25px;
	}
	#main .requirements .flow .stepList li {
		width: 37vw;
		height: 37vw;
		font-size: 4vw;
	}
	#main .requirements .flow .stepList li::after {
		right: -12vw;
		width: 10vw;
		height: 2vw;
		background-size: 10vw auto;
	}
	#main .requirements .flow .stepList li:nth-child(2)::after {
		width: 80px;
		height: 79px;
		right: 83%;
		background-size: 80px auto;
	}
	#main .apply h2 .large {
		font-size: 3rem;
	}
    #main .coworkers .imgBox h4 span {
        min-width: 200px;
    }
    #main .btmBox .text {
        letter-spacing: 0.02em;
    }
}


#main .news {
	margin-bottom: 52px;
	padding: 25px 0 37px;
	position: relative;
	background-color: #F2F2F2;
}
#main .news::before {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/index/photo01.png) no-repeat left center;
	background-size: cover;
	content: "";
}
#main .news .content {
	max-width: 832px;
}
#main .news .textBox {
	max-width: 360px;
}
#main .news h2 {
	margin-bottom: 5px;
	font-style: italic;
	color: #00A08C;
	font-size: 4rem;
	letter-spacing: 0.02em;
	font-weight: 900;
}
#main .news p a {
	padding-right: 20px;
	display: block;
	letter-spacing: 0.2em;
	background: url(../img/common/icon04.png) no-repeat center right 7px;
	background-size: 7px auto;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#main .news p a:hover {
	opacity: 0.6;
}
#main .moive .topBox .content {
	max-width: 1030px;
}
#main .moive .topBox .bg {
	padding: 50px 0 1px;
	background-color: #D2D21E;
}