@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #332f21;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.f-roboto {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

/*------------------------------------------
	mixin
------------------------------------------*/
/*------------------------------------------
	frame / smooth scroll
------------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px;
  }
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: clip;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*------------------------------------------
	scroll action
------------------------------------------*/
.js-scroll {
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}
.js-scroll:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scroll:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scroll:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.js-scroll.is-fadeInUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .js-scroll.is-fadeInUp {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo {
  position: absolute;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 366px;
  height: 30px;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #fff;
  padding: 45px 30px;
}
.l-header-entry {
  position: relative;
  z-index: 9992;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin: 0 0 0 auto;
}
.l-header-entry__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}
.l-header-entry__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  background: linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
}
.l-header-entry__btn-en {
  margin-top: 3px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  font-style: italic;
}
.l-header-entry__btn:nth-of-type(2) a {
  background: #f8c395;
  color: #2a2a2a;
}
.l-header-entry__btn:nth-of-type(3) a {
  background: #fff5ec;
  color: #2a2a2a;
}
@media screen and (min-width: 769px) {
  .l-header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    height: 70px;
    padding: 0 70px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-entry__btn .hidden-sp {
    display: contents;
  }
  .l-header-entry__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 160px;
    height: 60px;
  }
  .l-header__logo img {
    width: 140px;
  }
  .l-header__logo a {
    padding: 30px 0;
  }
  .l-header-entry {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
  }
  .l-header-entry__btn {
    font-size: 12px;
  }
  .l-header-entry__btn a {
    height: 50px;
  }
  .l-header-entry__btn-en {
    font-size: 22px;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  padding: 0;
  background: #008cd6;
  position: relative;
}
.l-footer p,
.l-footer li {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a,
.l-footer span {
  color: inherit !important;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a,
.l-footer li,
.l-footer div,
.l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
  padding: 45px 10px;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
  padding: 0;
  gap: 20px 0;
}
.l-footer-nav__item {
  list-style: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
}
.l-footer-nav__item + .l-footer-nav__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-footer-nav__item a {
  display: block;
  padding-inline: 25px;
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  margin: 0;
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 30px 20px 80px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 30px;
  }
  .l-footer-nav__item {
    border-bottom: 1px dashed;
    font-size: 12px;
    text-align: left;
  }
  .l-footer-nav__item + .l-footer-nav__item::after {
    content: none;
  }
  .l-footer-nav__item a {
    padding: 10px 0;
  }
  .l-footer-copyright {
    font-size: 10px;
  }
}

.pagetop {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-indent: 100%;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
  background: #333333;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  position: relative;
}
.pagetop a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 2px, 2px 2px, 2px 100%, 0 100%);
  background: currentColor;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: calc(var(--cv-height) + 10px);
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 9992;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #20b2fa;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 25px;
}
.gnavBtn span:nth-of-type(2) {
  top: 35px;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 25px;
  width: 26px;
  left: 17px;
  margin: 0 auto 0 0;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-200deg);
          transform: translateY(9px) rotate(-200deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  display: none;
}
.gnavBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(200deg);
          transform: translateY(-10px) rotate(200deg);
  width: 36px;
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .gnavBtn span {
    width: 26px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 23px;
  }
  .gnavBtn span:nth-of-type(2) {
    bottom: 12px;
    width: 20px;
    left: -5px;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 27px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-200deg);
            transform: translateY(5px) rotate(-200deg);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(200deg);
            transform: translateY(-4px) rotate(200deg);
    width: 26px;
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 130px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list__item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1179ca;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}
.l-nav-list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #20b2fa;
  border-bottom: 2px solid #20b2fa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.l-nav-list__item-en {
  display: block;
  color: rgba(32, 178, 250, 0.12);
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .l-nav-list__item a:hover {
    opacity: 1;
    color: #20b2fa;
  }
  .l-nav-list__item a:hover::after {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 70px 20px 100px;
  }
  .l-nav-list__item {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .l-nav-list__item-en {
    font-size: 26px;
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
}
.l-mv img {
  width: 100%;
}
.l-mv__txt {
  position: absolute;
  z-index: 2;
  left: 2.7777777778vw;
  bottom: 2.7777777778vw;
  width: 52.7777777778vw;
  pointer-events: none;
}
.l-mv__txt img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-mv {
    margin-bottom: 0;
  }
  .l-mv__txt {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.js-mv-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.js-mv-slider.is-initialized {
  opacity: 1;
}
.js-mv-slider .splide__slide {
  overflow: hidden;
  width: 100% !important;
}
.js-mv-slider picture,
.js-mv-slider img {
  display: block;
  width: 100%;
  height: auto;
}

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  font-size: 44px;
  text-align: center;
  color: #1179ca;
  line-height: 1;
  position: relative;
}
.c-tit01__en {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: -60px;
  color: rgba(32, 178, 250, 0.12);
  font-weight: 600;
  font-size: 140px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.c-tit01.is-white {
  color: #fff;
}
.c-tit01.is-white .c-tit01__en {
  color: rgba(255, 255, 255, 0.2);
}
.c-tit01.is-sky {
  color: #1179ca;
}
.c-tit01.is-sky .c-tit01__en {
  color: rgba(255, 255, 255, 0.3);
}
.c-tit01.is-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 24px;
  }
  .c-tit01__en {
    margin-bottom: -36px;
    font-size: 64px;
  }
}

