@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.material-symbols-outlined {
  font-variation-settings:
  'wght' 200,
  'GRAD' 200,
  'opsz' 48
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
p {
	line-height: 1.5;
}
a {
	color: #009196;
	text-decoration: underline;
}
a:hover,button:hover {
	opacity: 80%;
}
.cf {
    *zoom: 1;
}
.cf:before,.cf:after {
	content: " ";
	display: block;
}
.cf:after {
    clear: both;
}
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	transition: 0.5s;
}
.container {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	min-width: 480px;
	font-size: 100%;
}
.caution {
	color: #E01717;
	font-weight: bold;
}
.button01,.button02 {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	text-align: center;
}
.button01 {
	width: 400px;
	height: 80px;
	line-height: 80px;
	background-color: #007880;
	font-size: 1.2rem;
	border-radius: 4px;
	padding:0 0 0 12px;
	border: none;
}
.button02 {
	width: 100%;
	height: 64px;
	line-height: 60px;
	background-color: #358BB5;
	border-radius: 4px;
	border-radius: 32px;
	font-size: 1.1rem;
}
.button01 span,.button02 span {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	border-radius: 16px;
	background-color: #FFF;
	font-weight: bold;
	top: 50%;
    transform: translateY(-50%);
	text-align: center;
	line-height: 32px;
}
.button01 span {
	left: 32px;
	color: #007880;
}
.button02 span {
	left: 16px;
	color: #358BB5;
}
.header_page01 {
	width: 100%;
	height: 480px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.title_page01 {
	width: 90%;
	max-width: 1080px;
	margin-inline: auto;
	height: calc(100% - 60px);
	padding: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_page01 .text01 {
	text-transform: uppercase;
	position: relative;
	color: #FFF;
	font-size: 3.6rem;
	display: inline-block;
	height: 1em;
	padding: 0 20px;
	margin: -30px 0 0 0;
	flex-shrink: 0;
}
.title_page01 .text02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 104%;
	font-size: 1.2rem;
	text-align: center;
}
.title_page01 .text01:after {
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	display: block;
}

@media screen and (min-width: 768px),print {


.title_page01 .text01 {
	margin: -8px 0 0 0;
}
.title_page01 .text01:after {
	display: none;
}
.title_page01 .line01 {
	width: 100%;
	height: 1px;
	background-color: #FFF;
	display: block;
}

}

#home .header_page01 {
	height: 100vh;
	min-height: 640px;
	background-image: none;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	z-index: 1;
}
#home .header_page01:after {
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	background-size: auto;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.4;
	z-index: 1;
}
#interview .header_page01 {
	background-image: url(../images/08.jpg);
	height: 400px;
}
#recruitment .header_page01 {
	background-image: url(../images/12.jpg);
}
#contact .header_page01 {
	background-image: url(../images/12.jpg);
	height: 400px;
}
#entry .header_page01 {
	background-image: url(../images/12.jpg);
	height: 400px;
}
#privacy_policy .header_page01 {
	background-image: url(../images/08.jpg);
	height: 400px;
}
#not_found .header_page01 {
	background-image: url(../images/12.jpg);
}

.nav01 {
	width: 100%;
	height: 60px;
	background-color: rgba(29,80,108,0.8);
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
}
.nav01.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.nav01 .logo_nav01 {
	padding: 0 16px;
	flex-shrink: 0;
}
.check_nav01 {
	display: none;
}
#home .nav01 {
	background-color: transparent;
}
#home .nav01.fixed {
	background-color: rgba(29,80,108,1);
	z-index: 2147483647;
}

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

