/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner {
    background-position: right 40% top;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subPage .inner {
    background-position: right 35% top;
  }
}

@media screen and (max-width: 365px) {
  #mainvisual.subPage .inner {
    background-position: right 30% top;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual.subPage .inner .cont {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subPage .inner .cont .headline h1 {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 365px) {
  #mainvisual.subPage .inner .cont .headline h1 {
    font-size: 15px;
    padding: 10px;
  }
}

@media screen and (max-width: 340px) {
  #mainvisual.subPage .inner .cont .headline h1 {
    font-size: 14px;
    padding: 10px 5px;
  }
}

#main.office .firstRow {
  padding: 47px 0 66px;
  position: relative;
  background-color: #f6f4f2;
}

@media screen and (max-width: 850px) {
  #main.office .firstRow {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  #main.office .firstRow {
    padding: 7.5% 0;
  }
}

#main.office .firstRow .inner .textDesc {
  padding-left: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #main.office .firstRow .inner .textDesc {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

#main.office .firstRow .inner .textDesc p {
  line-height: 1.8;
  color: #444444;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .textDesc p {
    font-size: 93.75%;
  }
}

@media screen and (max-width: 340px) {
  #main.office .firstRow .inner .textDesc p {
    font-size: 87.5%;
  }
}

#main.office .firstRow .inner .textDesc p span {
  color: #d22025;
  font-weight: bold;
  margin-left: -4px;
}

#main.office .firstRow .inner .boxWhite {
  padding: 30px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite {
    padding: 5%;
  }
}

#main.office .firstRow .inner .boxWhite .heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .heading p {
    font-size: 93.75%;
  }
}

@media screen and (max-width: 480px) {
  #main.office .firstRow .inner .boxWhite .heading p {
    font-size: 87.5%;
  }
}

#main.office .firstRow .inner .boxWhite .heading h2 {
  color: #d22025;
  font-size: 200%;
  line-height: 1.5;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .heading h2 {
    font-size: 187.5%;
  }
}

@media screen and (max-width: 480px) {
  #main.office .firstRow .inner .boxWhite .heading h2 {
    font-size: 150%;
  }
}

@media screen and (max-width: 340px) {
  #main.office .firstRow .inner .boxWhite .heading h2 {
    font-size: 137.5%;
  }
}

#main.office .firstRow .inner .boxWhite .desc {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .desc {
    font-size: 93.75%;
  }
}

@media screen and (max-width: 340px) {
  #main.office .firstRow .inner .boxWhite .desc {
    font-size: 87.5%;
  }
}

#main.office .firstRow .inner .boxWhite .banner {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #main.office .firstRow .inner .boxWhite .banner {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  #main.office .firstRow .inner .boxWhite .banner .PC {
    display: none;
  }
}

#main.office .firstRow .inner .boxWhite .banner .SP {
  display: none;
}

@media screen and (max-width: 560px) {
  #main.office .firstRow .inner .boxWhite .banner .SP {
    display: block;
  }
}

#main.office .firstRow .inner .boxWhite .subtitle {
  font-size: 125%;
  color: #d22025;
  border-left: 6px solid #d22025;
  padding: 1px 0;
  padding-left: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .subtitle {
    font-size: 112.5%;
    margin-bottom: 15px;
  }
}

#main.office .firstRow .inner .boxWhite .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.office .firstRow .inner .boxWhite .btnBox a {
  width: 404px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 137.5%;
  font-weight: bold;
  background-color: #d22025;
  border: 3px solid #d22025;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #main.office .firstRow .inner .boxWhite .btnBox a {
    height: 60px;
    font-size: 125%;
  }
}

#main.office .firstRow .inner .boxWhite .btnBox a:hover {
  background-color: #FFF;
  color: #d22025;
}
#main.office .secondRow .inner .boxWhite {
  padding: 30px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/*--------------20231030-------------------------------*/
