@charset "utf-8";
/* -------------------- 下層共通 -------------------- */

#lower-kv {
    width: 100%;
    height: clamp(140px,20vw,240px);
    margin-top:  120px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: min(1vw, 20px);
}
#lower-kv h1 div{
    font-size: clamp(32px,6vw,64px);
    color:#fff;
  line-height: 1.1;
    background-color: #000;
    display: inline-block;
  padding-top: min(1vw, 12px);
  padding-bottom:min(0.666vw, 8px);
        padding-left: min(6vw, 100px);
        padding-right: min(1.666vw, 20px);
        margin-top:clamp(4px, 0.666vw, 8px);
}
#lower-kv h1 span{
    font-size:clamp(7px, 1.166vw, 14px);
    line-height: 1.2;
    display: block;
    padding-left: min(6vw, 100px);
}

.h1-en{
   font-size: clamp(80px, 15vw, 180px);
   color: #6DB6EB;
   margin-left: min(1.666vw, 20px);
   margin-top: min(4.166vw, 50px);
   font-family: 'Bahagia',sans-serif;
}

h2.kv-h2{
  font-size: clamp(11px, 1.5vw, 18px);
  line-height: 1.2;
  color:#000;
  display: block;
  font-weight: 700;
  white-space: nowrap;
  margin-top:min(0.75vw, 8px);
    padding-left: min(6vw, 100px);
}
p.main-text {
    font-size: clamp(12px, 1.166vw, 14px);
    text-align: justify;
}

@media screen and (max-width: 900px) {
#lower-kv {
    margin-top:  60px;
}
#lower-kv h1 div{
padding-left: 20px;

}
#lower-kv h1 span{
padding-left: 20px;
}
}

/* -------------------- breadcrumbs -------------------- */
.breadcrumbs-wrap{
    width: 100%;
    text-align: left;
    padding-top:  min(0.833vw, 10px);
    padding-left: min(4.166vw, 50px);
    padding-bottom: min(1.666vw, 20px);
}
.breadcrumbs{
    font-size: clamp(10px, 1vw, 12px);
    line-height: 1;
        vertical-align: middle;
        color: #121212;
}
img.arrow02{
    width: clamp(4px, 0.4166vw, 5px);
    margin: 0 8px;
}

/* -------------------- works -------------------- */

/* ----- section works01 ----- */
#works01{
   padding-bottom: min(1.666vw, 20px);
}
.mv-wrap{
    display: inline-block;
        position: relative;
        width: min(90vw, 1300px);
}
img.works-img{
    width: 100%;
}
img.lower-mv{
    border-radius: clamp(10px, 1.666vw, 20px);
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}

.heading-wrap{
    position: absolute;
    font-size: clamp(24px, 5.333vw, 64px);
    line-height: 1;
    font-weight: 500;
    right: clamp(10px, 1.666vw, 20px);
    bottom:clamp(10px, 1.666vw, 20px);
    font-family: 'Oswald',sans-serif;
   text-align: right;
}

@media screen and (max-width: 900px) {
.mv-wrap{
    width: 95%;
    margin: 0.25%;
}
}
@media screen and (max-width: 600px) {
img.lower-mv{
    width: 100%;
    height: 240px;

}
} 

/* ----- section works02 ----- */

#works02{
    background-color: #EFF2F5;
        padding-top: min(8.333vw, 100px);
    padding-bottom: min(8.333vw, 100px);
}
.works-wrap{
    display: flex;
    flex-wrap: wrap;
}
.works-item01{
    width: 45%;
    position: relative;
}
#works h2{
    color: #021F2C;
    font-size: clamp(15px, 2.7vw, 29px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    padding: 6px;
}
.text-heading {
    font-size: clamp(15px, 1.6vw, 20px);
    font-weight: 500;
    color: #0C5EB6;
    text-align: left;
}
p.main-text{
    text-align: justify;
    color: #1d1d1d;
    font-size: clamp(13px, 1.25vw, 15px);
    font-weight: 500;
    margin-top: 12px;
}
.w-posi01{
    position: absolute;
    top:-10px;
    left:-30px;
}
.works-item02{
    display: flex;
    width: 55%;
    align-items: center;
    justify-content: right;
    padding-left: 30px;
}
#works02 .works-item02{
    justify-content: right;
    padding-left: 30px;
}
.works-inner{
    width: 500px;
    display: inline-block;
}

.arch-heading{
  font-size: clamp(15px, 1.6vw, 20px);
  margin-top: min(5vw, 60px);
  text-align: left;
  font-weight: 500;
}
.arch-heading:before{
   content: '■';
     color: #6DB6EB;
     margin-right: 4px;
}
ul.w-archive-wrap{
    width: 120%;
    margin-top: min(1.666vw, 20px);
    margin-left: -10%;
}