.nav01 {
	left: 0;
	top: 0;
	background-color: rgba(29,80,108,1);
}
.list_nav01 {
	position: absolute;
	left: 0;
	top: 100%;
	/*background-color: rgba(38,109,128,0.96);*/
	background-color: rgba(29,80,108,1);
	z-index: 9999;
	width: 100%;
	height: calc(100vh - 100%);
	padding: 0 48px;
	/*transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;*/
	transform: scale(1, 0);
	transform-origin: top;
}
#home .list_nav01:after {
	content: " ";
	display: block;
	background-color: rgba(29,80,108,1);
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -60px;
}
.check_nav01:checked ~ .list_nav01 {
	transform: scale(1, 1);
	transform-origin: top;
}
.list_nav01 li {
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
	opacity: 0;
}
.list_nav01 li a {
	padding: 16px 8px;
	color: #fff;
	text-decoration: none;
	display: block;
	opacity: 0;
}
.list_nav01 li a:hover {
	background-color: rgba(255,255,255,0.4);
}
.check_nav01:checked ~ .list_nav01 li,.check_nav01:checked ~ .list_nav01 li a {
	opacity: 1;
}
.button_nav01 {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 24px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 10000;
}
.button_nav01 span {
	background: #fff;
	display: block;
	height: 3px;
	width: 26px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.button_nav01 span:before,.button_nav01 span:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.button_nav01 span:before {
	top: 8px;
}
.button_nav01 span:after {
	bottom: 8px;
}
.check_nav01:checked ~ .button_nav01 span {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.check_nav01:checked ~ .button_nav01 span:before {
	transform: rotate(-45deg);
	top: 0;
}
.check_nav01:checked ~ .button_nav01 span:after {
	transform: rotate(45deg);
	bottom: 0;
}
	
}

@media screen and (min-width: 1200px),print {
	
.nav01 .logo_nav01 {
	padding: 0 32px;
}
.nav01 .button_nav01 {
	display: none;
}
.nav01 .list_nav01 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav01 .list_nav01 li {
	height: 28px;
	margin: 0 0 0 32px;
	padding: 0 32px 0 0;
}
.nav01 .list_nav01 li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 28px;
	font-weight: bold;
}
#home .logo_nav01 {
	border-right: 1px solid #ccc;
}
#home .list_nav01 li {
	border-right: 1px solid #ccc;
}
#home .nav01.fixed .logo_nav01 {
	border-right: none;
	padding-right: 33px;
}
#home .nav01.fixed .list_nav01 li {
	border-right: none;
	padding-right: 33px;
}
	
}

#home .video01 {
    min-height: 100%;
    min-width: 100%;
	position: absolute;
	z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0.9;
}
#home .mask01 {
	max-width: 400px;
	max-height: 356px;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	mask-image: url(../images/01.svg);
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 100%;
	-webkit-mask-image: url(../images/01.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: 100%;
}
#home .mask01:after {
	content: " ";
	display:block;
	max-width: 640px;
	max-height: 480px;
	min-width: 400px;
	width: 90vw;
	height: 90vh;
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	background-size: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0.1;
}
#home .video02 {
	max-width: 640px;
	min-height: 480px;
	min-width: 400px;
	width: 90vw;
	height: 90vh;
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
#home .header_page01 .logo_bg01 {
	height: 60px;
	width: 100%;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	z-index: 9998;
}
#home .header_page01 .logo_bg01 h1 {
	width: 50%;
	max-width: 312px;
	min-width: 256px;
}
#home .header_page01 .logo01 {
	width: 100%;
}
#mask01 {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);
	width: 60%;
	max-width: 400px;
	min-width: 276px;
}
#mask01 image {
  mask: url(#mask02);
}

#home .section01 {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
	padding: 0 24px;
}
#home .information {
	padding: 80px 24px 80px 24px;
}
#home .information .text_information01 {
	padding: 80px 0 0 32px;
}
#home .title_section01 {
	border-bottom: solid 1px #4d4d4d;
	padding: 0 32px;
	text-align: center;
}

#home .title_section01 .text01 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #4D4D4D;
	position: relative;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
}
#home .title_section01 .text02 {
	width: 100%;
	position: absolute;
	top: 2.4em;
	left: 0;
	text-align: center;
	font-size: 1.1rem;
}

#home .list_information01 {
	margin: 60px 0 0 0;
}
#home .list_information01 th {
	padding: 12px 0;
	font-weight: normal;
}
#home .list_information01 th p {
	border-right: solid 1px #666;
	padding: 0 24px 0 0;
}
#home .list_information01 td {
	padding: 0 0 0 24px;
}


#home .title_section02 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#home .company .title_section02 {
	background-image: url(../images/06.jpg);
}
#home .works .title_section02 {
	background-image: url(../images/08.jpg);
}
#home .recruitment .title_section02 {
	background-image: url(../images/09.jpg);
}
#home .title_section02 .text_bg01 {
	width: 100%;
	max-width: 1080px;
	padding: 0 48px;
	height: 100%;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home .title_section02 .text01 {
	display: block;
	flex-shrink: 0;
}
#home .title_section02 .text02 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
#home .title_section02 .text03 {
	font-size: 1.1rem;
	position: absolute;
	left: 0;
	top: 3.2em;
	text-align: center;
	width: 100%;
}
#home .title_section02 .line01 {
	display: none;
}