/*------------------------------------------
	.secMessage
------------------------------------------*/
.secMessage {
  position: relative;
  padding: 60px 0 60px;
  background: url("../img/img_deco01.svg") no-repeat left calc(50% + 20px) top 100px/211px, url("../img/bg_01.svg") no-repeat right top/740px;
}
.secMessage::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -120px;
  width: 740px;
  aspect-ratio: 740/920;
  background: url("../img/bg_02.svg") no-repeat bottom left/740px;
  pointer-events: none;
  z-index: -1;
}
.secMessage-inner {
  max-width: 1080px;
  overflow: visible;
}
.secMessage-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.12fr) 60px minmax(0, 0.88fr);
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1220px, 100vw - 80px);
  margin-inline: auto;
}
.secMessage-top__imgBox {
  width: 100%;
  max-width: 640px;
  -ms-grid-column-align: start;
      justify-self: start;
}
.secMessage-top__imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.secMessage-top__txtBox {
  min-width: 0;
}
.secMessage-bottom {
  margin-top: 80px;
}
.secMessage-bottom__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.88fr) 40px minmax(0, 1.12fr);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1220px, 100vw - 80px);
  margin-inline: auto;
}
.secMessage-bottom__imgBox {
  width: 100%;
  max-width: 640px;
  -ms-grid-column-align: end;
      justify-self: end;
}
.secMessage-bottom__imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.secMessage-bottom__txtBox {
  min-width: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.secMessage__secTit {
  margin-bottom: 100px;
  line-height: 1.35;
}
.secMessage__tit {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 2.1;
}
.secMessage__tit .bg {
  padding: 7px 16px;
  background: #1179ca;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secMessage__txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0;
}
.secMessage__txt + .secMessage__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .secMessage {
    padding: 60px 0 40px;
    overflow: hidden;
    background-size: min(211px, 35vw), min(740px, 60vw);
    background-position: right 20px top 80px, right top;
  }
  .secMessage::after {
    width: min(740px, 60vw);
    bottom: 0;
    background-size: contain;
  }
  .secMessage-inner {
    padding-inline: 25px;
  }
  .secMessage-top {
    padding-inline: 25px;
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .secMessage-top__imgBox {
    max-width: none;
  }
  .secMessage-bottom {
    padding-inline: 25px;
    margin-top: 40px;
  }
  .secMessage-bottom__inner {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .secMessage-bottom__imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: none;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .secMessage__secTit {
    margin-bottom: 40px;
    font-size: min(5.3vw, 20px);
    line-height: 1.4;
  }
  .secMessage__secTit .bg {
    padding: 5px;
  }
  .secMessage__tit {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .secMessage__txt {
    font-size: 15px;
    line-height: 2;
  }
}

/*------------------------------------------
	.secStyle
------------------------------------------*/
.secStyle {
  padding-block: 120px 120px;
  background: url("../img/bg_03.svg") no-repeat right bottom/740px, url("../img/bg_style.webp") no-repeat center top/cover;
  position: relative;
}
.secStyle::after {
  content: "";
  position: absolute;
  right: calc(50% - 560px);
  top: 210px;
  width: 272px;
  aspect-ratio: 272/228;
  background: url("../img/img_deco02.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
.secStyle-inner {
  position: relative;
  z-index: 1;
}
.secStyle__secTit {
  margin-bottom: 60px;
}
.secStyle-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.secStyle-list__item {
  background: linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
}
.secStyle-list__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}
.secStyle-list__item:first-child .secStyle-list__imgBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
.secStyle-list__item:nth-child(2), .secStyle-list__item:nth-child(3) {
  position: relative;
  overflow: visible;
}
.secStyle-list__item:nth-child(2)::after, .secStyle-list__item:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}
.secStyle-list__item:nth-child(2)::after {
  width: min(92%, 300px);
  aspect-ratio: 642/244;
  background-image: url("../img/img_deco03.webp");
}
.secStyle-list__item:nth-child(3)::after {
  width: min(48%, 170px);
  aspect-ratio: 378/412;
  background-image: url("../img/img_deco04.webp");
}
.secStyle-list__item__tit01 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secStyle-list__item__tit02 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secStyle-list__item__txt01 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0;
  font-weight: 500;
}
.secStyle-list__item__txt02 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  font-weight: 500;
}
.secStyle-list-txtBox01 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
}
.secStyle-list-txtBox02 {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 60px;
}
.secStyle-list-txtBox03 {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 60px;
}
.secStyle-list__imgBox {
  line-height: 0;
}
.secStyle-list__imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.secStyle-labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.secStyle-labelList__item {
  border-radius: 8px;
  background: #efce2a;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .secStyle {
    padding-block: 60px 60px;
    overflow-x: hidden;
    overflow-y: visible;
    background-size: min(740px, 70vw), cover;
  }
  .secStyle::after {
    display: none;
  }
  .secStyle__secTit {
    margin-bottom: 40px;
  }
  .secStyle-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .secStyle-list__item {
    overflow: visible;
  }
  .secStyle-list__item:first-child {
    display: block;
    grid-column: auto;
    position: relative;
  }
  .secStyle-list__item:first-child .secStyle-list__imgBox {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .secStyle-list__item:first-child::after {
    content: "";
    position: absolute;
    right: 4.5%;
    top: 38%;
    bottom: auto;
    width: min(38vw, 134px);
    max-width: 134px;
    aspect-ratio: 272/228;
    background: url("../img/img_deco02.webp") no-repeat right top/contain;
    pointer-events: none;
    z-index: 2;
  }
  .secStyle-list__item__tit01 {
    font-size: min(6vw, 24px);
  }
  .secStyle-list__item__tit02 {
    font-size: min(6vw, 24px);
  }
  .secStyle-list__item__txt01 {
    font-size: 15px;
    line-height: 1.85;
  }
  .secStyle-list__item__txt02 {
    font-size: 15px;
    line-height: 1.85;
  }
  .secStyle-list__item:nth-child(2)::after {
    right: 3%;
    width: min(92%, 67.2vw);
    max-width: 252px;
  }
  .secStyle-list__item:nth-child(3)::after {
    right: 3%;
    width: min(44%, 29vw);
    max-width: 120px;
  }
  .secStyle-list-txtBox01 {
    padding: 24px 20px 28px;
  }
  .secStyle-list-txtBox02 {
    padding: 20px 20px 88px;
  }
  .secStyle-list-txtBox03 {
    padding: 20px 20px 24px;
  }
  .secStyle-labelList {
    gap: 6px;
    margin-bottom: 10px;
  }
  .secStyle-labelList__item {
    font-size: 13px;
    padding: 4px 8px;
  }
}