@media screen and (max-width: 900px) {
.w-posi01{
    left:-10px;
}
.works-inner {
    width: 100%;
}
}
@media screen and (max-width: 600px) {
ul.w-archive-wrap {
        width: 90%;
        overflow: initial;
        margin-left: 5%;
    }
.works-item01 {
    width: 90%;
    margin: 0 5%;
}
.works-item02 {
    width: 95%;
}
#works02 .works-item02{
    padding: 20px 0 0 5%;
}
}
/* ----- section works03 ----- */
#works03{
    background-color: #E7EBED;
        padding-top: min(8.333vw, 100px);
    padding-bottom: min(8.333vw, 100px);
}

#works03 .works-item02{
    justify-content: left;
    padding-right: 30px;
    padding-left: 0;
}
@media screen and (max-width: 600px) {
#works03 .works-wrap{
    flex-direction: column-reverse;
}
#works03 .works-item02{
    padding: 20px 0 0 5%;
}
}

/* -------------------- archive -------------------- */

/* ----- section archive01 ----- */
#archive01{
   padding-bottom: min(1.666vw, 20px);
}
/* ----- section archive02 ----- */
#archive02{
    padding-top: min(8.333vw, 100px);
    padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}
#archive .h2-wrap{
    width: 100%;
    text-align: left;
}
h2.lower-h2{
    font-size: clamp(16px, 2.333vw, 28px);
    color:#0C5EB6;
    text-align: left;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #6DB6EB;
}
ul.archive-wrap{
    width: 120%;

    margin-top: min(4.166vw, 50px);
    margin-left: -10%;

}
li.archive-item{
    width: 18%;
    margin-left: 20px;
    margin-right: 20px;
}
img.archive-img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}
#archive .arc-title {
    font-size:clamp(12px, 1.166vw, 14px);
  line-height: 1.4;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
  text-align: left;
}
.arc-category{
    font-size: clamp(10px, 1vw, 12px);
  line-height: 1.4;
    margin-top: 2px;
  text-align: left;
  color: #666;
}
p.nopost{
    text-align: center;
    margin-top:min(3.333vw, 40px);
	width: 100%;
}
@media screen and (max-width: 600px) {

ul.archive-wrap{
    width: 90%;
    overflow: initial;
    margin-left: 5%;
}
}

/* ----- section archive03 ----- */
#archive03{
    padding-top: min(8.333vw, 100px);
    padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}

/* ----- section archive04 ----- */
#archive04{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}

/* ----- section archive05 ----- */
#archive05{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}

/* ----- section archive06 ----- */
#archive06{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}

/* ----- section archive07 ----- */
#archive07{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(6.666vw, 80px);
    border-bottom: 1px solid #ccc;
}


/* -------------------- category -------------------- */

/* ----- section category01 ----- */

#category01{
   padding-bottom: min(1.666vw, 20px);
}

.cat-wrap{
    width: min(90vw,1400px);
    height: min(19vw,230px);
    display: inline-block;
    position: relative;
    background-color: #021F2C;
    border-radius: clamp(10px, 1.666vw, 20px);
}
.cat-title{
    font-size: clamp(12px, 2.333vw, 28px);
    color: #fff;
  text-align: left;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left:clamp(10px, 3.333vw,40px);
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
.cat-wrap{
    height: 90px;
    display: inline-block;
}
}
/* ----- section category02 ----- */

#category02{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(6.666vw, 80px);
}
ul.category-wrap{
   display: flex;
   flex-wrap: wrap;
   gap: 3.333%;
   row-gap: clamp(20px, 3.333vw,40px);
}
#category02 li.archive-item{
    width:22.5%;
  margin-left: 0;
  margin-right:0;
}

.pagination{
    display: inline-flex;
    padding-top: min(8.333vw,100px);
    gap: clamp(4px, 0.5vw,6px);
}
.page{
    width: clamp(20px, 2.5vw, 30px);
    height: clamp(20px, 2.5vw, 30px);
    font-size:clamp(10px, 1.166vw, 14px);
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.active{
    background-color: #0C5EB6;
    color: #fff;
    border-radius: 2px;
}
.passive{
    background-color: #E7EBED;
    color: #121212;
    border-radius: 2px;
}
img.prev, img.next{
    width: clamp(4px, 0.5vw, 6px);
}
@media screen and (max-width: 900px) {
ul.category-wrap{
   gap: 5%;
   row-gap: clamp(20px, 3.333vw,40px);
}
#category02 li.archive-item{
    width:30%;
}
} 
@media screen and (max-width: 600px) {
li.category-item{
    width:90%;
    margin: 0 5%;
}

#category02 li.archive-item{
    width:47.5%;
}
}

