/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.wrap-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

main {
  font-feature-settings: "palt";
}

.ib {
  display: inline-block;
}

.fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .fv-content {
    height: 70vh;
  }
}
.fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}
.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}
.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.sgmhr {
  padding: 30px 15px 22.5vw;
  color: #5f5c5c;
  background: #E3F2F0 url(../img/special/interview-sgmhr/bg.svg) no-repeat center bottom/100% auto;
}
@media (min-width: 768px) {
  .sgmhr {
    padding: 90px 0 22.5vw;
  }
}
.sgmhr-img {
  text-align: center;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sgmhr-img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sgmhr-img {
    border-radius: 12px;
  }
}
.sgmhr-profile {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sgmhr-profile {
    max-width: 600px;
    margin-left: auto;
  }
}
.sgmhr-profile-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #11504d;
}
.sgmhr-profile-title-main {
  color: #11504d;
  font-size: 18px;
}
.sgmhr-profile-title-sub {
  color: #11504d;
  font-size: 15px;
}
.sgmhr-profile-text {
  margin-top: 20px;
  color: #11504d;
  font-size: 13px;
  line-height: 1.5;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
.sec01 {
  position: relative;
  margin: -1px 0 0;
  color: #5f5c5c;
  background: #fff;
}
@media (min-width: 768px) {
  .sec01 {
    margin: -1px 0 -100px;
  }
}
.sec01 .wrap {
  transform: none;
}
@media (min-width: 768px) {
  .sec01 .wrap {
    transform: translateY(-10vw);
  }
}
.sec01 .sec-title {
  position: relative;
}
.sec01 .sec-title-group {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec01 .sec-title-group {
    inset: 0 auto auto 15px;
    gap: 25px;
  }
}
.sec01 .sec-title-group .icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .sec01 .sec-title-group .icon {
    width: auto;
    height: auto;
  }
}
.sec01 .sec-title-group .title {
  color: #11504d;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec01 .sec-title-group .title {
    font-size: 32px;
  }
}
.sec01 .sec-title .img {
  margin-top: 50px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec01 .sec-title .img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec01 .sec-title .img {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .sec01 .sec-title .img {
    margin-top: 100px;
  }
}
.sec01 .sec-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.sec01 .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}
.sec01 .caption {
  margin-top: 30px;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .sec01 .caption {
    text-align: center;
  }
}

.sec02 {
  margin: 50px 0;
  color: #5f5c5c;
  background: #fff;
}
@media (min-width: 768px) {
  .sec02 {
    margin: 100px 0;
  }
}
.sec02 .sec-title {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec02 .sec-title {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.sec02 .sec-title-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec02 .sec-title-group {
    gap: 25px;
  }
}
.sec02 .sec-title-group .icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .sec02 .sec-title-group .icon {
    width: auto;
    height: auto;
  }
}
.sec02 .sec-title-group .title {
  color: #11504d;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec02 .sec-title-group .title {
    font-size: 32px;
  }
}
.sec02 .sec-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .sec02 .sec-contents {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sec02 .sec-contents .img {
    flex-shrink: 0;
    max-width: 400px;
  }
}
.sec02 .sec-contents .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec02 .sec-contents .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec02 .sec-contents .img img {
    border-radius: 12px;
  }
}
.sec02 .sec-contents .sec-text-wrap {
  flex: 1;
}
.sec02 .sec-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.sec02 .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}