#home .company {
	padding: 0 0 120px 0;
}
#home .company .section01 {
	padding-top: 40px;
}
#home .company .section01 .text01 {
	max-width: 800px;
	margin: 0 auto;
}
#home .company .section01 .image_company01 {
	margin: 40px auto;
}
#home .company .section01 .link_company01 {
	margin-top: 40px;
	text-align: center;
}
#home .company .interview {
	max-width: 848px;
	margin: 40px auto 0 auto;
}
#home .company .interview h3 {
	color: #335E8C;
	border-bottom: solid 1px #2B4E75;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 4px 24px;
	text-align: center;
}
#home .company .interview .box01 {
	width: 368px;
	background-color: #C8E0EC;
	padding: 24px;
	margin: 24px auto;
	border-radius: 8px;
}
#home .company .image_interview01 {
	width: 320px;
	border-radius: 4px;
}
#home .company .image_interview01 img {
	border-radius: 4px;
	width: 320px;
	height: 240px;
	object-fit: cover;
}
#home .company .interview h4 {
	padding: 16px 0 16px 24px;
}
#home .company .interview .text_box01 p {
	padding: 0 0 0 24px;
}
#home .company .link_interview01 {
	margin: 24px 0 0 0;
}

#home .works {
	padding: 0 0 120px 0;
}
#home .works .wp_content01 {
	width: 100%;
	max-width: 800px;
	margin: 80px auto 0 auto;
}
#home .works .section01 .text01 {
	max-width: 800px;
	margin: 40px auto 0 auto;
}
#home .works .list01 {
	padding: 24px 0 0 0;
	margin-inline: auto;
}
#home .works .list01 li {
	max-width: 1100px;
	margin: 24px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#home .works .box01 {
	background-image: url(../images/works_bg01.jpg);
	/*background-color: #A4D5E4;*/
}
#home .works .box02 {
	/*background-color: #A8E5D7;*/
	background-image: url(../images/works_bg02.jpg);
}
#home .works .box03 {
	/*background-color: #FFE199;*/
	background-image: url(../images/works_bg03.jpg);
}
#home .works .box04 {
	/*background-color: #EECFD7;*/
	background-image: url(../images/works_bg04.jpg);
}
#home .works .block_works01 {
	max-width: 1100px;
	margin: 24px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#home .works .block_works02 {
	max-width: 704px;
	padding: 40px;
}
#home .works .block_works03 {
	font-size: 1.1rem;
	font-weight: bold;
}
#home .works .block_works04 {
	margin: 12px 0 0 0;
}
#home .works .text_box01 {
	max-width: 704px;
	padding: 40px;
}
#home .works .text_box01 h3 {
	font-size: 1.1rem;
	font-weight: bold;
}
#home .works .text_box01 p {
	margin: 12px 0 0 0;
}

#home .recruitment {
	padding: 0 0 120px 0;
}
#home .recruitment .title_section03 {
	max-width: 1080px;
	margin: 60px auto 0 auto;
	line-height: 1.5;
	font-size: 1.3rem;
	border-bottom: solid 2px #666;
	text-align: center;
}
#home .recruitment .box01 {
	max-width: 1080px;
	margin: 0 auto;
}
#home .recruitment .article01 {
	padding: 48px 24px;
	border-bottom: solid 1px #666;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#home .recruitment .article02 {
	padding: 60px 24px 48px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#home .recruitment .image_box01 {
	width: 320px;
	height: 240px;
	background-color: #EEE;
	flex-shrink: 0;
}
#home .recruitment .image_box01 img {
	width: 320px;
	height: 240px;
	object-fit: cover;
}
#home .recruitment .text_box01 {
	max-width: 712px;
	padding: 24px;
	width: 100%;
}
#home .recruitment .text_box01 h4 {
	font-size: 1.2rem;
	padding: 0 24px;
	line-height: 1.5;
	border-bottom: solid 1px #278B8F;
	text-align: center;
}
#home .recruitment .text_box01 .text01 {
	padding: 0;
	margin: 24px 0 0 0;
}
#home .recruitment .text_box01 .link01 {
	text-decoration: none;
	width: 300px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #226C95;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	margin: 40px auto 0 auto;
	border-radius: 4px;
}