/* -------------------- single -------------------- */

/* ----- section single01 ----- */

#single01{
    padding-top: min(6.666vw, 80px);
   padding-bottom: min(6.666vw, 80px);
}
.single-wrap{
    width: min(66.666vw, 800px);
    display: inline-block;
    text-align: left;
}
.cat01{
    color: #fff;
    font-size: 12px;
    background-color: #0C5EB6;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}
.sub01{
    font-size:clamp(11px, 1.166vw, 14px);
}
#single01 h2{
    font-size: clamp(16px, 2.333vw, 28px);
    color: #000;
    margin-top: 8px;
}
.single-mv{
    margin-top:clamp(10px, 2.5vw, 30px);
}
#single01 h3 {
    font-size: clamp(15px, 1.6vw, 20px);
    font-weight: 500;
    color: #0C5EB6;
    text-align: left;
    margin-top: clamp(10px, 1.6vw, 20px);
}
#single01 p{
    color: #1d1d1d;
    font-size: clamp(13px, 1.25vw, 15px);
    text-align: justify;
    font-weight: 500;
    margin-top: 12px;
}
.single-img-wrap{
    display: flex;
    gap:3.125%;
    margin-top: clamp(10px, 1.6vw, 20px);
}
.single-item{
    width: 31.25%;
}
.single-navi-wrap{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.single-navi{
    font-size:clamp(12px, 1.166vw, 14px);
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    margin-top: min(6.666vw, 80px);
    display: inline-block;
}
.s-return{
    width: 140px;
  color: #fff;
    background-color: #021F2C;
}
.s-prev, .s-next{
    width: 100px;
  color: #121212;
    background-color: #E7EBED;
}
@media screen and (max-width: 600px) {
    .single-wrap{
    width: 90%;
    margin: 0 5%;
}
.cat01{
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 3px;
}
}


/* -------------------- recruit -------------------- */

/* ----- section recruit01 ----- */
.copy09{
   color: #fff;
}
.copy09 span{
    display: inline-block;
        background-color: #C4001E;
        padding: 0.6vw 0.4vw 0.4vw 0.4vw;
	margin-top: -1px;
}
.posi09{
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
.posi09{
    left: -10px;
}
}
@media screen and (max-width: 900px) {
.copy09 span{
    display: inline-block;
        background-color: #C4001E;
        padding: 0.6vw 0.6vw 0.6vw 0.6vw;
}
}
/* ----- section recruit02 ----- */
#recruit02{
    padding-top: min(8.333vw, 100px);
}
#recruit .h2-wrap{
    width: 100%;
    text-align: left;
}
#recruit .lower-h3{
    font-size: clamp(14px, 1.6vw, 20px);
    margin-top: min(4.166vw, 50px);
}
#recruit .lower-h3::before{
   content:'■';
   color: #6DB6EB;
   margin-right: 2px;
}

#recruit02 table{
    width: 100%;
    font-size: clamp(12px, 1.25vw, 15px);
    color: #121212;
    text-align: left;
    margin-top: min(0.833vw, 10px);
}
#recruit02 th{
    width: clamp(90px, 16.666vw, 200px);
    padding: 16px;
    border: 1px solid #ccc;
    font-weight: 400;
    background-color: #EFF2F5;
}
#recruit02 td{
    width: calc(100% - clamp(100px, 16.666vw, 200px));
    padding: 16px;
    border: 1px solid #ccc;
    font-weight: 500;
}
@media screen and (max-width: 600px) {
#recruit02 th{
    padding: 10px;
}
#recruit02 td{
    padding: 10px;
}
}

/* ----- section recruit03 ----- */
#recruit03{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(8.333vw, 100px);
}
#recruit03 ol{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin-top: min(4.166vw, 50px);
}
#recruit03 li{
    width: 30%;
    height: clamp(70px, 9.166vw, 110px);
    background-color: #EFF2F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.3;
}
.r-flow{
    font-size: min(1.4vw, 14px);
}
.emphasis01{
    font-size:clamp(22px, 2.666vw,32px);
    font-weight: 400;
    font-family: 'Oswald',sans-serif;
    display: block;
}
.emphasis02{
    font-size:clamp(18px, 2.166vw,26px);
    font-weight: 500;
    display: block;
}
.triangle:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid #EFF2F5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 600px) {
#recruit03 ol{
    row-gap: 30px;
}

#recruit03 li{
    width: 100%;
}
.r-flow{
    font-size:12px;
}
.triangle:after{
    content: '';
    position: absolute;
    right: initial;
    top: 100%;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%)translateY(0);
  width: 0;
  height: 0;
    border-top: 20px solid #EFF2F5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
}