.sec03 {
  margin: 50px 0;
  color: #5f5c5c;
  background: #fff;
}
@media (min-width: 768px) {
  .sec03 {
    margin: 100px 0;
  }
}
.sec03 .sec-title {
  position: relative;
}
.sec03 .sec-title-group {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec03 .sec-title-group {
    inset: 0 auto auto 15px;
    gap: 25px;
  }
}
.sec03 .sec-title-group .icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .sec03 .sec-title-group .icon {
    width: auto;
    height: auto;
  }
}
.sec03 .sec-title-group .title {
  color: #11504d;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec03 .sec-title-group .title {
    font-size: 32px;
  }
}
.sec03 .sec-title .img {
  position: relative;
}
.sec03 .sec-title .img img {
  margin-top: 70px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec03 .sec-title .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec03 .sec-title .img img {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .sec03 .sec-title .img img {
    margin-top: 100px;
  }
}
.sec03 .sec-title .img .caption {
  position: absolute;
  inset: auto 30px 10px auto;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  z-index: 2;
}
.sec03 .sec-title .img .caption-en {
  font-size: 14px;
  font-weight: normal;
}
.sec03 .sec-title .img .caption-jp {
  font-size: 10px;
}
.sec03 .sec-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.sec03 .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}
.sec03 .caption {
  margin-top: 30px;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .sec03 .caption {
    text-align: center;
  }
}
.sec03 .sec-gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .sec03 .sec-gallery {
    margin: 40px 0;
  }
}
@media (max-width: 400px) {
  .sec03 .sec-gallery {
    gap: 3px;
  }
}
.sec03 .sec-gallery-item.col-01 {
  width: 38%;
}
.sec03 .sec-gallery-item.col-02 {
  width: 22%;
}
.sec03 .sec-gallery-item.col-03 {
  width: 38%;
}
.sec03 .sec-gallery-item .img {
  position: relative;
}
.sec03 .sec-gallery-item .img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec03 .sec-gallery-item .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec03 .sec-gallery-item .img img {
    border-radius: 12px;
  }
}
.sec03 .sec-gallery-item .img .caption {
  position: absolute;
  inset: auto 10px 10px auto;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
@media (min-width: 768px) {
  .sec03 .sec-gallery-item .img .caption {
    inset: auto 30px 10px auto;
  }
}
@media (max-width: 400px) {
  .sec03 .sec-gallery-item .img .caption {
    inset: auto 10px 10px auto;
  }
}
.sec03 .sec-gallery-item .img .caption-en {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .sec03 .sec-gallery-item .img .caption-en {
    font-size: 9px;
  }
}
.sec03 .sec-gallery-item .img .caption-jp {
  font-size: 9px;
}
@media (max-width: 600px) {
  .sec03 .sec-gallery-item .img .caption-jp {
    font-size: 7px;
  }
}
.sec03 .sec-gallery-item .img .caption-double {
  position: absolute;
  inset: auto 10px 10px auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
@media (min-width: 768px) {
  .sec03 .sec-gallery-item .img .caption-double {
    inset: auto 30px 10px auto;
  }
}
@media (max-width: 600px) {
  .sec03 .sec-gallery-item .img .caption-double {
    inset: auto 3px 10px auto;
    gap: 4px;
  }
}
.sec03 .sec-gallery-item .img .caption-double-r {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .sec03 .sec-gallery-item .img .caption-double-r {
    padding-left: 7px;
  }
}
.sec03 .sec-gallery-item .img .caption-double-r::before {
  content: "";
  position: absolute;
  inset: 0;
  rotate: 45deg;
  width: 1px;
  height: 2em;
  background: #fff;
}
@media (max-width: 600px) {
  .sec03 .sec-gallery-item .img .caption-double-r::before {
    rotate: 22.5deg;
    height: 20px;
  }
}
.sec03 .sec-gallery-item .caption {
  margin-top: 5px;
  font-size: 9px;
  text-align: left;
}
@media (max-width: 400px) {
  .sec03 .sec-gallery-item .caption {
    font-size: 7px;
  }
}
.sec03 .sec-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .sec03 .sec-contents {
    flex-direction: row;
    align-items: flex-end;
  }
}
.sec03 .sec-contents .img {
  flex-shrink: 0;
  position: relative;
}
.sec03 .sec-contents .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec03 .sec-contents .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec03 .sec-contents .img img {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .sec03 .sec-contents .img img {
    max-width: 320px;
  }
}
.sec03 .sec-contents .img .caption {
  position: absolute;
  inset: auto 30px 10px auto;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  color: #fff;
}
.sec03 .sec-contents .inline-img {
  display: inline-block;
  margin: 0 auto;
}
.sec03 .sec-contents .inline-img img {
  aspect-ratio: 400/222;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03 .sec-contents .sec-text-wrap {
  flex: 1;
}
.sec03 .caption {
  margin-top: 30px;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .sec03 .caption {
    text-align: center;
  }
}

.sec04 {
  margin: 50px 0;
  color: #5f5c5c;
  background: #fff;
}
@media (min-width: 768px) {
  .sec04 {
    margin: 100px 0;
  }
}
.sec04 .sec-title {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sec04 .sec-title {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.sec04 .sec-title-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec04 .sec-title-group {
    gap: 25px;
  }
}
.sec04 .sec-title-group .icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .sec04 .sec-title-group .icon {
    width: auto;
    height: auto;
  }
}
.sec04 .sec-title-group .title-wrap .title {
  color: #11504d;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec04 .sec-title-group .title-wrap .title {
    font-size: 32px;
  }
}
.sec04 .sec-title-group .title-wrap .subtitle {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  color: #11504d;
  background: #bee6e3;
}
@media (min-width: 768px) {
  .sec04 .sec-title-group .title-wrap .subtitle {
    font-size: 20px;
  }
}
.sec04 .sec-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .sec04 .sec-contents {
    flex-direction: row;
    align-items: flex-start;
  }
}
.sec04 .sec-contents .img {
  display: block;
  width: 100%;
  height: auto;
}
.sec04 .sec-contents .inline-img {
  text-align: center;
}
.sec04 .sec-contents .inline-img img {
  aspect-ratio: 400/222;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .sec-contents + .sec-contents {
  margin-top: 30px;
}
.sec04 .sec-contents .sec-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.sec04 .sec-contents .sec-text + p {
  margin-top: 20px;
}
.sec04 .sec-contents .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}
.sec04 .sec04-content01 .img {
  width: calc(100vw - 30px);
}
@media (min-width: 768px) {
  .sec04 .sec04-content01 .img {
    flex-shrink: 0;
    width: 380px;
  }
}
@media (min-width: 768px) {
  .sec04 .sec04-content01 .sec-text-wrap {
    flex: 1;
  }
}
.sec04 .sec04-content02 .sec-text-wrap {
  order: 1.5;
}
@media (min-width: 768px) {
  .sec04 .sec04-content02 .sec-text-wrap {
    order: 0;
    flex: 1.5;
  }
}
.sec04 .sec04-content02 .img {
  order: 0;
}
@media (min-width: 768px) {
  .sec04 .sec04-content02 .img {
    order: 1;
    flex: 1;
  }
}
.sec04 .sec04-content02 .img img {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec04 .sec04-content02 .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec04 .sec04-content02 .img img {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .sec04 .sec04-content02 .img img {
    width: 300px;
  }
}
.sec04 .sec04-content03 .img {
  width: calc(100vw - 30px);
}
@media (min-width: 768px) {
  .sec04 .sec04-content03 .img {
    flex-shrink: 0;
    width: 435px;
  }
}
@media (min-width: 768px) {
  .sec04 .sec04-content03 .sec-text-wrap {
    flex: 1;
  }
}
.sec04 .sec-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.sec04 .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}
.sec04 .caption {
  margin-top: 20px;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .sec04 .caption {
    margin-top: 30px;
    text-align: center;
  }
}