#main.office .secondRow {
  padding: 47px 0 66px;
  position: relative;
  background-color: #f6f4f2;
}
#main.office .secondRow .inner .boxWhite .heading h2 {
  color: #d22025;
  font-size: 200%;
  line-height: 1.5;
  font-feature-settings: "palt";
}
#main.office .secondRow .inner .boxWhite .heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#main.office .secondRow .heading2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
#main.office .secondRow .heading2 .box2 p:first-of-type {
  font-size: 18px;
  font-weight: bold;
}
#main.office .secondRow .heading2 .box2 p:last-of-type span.icon {
  background: #d22025;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  height: 50px;
}
#main.office .secondRow .heading2 .box2 p:last-of-type {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
#main.office .secondRow .heading2 .box2 p:last-of-type a {
  font-size: 16px;
  letter-spacing: 1px;
}
#main.office .secondRow .pic_box1 {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
#main.office .secondRow .pic_box1 figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
}
#main.office .secondRow .pic_box1 figure {
  position: relative;
  padding-top: 70%;
}
#main.office .secondRow .pic_box1 figure {
  position: relative;
  padding-top: 35%;
  width: 100%;
  overflow: hidden;
}
.box_Q p {
  border: 2px solid #d22025;
  border-radius: 5px;
  padding: 20px 30px;
  width: calc(100% - 120px);
  color: #d22025;
  font-size: 18px;
  font-weight: bold;
}
.box_Q span {
  background: #d22025;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 29px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.box_Q {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.box_A {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.box_A p {
  border: 2px solid #444444;
  border-radius: 5px;
  padding: 20px 30px;
  width: calc(100% - 120px);
  color: #444444;
  font-size: 16px;
  
}
#main.office .secondRow .pic p {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
#main.office .secondRow .pic {
  text-align: center;
  margin: 30px auto;
}
#main.office .secondRow .bold_red{
  font-weight:bold;
  color:#D22024;
}
#main.office .secondRow .bold_black{
  font-weight:bold;
  color:#444444;
}
#main.office .secondRow .pic2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 760px;
  justify-content: space-around;
}
#main.office .secondRow .pic2 img {
  width: 48%;
}
#main.office .firstRow .inner .boxWhite .banner img {
  border: 2px solid #d22025;
  border-radius: 5px;
}
.box_last {
  text-align: center;
  border: 2px solid #d22025;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 18px;
  color: #d22025;
  width: calc(100% - 120px);
  margin: auto;
  font-weight: bold;
}
#main.office .inner .boxWhite .heading:before {
  width: 50px;
  height: 3px;
  background: #d22025;
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: -10px;
}
#main.office .inner .boxWhite .heading{
  position:relative;
}
#main.office .inner .boxWhite .heading{
  margin-bottom: 40px;
}
#mainvisual.subPage .inner .cont {
  flex-direction: column;
}
@media screen and (min-width: 1600px){
  #mainvisual.subPage .inner .cont .headline {
    margin-top: 65px;
}
}
.headline2 {
  margin-top: 50px;
}

.headline2 .logo_box {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  align-items: center;
}
.headline2 {
  margin-top: 35px;
  color: #d22025;

}
.headline2 p {
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 1599px){
  #mainvisual.subPage .inner .cont .headline {
    margin-top: 30px;
}
.headline2 p {
  font-size: 20px;
}
.headline2 .logo_box {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  align-items: center;
  max-width: 250px;
}
}

#main.office .secondRow .heading2 .box2 p:last-of-type a:hover {
  opacity: 0.6;
}
#main.office .secondRow .heading2 .box2 p:last-of-type a{
  transition:all 0.3s;
}
#main.office .firstRow .inner .boxWhite .heading,#main.office .secondRow .inner .boxWhite .heading{
  margin-bottom:50px;
}
#main.office .firstRow .inner .boxWhite {
  position: relative;
  z-index: 2;
}
#main.office .secondRow {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width:667px){
  .office #mainvisual.subPage .inner .cont .headline {
    margin-top: 0px;
}
.headline2 p {
  font-size: 16px;
}
.headline2 {
  margin-top: 20px;
  color: #d22025;
}
.office #mainvisual.subPage .inner {
  background-position: right 32% top;
}
.office #mainvisual.subPage .inner {
  height: 280px;
}
.headline2 .logo_box {
  flex-direction: column;
}
.headline2 .logo_box {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  max-width: 170px;
}
#main.office .secondRow .inner .boxWhite .heading h2 {
  font-size: 150%;
}
#main.office .secondRow .heading2{
  flex-direction:column;
}
#main.office .secondRow .heading2 .box2 p:last-of-type a {
  white-space: nowrap;
  font-size: 14px;
}
#main.office .secondRow .heading2 .box2 p:last-of-type {
  flex-direction: column;
}
#main.office .secondRow .inner .boxWhite .heading h2 span.sp_block {
  display: block;
}
#main.office .secondRow .heading2 .box2 p:last-of-type{
  flex-wrap:wrap;
}
#main.office .secondRow .heading2 .box2 p:last-of-type span.icon{
  width:100%;
}
  #main.office .secondRow .heading2 .box2 p:last-of-type span.icon .PC_block {
    display: none;
}
#main.office .secondRow .pic_box1 {
  flex-direction: column;
}
#main.office .secondRow .pic_box1 figure{
  padding-top:65%;
}
.box_Q{
  flex-direction:column;
}
.box_Q p {
  border: 2px solid #d22025;
  border-radius: 5px;
  padding:20px;
  width: 100%;
  color: #d22025;
  font-size: 16px;
  font-weight: bold;
}
.box_A {
  flex-direction: column;
}
.box_A p{
  padding:20px;
  width:100%;
}
.box_A p {
  order: 2;
}
.box_A span {
  order: 1;
}
.box_A span.pmo_logo{
  order: 1;
  display: flex;
  justify-content: flex-end;
}
.box_last {
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 20px;
}
#main.office .secondRow .pic2 {
  flex-direction: column;
  gap: 10px;
}
#main.office .secondRow .pic2 img {
  width: 100%;
}
#main.office .secondRow .heading2 .box2 p:last-of-type a {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
}
}
/*# sourceMappingURL=office.css.map */