/*------------------------------------------
	.bg_parallax
------------------------------------------*/
.bg_parallax {
  min-height: 600px;
  background: url("../img/bg_parallax_pc.webp") no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .bg_parallax {
    min-height: 240px;
    background-attachment: scroll;
  }
}

/*------------------------------------------
	.secStep
------------------------------------------*/
.secStep {
  position: relative;
  padding-block: 120px 120px;
  background: url("../img/bg_step.webp") no-repeat center top/cover;
}
.secStep::after {
  content: "";
  position: absolute;
  right: calc(50% - 500px);
  bottom: 0;
  width: 324px;
  aspect-ratio: 324/200;
  background: url("../img/img_deco05.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
.secStep-inner {
  position: relative;
  z-index: 1;
}
.secStep__secTit {
  margin-bottom: 60px;
}
.secStep-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  justify-items: center;
  width: 100%;
}
.secStep-list__item {
  width: 100%;
  max-width: 980px;
  background: #fff;
  padding: 50px;
}
.secStep-career {
  width: 100%;
}
.secStep-career__tit {
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 4px solid #189ee0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}
.secStep-career-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
}
.secStep-career-steps__item {
  min-width: 0;
}
.secStep-career-steps__item:nth-child(1) {
  margin-top: 40px;
}
.secStep-career-steps__item:nth-child(2) {
  margin-top: 20px;
}
.secStep-career-steps__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 113px;
  padding: 16px 12px;
  text-align: center;
}
.secStep-career-steps__head.is-lv1 {
  background: rgba(32, 178, 250, 0.2);
  color: #333;
}
.secStep-career-steps__head.is-lv2 {
  background: rgba(32, 178, 250, 0.5);
  color: #333;
}
.secStep-career-steps__head.is-lv3 {
  background: #20b2fa;
  color: #fff;
}
.secStep-career-steps__term {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.secStep-career-steps__role {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.secStep-career-steps__txt {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  color: #333;
}
@media screen and (max-width: 768px) {
  .secStep {
    padding-block: 60px 60px;
    overflow: hidden;
  }
  .secStep::after {
    right: 16px;
    width: min(220px, 45vw);
  }
  .secStep__secTit {
    margin-bottom: 40px;
  }
  .secStep-list {
    gap: 48px;
  }
  .secStep-list__item {
    padding: 24px;
  }
  .secStep-career__tit {
    margin-bottom: 24px;
    padding-left: 16px;
    font-size: min(5.2vw, 20px);
    letter-spacing: 0;
  }
  .secStep-career-steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .secStep-career-steps__item:nth-child(1), .secStep-career-steps__item:nth-child(2) {
    margin-top: 0;
  }
  .secStep-career-steps__head {
    min-height: 80px;
    padding: 12px 16px;
  }
  .secStep-career-steps__term {
    font-size: 14px;
  }
  .secStep-career-steps__role {
    font-size: min(6.4vw, 24px);
  }
  .secStep-career-steps__txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.85;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  position: relative;
  padding-block: 120px 120px;
  background: url("../img/bg_int01.svg") no-repeat right top/550px, url("../img/bg_int02.svg") no-repeat left bottom/550px;
}
.secInterview__secTit {
  margin-bottom: 60px;
}
.secInterview-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.secInterview-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.secInterview-list__item-imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.secInterview__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.secInterview__more::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #000 url(../img/ico_arrow01.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .secInterview {
    padding-block: 60px 60px;
    overflow: hidden;
    background-size: min(360px, 70vw);
    background-position: right top, left bottom;
  }
  .secInterview__secTit {
    margin-bottom: 40px;
  }
  .secInterview-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .secInterview-list__item-imgBox {
    width: 70%;
    margin-inline: auto;
  }
}