#link_box01 {
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
#link_box01 .button01 {
	width: 312px;
	margin: 16px 0;
}

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

#home .list_information01,#home .list_information01 tr,#home .list_information01 th,#home .list_information01 td {
	display: block;
}
#home .list_information01 {
	padding: 0;
}
#home .list_information01 th {
	padding: 0 24px 0 24px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
#home .list_information01 th p {
	border-right: none;
}
#home .list_information01 td {
	padding: 0 24px 24px 24px;
}

#home .title_section02 {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#home .title_section02 .text01 {
	border-bottom: 1px solid #fff;
}

}

@media screen and (min-width: 769px) {

#home .information {
	padding: 160px 24px;
}
#home .title_section02 {
	height: 552px;
}
#home .title_section01 {
	text-align: left;
}
#home .title_section01 .text01 {
	font-size: 3rem;
}
#home .title_section01 .text02 {
	top: 3em;
}
#home .list_information01 {
	margin: 48px 0 0 0;
}
#home .title_section02 .text01 {
	margin: 0 24px 0 0;
}
#home .title_section02 .text02 {
	font-size: 4rem;
}
#home .title_section02 .text03 {
	top: 4em;
}
#home .title_section02 .line01 {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #fff;
}
#home .company .title_section02 .text02 {
	text-shadow: 1px 1px 0 #aaa, -1px -1px 0 #aaa, -1px 1px 0 #aaa, 1px -1px 0 #aaa, 0px 1px 0 #aaa,  0-1px 0 #aaa, -1px 0 0 #aaa, 1px 0 0 #aaa;
}
#home .company .title_section02 .text03 {
	text-shadow: 1px 1px 0 #888, -1px -1px 0 #888, -1px 1px 0 #888, 1px -1px 0 #888, 0px 1px 0 #888,  0-1px 0 #888, -1px 0 0 #888, 1px 0 0 #888;
}
#home .company {
	padding: 0 0 200px 0;
}
#home .company .section01 {
	padding: 80px 24px 0 24px;
}
#home .company .section01 .image_company01 {
	margin: 24px auto;
}
#home .company .section01 .link_company01 {
	line-height: 2;
	margin-top: 0;
	text-align: left;
}
#home .company .interview {
	margin: 40px auto 0 auto;
}
#home .company .interview h3 {
	font-size: 1.2rem;
	text-align: left;
}
#home .company .interview .box01 {
	width: 100%;
	padding: 24px;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .company .image_interview01 {
	margin: 0 60px 0 0;
}
#home .company .interview h4 {
	border-bottom: solid 1px #4d4d4d;
	padding: 0 24px 4px 24px;
	font-size: 1.1rem;
}
#home .company .interview .text_box01 {
	width: 304px;
}
#home .company .link_interview01 {
	margin: 48px 0 0 0;
}

#home .works {
	padding: 0 0 200px 0;
}
#home .works .section01 .text01 {
	max-width: 800px;
	margin: 80px auto 0 auto;
}
#home .works .list01 {
	padding: 24px 0 0 0;
}
#home .works .list01 li {
	height: 300px;
	margin: 24px auto 0 auto;
	flex-direction: row;
}
#home .works .block_works01 {
	height: 300px;
	margin: 24px auto 0 auto;
	flex-direction: row;
}
#home .works .text_box01 {
	padding: 0 24px 0 24px;
}
#home .works .text_box01 p {
	margin: 12px 0 0 0;
}

#home .recruitment {
	padding: 0 0 200px 0;
}
#home .recruitment .title_section02 {
	background-image: url(../images/09.jpg);
}
#home .recruitment .title_section03 {
	margin: 80px auto 0 auto;
	padding: 0 24px;
	font-size: 1.5rem;
	text-align: left;
}
#home .recruitment .article01 {
	padding: 48px 24px;
	flex-direction: row;
}
#home .recruitment .image_box01 {
	width: 320px;
	height: 240px;
}
#home .recruitment .text_box01 {
	padding: 0 24px;
}
#home .recruitment .text_box01 h4 {
	font-size: 1.2rem;
	padding: 0 24px;
	text-align: left;
}
#home .recruitment .text_box01 p {
	padding: 0 24px;
	margin: 24px 0 0 0;
}
#home .recruitment .text_box01 .link01 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	/*background-color: #278B8F;*/
	margin: 24px 0 0 24px;
}
#link_box01 {
	padding: 0;
	flex-direction: row;
	justify-content: center;
}
#link_box01 .button01 {
	margin: 0 24px;
}

}

