/* CSS Document */
* {
  text-decoration: none;
  outline: none;
  font-weight: normal;
  line-height: 1.6em;
  word-break: break-all;
  line-break: strict !important;
}

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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: separate;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px;
  width: auto;
  height: auto;
}

address {
  font-style: normal;
}

:root {
  --main-color: #555;
  --main-font-color: #333;
  --sub-color: #d0a257;
}

/*! clearfix---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

/*---------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
}
html * {
  color: #222222;
  box-sizing: border-box;
  transition: 0.3s;
}

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;
  font-size: 1.5rem; /*15px*/
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 1px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadein 1s ease 0s 1 forwards;
  animation: fadein 1s ease 0s 1 forwards;
}

img {
  width: auto;
  height: auto;
}

.maxWrapp {
  width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .maxWrapp {
    width: 73%;
  }
}
@media screen and (max-width: 1920px) {
  .maxWrapp {
    width: 1600px;
  }
}
@media screen and (max-width: 1620px) {
  .maxWrapp {
    width: 95%;
  }
}
@media screen and (max-width: 1420px) {
  .maxWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .maxWrapp {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .maxWrapp {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 428px) {
  .maxWrapp {
    width: calc(100% - 10px);
  }
}

.largeWrapp {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .largeWrapp {
    width: 73%;
  }
}
@media screen and (max-width: 1920px) {
  .largeWrapp {
    width: 1400px;
  }
}
@media screen and (max-width: 1430px) {
  .largeWrapp {
    width: 95%;
  }
}
@media screen and (max-width: 1420px) {
  .largeWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .largeWrapp {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .largeWrapp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 428px) {
  .largeWrapp {
    width: calc(100% - 20px);
  }
}

.mainWrapp {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .mainWrapp {
    width: 62%;
  }
}
@media screen and (max-width: 1920px) {
  .mainWrapp {
    width: 1200px;
  }
}
@media screen and (max-width: 1420px) {
  .mainWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 980px) {
  .mainWrapp {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mainWrapp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 428px) {
  .mainWrapp {
    width: calc(100% - 20px);
  }
}

.middleWrapp {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .middleWrapp {
    width: 48%;
  }
}
@media screen and (max-width: 1920px) {
  .middleWrapp {
    width: 1000px;
  }
}
@media screen and (max-width: 1420px) {
  .middleWrapp {
    width: calc(100% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .middleWrapp {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .middleWrapp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 428px) {
  .middleWrapp {
    width: calc(100% - 20px);
  }
}

.inrWrapp {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inrWrapp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 428px) {
  .inrWrapp {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 429px) {
  .spDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 428px) {
  .spUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .xspDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .xspUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 981px) {
  .tabDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .tabUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  .xtabDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .xtabUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 1221px) {
  .inrDownImg {
    display: none !important;
  }
}

@media screen and (max-width:1220px) {
  .inrUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 1421px) {
  .pcDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 1420px) {
  .pcUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 1621px) {
  .xpcDownImg {
    display: none !important;
  }
}

@media screen and (max-width: 1620px) {
  .xpcUpImg {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .leftBox {
    float: left;
  }
  .rightBox {
    float: right;
  }
}
@media screen and (max-width: 428px) {
  .leftBox,
.rightBox {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    width: 97%;
    margin: 0 auto;
  }
}

.commonTtl01 {
  text-align: center;
  font-size: 2rem;
  padding-top: 55px;
}
.commonTtl01 span {
  display: block;
  font-size: 4.7rem;
  line-height: 45px;
}

.commonTtl02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonTtl02, .commonTtl02 * {
  text-align: center;
  font-size: 2.5rem;
  color: #dbb482;
}
.commonTtl02:after, .commonTtl02:before {
  content: "";
  height: 1px;
  width: 100px;
  display: block;
  background: #dbb482;
}
.commonTtl02 span {
  margin: auto 30px;
}

.borderTtl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  margin-bottom: 30px;
}
.borderTtl h3 {
  text-align: center;
  font-size: 3.7rem;
  margin: 0 30px;
}
.borderTtl span {
  display: block;
  font-size: 2.4rem;
  line-height: 23px;
}
.borderTtl, .borderTtl * {
  text-align: center;
  font-size: 2.5rem;
  color: #dbb482;
}
.borderTtl:after, .borderTtl:before {
  content: "";
  height: 1px;
  width: 100px;
  display: block;
  background: #dbb482;
}

.subTtl01 {
  display: flex;
  position: relative;
  align-items: center;
}
.subTtl01:after, .subTtl01:before {
  content: "";
  background: #696969;
  display: block;
  width: 10px;
  height: 1px;
}
.subTtl01:before {
  margin-right: 10px;
}
.subTtl01:after {
  margin-left: 10px;
}

.centerTxt {
  text-align: center;
}

.btn-primary {
  padding: 12px 30px;
  border: 1px solid #ffffff;
  text-align: center;
  transition: 0.5s;
}
.btn-primary, .btn-primary * {
  color: #ffffff;
  font-size: 1.9rem;
}
.btn-primary .telTxt {
  font-size: 1.6rem !important;
  display: block;
  line-height: 1;
}
.btn-primary .telNumber {
  font-size: 3.1rem;
  line-height: 1;
}
.btn-primary:hover, .btn-primary:focus {
  background: #ffffff;
  transition: 0.3s;
}
.btn-primary:hover, .btn-primary:hover *, .btn-primary:focus, .btn-primary:focus * {
  color: #333;
}

.btn-twoLine {
  list-style: 1;
}

.twoBtn {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.twoBtn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  flex-direction: column;
}

.mb-m {
  margin-bottom: 100px;
}
@media screen and (max-width:1220px) {
  .mb-m {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 980px) {
  .mb-m {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .mb-m {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 428px) {
  .mb-m {
    margin-bottom: 40px;
  }
}

.pt-l {
  padding-top: 125px;
}
@media screen and (max-width:1220px) {
  .pt-l {
    padding-top: 100px;
  }
}
@media screen and (max-width: 980px) {
  .pt-l {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pt-l {
    padding-top: 65px;
  }
}
@media screen and (max-width: 428px) {
  .pt-l {
    padding-top: 50px;
  }
}

.pt-s {
  padding-top: 50px;
}
@media screen and (max-width:1220px) {
  .pt-s {
    padding-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .pt-s {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pt-s {
    padding-top: 30px;
  }
}

.pb-m {
  padding-bottom: 100px;
}
@media screen and (max-width:1220px) {
  .pb-m {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 980px) {
  .pb-m {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .pb-m {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 428px) {
  .pb-m {
    padding-bottom: 40px;
  }
}

.cl-red, .cl-red * {
  color: #f44336;
  font-weight: bold;
}

/*! btnTrigger
---------------------------- */
.btnTrigger {
  z-index: 10000;
  width: 75px;
  height: 75px;
  transition: 0.5s;
  position: fixed;
  right: 0;
  top: 0;
  background: #212738;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .btnTrigger {
    width: 45px;
    height: 45px;
  }
}
.btnTrigger,
.btnTrigger .top,
.btnTrigger .bottom {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  box-sizing: border-box;
  animation: all 0.4s;
  -webkit-animation: all 0.4s;
}
.btnTrigger .top,
.btnTrigger .center,
.btnTrigger .bottom {
  height: 3px;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 0px 5px rgba(90, 76, 65, 0.5);
}
@media screen and (max-width: 428px) {
  .btnTrigger .top,
.btnTrigger .center,
.btnTrigger .bottom {
    height: 2px;
  }
}
.btnTrigger .top {
  width: 32px;
  transform: translateY(0px) rotate(0deg);
  top: 22px;
  left: 22px;
}
@media screen and (max-width: 428px) {
  .btnTrigger .top {
    width: 24px;
    top: 12px;
    left: 10px;
  }
}
.btnTrigger .center {
  width: 22px;
  transform: translateY(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  opacity: 1;
  transition: 0.4s;
  top: 34px;
  left: 22px;
}
@media screen and (max-width: 428px) {
  .btnTrigger .center {
    width: 15px;
    top: 21px;
    left: 10px;
  }
}
.btnTrigger .bottom {
  width: 12px;
  transform: translateY(0px) rotate(0deg);
  top: 46px;
  left: 22px;
}
@media screen and (max-width: 428px) {
  .btnTrigger .bottom {
    width: 9px;
    top: 30px;
    left: 10px;
  }
}
.btnTrigger.active {
  transition: 0.3s;
}
.btnTrigger.active .top {
  width: 40px;
  top: 13px;
  left: 18px;
  transform: translateY(20px) rotate(-45deg);
}
@media screen and (max-width: 428px) {
  .btnTrigger.active .top {
    top: 1px;
    left: 2px;
  }
}
.btnTrigger.active .bottom {
  width: 40px;
  top: 53px;
  left: 17px;
  transform: translateY(-20px) rotate(45deg);
}
@media screen and (max-width: 428px) {
  .btnTrigger.active .bottom {
    top: 41px;
    left: 2px;
  }
}
.btnTrigger.active .center {
  width: 60px;
  transform: translateY(-20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.4s;
}

/*! etc_common_style
---------------------------- */
.viewMore a {
  float: right;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  background: rgb(47, 62, 105);
  width: 220px;
  height: 48px;
  transition: 0.5s;
}
.viewMore a, .viewMore a * {
  color: #ffffff;
  font-size: 1.4rem;
}
.viewMore a:hover, .viewMore a:focus {
  background: #4561b2;
  transition: 0.3s;
}

.txtLink {
  position: relative;
}
.txtLink:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background: #ffffff;
}
.txtLink:hover:after, .txtLink:focus:after {
  width: 100%;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .twoColumn,
.fourColumn {
    display: flex;
    justify-content: space-around;
    align-content: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 429px) {
  .twoColumn,
.fourColumn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 428px) {
  .twoColumn,
.fourColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}

@media screen and (min-width: 769px) {
  .fourColumn > div, .fourColumn > img, .fourColumn > span, .fourColumn > p, .fourColumn > h1, .fourColumn > h2, .fourColumn > h3, .fourColumn > h4, .fourColumn > h5 {
    width: calc((100% - 60px) / 4);
    margin: 0 7.5px;
  }
  .fourColumn.reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 429px) {
  .twoColumn > div, .twoColumn > img, .twoColumn > span, .twoColumn > p, .twoColumn > h1, .twoColumn > h2, .twoColumn > h3, .twoColumn > h4, .twoColumn > h5,
.fourColumn > div,
.fourColumn > img,
.fourColumn > span,
.fourColumn > p,
.fourColumn > h1,
.fourColumn > h2,
.fourColumn > h3,
.fourColumn > h4,
.fourColumn > h5 {
    width: calc((100% - 16px) / 2);
    margin: 0 8px;
  }
  .twoColumn.reverse,
.fourColumn.reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 429px) {
  .twoColumn.leftBox {
    margin-right: 15px;
  }
}

@media screen and (min-width: 429px) {
  .fourColumn > div, .fourColumn > img, .fourColumn > span, .fourColumn > p, .fourColumn > h1, .fourColumn > h2, .fourColumn > h3, .fourColumn > h4, .fourColumn > h5 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .threeColumn {
    display: flex;
    justify-content: space-around;
    align-content: center;
  }
  .threeColumn > div, .threeColumn > img, .threeColumn > span, .threeColumn > p, .threeColumn > h1, .threeColumn > h2, .threeColumn > h3, .threeColumn > h4, .threeColumn > h5 {
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
  }
  .threeColumn > div img, .threeColumn > img img, .threeColumn > span img, .threeColumn > p img, .threeColumn > h1 img, .threeColumn > h2 img, .threeColumn > h3 img, .threeColumn > h4 img, .threeColumn > h5 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .threeColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}

.blogBoxCommon {
  background: url(../images/top/top-blog-bg.jpg) no-repeat left top;
  background-size: cover;
  padding-bottom: 120px;
}
.blogBoxCommon .commonTtl02, .blogBoxCommon .commonTtl02 * {
  color: #4a5873;
}
.blogBoxCommon .commonTtl02:after, .blogBoxCommon .commonTtl02:before {
  background: #4a5873;
}
.blogBoxCommon .postInrWrapp {
  margin-bottom: 60px;
}
.blogBoxCommon .postInrWrapp .blogConBox {
  background: #212738;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .blogBoxCommon .postInrWrapp .blogConBox {
    width: calc((100% - 40px) / 4);
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .blogBoxCommon .postInrWrapp .blogConBox {
    width: calc((100% - 20px) / 2);
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 428px) {
  .blogBoxCommon .postInrWrapp .blogConBox {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.blogBoxCommon .postInrWrapp .blogConBox h4 {
  padding: 14px 14px 5px;
}
.blogBoxCommon .postInrWrapp .blogConBox h4 a {
  color: #ffffff;
  height: 50px;
  overflow: hidden;
  display: block;
}
.blogBoxCommon .postInrWrapp .blogConBox .imgBox:not(:has(a)) {
  max-height: 220px;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .blogBoxCommon .postInrWrapp .blogConBox .imgBox:not(:has(a)) {
    align-items: center;
    max-height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .blogBoxCommon .postInrWrapp .blogConBox .imgBox:not(:has(a)) {
    position: relative;
    align-items: center;
    justify-content: center;
  }
}
.blogBoxCommon .postInrWrapp .blogConBox .imgBox a {
  max-height: 220px;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .blogBoxCommon .postInrWrapp .blogConBox .imgBox a {
    align-items: center;
    max-height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .blogBoxCommon .postInrWrapp .blogConBox .imgBox a {
    position: relative;
    align-items: center;
    justify-content: center;
  }
}
.blogBoxCommon .postInrWrapp .blogConBox img {
  opacity: 1;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .blogBoxCommon .postInrWrapp .blogConBox img {
    max-width: 350%;
    max-height: 350%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .blogBoxCommon .postInrWrapp .blogConBox img {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    min-width: inherit;
    min-height: inherit;
  }
}
.blogBoxCommon .postInrWrapp .blogConBox:hover .imgBox img, .blogBoxCommon .postInrWrapp .blogConBox:focus .imgBox img {
  opacity: 0.7;
  transition: 0.3s;
}
.blogBoxCommon .postInrWrapp .blogConBox .dateTxt {
  font-size: 1.2rem;
  color: #ffffff;
  background: #212738;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 20px;
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.blogBoxCommon .postInrWrapp .blogConBox .cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blogBoxCommon .postInrWrapp .blogConBox .cat li a {
  padding: 0 14px 14px;
  color: #dfa34c;
}

div:has(.bgImg),
span:has(.bgImg),
h3:has(.bgImg),
h4:has(.bgImg),
h5:has(.bgImg),
h6:has(.bgImg),
p:has(.bgImg) {
  position: relative;
}

.bgImg,
.bgImg02,
.bgImg03 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 500%;
  max-height: 500%;
  width: auto;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .bgImg:not(.notClip) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0% 50%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0% 50%);
  }
  .bgImg:not(.notClip).left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 100px 100%, 0 calc(100% - 100px));
            clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 100px 100%, 0 calc(100% - 100px));
  }
  .bgImg:not(.notClip).left.out {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 100px calc(100% - 100px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 100px calc(100% - 100px), 0 100%);
  }
  .bgImg:not(.notClip).right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0% 50%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0% 50%);
  }
  .bgImg:not(.notClip).right.out {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 100px) calc(100% - 100px), 0 calc(100% - 100px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 100px) calc(100% - 100px), 0 calc(100% - 100px));
  }
}
@media screen and (max-width: 768px) {
  .bgImg:not(.notClip) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50%);
  }
  .bgImg:not(.notClip).left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
  .bgImg:not(.notClip).left.out {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50px calc(100% - 50px), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50px calc(100% - 50px), 0 100%);
  }
  .bgImg:not(.notClip).right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0% 50%);
  }
  .bgImg:not(.notClip).right.out {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 50px) calc(100% - 50px), 0 calc(100% - 50px));
            clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 50px) calc(100% - 50px), 0 calc(100% - 50px));
  }
}

/*! header
---------------------------- */
#header .headerInr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.5s;
}
#header .headerInr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-backdrop-filter: blur(3px) brightness(41%);
  backdrop-filter: blur(3px) brightness(41%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  background: rgba(33, 35, 57, 0.3);
}
@media screen and (max-width: 768px) {
  #header .headerInr:after {
    height: 75px;
  }
}
@media screen and (max-width: 428px) {
  #header .headerInr:after {
    height: 45px;
  }
}
#header .gnav_wrapp {
  float: right;
  margin-right: 75px;
  transition: 0.5s;
}
#header .gnav_wrapp .subMenu {
  opacity: 0;
  top: 0;
  transition: 0.5s;
  width: 120px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
#header .gnav_wrapp .subMenu li {
  text-align: center;
}
#header .gnav_wrapp .subMenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
#header .gnav_wrapp .parentMenu {
  position: relative;
  z-index: 2;
}
#header .gnav_wrapp .parentMenu > a {
  position: relative;
  z-index: 2;
}
#header .gnav_wrapp .parentMenu:hover > .subMenu, #header .gnav_wrapp .parentMenu:focus > .subMenu {
  pointer-events: fill;
  padding-top: 30px;
  opacity: 1;
  transition: 0.3s;
}
#header .gnav_wrapp .gnavtop {
  position: relative;
  top: 28px;
}
#header .gnav_wrapp .gnavtop > li {
  float: left;
  position: relative;
  margin-right: 45px;
}
@media screen and (max-width: 845px) {
  #header .gnav_wrapp .gnavtop > li {
    margin-right: 25px;
  }
}
#header .gnav_wrapp .gnavtop > li, #header .gnav_wrapp .gnavtop > li * {
  color: #ffffff;
}
#header .gnav_wrapp .gnavtop > li a:after {
  content: "";
  display: block;
  left: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background: #ffffff;
}
#header .gnav_wrapp .gnavtop > li a:hover:after, #header .gnav_wrapp .gnavtop > li a:focus:after {
  width: 100%;
  transition: 0.3s;
}
#header h1 {
  float: left;
  margin-left: 55px;
  margin-top: 25px;
}
@media screen and (max-width: 428px) {
  #header h1 {
    margin-left: 7px;
    margin-top: 8px;
    max-width: calc(100% - 110px);
  }
}
#header .mailBtn div {
  background: #454b5d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  width: 75px;
  height: 75px;
  transition: 0.5s;
}
#header .mailBtn div img {
  width: 65%;
}
#header .mailBtn div p {
  color: #ffffff;
  font-size: 1.2rem;
}
#header .mailBtn div:hover, #header .mailBtn div:focus {
  background: #dfa34c;
  transition: 0.3s;
}
#header .gnavtop,
#header .mailBtn,
#header .btnTrigger {
  float: left;
}
#header .btn-menu {
  position: fixed;
  height: 100vh !important;
  display: block;
  top: 0;
  right: -320px;
  background: #212738;
  transition: 0.5s;
  display: none;
  z-index: 2;
  width: 320px;
  max-width: 100%;
}
#header .btn-menu .mainMenu {
  padding-top: 75px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#header .btn-menu li {
  width: 100%;
}
#header .btn-menu li a {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
#header .btn-menu li a:hover, #header .btn-menu li a:focus {
  background: rgba(255, 255, 255, 0.25);
  transition: 0.3s;
}
#header .btn-menu .parentMenu {
  position: relative;
}
#header .btn-menu .parentMenu.active {
  padding-bottom: 0;
}
#header .btn-menu .parentMenu a {
  padding-bottom: 10px;
}
#header .btn-menu .parentMenu .parentArrow {
  position: absolute;
  top: 10px;
  right: 4%;
  padding: 5px;
  transform: rotateZ(-90deg);
  cursor: pointer;
}
#header .btn-menu .parentMenu .parentArrow:hover {
  transform: rotateZ(-450deg);
}
#header .btn-menu .parentMenu .parentArrow.active {
  transform: rotateZ(90deg);
}
#header .btn-menu .parentMenu .subMenu {
  transition: none;
  display: none;
  position: relative;
  opacity: 1;
}
#header .btn-menu .parentMenu .subMenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffd4cc;
}
#header .btn-menu .parentMenu .subMenu a {
  width: 100%;
  background: #3a4668;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
