@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : style.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
/* common
---------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
}
a {
  color: #333333;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #333333;
  opacity: 0.7;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:active {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@font-face {
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
  font-family: icon;
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  color: #000;
  display: inline-flex;
  display: block;
  font-family: icon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.icon-facebook:before {
  content: "\ea03";
}
.icon-line:before {
  content: "\ea05";
}
.icon-twitter:before {
  content: "\ea06";
}
.icon-instagram:before {
  content: "\ea04";
}

.inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1020px;
}
.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
@media screen and (max-width: 1020px) {
  body {
    display: block;
  }
  .inner {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
}


/* header
---------------------------------------------------- */
.l-header {
  border-bottom: 1px solid #bbbbbb;
}
.l-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}
.l-header .header-content .logo {
  align-items: center;
  display: flex;
}
.l-header .header-content .logo img {
  width: 207px;
}
.l-header .header-content .l-sns {
  align-items: center;
  display: flex;
  height: 30px;
}
.l-header .header-content .l-sns .sns-list {
  font-size: 1.875rem;
}
.l-header .header-content .l-sns .sns-list.sns-list-ttl {
  font-size: .9rem;
}
.l-header .header-content .l-sns .sns-list:nth-child(n+2) {
  margin-left: 16px;
}
.l-sns .sns-list.sns-item--line {
  display: none;
  margin: 0;
}
.l-header .header-tit {
  font-size: 14px;
  padding-bottom: 25px;
}
@media (max-width: 1040px) {
  .l-header .header-content .logo {
    padding-left: 2em;
    width: 150px;
  }
  .l-header .header-tit {
    font-size: 1.5686vw;
  }
}
@media (max-width: 768px) {
  .l-header .header-content {
    padding: 4vw 1.25rem 4vw 1.25rem;
  }
  .l-header .header-content .logo {
    padding-left: 0;
  }
  .l-header .header-content .logo img {
    width: 52.2667vw;
  }
  .l-header .header-content .l-sns {
    height: 7.3333vw;
  }
  .l-header .header-content .l-sns .sns-list {
    font-size: 1.6875rem;
  }
  .l-header .header-content .l-sns .sns-list:nth-child(n+2) {
    margin-left: 4.6667vw;
  }
  .l-sns .sns-list.sns-item--line {
    display: block;
  }
  .l-header .header-tit {
    display: none;
  }
}
/* footer
---------------------------------------------------- */
.l-footer {
  border-top: 1px solid #000;
  padding: 60px 0;
  text-align: center;
}
.l-footer .logo {
  display: inline-block;
}
.l-footer .logo img {
  margin: 0 auto;
  width: 206px;
  margin: 60px auto 0;
}
.l-footer .inner .copyright {
  font-size: .75rem;
  margin-top: 40px;
}
.l-footer .inner .l-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 60px 0 15px; */
}
.l-footer .inner .l-sns .sns-list {
  font-size: 3.125rem;
}
.l-footer .inner .l-sns .sns-list.sns-list-ttl {
  font-size: 1rem;
  margin-bottom: 35px;
  width: 100%;
}
.l-footer .inner .l-sns .sns-list:nth-child(n+3) {
  margin-left: 72px;
}
.l-footer .inner .l-sns .sns-item--instagram {
  display: none;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 10.6667vw 0 6.66667vw;
  }
  .l-footer .logo img {
    width: 52.2667vw;
    margin-top: 9.33333vw;
  }
  .l-footer .inner .copyright {
    font-size: .6875rem;
    margin-top: 6.6667vw;
  }
  .l-footer .inner .l-sns {
    /* padding: 9.33333vw 0 0; */
    padding: 0;
  }
  .l-footer .inner .l-sns .sns-list {
    font-size: 8.66667vw;
  }
  .l-footer .inner .l-sns .sns-list.sns-list-ttl {
    margin-bottom: 3.33333vw;
  }
  .l-footer .inner .l-sns .sns-list:nth-child(n+3) {
    margin-left: 10.66667vw;
  }
  .l-footer .inner .l-sns .sns-item--instagram {
    display: block;
  }
}