#recruitment .article01 {
	max-width: 1080px;
	margin: 60px auto 0 auto;
	padding: 0 24px;
}
#recruitment .title_article01 {
	color: #006D8E;
	font-size: 1.4rem;
	text-align: center;
	border-bottom: solid 1px #278B8F;
	line-height: 1.5;
}
#recruitment .section01 {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#recruitment .section01 .image_box {
	width: 300px;
	height: 200px;
}
#recruitment .section01 .text_box {
	padding: 24px 0 0 0;
}
#recruitment .section02 {
	padding: 0;
}
#recruitment .list01 {
	padding: 0 0 24px 0;
}
#recruitment .list01 dt {
	font-size: 1.1rem;
	color: #266184;
}
#recruitment .list01 dd {
	padding: 0 0 24px 0;
}
#recruitment .section03 {
	padding: 80px 0 80px 0;
}
#recruitment .list02 {
	width: 100%;
	border-top: solid 1px #333;
}
#recruitment .list02 th {
	width: 10em;
	padding: 16px 8px;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}
#recruitment .list02 td {
	padding: 16px 8px;
	border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
	
#recruitment .article01 {
	margin: 80px auto 0 auto;
	padding: 0 24px;
}
#recruitment .title_article01 {
	font-size: 1.6rem;
	line-height: 2;
}
#recruitment .section01 {
	padding: 40px 24px;
	flex-direction: row;
}
#recruitment .section01 .image_box {
	flex-shrink: 0;
}
#recruitment .section01 .text_box {
	padding: 0 40px;
}
#recruitment .section02 {
	padding: 0 24px;
}
#recruitment .list01 {
	padding: 0 0 24px 0;
}
#recruitment .list01 dt {
	font-size: 1.1rem;
}
#recruitment .list01 dd {
	padding: 0 0 24px 0;
}
#recruitment .section03 {
	padding: 80px 0 200px 0;
}
#recruitment .list02 th {
	padding: 24px;
}
#recruitment .list02 td {
	padding: 24px;
}

}

#interview {
	background-repeat: repeat;
}
#interview .wp_content01 {
	font-size: 1rem;
	max-width: 100%;
	color: #4d4d4d;
}
#interview .article01 {
	max-width: 960px;
	margin: 0 auto;
	padding: 24px;
}
#interview .article01 img {
	display: block;
	width: 100%;
	text-align: center;
	border: solid 2px #fff;
	border-radius: 8px;
}
#interview .profile {
	padding: 24px 24px 40px 24px;
}
#interview h2 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#interview .box_profile01 {
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding: 40px 0 0 0;
}
#interview .box_profile01 .text_box01 {
	padding: 0 0 8px 0;
	text-align: center;
}
#interview .box_profile01 .text01 {
	font-weight: bold;
}
#interview .box_profile01 .image_box01 {
	width: 400px;
	height: 300px;
	flex-shrink: 0;
}
#interview .q01 {
	margin: 80px auto 0 auto;
	padding: 0 0 0 92px;
	max-width: 912px;
	width: 100%;
	color: #203C59;
	position: relative;
	font-size: 1.2rem;
}
#interview .q01:first-of-type {
	margin: 60px auto 0 auto;
}
#interview .q01 span {
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 2.4rem;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: absolute;
	left: 8px;
	top: 52%;
	transform: translateY(-50%);
	background-color: #479CB1;
	/*background-color: #45A9BA;*/
	/*background-color: #2EBCB9;*/
}
#interview .link01 {
	width: 360px;
	margin: 160px auto 0 auto;
}
#interview .bubble01 {
	margin: 48px auto 48px auto;
	max-width: 912px;
	width: 100%;
	padding: 40px 24px;
	background-color: #C1E1F9;
	/*background-color: #F9DD93;*/
	/*background-color: #E0EEFC;*/
	border-radius: 24px;
	position: relative;
}
#interview .bubble01 p {
	line-height: 1.8;
}
#interview .profile .bubble01 {
	padding: 32px 8px;
	margin: 24px auto 0 auto;
	max-width: 800px;
}
#interview .bubble01 .before,#interview .bubble01 .after {
	content: " ";
	display: block;
	position: absolute;
	clip-path: polygon(0 0, 20% 100%, 100% 0);
}
#interview .bubble01 .before {
	width: 40px;
	height: 40px;
	background-color: #fff;
	right: calc(20% - 4px);
	bottom: -40px;
}
#interview .bubble01 .after {
	width: 32px;
	height: 32px;
	bottom: -30px;
	background-color: inherit;
	right: 20%;
}
#interview .profile .bubble01 .before {
	right: calc(15% - 4px);
}
#interview .profile .bubble01 .after {
	right: 15%;
}
#interview .bubble01.bubble_reverse .before {
	top: -40px;
	clip-path: polygon(20% 0, 0 100%, 100% 100%);
}
#interview .bubble01.bubble_reverse .after {
	top: -30px;
	clip-path: polygon(20% 0, 0 100%, 100% 100%);
}

