@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: "EB Garamond", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal;}
.mincho {font-family: 'Noto Serif JP', serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #BB9048;}
.bgLBR{background-color: #F8F4EC;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgGR {background-color: #4A8308;}
.bgHGR {background-color: #004F45;}
.bgGRY {background-color: #EEEEEE;}
.txtWH {color: #FFF;}
.txtBR {color: #BB9048;}
.txtGR {color: #004F45;}
.txtLRD {color: #D15E67;}
.bBR {border-color: #BF9D63;}
.bDBL {border-color: #2F3B49;}

.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

#header {position: relative; width: 100%; padding: 0px 0;}
#header .logo {width: 105px; margin-right: 10px;}
.menu:hover > a {background: #E1F4C4;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #004F45; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
#hanburger,.spOnly {display: none;}
.pcOnly{display: block;}
.global_menu a {display: block; width: 100%; padding: 10px 15px;}
.menu {font-size: 16px; font-weight: 700; white-space: nowrap;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
.pcmenu{gap: 0 20px;}
.sidemenu_wrap{margin-right: -20px;}
.sidemenu_wrap li{width: 136px;}
.sidemenu_wrap a{display: flex; height: 100%; align-items: center; width: 100%; border-left: 1px solid #fff; justify-content: center;}
.sidemenu_wrap_link{display: none;}


@media screen and (min-width: 1099px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
	.menu {margin-left: 5px; width: 150px; text-align: center; line-height: 1.5;}
	.menu > a {border: 1px solid #004F45; background: #004F45; color: #FFF; border-radius: 0;}
  .menu:hover > a {background: #FFF; color: #004F45;}
	.menu {width: fit-content;}
}
@media screen and (max-width: 1500px) {
	.global_menu a{padding: 6px 10px;}
	.sidemenu_wrap li{width: 110px;}
	.sidemenu_wrap a{font-size: 14px;}
	.menu > a{font-size: 14px;}
	.pcmenu{gap: 0 10px;}
}
@media screen and (max-width: 1320px) {
	.sidemenu_wrap{display: none;}
	/* .topmenu_wrap{margin-bottom: 5px;} */
	.sidemenu_wrap_link{display: block; font-size: 14px;}
}
@media screen and (max-width: 1099px) {
  .spOnly {display: block;}
	.pcOnly{display: none;}
	#header {padding: 10px 0 6px;}
	#header .logo {width: 65px;}
	#header h1.txt18 {font-size: 14px;}
	#header .txt14 {font-size: 12px;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
}

footer {padding: 80px 0 0; border-top: 1px solid #BB9048;}
footer > .container {margin-bottom: 80px;}
footer .logo {width: 180px; margin-right: 10px;}
footer h2 {border-bottom: 2px solid #BB9048; padding-bottom: 2px;}
.footNavi{}
.footNavi li {margin-left: 30px; display: inline-block; text-align: right;}
.footNavi li a:hover {text-decoration: underline; color: #004F45;}
.footCopy {background: #BB9048; padding: 10px 0; text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 1000px) {
  footer .logo {width: 120px;}
	footer h2.txt30 {font-size: 20px;}
	footer h2.txt30 span {font-size: 14px;}
}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0 0;}
	footer > .container {margin-bottom: 40px;}
	footer .logoArea {width: 100%; text-align: center; margin-bottom: 20px;}
	footer .logoArea a {justify-content: center; text-align: left;}
	footer .logoArea a .logo {margin-bottom: 10px;}
	footer .logoArea a h2 {margin-bottom: 10px;}
  .footNavi {width: 100%; justify-content: center;}
	.footNavi li {margin: 0 10px 10px;}
	#ftNavi {display: block; background: #004F45; position: fixed; z-index: 5; bottom: 0; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold; display: flex;}
	#ftNavi li {width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #006457; border-right: 1px solid #013E36;}
	#ftNavi li:first-child a {border-left: none;}
	#ftNavi li:last-child a {border-right: none;}
	#ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}
@media screen and (max-width: 530px) {
	.footNavi li {margin: 0 5px 10px;}
}

.w1300 {width: 100%; max-width: 1332px; padding-left: 0; padding-right: 0;}
.w1500 {width: 100%; max-width: 1520px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1380px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w740{max-width: 740px; width: 100%;}
.w560{max-width: 560px; width: 100%;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 40px);}
.w54 {width: calc(54% - 40px);}
@media screen and (max-width: 896px) {
  .container,.containers {width: calc(100% - 20px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 10px; margin-right: 10px;}
  .col1 {width: calc(16.6666% - 20px);}
  .col2,.box3 {width: calc(33.3333% - 20px);}
  .col3 {width: calc(50% - 20px);}
  .col4 {width: calc(66.6666% - 20px);}
  .col5 {width: calc(83.3333% - 20px);}
  .col6 {width: calc(100% - 20px);}
  .w46 {width: calc(100% - 20px);}
  .w54 {width: calc(100% - 20px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 20px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 20px);}
  .mlr5 {margin-left: 5px; margin-right: 5px;}
  .box4 {width: calc(50% - 20px); margin-left: 10px; margin-right: 10px;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}
/* table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;} */
table th,table td {line-height: 1.7; text-align: start;}
table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);}
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th,table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}

@keyframes handwriting {
  0% {fill: transparent; stroke-dashoffset: 3000;}
  50% {fill: transparent;}
  100% {fill: #FFF; stroke-dashoffset: 0;}
}
@keyframes mvWrapL {
  100% {transform: translateX(100%);}
}
@keyframes mvWrapR {
  100% {transform: translateX(-100%);}
}
@keyframes txtmask01 {
  0% {transform: translate(0,101%,)}
  40%, 60% {transform: translate(0, 0)}
  100% {transform: translate(0,-100%)}
}
@keyframes txtmask02 {
  0% {transform: translate(0,-100%)}
  40%, 60% {transform: translate(0, 0%)}
  100% {transform: translate(0,100%)}
}
@keyframes txtmask03 {
  0% {transform: translate(100%,0)}
  40%, 60% {transform: translate(0, 0%)}
  100% {transform: translate(-100%,0)}
}
@keyframes txtmask04 {
  0% {transform: translate(-100%,0)}
  40%, 60% {transform: translate(0, 0%)}
  100% {transform: translate(100%,0)}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.abs {position: absolute;}
.slideInup {opacity: 0; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px);}
.slideInup.appear {opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.fadein {opacity: 0;}
.fadein.appear {opacity: 1; animation-name: fadeIn; animation-duration: 1.5s; animation-timing-function: ease-out; animation-fill-mode: forwards;}
.txtmask01,.txtmask02 {color: transparent; display: block; overflow: hidden; position: relative; transition: color 0ms 450ms;}
.txtmask01::after,.txtmask02::after {background: #FFF; content: ''; display: block; left: 0; position: absolute; right: 0; top: 0; bottom: 0; transform: translate(0, 100%);}
.txtmask01.appear,.txtmask02.appear {color: #fff; text-shadow: 2px 2px 3px #FFF; text-align: center;}
.txtmask02.appear {font-size: 50px;}
.txtmask01.appear::after {animation: txtmask03 .8s cubic-bezier(0.8, 0, 0.170, 1);}
.txtmask02.appear::after {animation: txtmask04 .8s cubic-bezier(0.8, 0, 0.170, 1);}
.delay01 {transition-delay: .2s;}
.delay02 {transition-delay: .4s;}
.delay03 {transition-delay: .6s;}
.delay04 {transition-delay: .8s;}
.delay05 {transition-delay: 1s;}
.delay06 {transition-delay: 1.2s;}
.delay07 {transition-delay: 1.4s;}
.delay08 {transition-delay: 1.6s;}
.delay09 {transition-delay: 1.8s;}
.delay10 {transition-delay: 2s;}
.delay11 {transition-delay: 2.4s;}
.delay12 {transition-delay: 2.8s;}
.delay13 {transition-delay: 3.2s;}
.delay14 {transition-delay: 3.6s;}

#top01 {width: 100%; overflow: hidden;}
#top01 .container {left: 0; right: 0; top: 0; z-index: 1; height: 100%;}
#top01 .col6 {height: 100%;}
#top01 .copy {letter-spacing: .2em;}
#top01 .copy span.blk {margin-top: 20px;}
#top01 .mark {width: 260px; right: 0; bottom: 50px;}
#top01 .mainImg {width: 100%; height: 650px; background: #999;}
#top01 .mainImg img {opacity: .5;}
#top01 .mainImg video {width: 100%; object-fit: cover; object-position: center center; height: 100%;}
#top01 .mainImg::before {animation: mvWrapL .8s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: #fff; content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; animation-delay: .3s;}

#top02 .mainImg {width: 40%;}
#top02 .txtArea {width: 60%; padding-left: 50px;}
#top02 .EN {z-index: 1;}
#top02 .flRev {margin-top: -74px;}
#top02 .mainImg {width: 40.7%; margin: 15px 0 25px 60px;}

#top03 .col2 .mincho {left: 20px; bottom: 20px; z-index: 1; text-align: left; display: inline-block; max-width: calc(100% - 100px);}
#top03 .col2.arrow::before {display: block; bottom: 20px; right: 20px; position: absolute; content: ""; background-image: url(../img/top/03-04.png); width: 46px; height: 46px; background-size: contain; }
#top03 .bgImg::before,#top03 .bgImg::after {position: absolute; content: '';}
#top03 .bgImg::before {width: 40px; height: 40px; background-image: linear-gradient(135deg, #004F45 27px, transparent 0); top: 10px; left: 10px;}
#top03 .bgImg::after {width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #FFF; top: 5px; left: 5px;}

#top04 {padding: 90px 0 70px; background: url("../img/top/04-01.jpg") no-repeat center; background-size: cover;}
#top04 .txtArea {margin-right: 40px;}
#top04 .btnArea {width: 436px; background: #004F45;}
#top04 .btnArea a {z-index: 1; display: block;}
#top04 .btnArea::after {position: absolute; content: ''; width: calc(100% - 10px); height: calc(100% - 10px); border: 1px solid #FFF; top: 5px; left: 5px;}
#top04 .btnArea .bgImg {opacity: .2; overflow: hidden; transition: .3s;}
#top04 .btnArea a:hover .bgImg img {transform: scale(1.1); transition: .3s;}
#top04 .btnArea .mincho {width: 100%; padding: 0 30px; top: 50%; transform: translateY(-50%);}
#top04 .btnArea .mincho::before,#top04 .btnArea .mincho::after {position: absolute; content: ''; top: 50%; transform: translateY(-50%); right: 30px; transition: .3s;}
#top04 .btnArea .mincho::before {width: 46px; height: 46px; border-radius: 50%; border: 1px solid #FFF;}
#top04 .btnArea .mincho::after {width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 50px;}
#top04 .btnArea a:hover .mincho::before {right: 20px;}
#top04 .btnArea a:hover .mincho::after {right: 40px;}

#top05 {padding: 80px 0; width: 100%; overflow: hidden;}
#top05::after {position: absolute; content: ''; width: 81.25%; height: 100%; background: #F8F4EC; z-index: -1; top: 0; left: 0;}
#top05 .mainImg {width: 37.5%; position: relative; overflow: hidden}
#top05 .mainImg.appear::before {animation: mvWrapR .8s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: #fff; content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; animation-delay: .3s;}
#top05 .container {left: 0; right: 0; top: 50%; transform: translateY(-50%);}
#top05 .txtArea {width: 59.7%;}

#top06 .mainImg {width: 46%; margin: 15px 0 25px 60px;}
#top06 .mainImg img{aspect-ratio: 650/413; object-fit: cover; object-position: top center;}


#top07 {overflow-x: hidden;}
#top07 .voiceSlide .slick-list{overflow: visible;}
#top07 .voiceSlide li{padding: 0 20px; position: relative; min-width: 650px;}
#top07 .voiceSlide li .flex.bgWH{padding: 30px 30px 45px 30px;}
#top07 .voiceSlide li h3{position: relative;}
#top07 .voiceSlide li h3::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #004F45; height: 1px; width: 80px;}
#top07 .voiceSlide li .bdBtm{position: relative;}
#top07 .voiceSlide li .bdBtm::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #999999; height: 1px; width: 100%;}
#top07 .voiceSlide .voiceText{width: calc(100% - 300px); margin-right: 20px;}
#top07 .voiceSlide .voiceImg{max-width: 280px;}
/* #top07 {padding: 100px 0; background: #F8F4EC;}
#top07 li {width: 26.9%;}
#top07 li:nth-child(2) {margin: 0 100px;}
#top07 li .voiceImg {margin-right: 20px;}
#top07 li h3 {padding: 5px 20px;}
#top07 li .prof {padding: 20px; width: 100%}*/
#top07 li a {max-width: 300px; width: 100%; display: block; text-align: center; font-size: 16px; font-weight: 700; color: #FFF; background: #004F45; background: linear-gradient(90deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%); padding: 13px 25px; line-height: 1.5; border-radius: 25px; margin: auto auto 0; position: absolute; bottom: -50px; left: 50%; transform: translate(-50%,-50%); overflow: visible;}
#top07 li a::before {position: absolute; content: ''; width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 25px; top: 50%; transform: translateY(-50%);}
#top07 li a:hover {background: #004F45; background: linear-gradient(270deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%);}
#top07 li a:hover::before {right: 15px;}

.modal {display: none; height: 100vh; position: fixed; top: 0; width: 100%; z-index: 20;}
.modalBg {background: rgba(255,255,255,0.8); height: 100vh; position: absolute; width: 100%;}
.modalContents {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 928px; height: 90vh; padding: 40px; background: #FFF; border-radius: 20px; box-shadow: 0 0 6px rgba(0, 0, 0, .6);}
.modalContents .inner {height: 100%; overflow-y: auto;}
.modalContents .modalImg {width: 160px; padding-right: 30px; border-right: 1px solid #BB9048;}
.modalContents .modalProf {padding-left: 30px; width: calc(100% - 190px);}
.modalContents .modalClose {position: absolute; text-indent: -9999px; width: 40px; height: 40px; top: 40px; right: 40px;}
.modalContents .modalClose::before,.modalContents .modalClose::after {position: absolute; content: ''; background: #222; top: 50%; right: 50%;}
.modalContents .modalClose::before {width: 40px; height: 1px; transform: translate(0,-50%) rotate(-45deg); right: 0;}
.modalContents .modalClose::after {width: 1px; height: 40px; transform: translate(-50%,-50%) rotate(135deg);}
.modalContents .txtArea p:not(:last-child) {margin-bottom: 10px;}

.gallerySlide li {width: 700px; margin: 0 10px;}
.thumbnail {max-width: 1300px; width: calc(100% - 40px); margin: 0 auto;}
.thumbnail.slick-slider {margin-bottom: 20px;} 
.thumbnail li {margin: 0 5px; cursor: pointer; position: relative;}
.thumbnail li.slick-current::before {position: absolute; content: ''; width: 100%; height: 100%; border: 5px solid #004F45;}
/*.thumbnail li.slick-current img {opacity: .5;}*/

.slideArrow {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: #BB9048; border: 1px solid #BB9048; cursor: pointer; z-index: 1; transition: .3s;}
.slideArrow:hover,.thumbnail .slideArrow:hover {background-color: #FFF;}
.prevArrow {left: 0; background-image: url("../img/cmn/arrow_left_wh.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow {right: 0; background-image: url("../img/cmn/arrow_right_wh.svg"); background-repeat: no-repeat; background-position: center;}
.prevArrow:hover {background-image: url("../img/cmn/arrow_left_br.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow:hover {background-image: url("../img/cmn/arrow_right_br.svg"); background-repeat: no-repeat; background-position: center;}
.thumbnail .slideArrow {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid #004F45; background-color: #004F45; z-index: 1;}
.thumbnail .prevArrow {left: -18px;}
.thumbnail .nextArrow {right: -18px;}
.thumbnail .prevArrow:hover {background-image: url("../img/cmn/arrow_left_gr.svg"); background-repeat: no-repeat; background-position: center;}
.thumbnail .nextArrow:hover {background-image: url("../img/cmn/arrow_right_gr.svg"); background-repeat: no-repeat; background-position: center;}
.dotNavi {display: flex; flex-wrap: wrap; justify-content: center; position: absolute; width: 100%; bottom: -25px;}
.dotNavi li {width: 50px; height: 5px; background: #BB9048; margin: 0 5px; text-indent: -9999px;}
.dotNavi li.slick-active {background: #004F45;}

.rMark{position: relative; padding-right: 14px; }
.rMark::after{position: absolute; content: "®︎"; top: -3px; right: 0; font-size: 26px; height: fit-content; }

/* lower */
h2.lowerBdBtm{padding-bottom: 20px; position: relative;}
h2.lowerBdBtm::before{content: ""; background-color: #004F45; width: 80px; height: 1px; bottom: 0; left: 0; display: block; position: absolute;}
.lowerTtl.--center h2,.lowerTtl.--center p{text-align: center;}
.lowerTtl.--center h2.lowerBdBtm::before{left: 50%; transform: translateX(-50%);}
.lowerMv_inner{ position: relative; width: 100%; /*background-position: 400px center; background-size: cover;*/ min-height: 400px; background-repeat: no-repeat; background-color: #BB9048;}
/* .lowerMv_inner::before{position: absolute; content: ""; background-color: #BB9048; width: 400px;} */
.lowerMv_inner p{white-space: nowrap; }
.lowerMv_inner .abs{left: 60px; top: 50%; transform: translateY(-50%);}
.lowerMv_inner .txt30{top: 200px;}
.lowerMv_inner .txt50{padding: 0 22px; line-height: 1.2;}
.lowerMv_inner .txt50{white-space: nowrap;}
.lowerMv_inner .abs {z-index: 1;}
.kvImg {width: calc(100% - 400px); margin-left: 400px; height: 100%; position: absolute;}
.c-table .unit{display: flex;}
.c-table .unit .title,.c-table .unit .content{padding-bottom: 18px; line-height: 1.5; font-size: 14px; margin-bottom: 20px;}
.c-table .unit .title{width: 220px; border-bottom: 1px solid #004F45;}
.c-table .unit .content{width: calc(100% - 220px); border-bottom: 1px solid #999999;}
.c-table.--small .unit .title{width: 140px;}
.c-table.--small .unit .content{width: calc(100% - 140px);}
.breadCrumb {display: flex; gap: 0 50px; justify-content: flex-end;}
.breadCrumb li{font-size: 14px;}
.breadCrumb li:not(:first-child){position: relative;}
.breadCrumb li:not(:first-child)::before{position: absolute; content: ""; background-image: url(../img/cmn/icon_arrow_right.svg); height: 11px; width: 6px; left: -27px; background-size: contain; background-repeat: no-repeat; top: 50%; transform: translateY(-50%);}

.gradbgBtn{display: block; text-align: center; font-size: 16px; font-weight: 700; color: #FFF; background: #004F45; background: linear-gradient(90deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%); padding: 13px 25px; line-height: 1.5; border-radius: 25px; position: relative; overflow: visible;}
.gradbgBtn::before {position: absolute; content: ''; width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 25px; top: 50%; transform: translateY(-50%);}
.gradbgBtn:hover {background: #004F45; background: linear-gradient(270deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%);}
.gradbgBtn:hover::before {right: 15px;}

#association_overview03 table th{padding-right: 20px; width: fit-content;}
#association_overview03 table td{padding-left: 20px;}
#association_overview03 .table .flex p{font-size: 14px;}
#association_overview03 .table .flex p:first-child{width: 140px; padding-right: 20px;border-right: 1px solid #333;}
#association_overview03 .table .flex p:last-child{width: calc(100% - 180px); padding-left: 20px;}

#counseling_price01 .gradbgBtn{max-width: 360px; width: 100%;}
#counseling_price02 .counselingFlow{position: relative; z-index: 0;}
#counseling_price02 .counselingFlow::before{position: absolute; content: ""; background-color: #013E36; width: 2px; height: calc(100% - 30px); left: 249px; top: 50%; transform: translateY(-50%); z-index: -1;}
#counseling_price02 .counselingFlow .unit{display: flex; align-items: center; gap: 0 20px;}
#counseling_price02 .counselingFlow .unit:not(:last-child){ margin-bottom: 30px;}

#counseling_price02 .counselingFlow .title{width: 210px; line-height: 1.7;}
#counseling_price02 .counselingFlow .num{width: 40px; height: 40px; border-radius: 40px; display: flex; align-items: center; justify-content: center;}
#counseling_price02 .counselingFlow .content{width: calc(100% - 290px); line-height: 1.7;}
#counseling_price02 .counselingFlow .unit.--shuryo .title{width: 200px;}
#counseling_price02 .counselingFlow .unit.--shuryo .num{width: 60px; height: 60px;}
#counseling_price02 .counselingFlow .unit.--shuryo .content{width: calc(100% - 300px);}

#access01 .logo{width: 80%;}
#access02 iframe{width: 100%;}

#trouble01 .inner{max-width: 1172px; margin-right: auto; margin-left: auto;}
#trouble01 .gradbgBtn.bgGRY{background-color: #EEEEEE!important; background: unset; color: #222;}
#trouble01 .gradbgBtn::before{display: none;}
#trouble01 .unit .text .txt18{border-radius: 8px; width: fit-content; padding: 8px 25px;}
#trouble01 .units .unit:nth-child(2n){flex-direction: row-reverse;}
#trouble01 .unit li{font-size: 16px; margin-bottom: 10px; display: flex;}
#trouble01 .unit li span{font-size: 20px; font-weight: 500; width: 30px; height: 30px; text-align: center; justify-content: center; align-items: center; border-right: 1px solid #222; border-bottom: 1px solid #222; display: inline-flex; margin-right: 15px;}
#trouble01 .unit li p{width: calc(100% - 45px);}
#trouble01 .bgHGR.bdr{border-radius: 100px; width: 90px; height: 90px; margin-left: 20px;}
#trouble01 .bgHGR.bdr span{line-height: 0.9;}

#training01 .w200{width: 200px;}
#training01 .list{width: calc(100% - 220px); margin-left: 20px;}
#training01 .list li{position: relative; padding-left: 14px;}
#training01 .list li::before{position: absolute; content: ""; width: 5px; height: 5px; background-color: #222; border-radius: 10px; top: 10px; left: 0;}
#training01 .unit .title{border-top: 1px solid #004F45; padding-top: 18px;}
#training01 .unit .content{border-top: 1px solid #999; padding-top: 18px;}
#training02 .col3{border-left: 1px solid #333; padding-left: 20px;}

#voice01 .col3{padding: 0 ; position: relative;}
#voice01 .col3 .flex.bgWH{width: 100%; height: 350px;}
#voice01 .col3 h3{position: relative;}
#voice01 .col3 h3::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #004F45; height: 1px; width: 80px;}
#voice01 .col3 .bdBtm{position: relative; display: flex; justify-content: space-between;}
#voice01 .col3 .bdBtm p:first-child{width: 30px;}
#voice01 .col3 .bdBtm p:last-child{width: calc(100% - 50px);}
#voice01 .col3 .bdBtm::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #999999; height: 1px; width: 100%;}
#voice01 .voiceText{width: calc(100% - 300px); margin-right: 20px; display: flex; flex-direction: column; justify-content: space-between;}
#voice01 .voiceImg{max-width: 280px;}
#voice01 .voiceImg img{width: 100%; height: 100%; object-fit: cover;}
#voice01 .col3 a {max-width: 300px; width: 100%; display: block; text-align: center; font-size: 16px; font-weight: 700; color: #FFF; background: #004F45; background: linear-gradient(90deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%); padding: 13px 25px; line-height: 1.5; border-radius: 25px; margin: auto auto 0; position: relative; overflow: visible;}
#voice01 .col3 a::before {position: absolute; content: ''; width: 7px; height: 12px; background: url("../img/cmn/arrow_right_wh.svg") no-repeat center; background-size: cover; right: 25px; top: 50%; transform: translateY(-50%);}
#voice01 .col3 a:hover {background: #004F45; background: linear-gradient(270deg, rgba(0, 79, 69, 1) 0%, rgba(113, 155, 150, 1) 100%);}
#voice01 .col3 a:hover::before {right: 15px;} 

#voiceDetail01 .voiceImg{max-width: 280px; width: 100%; margin-right: 20px; margin-left: 20px;}
#voiceDetail01 .voiceText{width: calc(100% - 360px); margin-right: 20px; margin-left: 20px;}
#voiceDetail01 .voiceText .text p{margin-bottom: 10px;}

#voiceDetail01 .voiceText h3{position: relative;}
#voiceDetail01 .voiceText h3::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #004F45; height: 1px; width: 80px;}
#voiceDetail01 .voiceText .bdBtm{position: relative; display: flex; justify-content: space-between; max-width:448px;}
#voiceDetail01 .voiceText .bdBtm p:first-child{width: 30px;}
#voiceDetail01 .voiceText .bdBtm p:last-child{width: calc(100% - 50px);}
#voiceDetail01 .voiceText .bdBtm::before{position: absolute; content: ""; bottom: 0; left: 0; background-color: #999999; height: 1px; width: 100%;}

#freetrial01 .inner{padding: 0 60px;}
#freetrial01 .inner .bgBR{padding: 0 30px; border-radius: 8px; max-width: 186px; width: 100%;}
#freetrial01 .list01{margin-left: 40px; width: calc(100% - 228px);}
#freetrial01 .list01 li{position: relative; padding-left: 36px;}
#freetrial01 .list01 li:not(:last-child){margin-bottom: 6px;}
#freetrial01 .list01 li::before{position: absolute; content: ""; width: 26px; height: 26px; border-radius: 26px; left: 0; top: 50%; transform: translateY(-50%);}
#freetrial01 .list01 li:nth-child(1):before{background-color: #005689;}
#freetrial01 .list01 li:nth-child(2):before{background-color: #E05F71;}
#freetrial01 .list01 li:nth-child(3):before{background-color: #EFA032;}
#freetrial01 .list01 li:nth-child(4):before{background-color: #5AA04D;}
/* #freetrial01 .inner .list01{} */
#freetrial02{margin-top: -190px; border-bottom: 1px solid #BB9048;}
#freetrial02 .txt18.bgBR{border-radius: 8px; padding: 8px 30px; width: fit-content;}
#freetrial02 .list li{padding-left: 18px; position: relative; font-size: 16px;}
#freetrial02 .list li::before{position: absolute; content: ""; width: 8px; height: 8px; border-radius: 8px; top: 11px; left: 0; background-color: #333;}

.flow{position: relative; width: 180px;}
.flow::before{content: ""; position: absolute; background-color: #004F45; height: 1px; width: 134px; top: 50%; transform: translate(-50%,-50%); left: 50%;}
.flow .unit{width: fit-content; color: #999999;}
.flow .unit.active{color: #004F45;}
.flow .step{}
.flow .circle{position: relative; content: ""; background-color: white; border: 1px solid #999; width: 13px; aspect-ratio: 1/1; border-radius: 100px; margin-top: 5px; margin-bottom: 4px; margin-right: auto; margin-left: auto;}
.flow .active .circle{background-color: #004F45; border: 1px solid #004F45;}


#counselorintro .col3 h3{position: relative;}
#counselorintro .col3 h3::before{position: absolute; content: ""; height: 1px; width: 80px; bottom: 0; background-color: #004F45;}
#counselorintro .units{}
#counselorintro .units .unit{display: flex; justify-content: space-between; padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #999999;}
#counselorintro .units .unit .title{}
#counselorintro .units .unit .content{}
#counselorintro .col3 .text{width: calc(56% - 10px);}
#counselorintro .col3 .image{aspect-ratio: 1/1; background-color: #eee; width: calc(44% - 10px); height: 100%;}
#counselorintro .col3 .tableUnit{display: flex; line-height: 1.7;}
#counselorintro .col3 .tableUnit:not(:last-child){margin-bottom: 20px;}
#counselorintro .col3 .tableUnit .title{line-height: 1.7; width: 100px; border-right: 1px solid #222; margin-right: 20px;}
#counselorintro .col3 .tableUnit .content{width: calc(100% - 120px);}
#counselorintro .col3 .tableUnit .content ul li{position: relative; padding-left: 18px;}
#counselorintro .col3 .tableUnit .content ul li::before{position: absolute; content: ""; background-color: #222; width: 8px; aspect-ratio: 1/1; border-radius: 10px; top: 8px; left: 0;}

#mailform .unit:first-child{border-top: 1px solid #999999;}
#mailform .unit:first-child::after{position: absolute; top: -1px; content: ""; width: 280px; background-color: #004F45; height: 1px;}

#mailform .unit{position: relative; padding: 20px 0; border-bottom: 1px solid #999999; display: flex; align-items: baseline; flex-wrap: wrap;}
#mailform .unit::before{position: absolute; bottom: -1px; content: ""; width: 280px; background-color: #004F45; height: 1px;}
#mailform .unit .title{width: 300px; display: flex; align-items: baseline; line-height: 1.2; font-size: 16px; position: relative; display: inline-flex; justify-content: space-between;}
#mailform .unit .title::after{content: "必須"; background-color: #CC0000; color: white; font-size: 14px; border-radius: 5px; padding: 3px 5px; position: relative; white-space: nowrap; margin-left: 10px; margin-right: 20px;}
#mailform .unit .content{width: calc(100% - 300px); display: flex; justify-content: space-between;}
#mailform .unit.--2 .content > span{width: calc(50% - 10px);}
#mailform .unit.--full .title{min-width: 300px; width: fit-content;}
/* #mailform .unit.--full .title::after{right: -40px;} */
#mailform .unit.--email .title::before{right: 20px;}
#mailform .unit.--full .content{width: 100%;}
#mailform .unit.--full .content > span{width: 100%;}
#mailform .unit.--radio .wpcf7-list-item{display: inline-block; padding: 6px 40px 6px 0 ;}
#mailform .gradbgBtn {width: 300px; display: inline-flex; margin-top: 30px; justify-content: center;}
#mailform .gradbgBtn input{background-color: unset; font-weight: 700; font-size: 16px; text-align: center; color: #fff;}
#mailform .gradbgBtn .wpcf7-previous{color: #222; font-weight: 700;}
#mailform .unit p.exp{width: 100%;}


.js-cf7-step {display: none;}
.js-cf7-step[data-step="1"] {display: block;}
.js-step-badge {opacity: 0.4;}
.js-step-badge.active {opacity: 1;}
.js-confirm {display: inline-block;min-height: 1.5em;padding: 4px 0;}
.gradbgBtn.--outline {background: transparent;border: 1px solid #ccc;}
.flex.gap20 > * + * {margin-left: 20px;}
.checkbox .wpcf7-list-item label {position: relative;display: inline-flex;align-items: center;cursor: pointer;}
.checkbox input[type="checkbox"] {position: absolute;opacity: 0;pointer-events: none;}
.checkbox .wpcf7-list-item-label {position: relative;padding-left: 36px;  line-height: 1.4;	font-size: 16px;}
.checkbox .wpcf7-list-item-label::before {content: "";position: absolute;left: 0;top: 50%;width: 26px;height: 26px;border: 1px solid #222;  transform: translateY(-50%);box-sizing: border-box;background-color: #fff;	border-radius: 5px;}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {content: "";position: absolute;left: 5px;top: 50%;width: 16px;height: 8px;border-left: 2px solid #222;border-bottom: 2px solid #222;transform: translateY(-70%) rotate(-45deg);}
.checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label::before {box-shadow: 0 0 0 2px rgba(0,0,0,0.15);}
.typeradio .wpcf7-list-item label {position: relative;display: inline-flex;align-items: center;cursor: pointer;}
.typeradio input[type="radio"] {position: absolute;opacity: 0;pointer-events: none;}
.typeradio .wpcf7-list-item-label {position: relative;padding-left: 36px;  line-height: 1.4;font-size: 16px;}
.typeradio .wpcf7-list-item-label::before {content: "";position: absolute;left: 0;top: 50%;width: 26px;height: 26px;border: 1px solid #222;  transform: translateY(-50%);box-sizing: border-box;background-color: #fff;border-radius: 50%;}
.typeradio input[type="radio"]:checked + .wpcf7-list-item-label::after {content: "";position: absolute;left: 7px;top: 50%;width: 12px;height: 12px;background-color: #222;border-radius: 50%;transform: translateY(-50%);}
.typeradio input[type="radio"]:focus + .wpcf7-list-item-label::before {box-shadow: 0 0 0 2px rgba(0,0,0,0.15);}




@media screen and (max-width: 1600px) {
	#top05 .mainImg {position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
	#top05 .container {left: 0; right: 0; top: 0; transform: translateY(0); position: relative;}
}
@media screen and (max-width: 1340px) {
	#top05 .mainImg {position: relative; top: 0; transform: translateY(0);}
	#top05 .container {width: 62.5%;}
	#top05 .txtArea {width: 100%; padding-right: 40px;}
	/* #top07 li:nth-child(2) {margin: 0 40px;} */
	.thumbnail {margin-left: 20px; margin-right: 20px;}
	.thumbnail .prevArrow {left: -10px;}
	.thumbnail .nextArrow {right: -10px;}
	#freetrial02{margin-top: 0;}
}
@media screen and (max-width: 1140px) {
	#top02 .flRev {margin-top: 0;}
	#voice01 .col3{width: calc(100% - 40px);}
	#top03 .col2 .mincho > span{font-size: 20px;}
	/* #top07 ul {justify-content: space-between;}
	#top07 li {width: calc(100%/3 - 20px);}
	#top07 li:nth-child(2) {margin: 0;}
	#top07 li a {text-align: left; padding: 13px 30px 13px 25px;} */
}
@media screen and (max-width: 960px) {
	#top04 .txtArea {margin-right: 0; width: 100%; text-align: center;}
	#top04 .txtArea .pcbr {display: none;}
}
@media screen and (max-width: 896px) {
	.lowerMv_inner{background-position: 180px center; min-height: 250px;}
	.kvImg {width: calc(100% - 180px); margin-left: 180px;}
	#top01 .copy {font-size: 30px;}
	#top01 .copy span.blk {margin-top: 10px; font-size: 30px;}
	#top01 .mark {width: 180px; bottom: 20px;}
	#top01 .mainImg {height: 450px;}
	#top04 {padding: 50px 0 30px;}
	#top06 .mainImg {margin: 0 0 25px 20px;}
	#top05 {padding: 50px 0;}
	#top05 .container {width: calc(55% - 20px);}
	#top05 .txtArea {padding-right: 0;}
	#top05 .mainImg {width: 45%;}
	#top07 {padding: 50px 0;}
	#top07 .voiceSlide li{min-width: unset; width: 100%; margin-bottom: 60px;}
	#top07 .voiceSlide .voiceText{width: calc(100% - 200px);}
	#top07 .voiceSlide li .flex.bgWH{width: 100%; min-width: unset;}
	#top07 .voiceSlide .voiceImg{max-width: 180px;}
	.voiceText .pb20{padding-bottom: 10px;}
	.voiceText .mb30{margin-bottom: 15px;}
	.voiceText .mb20{margin-bottom: 10px;}
	.modalContents {padding: 30px 20px;}
	.modalContents .txtArea {padding-right: 15px;}
	.modalContents .modalClose {width: 30px; height: 30px; top: 20px; right: 20px;}
	.modalContents .modalClose::before {width: 30px;}
	.modalContents .modalClose::after {height: 30px;}
	.gallerySlide li {margin: 0 5px;}
	.dotNavi li {width: 50px; margin: 0 5px 5px;}
	#voice01 .col3{width: 100%;}
	#voice01 .col3 .flex.bgWH{}
	#freetrial01 .graph{width: 60%; margin-right: auto; margin-left: auto;}
	#freetrial01 .inner{padding: 0;}
	#training01 .w200{width: 125px;}
	#training01 .list {width: calc(100% - 145px);}


}
@media screen and (max-width: 775px) {
	.lowerMv_inner .abs{left: 28px;}
	.lowerMv_inner .txt50{font-size: 22px; padding: 4px 10px;}
	.lowerMv_inner .txt30{font-size: 18px;}
	#top03 {justify-content: center; align-items: center;}
	#top03 .col2,#top03 .col6 {width: calc(100% - 20px);}
	#top05 {padding: 50px 0 0;}
	#top05::after {width: 100%; height: calc(100% - 50px);}
	#top05 .container {width: calc(100% - 20px); margin-bottom: 30px;}
	#top05 .mainImg {width: 80%;}
	#voice01 .col3 .flex.bgWH{height: unset; margin-bottom: 40px;}
	#voice01 .voiceText{width: calc(100%);}
	#voice01 .voiceImg{max-width: unset; width: 70%; margin-right: auto ; margin-left: auto; margin-bottom: 20px;}
	#voiceDetail01 > .flex{flex-direction: column; }
	#voiceDetail01 .voiceImg{width: 70%; max-width: unset; margin-right: auto; margin-left: auto; margin-bottom: 20px;}
	#voiceDetail01 .voiceText{width: calc(100% - 20px);}
	#mailform .unit .title{width: 260px; font-size: 14px; margin-bottom: 10px;}
	#mailform .unit.--full .title{min-width: 260px;}
	#mailform .unit .content{width: calc(100%); font-size: 14px;}
	#mailform .unit .title::before{font-size: 10px;}
	#trouble01 .bgHGR.bdr{width: 70px; height: 70px; margin-left: 12px;}
	.checkbox .wpcf7-list-item-label{font-size: 14px;}
	.checkbox .wpcf7-list-item-label::before,.typeradio .wpcf7-list-item-label::before{width: 20px; height: 20px; }
	.checkbox .wpcf7-list-item-label,.typeradio .wpcf7-list-item-label{padding-left: 28px;}
	.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after{transform: translateY(-100%) rotate(-45deg);}
	.typeradio input[type="radio"]:checked + .wpcf7-list-item-label::after{left: 4px;}
	#counseling_price02 .counselingFlow::before{left: 164px;}
	#counseling_price02 .counselingFlow .title{width: 130px;}
	#counseling_price02 .counselingFlow .num {width: 35px; height: 35px;}
	#counseling_price02 .counselingFlow .content {width: calc(100% - 200px);}
	#counseling_price02 .counselingFlow .unit.--shuryo .title{width: 114px;}

}
@media screen and (max-width: 600px) {
	.txtmask01.appear::after {animation: txtmask01 .8s cubic-bezier(0.8, 0, 0.170, 1);}
.txtmask02.appear::after {animation: txtmask02 .8s cubic-bezier(0.8, 0, 0.170, 1);}
	#top01 .copy {writing-mode: vertical-rl;}
	#top01 .copy span.blk {margin-top: 50px; font-size: 30px;}
	#top01 .mark {width: 40%;}
	#top01 .mainImg {height: calc(100vh - 111px);}
	#top02 .txtArea {width: 100%; padding-left: 0;}
	#top02 .mainImg {width: 80%; margin-left: auto; margin-right: auto; float: none;}
	#top03 .col2 .mincho {right: 8px; bottom: 8px; font-size: 14px;}
	#top03 .bgImg::before {width: 30px; height: 30px; background-image: linear-gradient(135deg, #004F45 17px, transparent 0); top: 5px; left: 5px;}
	#top03 .bgImg::after {width: calc(100% - 4px); height: calc(100% - 4px); top: 2px; left: 2px;}
	#top06 .mainImg {width: 100%; margin: 0 0 30px 0;}
	#top07 li {width: 100%; margin-bottom: 60px;}
	/* #top07 li{margin-bottom: 30px;} */
	/* #top07 li:not(:last-child) {margin-bottom: 30px;} */
	/* #top07 li .voiceImg {margin-right: 40px; margin-left: 40px;} */
	#top07 .voiceSlide .voiceText{width: 100%; margin-right: 0; margin-bottom: 10px;}
	#top07 .voiceSlide .voiceImg{width: 100%; max-width: unset;}
	#voice01 .col3 .flex.bgWH{flex-direction: column-reverse;}
	#freetrial01 .inner .bgBR{max-width: 150px; width: 100%; padding: 0 12px;}
	#freetrial01 .ank{flex-direction: column;}
	#freetrial01 .inner .bgBR{max-width: unset; padding: 10px;}
	#freetrial01 .list01{margin-left: 20px; padding-left: 28px; width: calc(100%);}
	#freetrial01 .list01 li::before{width: 16px; height: 16px;}
	.voiceText{margin-right: 0!important;}
	.modalContents .modalImg {width: 120px; padding-right: 20px; border-right: 1px solid #BB9048;}
	.modalContents .modalProf {padding-left: 20px; width: calc(100% - 140px);}
	.gallerySlide.slick-slider {margin-bottom: 10px;}
	.slideArrow,.thumbnail .slideArrow {width: 30px; height: 30px;}
	.thumbnail {margin-left: 10px; margin-right: 10px; width: calc(100% - 20px);}
	.dotNavi {bottom: -30px;}
	.flow{width: 100%;}
	.flow::before{width: calc(100% - 40px);}
	#mailform .unit::before{width: 140px;}
	#mailform .unit:first-child::after{width: 140px;}
	#mailform .unit .title::after{margin-right: 0;}
}
@media screen and (max-width: 430px) {
	.modalContents .modalImg {width: 120px; padding-right: 0; border-right: none; margin-bottom: 20px;}
	.modalContents .modalProf {padding-left: 0; width: 100%; padding-right: 15px;}
}