.sec05 {
  margin: 50px 0;
  color: #5f5c5c;
  background: #fff;
}
@media (min-width: 768px) {
  .sec05 {
    margin: 100px 0;
  }
}
.sec05 .sec-title {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sec05 .sec-title {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.sec05 .sec-title-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec05 .sec-title-group {
    gap: 25px;
  }
}
.sec05 .sec-title-group .icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .sec05 .sec-title-group .icon {
    width: auto;
    height: auto;
  }
}
.sec05 .sec-title-group .title-wrap .title {
  color: #11504d;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec05 .sec-title-group .title-wrap .title {
    font-size: 32px;
  }
}
.sec05 .sec-title-group .title-wrap .subtitle {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  color: #11504d;
  background: #bee6e3;
}
@media (min-width: 768px) {
  .sec05 .sec-title-group .title-wrap .subtitle {
    font-size: 20px;
  }
}
.sec05 .img img {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec05 .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec05 .img img {
    border-radius: 12px;
  }
}
.sec05 .sec05-grid {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 43% 55%;
  grid-template-rows: 63.5vw 1fr;
  gap: 15px;
}
@media (max-width: 500px) {
  .sec05 .sec05-grid {
    grid-template-columns: 42% 54%;
    grid-template-rows: 62vw 1fr;
  }
}
@media (min-width: 768px) {
  .sec05 .sec05-grid {
    grid-template-columns: 180px 1fr 150px;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    align-items: center;
  }
}
.sec05 .sec05-grid .col-01 {
  grid-area: 1/1/2/2;
}
@media (min-width: 768px) {
  .sec05 .sec05-grid .col-01 {
    grid-area: auto;
  }
}
.sec05 .sec05-grid .col-02 {
  grid-area: 2/1/3/3;
}
@media (min-width: 768px) {
  .sec05 .sec05-grid .col-02 {
    grid-area: auto;
  }
}
.sec05 .sec05-grid .col-02 .sec-text {
  margin: 0;
}
.sec05 .sec05-grid .col-02 .sec-text + p {
  margin-top: 20px;
}
.sec05 .sec05-grid .col-03 {
  grid-area: 1/2/2/3;
}
@media (min-width: 768px) {
  .sec05 .sec05-grid .col-03 {
    grid-area: auto;
  }
}
.sec05 .sec05-grid .img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec05 .sec05-grid .img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec05 .sec05-grid .img {
    border-radius: 12px;
  }
}
.sec05 .sec05-gallery {
  display: grid;
  grid-template-columns: 31% 67%;
  grid-template-rows: 42.5vw 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .img {
    flex-shrink: 0;
  }
}
.sec05 .sec05-gallery .img img {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec05 .sec05-gallery .img img {
    border-radius: 12px;
  }
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .sec-text-wrap {
    flex: 1;
  }
}
.sec05 .sec05-gallery .sec-text-wrap .sec-text {
  margin: 0;
}
.sec05 .sec05-gallery .sec-text-wrap .sec-text + p {
  margin-top: 20px;
}
.sec05 .sec05-gallery .sec-text-wrap .img {
  width: 300px;
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .sec-text-wrap .img {
    float: right;
    margin: 0 0 5px 20px;
  }
}
.sec05 .sec05-gallery .sec-text-wrap .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .sec-text-wrap .img img {
    border-radius: 32px;
  }
}
@media (max-width: 400px) {
  .sec05 .sec05-gallery .sec-text-wrap .img img {
    border-radius: 12px;
  }
}
.sec05 .sec05-gallery .col-sp-01 {
  grid-area: 1/1/2/2;
}
.sec05 .sec05-gallery .col-sp-01 img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec05 .sec05-gallery .col-sp-01 img {
    width: auto;
  }
}
.sec05 .sec05-gallery .col-sp-02 {
  grid-area: 1/2/2/3;
}
.sec05 .sec05-gallery .col-sp-02 img {
  width: 100%;
}
.sec05 .sec05-gallery .col-sp-03 {
  grid-area: 2/1/3/3;
}
.sec05 .sec-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.sec05 .sec-text .undermarker {
  background: linear-gradient(transparent 70%, #fefaba 70%);
}
.sec05 .caption {
  margin-top: 15px;
  font-size: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .sec05 .caption {
    margin-top: 30px;
    text-align: center;
  }
}
.sec05 .lead {
  padding-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec05 .lead {
    padding-top: 60px;
    text-align: center;
  }
}

.sec06 {
  padding: 50px 0;
  color: #5f5c5c;
  background: #e8f7f6;
}
@media (min-width: 768px) {
  .sec06 {
    padding: 100px 0;
  }
}
.sec06 .caption {
  padding-bottom: 30px;
  text-align: left;
  font-size: 10px;
}
@media (min-width: 768px) {
  .sec06 .caption {
    padding-bottom: 60px;
    text-align: center;
  }
}
.sec06 .sec-link {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.sec06 .sec-link a {
  color: #0075c1;
  text-decoration: underline;
}
.sec06 .sec-link a:hover {
  text-decoration: none;
}/*# sourceMappingURL=interview-sgmhr.css.map */