@media screen and (min-width: 769px),print {

#interview .article01 {
	font-size: 1.1rem;
}
#interview .profile {
	padding: 24px 0 60px 0;
}
#interview h2 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#interview .box_profile01 {
	flex-direction: row;
	padding: 80px 0 0 0;
}
#interview .box_profile01 .text_box01 {
	padding: 0 40px;
	text-align: left;
}
#interview .box_profile01 .image_box01 {
	min-width: 400px;
}
#interview .section01 {
	padding: 40px 24px;
}
#interview .bubble01 {
	padding: 40px 32px;
}

}

#form {
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
	padding: 64px 24px 0 24px;
}
#form .section01 {
	padding: 0 0 24px 0;
}
#form .section01 .text01 {
	text-align: center;
}
#form .box_address01 {
	margin: 24px auto 0 auto;
	padding: 40px;
	width: 100%;
	max-width: 800px;
	border: solid 1px #aaa;
	border-radius: 4px;
	background-image: url(../images/16.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#form .box_address01 h3 {
	border-bottom: solid 1px #000;
	padding: 0 0 4px 24px;
	font-size: 1.1rem;
}
#form .box_address01 p {
	margin: 12px 0 0 0;
	display: flex;
	align-items: center;
}
#form .box_address01 .icon01 {
	padding-right: 16px;
	font-size: 2rem;
	/*font-variation-settings: 'FILL' 1;*/
	color: #245466;
}
#form .section_form01 {
	margin: 60px 0 0 0;
}
#form .section_form01 h2 {
	width: 100%;
	max-width: 912px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.5;
	background-color: #3D8096;
	padding: 4px 0;
}
#form .box_info01 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 12px 32px 24px 32px;
	border: 2px solid #3DA2AD;
	border-radius: 4px;
}
#form .box_info01 {
	margin: 48px auto 0 auto;
}
#form .box_info01 p {
	margin: 12px 0 0 0;
}
#form .link01 {
	margin: 40px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#form .button01 {
	margin: 40px 0 0 0;
}

@media screen and (min-width: 769px),print {
	
#form .link01 {
	margin: 80px 0 0 0;
	flex-direction: row;
	justify-content: center;
}
#form .button01 {
	margin: 0 24px;
}

}

#form .link02 {
	width: 400px;
	padding: 80px 0 0 0;
	margin: 0 auto;
}
.form01 {
	width: 100%;
	max-width: 912px;
	margin: 32px auto 0 auto;
}
.form01 th{
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	padding: 24px 24px;
}
.form01 td{
	padding: 24px 24px;
	width: 100%;
}
.form01 .caution01 {
	color: #fff;
	background-color: #2C947E;
	padding: 2px 12px;
	border-radius: 2px;
	margin: 0 0 0 12px;
	font-size: 0.8rem;
}
.form01 .error01 .caution01 {
	background-color: #E76610;
}
.form01 .error02 select {
	background-color: #FEEFDA;
}
.form01 input,.form01 textarea {
	line-height: 1.5;
	padding: 0.4em 1em;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: solid 1px #999;
	/*box-shadow: 1px 1px 4px rgba(0,0,0,0.1) inset;*/
}
.form01 input{
	font-size: 1.2rem;
}
.form01 .area input{
	width: 50%;
}
.form01 .area td{
	padding-top: 0;
}
.form01 textarea{
	font-size: 16px;
	field-sizing: content;
	min-height: 8lh;
	max-height: 20lh;
}
.form01 .error01 input,.form01 .error01 textarea {
	border: solid 1px #E76610;
}
.form02 {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 800px;
}
.form02 th{
	text-align: left;
	font-weight: normal;
	padding: 16px 24px;
}
.form02 td{
	padding: 16px 24px;
}
.form02 textarea {
	-webkit-appearance: none;
	appearance: none;
	line-height: 1.5;
	padding: 0.4em 1em;
	width: 100%;
	border-radius: 4px;
	border: solid 1px #999;
	font-size: 16px;
	field-sizing: content;
	min-height: 8lh;
	max-height: 20lh;
}