/* Effect
---------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: linear;
  opacity: 0;
}
.fadeIn--kv2 {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: linear;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Effect
---------------------------------------------------- */
.ef,.ef01,.ef02,.ef03 {
  /* opacity: 0; transform: translate( 0, 20px);  */
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
.ef.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  animation-name: effect01;
  /* animation: effect01 1s ease 0s 1 forwards; */
}
.ef01.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: effect01;
  /* animation: effect01 1s ease 0s 1 forwards; */
}
.ef02.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  animation-name: effect01;
  /* animation: effect01 1s ease 0s 1 forwards; */
}
.ef03.scrollin { 
  -webkit-animation-name: effect01;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  animation-name: effect01;
  /* animation: effect01 1s ease 0s 1 forwards; */
}
@-webkit-keyframes effect01 {
  100% { opacity: 1; transform: translate( 0, 0);}
}
@keyframes effect01 {
  100% { opacity: 1; transform: translate( 0, 0);}
}



/* Page top
---------------------------------------------------- */
.pagetop {
  width: 70px;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: opacity .25s ease;
}
.pagetop:hover {
  opacity: .75;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 6.66667vw;
    right: 2vw;
    width: 10.66667vw;
  }
}




/* main ↓↓↓↓
---------------------------------------------------- */
.main {
  background-color: #fff;
}
.main p,
.main a {
  color: #333333;
}
.main p.conTxt {
  line-height: 1.87;
}
.main p.conMtxt {
  font-size: 14px;
  line-height: 1.85;
}
.main p.conStxt {
  font-size: 12px;
  line-height: 1.5;
}
.main p.txtIndent {
  text-indent: 1em;
}
p.conTxt + p.conTxt {
  /* margin-top: 1em; */
  margin-top: 0.8em;
}
.main sup {
  font-size: 10px;
  position: relative;
  top: 1px;
}
.main p.conStxt sup {
  top: 2px;
}
section.sec02 .pro_text p.conTxt sup {
  top: 1px;
}
@media screen and (max-width: 1220px) {
  .main p.conTxt {
    font-size: 1.3115vw;
  }
  .main p.conMtxt {
    font-size: 1.1475vw;
  }
  .main p.conStxt {
    font-size: 0.9836vw;
  }
  .main sup {
    font-size: 0.8197vw;
  }
}
@media screen and (max-width: 768px) {
  .main p.conTxt {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .main p.conMtxt {
    font-size: 3.2vw;
  }
  .main p.conStxt {
    font-size: 2.8vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  /* p.conTxt + p.conTxt {
    margin-top: 0;
  } */
  .main sup {
    font-size: 2vw;
    /* vertical-align: text-top; */
  }
}


/* KV */
.el2304 .kv_wrap .kvTb,
.el2304 .kv_wrap .kvSp {
  display: none;
}
.el2304 .kv_wrap .kvPc {
  display: block;
}
.main .kv_wrap .kv_img {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1580px) {
  .el2304 .kv_wrap .kvPc,
  .el2304 .kv_wrap .kvSp {
    display: none;
  }
  .el2304 .kv_wrap .kvTb {
    display: block;
  }
  .main .kv_wrap .kv_img {
    max-width: 1220px;
  }
}
@media screen and (max-width: 768px) {
  .el2304 .kv_wrap .kvPc,
  .el2304 .kv_wrap .kvTb {
    display: none;
  }
  .el2304 .kv_wrap .kvSp {
    display: block;
  }
}
.main .kv_wrap {
  position: relative;
}
.main .kv_wrap .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.main .kv_wrap .kv_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .kv_wrap .kv_inner .kv_txtBox {
  width: 51.3725%;
  margin-top: 16.7647%;
  margin-left: auto;
}
.main .kv_wrap .kv_inner h1 {
  width: 100%;
}
.main .kv_wrap .kv_inner .txt_box {
  width: 100%;
  margin-top: 25px;
}
.main .kv_wrap .txt_box .conTxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.87;
  color: #000;
}
.main .kv_wrap .txt_box .conTxt + .conTxt {
  margin-top: 0.5em;
}
.main .kv_wrap .txt_box .conStxt {
  width: 75.3817%;
  margin-top: 32.4427%;
  margin-left: auto;
}
@media screen and (max-width: 1220px) {
  .main .kv_wrap .kv_inner .kv_txtBox {
    margin-top: 13.9344vw;
  }
  .main .kv_wrap .txt_box .conTxt {
    font-size: 1.3115vw;
  }
  .main .kv_wrap .txt_box .conStxt {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 1020px) {
  .main .kv_wrap .kv_inner {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 880px) {
  .main .kv_wrap .txt_box .conStxt {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .main .kv_wrap .kv_inner {
    padding: 0 4vw;
  }
  .main .kv_wrap .kv_inner .kv_txtBox {
    width: 92vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .main .kv_wrap .kv_inner h1 {
    width: 91.7333vw;
    margin-top: 102vw;
  }
  .main .kv_wrap .kv_inner .txt_box {
    width: 100%;
    margin-top: 9.3333vw;
  }
  .main .kv_wrap .txt_box .conTxt {
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.6;
  }
  .main .kv_wrap .txt_box .conStxt {
    width: 100%;
    margin-top: 3.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
}



/* .tit {
  display: block;
  position: relative;
  overflow: hidden;
}
.tit::before {
  display: block;
  content: "";
  width: 0%;
  height: 8px;
  background: #d9c896;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: -1;

}
.tit.scrollin::before {
  width: 100%;
  transition: width 1s .5s ease;
} */




.el2304 .sec01 {
  position: relative;
  padding: 100px 0 120px;
}
.el2304 .sec01 .tit {
  /* width: 63.2353%; */
  width: 52.6471%;
  margin: 0 auto;
}
.el2304 .sec01 .con_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el2304 .sec01 .sec01_con .img_box {
  width: 48.3333%;
}
@media screen and (max-width: 1220px) {
  .el2304 .sec02 .con_wrap .img_box {
    width: 40.4098vw;
  }
}
.el2304 .sec01 .sec01_con .img_box .conMtxt {
  margin-top: 15px;
  text-align: justify;
}

.el2304 .sec01 .sec01_con .txt_box {
  width: 46.8627%;
}
.el2304 .sec01 .sec01_con .txt_box .stit {
  width: 86.8201%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .el2304 .sec01 {
    padding: 75.3333vw 0 16vw;
  }
  .el2304 .sec01 .tit {
    width: 83.0667vw;
  }
  .el2304 .sec01 .con_wrap {
    margin-top: 8vw;
    flex-direction: column-reverse;
  }
  .el2304 .sec01 .sec01_con .img_box {
    width: 100%;
    margin-top: 10.6667vw;
  }
  .el2304 .sec01 .sec01_con .img_box .conMtxt {
    margin-top: 4vw;
  }

  .el2304 .sec01 .sec01_con .txt_box {
    width: 100%;
  }
  .el2304 .sec01 .sec01_con .txt_box .stit {
    width: 64.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }
}



/* .el2304 .sec02 .con_wrap,
.el2304 .sec03 .con_wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
} */

.el2304 .sec02 .tit {
  width: 76.2745%;
  margin: 0 auto 50px;
}
.el2304 .sec02 .con_wrap {
  position: relative;
}
.el2304 .sec02 .con_wrap .txt_box {
  width: 61.7647%;
  padding-top: 55px;
}
.el2304 .sec02 .con_wrap .txt_box .stit {
  width: 80.9524%;
  margin-bottom: 30px;
}

.el2304 .sec02 .profile_box {
  width: 66.6667%;
  border: 1px solid #d9c896;
  padding: 3.1746% 2.8571%;
  margin-top: 85px;
  position: relative;
}
.el2304 .sec02 .profile_box .profile_name {
  display: block;
  width: 43.9791%;
  position: absolute;
  top: -10px;
  left: 30px;
  line-height: 1;
}
.el2304 .sec02 .profile_box .profile_name::after {
  display: block;
  content: "";
  width: 112.5%;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.el2304 .sec02 .con_wrap .img_box {
  width: 42.549%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  .el2304 .sec02 .con_wrap .img_box {
    width: 35.5738vw;
  }
}
.el2304 .sec02 .con_wrap .img_box .conStxt {
  width: 98%;
  margin: 15px 0 0 auto;
}
.el2304 .sec02 .con_wrap .img_box .stit {
  display: none;
}
@media screen and (max-width: 768px) {
  .el2304 .sec02 .tit {
    width: 80.9333vw;
    margin: 0 auto 8vw;
  }
  .el2304 .sec02 .con_wrap .txt_box {
    width: 100%;
    padding-top: 0;
  }
  .el2304 .sec02 .con_wrap .txt_box .stit {
    display: none;
  }

  .el2304 .sec02 .con_wrap .img_box {
    width: 100%;
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    margin-top: 8vw;
  }
  .el2304 .sec02 .con_wrap .img_box .conStxt {
    width: 100%;
    margin: 4vw auto 0;
    text-align: right;
  }
  .el2304 .sec02 .con_wrap .img_box .stit {
    display: block;
    width: 12.2667vw;
    position: absolute;
    top: 27.0667vw;
    left: 11.0667vw;
  }

  .el2304 .sec02 .profile_box {
    width: 100%;
    padding: 5.3333vw 4vw 4vw;
    margin-top: 10vw;
  }
  .el2304 .sec02 .profile_box .profile_name {
    width: 35.8667vw;
    top: -2vw;
    left: 6.2667vw;
  }
  .el2304 .sec02 .profile_box .profile_name::after {
    width: 39.7333vw;
    height: 3.6000vw;
  }

}






.el2304 .sec03 {
  max-width: 1220px;
  width: 100%;
  margin: 245px auto 0;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .el2304 .sec03 {
  margin: 24.0196vw auto 0;
  }
}
.el2304 .sec03 .inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.el2304 .sec03 .tit {
  width: 71.1765%;
  margin: 0 auto;
}
.el2304 .sec03 .stit {
  width: 58.3333%;
  margin: 50px auto 30px;
}

.el2304 .sec03 .annotate {
  width: 26.4706%;
  margin: 20px 0 0 auto;
}
.el2304 .sec03 .annotate ul li {
  font-size: 12px;
  color: #333333;
}
.el2304 .sec03 .annotate ul li::before {
  display: inline-block;
  text-indent: -2em;
}
.el2304 .sec03 .annotate ul li:nth-child(1)::before {
  content: "＊1";
}
.el2304 .sec03 .annotate ul li:nth-child(2)::before {
  content: "＊2";
}
.el2304 .sec03 .annotate ul li:nth-child(3)::before {
  content: "＊3";
}
@media screen and (max-width: 1220px) {
  .el2304 .sec03 .annotate ul li {
    font-size: 0.9836vw;
  }
}
@media screen and (max-width: 1020px) {
  .el2304 .sec03 .annotate {
    width: 38%;
    margin: -10px 0 0 auto;
  }
  .el2304 .sec03 .annotate ul li .tb {
    display: none;
  }
}

.el2304 .sec03 .pro_text {
  width: 34.3137%;
  position: absolute;
}
.el2304 .sec03 .pro_text .inner {
  position: relative;
}
.el2304 .sec03 .pro_text01 {
  top: 515px;
  left: 27.7451%;
}
.el2304 .sec03 .pro_text01 .pro_stit {
  width: 58.8571%;
}
.el2304 .sec03 .pro_text02 {
  top: 875px;
  left: 4.6078%;
}
.el2304 .sec03 .pro_text02 .pro_stit {
  width: 63.1429%;
}
.el2304 .sec03 .pro_text .conTxt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1em;
}
.el2304 .sec03 .pro_text .conTxt span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1220px) {
  .el2304 .sec03 .pro_text {
    width: 28.6885vw;
  }
  .el2304 .sec03 .pro_text01 {
    top: 40vw;
  }
  .el2304 .sec03 .pro_text02 {
    top: 70vw;
  }
  .el2304 .sec03 .pro_text .conTxt {
    font-size: 1.1475vw;
  }
  .el2304 .sec03 .pro_text .conTxt span {
    font-size: 0.9836vw;
  }
}
@media screen and (max-width: 768px) {
  .el2304 .sec03 {
    margin: 16vw auto 0;
  }
  .el2304 .sec03 .inner {
    position: relative;
  }
  .el2304 .sec03 .tit {
    width: 91.6vw;
  }
  .el2304 .sec03 .stit {
    width: 52.1333vw;
    margin: 8vw auto;
  }

  .el2304 .sec03 .annotate {
    width: 88vw;
    margin: 6vw 0 0 6vw;
  }
  .el2304 .sec03 .annotate ul li {
    font-size: 2.4vw;
    position: relative;
  }
  .el2304 .sec03 .annotate ul li::before {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: -5.3333vw;
  }

  .el2304 .sec03 .img_blockSp {
    position: relative;
    margin: 8vw -4vw 0;
  }
  .el2304 .sec03 .pro_text .inner {
    padding: 0;
  }
  .el2304 .sec03 .pro_text01 {
    width: 51.3333vw;
    top: 11.6vw;
    left: 6vw;
  }
  .el2304 .sec03 .pro_text01 .pro_stit {
    width: 42.9333vw;
  }
  .el2304 .sec03 .pro_text02 {
    width: 86vw;
    top: 113.3333vw;
    left: 7.6vw;
  }
  .el2304 .sec03 .pro_text02 .pro_stit {
    width: 42.9333vw;
  }
  .el2304 .sec03 .pro_text .conTxt {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.6667vw;
  }
  .el2304 .sec03 .pro_text .conTxt span {
    font-size: 2.8vw;
    line-height: 1.4;
  }
}


.el2304 .experience_box {
  max-width: 704px;
  width: 100%;
  margin: 120px auto 0;
  border: 1px solid #d9c896;
  padding: 4.902% 7.1569%;
  box-sizing: border-box;
  position: relative;
}
.el2304 .experience_box .tit {
  width: 60.3989%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.el2304 .experience_box::before {
  display: block;
  content: "";
  width: 64.6724%;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.el2304 .experience_box .conMtxt {
  width: 78.5971%;
  margin: 15px 0 0 auto;
  line-height: 2;
}
.el2304 .experience_box .subImg {
  width: 22.792%;
  position: absolute;
  left: 3.5613%;
  bottom: -6px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .el2304 .experience_box {
    width: 92vw;
    margin: 35.3333vw auto 0;
    padding: 8vw 5.3333vw 6.6667vw;
  }
  .el2304 .experience_box .tit {
    width: 81.4667vw;
    position: absolute;
    top: -9.4vw;
  }
  .el2304 .experience_box::before {
    width: 81.4667vw;
    height: 5.3333vw;
    top: -5vw;
  }
  .el2304 .experience_box .conMtxt {
    width: 56vw;
    margin: 3.3333vw 0 0 auto;
    line-height: 1.5;
  }
  .el2304 .experience_box .subImg {
    width: 34.6667vw;
    position: absolute;
    left: -6.8vw;
    bottom: 2vw;
  }
}



.bottom_con {
  margin-top: 100px;
  text-align: center;
}
.bottom_con .pcd_ft-text {
  font-size: 14px;
}
.bottom_con .pcd_ft-credit {
  margin-top: 100px;
  padding-bottom: 13px;
  font-size: 12px;
}
.bottom_con .pcd_ft-credit .spline {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 1220px) {
  .bottom_con .pcd_ft-text {
    font-size: 1.1475vw;
  }
  .bottom_con .pcd_ft-credit {
    font-size: 0.9836vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom_con {
    margin-top: 16vw;
  }
  .bottom_con .pcd_ft-text {
    font-size: 3.2vw;
  }
  .bottom_con .pcd_ft-credit {
    margin-top: 13.3333vw;
    padding-bottom: 4.6667vw;
    font-size: 2.6667vw;
    /* font-size: 2.8vw; */
    line-height: 1.4;
    letter-spacing: -0.07em;
  }
  .bottom_con .pcd_ft-credit .spline {
    display: block;
    padding-left: 0;
  }
}



.el2304 .sec01 .sec01_btn,
.el2304 .ft_btn {
  width: 400px;
  /* height: 80px; */
  position: relative;
}
.el2304 .sec01 .sec01_btn {
  margin: 80px auto 0;
}
.bottom_con .ft_btn {
  width: 39.2157%;
  margin: 0 auto 30px;
}
.el2304 a:hover {
  opacity: 1;
}
a span:nth-child(2) {
  position: absolute;
  border-top: 1px solid #fff;
  top: 3px;
  left: 3px;
  right: 100%;
  transition: 0.1s;  
}
a:hover span:nth-child(2) {
  right: 3px;
}
a span:nth-child(3) {
  position: absolute;
  border-right: 1px solid #fff;
  top: 3px;
  right: 3px;
  bottom: 100%;
  transition: 0.1s;
}
a:hover span:nth-child(3) {
  bottom: 3px;
}
a span:nth-child(4) {
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: 3px;
  left: 100%;
  right: 3px;
  transition: 0.1s;
}
a:hover span:nth-child(4) {
  left: 3px;
}
a span:nth-child(5) {
  position: absolute;
  border-left: 1px solid #fff;
  top: 100%;
  left: 3px;
  bottom: 3px;
}
a:hover span:nth-child(5) {
  top: 3px;
}
a span:nth-child(2) {
  transition-delay: 0.3s
}
a:hover span:nth-child(2) {
  transition-delay: 0s;
}
a span:nth-child(3) {
  transition-delay: 0.2s;
}
a:hover span:nth-child(3) {
  transition-delay: 0.1s;
}
a span:nth-child(4) {
  transition-delay: 0.1s;
}
a:hover span:nth-child(4) {
  transition-delay: 0.2s;
}
a span:nth-child(5) {
  transition-delay: 0s;
}
a:hover span:nth-child(5) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .el2304 .sec01 .sec01_btn {
    width: 76vw;
    height: 13.7333vw;
    margin: 10.6667vw auto 0;
  }
  .bottom_con .ft_btn {
    width: 76vw;
    margin: 0 auto 4vw;
  }
}


/*---------------------------------------------
                Style Sheet E N D
---------------------------------------------*/