#header .btn-menu .parentMenu .subMenu a:after {
  bottom: 0px;
  background: #ffffff;
  z-index: 1;
}
#header .btn-menu .parentMenu .subMenu a:hover, #header .btn-menu .parentMenu .subMenu a:focus {
  background: #5a6688;
}
#header .btn-menu .parentMenu .subMenu li {
  position: relative;
}
#header .btn-menu .parentMenu .subMenu li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}
#header .btn-menu .parentMenu .subMenu li:last-of-type:after {
  display: none;
}
#header.btnOpen .btn-menu {
  right: 0px;
  transition: 0.3s;
  height: 100vh !important;
  z-index: 9999;
}
#header.btnOpen .btn-menu.active {
  right: 0;
  top: 0;
}
#header.btnOpen .gnav_wrapp {
  margin-right: 105px;
  transition: 0.5s;
}
#header.btnOpen .mailBtn {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

#header.active,
.blog #header,
.category #header,
.single-format-standard #header {
  float: right;
  margin-right: 75px;
  transition: 0.5s;
  transition: 0.3s;
}
#header.active .headerInr:after,
.blog #header .headerInr:after,
.category #header .headerInr:after,
.single-format-standard #header .headerInr:after {
  opacity: 1;
  transition: 0.3s;
}
#header.active .headerInr .gnav_wrapp .subMenu,
.blog #header .headerInr .gnav_wrapp .subMenu,
.category #header .headerInr .gnav_wrapp .subMenu,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu {
  text-align: center;
}
#header.active .headerInr .gnav_wrapp .subMenu li,
.blog #header .headerInr .gnav_wrapp .subMenu li,
.category #header .headerInr .gnav_wrapp .subMenu li,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li {
  text-align: center;
  background: rgba(33, 39, 56, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.5s;
}
#header.active .headerInr .gnav_wrapp .subMenu li:last-of-type,
.blog #header .headerInr .gnav_wrapp .subMenu li:last-of-type,
.category #header .headerInr .gnav_wrapp .subMenu li:last-of-type,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li:last-of-type {
  border-bottom: none;
}
#header.active .headerInr .gnav_wrapp .subMenu li a:after,
.blog #header .headerInr .gnav_wrapp .subMenu li a:after,
.category #header .headerInr .gnav_wrapp .subMenu li a:after,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li a:after {
  display: none;
}
#header.active .headerInr .gnav_wrapp .subMenu li:hover, #header.active .headerInr .gnav_wrapp .subMenu li:focus,
.blog #header .headerInr .gnav_wrapp .subMenu li:hover,
.blog #header .headerInr .gnav_wrapp .subMenu li:focus,
.category #header .headerInr .gnav_wrapp .subMenu li:hover,
.category #header .headerInr .gnav_wrapp .subMenu li:focus,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li:hover,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li:focus {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
#header.active .headerInr .gnav_wrapp .subMenu li:hover a, #header.active .headerInr .gnav_wrapp .subMenu li:focus a,
.blog #header .headerInr .gnav_wrapp .subMenu li:hover a,
.blog #header .headerInr .gnav_wrapp .subMenu li:focus a,
.category #header .headerInr .gnav_wrapp .subMenu li:hover a,
.category #header .headerInr .gnav_wrapp .subMenu li:focus a,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li:hover a,
.single-format-standard #header .headerInr .gnav_wrapp .subMenu li:focus a {
  color: #212738;
}
#header.active .headerInr .gnav_wrapp .parentMenu:hover > .subMenu, #header.active .headerInr .gnav_wrapp .parentMenu:focus > .subMenu,
.blog #header .headerInr .gnav_wrapp .parentMenu:hover > .subMenu,
.blog #header .headerInr .gnav_wrapp .parentMenu:focus > .subMenu,
.category #header .headerInr .gnav_wrapp .parentMenu:hover > .subMenu,
.category #header .headerInr .gnav_wrapp .parentMenu:focus > .subMenu,
.single-format-standard #header .headerInr .gnav_wrapp .parentMenu:hover > .subMenu,
.single-format-standard #header .headerInr .gnav_wrapp .parentMenu:focus > .subMenu {
  padding-top: 48px;
}
#header.active .headerInr .mailBtn,
.blog #header .headerInr .mailBtn,
.category #header .headerInr .mailBtn,
.single-format-standard #header .headerInr .mailBtn {
  background: rgba(69, 75, 93, 0.8);
}
#header.active .btnTrigger,
.blog #header .btnTrigger,
.category #header .btnTrigger,
.single-format-standard #header .btnTrigger {
  background: rgba(33, 39, 56, 0.8);
}