#privacy_policy .article01 {
	font-size: 1.1rem;
	width: 100%;
	max-width: 800px;
	margin: 80px auto 0 auto;
	padding: 0 48px;
}
#privacy_policy .article01 p {
	margin-top: 24px;
}
#not_found .article01 {
	max-width: 800px;
	margin: 0 auto;
}
#not_found .article01 .text01 {
	text-align: center;
	margin: 80px 0 0 0;
	font-size: 1.1rem;
}
#not_found .button02,#privacy_policy .button02 {
	width: 320px;
	margin: 80px auto 0 auto;
}

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

#form tr,#form th,#form td {
	display: block;
}
.form01 th {
	padding: 2px 24px;
	font-size: 0.9rem;
}
.form01 td {
	padding: 8px 24px 28px 24px;
}
.form01 .pref td{
	padding-bottom: 16px;
}
.form02 th {
	background-color: #C4E0E6;
	padding: 2px 24px;
	font-size: 0.9rem;
}
.form02 td {
	padding: 24px;
}


#privacy_policy .title_page01 .text01 {
	font-size: 3rem;;
}
#privacy_policy .title_page01 .text02 {
	font-size: 1.1rem;;
}

}

#footer {
	color: #FFF;
	min-height: 480px;
	width: 100%;
	background-image: url(../images/footer_bg01.png);
	background-repeat: repeat;
	background-position: center center;
	position: relative;
	padding: 100px 0 100px 0;
	margin: 160px 0 0 0;
}
#footer .box01 {
	border-bottom: solid 1px #fff;
	width: 80%;
	max-width: 960px;
	padding: 0 0 28px 0;
	margin: 0 auto;
}
#footer .logo01 {
	margin: 0 auto;
	width: 196px;
}
#footer .box02 {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}
#footer .list01 {
	width: 80%;
}
#footer .list01 li a {
	padding: 20px 0;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	display: block;
	text-align: center;
}
#footer .list01 li a:hover {
	background-color: rgba(255,255,255,0.4);
}
#footer small {
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	line-height: 60px;
}

@media screen and (min-width: 769px),print {

/*#privacy_policy {
	background-color: #E1F0F7;
}*/
#footer {
	padding: 80px 0 200px 0;
	margin: 200px 0 0 0;
}
#footer .box02 {
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	padding: 0;
}
#footer .list01 {
	padding: 24px 0 0 0;
}
#footer .list01 li {
	padding: 12px 0;
}
#footer .list01 li a {
	padding: 8px;
}
#footer .list01 li a:hover {
	text-decoration: underline;
	background-color: rgba(255,255,255,0);
}

}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #182736;
    	color: #E8EAED;
		transition: 0.5s;
	}
	a {
		color: #9AA0A6;
	}
	#home .header_page01 {
		background-color: #000;
	}
	#home .video01 {
		opacity: 0.9;
	}
	#home .title_section01 .text01 {
		color: #E8EAED;
	}
	#home .company .interview h3 {
		color: #E8EAED;
		border-bottom: solid 1px #E8EAED;
	}
	#home .company .interview h4 {
		color: #4d4d4d;
	}
	#home .company .interview .text_box01 p {
		color: #4d4d4d;
	}
	#home .works .block_works01 {
		color: #000;
	}
	#home .recruitment .title_section03 {
		border-bottom: solid 2px #E8EAED;
	}
	#home .recruitment .article01 {
		border-bottom: solid 1px #E8EAED;
	}
	#home .recruitment .text_box01 h4 {
		border-bottom: solid 1px #E8EAED;
	}
	#interview .wp_content01 {
		background-color: #182736;
	}
	#interview .box_profile01 {
		color: #E8EAED;
	}
	#interview .q01 {
		color: #E8EAED;
	}
	#form .box_address01 {
		color: #333;
	}
	#recruitment .title_article01 {
		color: #E8EAED;
		border-bottom: solid 1px #E8EAED;
	}
}