/* -------------------- company -------------------- */

/* ----- section company02 ----- */
#company02{
    padding-top: min(8.333vw, 100px);
   padding-bottom: min(8.333vw, 100px);
}
#company .h2-wrap{
    width: 100%;
    text-align: left;
}
#company02 dl{
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(12px, 1.25vw, 15px);
    color: #121212;
    text-align: left;
    margin-top: min(4.166vw, 50px);
}
#company02 dt{
    width: clamp(100px, 16.666vw, 200px);
    padding: 16px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}
#company02 dd{
    width: calc(100% - clamp(100px, 16.666vw, 200px));
    padding: 16px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
#company02 iframe{
    margin-top: 8px;
}
@media screen and (max-width: 600px) {

#company02 dt{
    width: 100%;
    padding: 16px 8px 8px 8px;
    border-bottom: 0;
    font-weight: 500;
    color: #555;
}
#company02 dt::before{
    content: '■';
    color: #6DB6EB;
    margin-right: 4px;
}
#company02 dd{
    width: 100%;
    padding: 0 8px 16px 8px;

}
}

/* -------------------- contact -------------------- */

/* ----- section contact02 ----- */
#contact02{
    padding-top: min(6.666vw,80px);
    padding-bottom: min(8.333vw,100px);
}
#contact02 .h2-wrap{
    width: 100%;
    text-align: left;
}
.contact02-wrap{
    background-color: #fff;
    padding: min(8.333vw,100px);
}
#contact02 dl{
    margin-top: min(3.333vw,40px);
    padding-bottom: min(5vw,60px);
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-size: clamp(12px, 1.25vw, 15px);
    line-height: 1.4;
     font-weight: 500;
}
#contact02 dt{
    width: 30%;
    padding: min(2vw, 20px);
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}
#contact02 dd{
    width: 70%;
    font-size: clamp(12px, 1.25vw, 15px);
    padding: min(2vw, 20px);
    color: #121212;
        border-bottom: 1px solid #ccc;
}
#contact02 dl {
    border-top: 1px solid #ccc;
}

span.radio{
    margin-right: 20px;
    vertical-align: middle;
}
.text-area{
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background-color: #EFF2F5;
    border: 0;
  padding: 12px;
  line-height: 1.6;
}
.text-area01{
    height: 50px;
}
.text-area02{
    height: 200px;
}

.required{
    font-size: 12px;
    color: #fff;
    background-color: #6DB6EB;
    width: 50px;
    text-align: center;
    padding: 3px 0 1px 0;
    border-radius: 2px;
    margin-right: 20px;
  display:inline-block;
}
.any{
    font-size: 12px;
    color: #fff;
    background-color: #121212;
    width: 50px;
    text-align: center;
    padding: 3px 0 1px 0;
    border-radius: 2px;
    margin-right: 20px;
}
.button-wrap{
    text-align: center;
}

.submit01{
    color: #fff;
        background-color: #0C5EB6;
    width: clamp(200px, 22.5vw, 270px);
    height: clamp(50px, 5vw, 60px);
    border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 1.25vw, 15px);
    border-radius: 4px;
}
.submit01:hover{
    cursor:pointer;
    background-color: #211F27;
}
.wpcf7 p {
display: inline;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
.wpcf7-list-item-label{
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
#contact02 dt{
    width: 100%;
    padding: 16px 0 8px 0;
    border-bottom: 0;

}
#contact02 dd{
    width: 100%;
        padding: 16px 0;
    padding-top: 0;
}
span.radio{
    margin-right: 16px;
}
 .required, .any {
    font-size: 10px;
    padding: 3px 2px 2px 2px;
    border-radius: 2px;
    width: 40px;
        margin-right: 10px;
}

.contact002-wrap{
    background-color: #fff;
    padding-left: min(4.166vw,50px);
    padding-right: min(4.166vw,50px);
}
.text-area01 {
        height: 40px;
    }
}
/* -------------------- conplete -------------------- */

/* ----- section conplete01 ----- */
#complete01{
  display: inline-flex;
  align-items: center;
  justify-content:center;
  width: 100%;
 }
.complete01-wrap{
  margin-top: 200px;
  margin-bottom: 200px;
}
.submit-wrap{
  text-align:center;
  margin-top: min(5vw,60px);
}
.main-message{
  font-size:clamp(16px, 1.666vw, 20px);
  color:#0C5EB6;
  font-weight:600;
}
#complete01 p{
  font-size: clamp(13px, 1.25vw, 15px);
  margin-top:clamp(14px, 1.6vw, 20px);
}