/*! footer
---------------------------- */
.footer {
  position: relative;
  background: url(../images/common/footer-bg.jpg) no-repeat left top;
  background-size: cover;
}
.footer .footerInr {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .footer .footerInr {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer .footerInr, .footer .footerInr * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer .footerInr, .footer .footerInr * {
    margin: 0 auto;
    text-align: center;
  }
}
.footer .footerInr li {
  margin-bottom: 10px;
}
.footer .footerInr .subMenu {
  margin-left: 15px;
}
.footer .footerInr > .rightBox {
  width: 300px;
}
.footer .footerInr > .rightBox .subMenu li:first-of-type {
  padding-top: 11px;
}
.footer .addressTxt {
  margin-bottom: 10px;
}
.footer .contactTxt span:first-of-type {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .footer .footer-link {
    display: none;
  }
}
.footer .txtLink:after {
  background: #ffffff;
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  transition: 0.5s;
}
.pagetop.btnOpen {
  right: 225px;
  transition: 0.3s;
}
.pagetop a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  pointer-events: fill;
  cursor: pointer;
  background: #7481a5;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 4%;
    bottom: 4%;
  }
}
.pagetop:hover a, .pagetop:focus a {
  transition: 0.3s;
  transform: rotateY(180deg);
  background: #7481a5;
}
.pagetop:hover a img, .pagetop:focus a img {
  transition: 0.3s;
  transform: rotateY(180deg);
}

.copyRight {
  background: #080d1a;
  height: 38px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.copyRight p {
  color: #ffffff;
}

/*! animation setting
---------------------------- */
.animation {
  opacity: 0;
}

.animated.fadein {
  -webkit-animation: fadein 1s ease 0s 1 forwards;
  animation: fadein 1s ease 0s 1 forwards;
}

.animated.fadeup {
  -webkit-animation: fadeup 1s ease 0s 1 forwards;
  animation: fadeup 1s ease 0s 1 forwards;
}

.chainAnima01.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0s 1 forwards;
  animation: fadeup 0.3s ease 0s 1 forwards;
}

.chainAnima02.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.3s 1 forwards;
  animation: fadeup 0.3s ease 0.3s 1 forwards;
}

.chainAnima03.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.6s 1 forwards;
  animation: fadeup 0.3s ease 0.6s 1 forwards;
}

.chainAnima04.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 0.9s 1 forwards;
  animation: fadeup 0.3s ease 0.9s 1 forwards;
}

.chainAnima05.animated.fadeup {
  -webkit-animation: fadeup 0.3s ease 1.2s 1 forwards;
  animation: fadeup 0.3s ease 1.2s 1 forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes sp-fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotateZ(-200deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@keyframes sp-fade-type01 {
  0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-30px) rotateZ(-200deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@-webkit-keyframes link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(-5deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes sp-link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
@keyframes sp-link-animation {
  0% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  25% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-155deg);
  }
  75% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-175deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotateZ(-170deg);
  }
}
.txtLink {
  position: relative;
}
.txtLink:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background: #000000;
}
.txtLink.brownClr:after {
  background: #5b4133;
}
.txtLink:hover:after, .txtLink:focus:after {
  width: 100%;
  transition: 0.3s;
}