/*	.secInterview-content
------------------------------------------*/
.secInterview-content {
  overflow: clip;
  width: min(100%, 800px);
  margin-inline: auto;
  padding: 0 0 60px;
  background: #fff;
  position: relative;
}
.secInterview-content-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 36.422%;
  grid-template-columns: 1fr 36.422%;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  padding: 40px 70px 0 70px;
  background: url("../img/bg_01.svg") no-repeat right top/370px;
}
.secInterview-content-top-txtBox {
  padding-block: 10px;
}
.secInterview-content-top-titBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.secInterview-content-top-titBox__num {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%; /* 84px */
}
.secInterview-content-top-titBox__tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
}
.secInterview-content-top__tit {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.9;
  letter-spacing: 0;
}
.secInterview-content-top__tit .bg {
  padding: 5px 12px;
  background: #20b2fa;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.secInterview-content-top__txt01 {
  font-size: 18px;
  line-height: 1.5;
}
.secInterview-content-top__txt02 {
  margin-top: 2px;
  font-size: 22px;
  line-height: 1.5;
}
.secInterview-content-top__img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}
.secInterview-content-q {
  width: min(100% - 40px, 680px);
  margin-inline: auto;
}
.secInterview-content-q__tit {
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 64px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
.secInterview-content-q__tit::after {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.secInterview-content-q__txt {
  padding: 30px;
  border-radius: 8px;
  background: rgba(32, 178, 250, 0.1);
  line-height: 1.85;
  letter-spacing: 0.02em;
  font-size: 16px;
}
.secInterview-content-q__txt + .secInterview-content-q__tit {
  margin-top: 40px;
}
.secInterview-content__entry {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .secInterview-content {
    padding-bottom: 30px;
    border-radius: 12px;
  }
  .secInterview-content-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 20px;
    padding: 30px 10px 20px;
  }
  .secInterview-content-top-txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
    margin-top: -5px;
    padding-block: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .secInterview-content-top-titBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .secInterview-content-top-titBox__num {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    background: linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%; /* 84px */
  }
  .secInterview-content-top-titBox__tit {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .secInterview-content-top__tit {
    width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 2.2;
  }
  .secInterview-content-top__txt01 {
    font-size: 15px;
  }
  .secInterview-content-top__txt02 {
    margin-top: 0;
    font-size: 15px;
  }
  .secInterview-content-top__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: min(75%, 180px);
    margin-inline: auto;
  }
  .secInterview-content-q {
    width: calc(100% - 40px);
  }
  .secInterview-content-q__tit {
    min-height: 35px;
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 16px;
  }
  .secInterview-content-q__tit::after {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .secInterview-content-q__txt {
    padding: 20px;
    font-size: 14px;
    border-radius: 12px;
  }
  .secInterview-content-q__txt + .secInterview-content-q__tit {
    margin-top: 30px;
  }
  .secInterview-content__entry {
    margin-top: 30px;
  }
}

/*	js - magnific_popup
------------------------------------------*/
body .mfp-bg {
  z-index: 9993;
  opacity: 0.5;
  background: #000;
}
body .mfp-wrap {
  z-index: 9994;
}
body .mfp-container {
  padding: 0;
}
body .mfp-content {
  position: static;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  body .mfp-content {
    padding: 15px;
  }
}

.mfp-close.modalClose01, .mfp-close.modalClose02 {
  cursor: pointer;
  opacity: 1;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-close.modalClose01 {
  position: absolute;
  top: 10px !important;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #444;
  border-radius: 50%;
  font-size: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-close.modalClose01::before, .mfp-close.modalClose01::after {
  content: "";
  display: block;
  width: 45%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.mfp-close.modalClose01::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close.modalClose01::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mfp-close.modalClose01:hover {
  opacity: 0.7;
}
.mfp-close.modalClose02 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 180px);
  height: 44px;
  margin: 30px auto 0;
  padding: 0;
  border: 1px solid #444;
  font-family: "Roboto", sans-serif;
  color: #444 !important;
  font-weight: 400;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .mfp-close.modalClose02:hover {
    background: #444;
    color: #fff !important;
  }
}

/*------------------------------------------
	.secData
------------------------------------------*/
.secData {
  padding-block: 80px 120px;
  background: url("../img/img_deco06.svg") no-repeat right calc(50% - 410px) top 56px/213px, linear-gradient(101deg, #1b9ddc 0%, #79dbd8 100%);
}
.secData__secTit {
  margin-bottom: 60px;
}
.secData-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.secData-list__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .secData {
    padding-block: 40px 60px;
    overflow: hidden;
    background-size: min(213px, 30vw), cover;
    background-position: right 20px top 66px, center top;
  }
  .secData__secTit {
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.2;
  }
  .secData-list {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}

/*------------------------------------------
	.entryBtn
------------------------------------------*/
.entryBtn {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
}
.entryBtn a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 560px;
  position: relative;
  z-index: 1;
}
.entryBtn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/bg_entry_pc.webp") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.entryBtn__en {
  font-size: 140px;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .entryBtn a:hover {
    opacity: 1;
  }
  .entryBtn a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
@media screen and (max-width: 768px) {
  .entryBtn {
    font-size: 18px;
  }
  .entryBtn a {
    height: 280px;
  }
  .entryBtn a::after {
    background-image: url("../img/bg_entry_sp.webp");
  }
  .entryBtn__en {
    font-size: 50px;
  }
}

/*------------------------------------------
	.secGallery
------------------------------------------*/
.secGallery {
  padding: 4px 0 0;
}
.secGallery img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */