@charset "UTF-8";
/* CSS Document */

#topHero {
width: 100%;
max-width: 1600px;
margin: 0 auto;
}
#copy h2 {
color: #0E7EA8;
font-weight: 400;
}

#news {
width: 90%;
max-width: 800px;
margin: 0 auto;
position: relative;
}
#news h3 {
background: #0E7EA8;
color: #fff;
font-weight: bold;
display: grid;
place-items: center;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}
#news a.btn, #greeting a.btn {
position: absolute;
bottom: 0;
right: 0;
}
#news ul li:last-child {
padding-bottom: 0;
}

#greeting {
background: #EFEFEF;
}
#greeting h3.h3-title {
color: rgba(0,0,0,0);
background-image: url(../images/text-bg.webp);
-webkit-background-clip: text;
line-height: 100%;
}
#greeting div.box div {
position: relative;
}
#greeting div.box div p {
line-height: 180%;
}

#works ul li {
background: url(../images/list-bg.webp) no-repeat center center;
position: relative;
}
#works ul li h4 {
background: #fff;
border: 1px solid #0E7EA8;
border-radius: 50%;
text-align: center;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,-50%);
}
#works ul li h4 span {
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
font-style: italic;
display: block;
}
#works p {
color: #fff;
}

#recruitHead {
position: relative;
width: 100%;
max-width: 1600px;
margin: 0 auto;
}
#recruitHead:after {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
content: " ";
display: block;
width: 100%;
background: #0E7EA8;
}
#recruitHead h3 {
color: #fff;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
font-weight: 900;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 2;
vertical-align: bottom;
line-height: 100%;
}

#recruit h4 {
text-align: center;
color: #0E7EA8;
}
#recruit .box{
max-width: 960px;
}
#recruit .box ul li:last-child {
padding-bottom: 0;
}
#recruit .box ul li a.btn2, #accessInfo a.btn2 {
width: 100%;
}
#recruit .box p {
line-height: 180%;
}

#access > div {
width: 100%;
max-width: 1600px;
margin: 0 auto;
position: relative;
}
#access iframe {
position: relative;
}
#accessInfo {
position: absolute;
z-index: 1;
background: #EFEFEF;
}
#accessInfo address {
font-style: normal;
}

@media screen and (max-width: 560px) {
#topHero {
margin-bottom: 50px;
}
#copy h2 {
font-size: 1.6rem;
}

#news {
margin-bottom: 40px;
}
#news div {
padding-bottom: 60px;
}
#news h3 {
width: 100%;
padding: 10px 0;
font-size: 1.8rem;
}
#news ul {
padding: 30px 0 0 20px;
}
#news ul li {
padding-bottom: 10px;
}
#news ul li a {
font-size: 1.6rem;
}
#news ul li a time {
display: block;
font-size: 0.8em;
}

#greeting {
padding: 40px 0;
margin-bottom: 40px;
}
#greeting div.box div p {
padding-bottom: 60px;
}

#works {
padding-bottom: 40px;
}
#works ul {
padding-top: 50px;
}
#works ul li {
margin-bottom: 70px;
}
#works ul li:last-child {
margin-bottom: 40px;
}
#works ul li h4 {
width: 100px;
height: 100px;
font-size: 1.5rem;
}
#works ul li h4 span {
font-size: 2rem;
padding-top: 6px;
}
#works ul li p {
padding: 55px 10px 10px 10px;
line-height: 150%;
letter-spacing: 1px;
}
#works a.btn2 {
width: 100%;
}

#recruit {
padding-bottom: 40px;
}
#recruitHead h3 {
font-size: 5rem;
}
#recruitHead {
margin-bottom: 10px;
}
#recruitHead:after {
height: 5px;
}
#recruit h4 {
font-size: 3rem;
padding-bottom: 20px;
}
#recruit .box ul {
padding-bottom: 20px;
}
#recruit .box ul li {
padding-bottom: 8px;
}
#recruit .box p {
font-size: 1.5rem;
}

#access {
padding-bottom: 280px;
}
#access iframe {
width: 100%;
height: 60vh;
}
#accessInfo {
width: 90%;
padding: 10px;
left: 50%;
bottom: 0;
transform: translate(-50%,240px);
}
#accessInfo h3.h3-title {
padding-bottom: 10px;
}
#accessInfo address {
padding-bottom: 8px;
}
#accessInfo ul li {
padding-top: 8px;
}
}

@media screen and (min-width: 561px) {
#copy h1 {
padding-bottom: 10px;
}

#news div {
display: flex;
}
#news ul li {
padding-bottom: 16px;
}

#works h3 {
margin-left: auto;
}
#works ul, #recruit .box {
display: flex;
justify-content: space-between;
}
#works ul li {
width: 33%;
}
#works div.box div{
position: relative;
}
#works a.btn2 {
position: absolute;
left: 0;
bottom: -100px;
}

#recruitHead {
margin-bottom: 40px;
}
#recruitHead:after {
height: 16px;
}
#recruit h4 {
font-size: 4.5rem;
padding-bottom: 30px;
}

#accessInfo address, #accessInfo ul li {
font-size: 1.8rem;
}
#accessInfo address {
padding-bottom: 10px;
}
#accessInfo ul li {
padding-top: 10px;
}
}

@media screen and (min-width:561px) and ( max-width:960px) {
#topHero img {
width: 66%;
margin-left: 34%;
}
#copy h2 {
font-size: 2rem;
}

#news {
margin-bottom: 50px;
}
#news div {
padding-bottom: 40px;
}
#news h3 {
width: 100px;
height: 100px;
font-size: 2rem;
}
#news ul {
padding: 40px 0 0 20px;
}
#news ul li a {
font-size: 1.8rem;
}
#news ul li a time {
padding-right: 10px;
font-size: 0.9em;
}

#greeting {
padding: 50px;
margin-bottom: 50px;
}
#greeting div.box div p {
padding-bottom: 40px;
}

#works {
padding-bottom: 140px;
}
#works ul li:nth-child(2) {
transform: translateY(40px);
}
#works ul li:nth-child(3) {
transform: translateY(80px);
}
#works ul li h4 {
width: 120px;
height: 120px;
font-size: 1.6rem;
}
#works ul li h4 span {
font-size: 3rem;
padding-top: 8px;
}
#works ul li p {
padding: 70px 12px 12px 12px;
}

#recruit {
padding-bottom: 50px;
}
#recruitHead h3 {
font-size: 8rem;
}
#recruit .box > div{
width: 33%;
}
#recruit .box ul li {
padding-bottom: 12px;
}
#recruit .box p {
width: 63%;
}

#access {
padding-bottom: 50px;
}
#access iframe {
width: 80%;
height: 50vh;
}
#accessInfo {
width: 40%;
padding: 12px;
right: 3%;
top: 50%;
transform: translateY(-50%);
}
#accessInfo h3.h3-title {
padding-bottom: 12px;
}
}

@media screen and (min-width: 961px) {
#news {
margin-bottom: 80px;
}
#news div {
padding-bottom: 60px;
}
#news h3 {
width: 140px;
height: 140px;
font-size: 2.6rem;
}
#news ul {
padding: 60px 0 0 40px;
}
#news ul li a {
font-size: 2rem;
}
#news ul li a time {
padding-right: 20px;
font-size: 0.8em;
}

#greeting {
padding: 80px;
margin-bottom: 80px;
}
#greeting div.box {
display: flex;
justify-content: space-between;
align-items: center;
}
#greeting h3.h3-title {
padding-bottom: 0;
}
#greeting div.box div p {
font-size: 1.8rem;
padding-bottom: 60px;
}

#works {
padding-bottom: 180px;
}
#works ul li:nth-child(2) {
transform: translateY(50px);
}
#works ul li:nth-child(3) {
transform: translateY(100px);
}
#works ul li h4 {
width: 140px;
height: 140px;
font-size: 1.8rem;
}
#works ul li h4 span {
font-size: 4rem;
padding-top: 10px;
}
#works ul li p {
padding: 80px 20px 20px 20px;
}

#recruit {
padding-bottom: 80px;
}
#recruitHead h3 {
font-size: 12rem;
}
#recruit .box > div{
width: 30%;
}
#recruit .box ul li {
padding-bottom: 20px;
}
#recruit .box p {
width: 63%;
font-size: 1.8rem;
}

#access {
padding-bottom: 80px;
}
#access iframe {
width: 86%;
height: 700px;
}
#accessInfo {
width: 400px;
padding: 30px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#accessInfo h3.h3-title {
padding-bottom: 20px;
}
}

@media screen and (min-width:961px) and ( max-width:1280px) {
#topHero img {
width: 70%;
margin-left: 30%;
}
#copy h2 {
font-size: 2.4rem;
}

#greeting h3.h3-title {
width: 33%;
}
#greeting div.box div {
width: 60%;
}
}

@media screen and (min-width: 1281px) {
#topHero img {
width: 80%;
margin-left: 20%;
}
#copy h2 {
font-size: 2.8rem;
}

#greeting h3.h3-title {
width: 26%;
}
#greeting div.box div {
width: 70%;
}
}