.error404 {
  height: 100vh;
}
.error404 .readTxt {
  margin-top: 140px;
  margin-bottom: 150px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* CSS Document */
.eyecatch {
  position: relative;
  z-index: 0;
}
.eyecatch:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 20) 0%, rgba(0, 0, 20, 0.5) 7%, rgba(0, 0, 20, 0) 20%, rgba(0, 0, 20, 0) 88%, rgba(0, 0, 20, 0.3) 93%, rgba(0, 0, 20, 0.5) 100%);
}
@media screen and (max-width: 600px) {
  .eyecatch .eyecatch-contents {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.eyecatch .swiper-container {
  position: relative;
  z-index: 0;
}
.eyecatch .swiper-container, .eyecatch .swiper-container .slide-img {
  min-height: 100vh;
  min-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.eyecatch .swiper-container .slide-img {
  position: relative;
  width: 100%;
}
.eyecatch .swiper-container .slide-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.eyecatch .swiper-container img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eyecatch .catchcopy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.eyecatch .catchcopy h2 {
  font-size: 2.1rem;
}
.eyecatch .catchcopy h2, .eyecatch .catchcopy h2 * {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.eyecatch .catchcopy h2 span {
  font-size: 1.8rem;
}
.eyecatch .swiper-pagination {
  bottom: -40px !important;
}
.eyecatch .swiper-pagination-bullet {
  position: relative;
  width: 80px;
  height: 5px;
  border-radius: 0;
  background-color: #dbb482;
  bottom: -10px;
  opacity: 1;
}
.eyecatch .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
}
.eyecatch .swiper-pagination-bullet-active::before {
  -webkit-animation: paginationActive 5s linear forwards;
          animation: paginationActive 5s linear forwards;
}

@-webkit-keyframes paginationActive {
  100% {
    width: 100%;
  }
}

@keyframes paginationActive {
  100% {
    width: 100%;
  }
}
.mainCon .point01 {
  background: url(../images/top/top-point-bg01.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mainCon .point01 .commonTtl01 {
    margin-bottom: 100px;
  }
}
.mainCon .point01 .commonTtl01, .mainCon .point01 .commonTtl01 * {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .mainCon .point01 .twoColumn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.mainCon .point01 .imgBox {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mainCon .point01 .imgBox {
    width: 100%;
  }
}
.mainCon .point01 .imgBox .leftBox img,
.mainCon .point01 .imgBox .rightBox img {
  width: 100%;
}
.mainCon .point01 .imgBox .leftBox {
  width: 55%;
}
.mainCon .point01 .imgBox .leftBox .pointimg01 {
  position: relative;
  top: -30px;
}
.mainCon .point01 .imgBox .rightBox {
  width: calc(45% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 20px;
  margin-right: 0;
}
.mainCon .point01 .imgBox .rightBox .pointimg03 {
  position: relative;
  width: 150%;
  left: -50%;
  right: 0;
  margin-top: 20px;
}
.mainCon .point01 .txtBox {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .mainCon .point01 .txtBox {
    width: 100%;
  }
}
.mainCon .point01 .txtBox h4 {
  color: #dbb482;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.mainCon .point01 .txtBox p {
  color: #ffffff;
}
.mainCon .point02 {
  background: url(../images/top/top-point-bg02.jpg) no-repeat left top;
  background-size: cover;
}
.mainCon .point02 .twoColumn {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .mainCon .point02 .twoColumn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -50px;
  }
}
.mainCon .point02 .twoColumn .leftBox img,
.mainCon .point02 .twoColumn .rightBox img {
  width: 100%;
}
.mainCon .point02 .twoColumn .leftBox {
  width: 48%;
}
.mainCon .point02 .twoColumn .leftBox .pointimg05 {
  margin-top: 50px;
}
.mainCon .point02 .twoColumn .rightBox {
  width: 43%;
}
.mainCon .point02 .twoColumn .rightBox img {
  margin-bottom: 30px;
}
.mainCon .point02 .twoColumn .rightBox p, .mainCon .point02 .twoColumn .rightBox p * {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mainCon .point02 .twoColumn .leftBox {
    width: 75%;
    margin-right: 25%;
  }
  .mainCon .point02 .twoColumn .rightBox {
    width: 100%;
  }
  .mainCon .point02 .twoColumn .rightBox img {
    width: 90%;
    margin-left: 10%;
    margin-top: 7%;
  }
}
.mainCon .pickup {
  background: url(../images/top/top-pickup-bg.jpg) no-repeat left top;
  background-size: cover;
  border-top: 5px solid #394957;
}
.mainCon .pickup .threeColumn {
  padding-bottom: 250px;
}
@media screen and (max-width:1220px) {
  .mainCon .pickup .threeColumn {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 980px) {
  .mainCon .pickup .threeColumn {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mainCon .pickup .threeColumn {
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
.mainCon .pickup .threeColumn a {
  display: flex;
  width: 100%;
  margin: 0 7px;
  background: rgba(33, 39, 56, 0.9);
  padding-bottom: 18px;
  border-bottom: 3px solid #191d2d;
}
@media screen and (max-width: 768px) {
  .mainCon .pickup .threeColumn a {
    margin: 0 auto 35px;
    max-width: 380px;
  }
}
.mainCon .pickup .threeColumn a .conBox {
  overflow: hidden;
  width: 100%;
}
.mainCon .pickup .threeColumn a h4,
.mainCon .pickup .threeColumn a p {
  color: #ffffff;
  text-align: center;
}
.mainCon .pickup .threeColumn a h4 {
  padding-top: 18px;
  padding-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainCon .pickup .threeColumn a h4, .mainCon .pickup .threeColumn a h4 * {
  text-align: center;
  font-size: 2.1rem;
  color: #ffffff;
}
.mainCon .pickup .threeColumn a h4:after, .mainCon .pickup .threeColumn a h4:before {
  content: "";
  height: 1px;
  width: 50px;
  display: block;
  background: #ffffff;
}
.mainCon .pickup .threeColumn a h4 span {
  margin: auto 5px;
}
.mainCon .pickup .threeColumn a img {
  width: 100%;
  transition: 0.5s;
  opacity: 1;
}
.mainCon .pickup .threeColumn a:hover img, .mainCon .pickup .threeColumn a:focus img {
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .mainCon .blogBoxCommon {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=top.css.map */