#mainimage {
  height: 657px;
  overflow: hidden;
  position: relative;
}

#mainimage .kv-catch {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#mainimage .kv-catch .icon {
  width: 78px;
  margin-bottom: 11px;
}
#mainimage .kv-catch h1{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 20px;
	margin-bottom: 36px;
	color: #000;
}
#mainimage .kv-catch h2 {
  font-size: 35px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}

#mainimage .kv-catch .btxt {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 34px;
}

#mainimage .kv-catch .eng-txt {
  width: 273px;
}

#mainimage .infiniteslide_wrap {
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#mainimage .kv-slider-left {
  width: 27%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#mainimage .kv-slider-right {
  width: 27%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1040px) {
  #mainimage {
    height: 63.2vw;
  }
  #mainimage .kv-catch .icon {
    width: 7.5vw;
    margin-bottom: 2.7vw;
  }
  #mainimage .kv-catch h2 {
    font-size: 3.4vw;
    margin-bottom: 2.3vw;
  }
  #mainimage .kv-catch .btxt {
    font-size: 1.5vw;
    margin-bottom: 3.3vw;
  }
  #mainimage .kv-catch .eng-txt {
    width: 26.3vw;
  }
}

@media screen and (max-width: 767px) {
  #mainimage {
    height: auto;
  }
  #mainimage .kv-catch {
    padding: 35.5vw 0 39.2vw;
  }
  #mainimage .kv-catch .icon {
    width: 13.6vw;
    margin-bottom: 2.7vw;
  }
	#mainimage .kv-catch h1{
		font-size: 8px;
		margin-bottom: 4vw;
	}
  #mainimage .kv-catch h2 {
    font-size: 6.4vw;
    margin-bottom: 2.7vw;
  }
  #mainimage .kv-catch .btxt {
    font-size: 3.7vw;
    line-height: 1.7;
    margin-bottom: 5.3vw;
  }
  #mainimage .kv-catch .eng-txt {
    width: 59.7vw;
  }
  #mainimage .infiniteslide_wrap li {
    width: 33.3vw;
  }
  #mainimage .kv-slider-left {
    width: 100%;
    bottom: auto;
  }
  #mainimage .kv-slider-right {
    width: 100%;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  #menu {
    padding: 120px 0 141px;
  }
  #menu .row-blk {
    position: relative;
  }
  #menu .accordion .accordion-control {
    max-width: 484px;
    width: 45%;
    border-bottom: 1px solid #A8A8A8;
    padding: 36px 40px 35px 0;
    color: #000;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 22px;
    position: relative;
    margin-left: auto;
    transition: 0.3s all ease;
  }
  #menu .accordion .accordion-control:after {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url("../img/top/menu_right.png");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 50%;
    position: absolute;
    right: 0;
    top: 42px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: 0.3s all ease;
  }
  #menu .accordion .accordion-control small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    line-height: 15px;
    margin-top: 13px;
    color: #C1C1C1;
    transition: 0.3s all ease;
  }
  #menu .accordion .link-pc {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  #menu .accordion .accordion-panel {
    max-width: 523px;
    width: 54%;
    left: -24px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.3s all ease;
  }
  #menu .accordion .accordion-panel .row-txt {
    min-height: 334px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 50px 20px 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #menu .accordion .accordion-panel .row-txt .row-txt-inner {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
  }
  #menu .accordion .accordion-panel .row-txt .ttl {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 15px;
  }
  #menu .accordion .accordion-panel .row-txt .txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
  }
  #menu .accordion .accordion-panel .img {
    width: 100%;
    height: 610px;
  }
  #menu .accordion .accordion-panel .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
  #menu .accordion .accordion-panel.hover {
    opacity: 1;
  }
  #menu .link1 .accordion-control.hover {
    color: #4345C0;
    border-color: #4345C0;
  }
  #menu .link1 .accordion-control.hover small {
    color: #4345C0;
  }
  #menu .link1 .accordion-control.hover:after {
    background-image: url("../img/top/menu_right1.png");
    border-color: #4345C0;
  }
  #menu .link1 .accordion-panel .row-txt {
    background: linear-gradient(180deg, transparent 0%, #6b6cb5 100%);
  }
  #menu .link2 .accordion-control.hover {
    color: #4DC5AB;
    border-color: #4DC5AB;
  }
  #menu .link2 .accordion-control.hover small {
    color: #4DC5AB;
  }
  #menu .link2 .accordion-control.hover:after {
    background-image: url("../img/top/menu_right2.png");
    border-color: #4DC5AB;
  }
  #menu .link2 .accordion-panel .row-txt {
    background: linear-gradient(180deg, transparent 0%, #4dc5ab 100%);
  }
  #menu .link3 .accordion-control.hover {
    color: #E5AF10;
    border-color: #E5AF10;
  }
  #menu .link3 .accordion-control.hover small {
    color: #E5AF10;
  }
  #menu .link3 .accordion-control.hover:after {
    background-image: url("../img/top/menu_right3.png");
    border-color: #E5AF10;
  }
  #menu .link3 .accordion-panel .row-txt {
    background: linear-gradient(180deg, transparent 0%, #fde04f 100%);
  }
  #menu .link4 .accordion-control.hover {
    color: #FF6565;
    border-color: #FF6565;
  }
  #menu .link4 .accordion-control.hover small {
    color: #FF6565;
  }
  #menu .link4 .accordion-control.hover:after {
    background-image: url("../img/top/menu_right4.png");
    border-color: #FF6565;
  }
  #menu .link4 .accordion-panel .row-txt {
    background: linear-gradient(180deg, transparent 0%, #ff9393 100%);
  }
  #menu .link4 .accordion-panel .row-txt .ttl {
    font-size: 24px;
  }
  #menu .link5 .accordion-control.hover {
    color: #9735CC;
    border-color: #9735CC;
  }
  #menu .link5 .accordion-control.hover small {
    color: #9735CC;
  }
  #menu .link5 .accordion-control.hover:after {
    background-image: url("../img/top/menu_right5.png");
    border-color: #9735CC;
  }
  #menu .link5 .accordion-panel .row-txt {
    background: linear-gradient(180deg, transparent 0%, #9a63b8 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #menu .accordion .accordion-control {
    width: 46%;
    font-size: 2.0vw;
    line-height: 2.2vw;
    letter-spacing: 0;
    padding: 3.7vw 4.1vw 3.6vw 0;
  }
  #menu .accordion .accordion-control small {
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-top: 1.3vw;
  }
  #menu .accordion .accordion-control:after {
    width: 3.7vw;
    height: 3.7vw;
    top: 4.3vw;
  }
  #menu .accordion .accordion-panel .img {
    height: 62.2vw;
  }
  #menu .accordion .accordion-panel .row-txt {
    padding: 5.1vw 2.0vw 5.3vw;
  }
  #menu .accordion .accordion-panel .row-txt .ttl {
    font-size: 2.9vw;
    margin-bottom: 1.5vw;
  }
  #menu .link4 .accordion-panel .ttl {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 20px 0 60px;
  }
  #menu .accordion {
    border-bottom: 1px solid;
    padding: 5vw 0;
  }
  #menu .accordion .accordion-control {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 4.3vw;
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 5vw 0;
    position: relative;
  }
  #menu .accordion .accordion-control:after {
    content: '';
    width: 2.1vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #menu .accordion .accordion-control small {
    display: block;
    font-size: 2.7vw;
    line-height: 1.4;
    letter-spacing: 0.25em;
    font-weight: 700;
    margin-top: 3.5vw;
  }
  #menu .accordion .accordion-control .link-pc {
    display: none;
  }
  #menu .accordion .accordion-panel {
    padding: 0vw 0 8vw;
    display: none;
  }
  #menu .accordion .accordion-panel .txt {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 5vw;
  }
  #menu .accordion .accordion-panel .img {
    margin-bottom: 5.9vw;
  }
  #menu .accordion .accordion-panel .more {
    width: 131px;
    height: 42px;
    margin-left: auto;
  }
  #menu .accordion .accordion-panel .more a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-left: 23px;
    border-radius: 25px;
    border: 1px solid;
    position: relative;
  }
  #menu .accordion .accordion-panel .more a:after {
    content: '';
    width: 9px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
  }
  #menu .accordion.open .accordion-control:after {
    transform: rotate(180deg);
  }
  #menu .link1 {
    color: #4345C0;
  }
  #menu .link1 .accordion-control:after {
    background-image: url("../img/top/menu_icon1.png");
  }
  #menu .link1 .accordion-panel .more a {
    color: #4345C0;
  }
  #menu .link1 .accordion-panel .more a:after {
    background-image: url("../img/top/menu_right1.png");
  }
  #menu .link2 {
    color: #4DC5AB;
  }
  #menu .link2 .accordion-control:after {
    background-image: url("../img/top/menu_icon2.png");
  }
  #menu .link2 .accordion-panel .more a {
    color: #4DC5AB;
  }
  #menu .link2 .accordion-panel .more a:after {
    background-image: url("../img/top/menu_right2.png");
  }
  #menu .link3 {
    color: #E5AF10;
  }
  #menu .link3 .accordion-control:after {
    background-image: url("../img/top/menu_icon3.png");
  }
  #menu .link3 .accordion-panel .more a {
    color: #E5AF10;
  }
  #menu .link3 .accordion-panel .more a:after {
    background-image: url("../img/top/menu_right3.png");
  }
  #menu .link4 {
    color: #FF6565;
  }
  #menu .link4 .accordion-control:after {
    background-image: url("../img/top/menu_icon4.png");
  }
  #menu .link4 .accordion-panel .more a {
    color: #FF6565;
  }
  #menu .link4 .accordion-panel .more a:after {
    background-image: url("../img/top/menu_right4.png");
  }
  #menu .link5 {
    color: #9735CC;
  }
  #menu .link5 .accordion-control:after {
    background-image: url("../img/top/menu_icon5.png");
  }
  #menu .link5 .accordion-panel .more a {
    color: #9735CC;
  }
  #menu .link5 .accordion-panel .more a:after {
    background-image: url("../img/top/menu_right5.png");
  }
}

#about {
  padding-bottom: 178px;
  position: relative;
  z-index: 0;
  color: #fff;
}

#about:before {
  content: '';
  width: calc(50% + 540px);
  background-image: url("../img/top/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 31px;
  bottom: 118px;
  z-index: -1;
}

#about:after {
  content: '';
  background: url("../img/top/pattern.jpg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 183px;
  z-index: -2;
}

#about .container {
  display: flex;
}

#about .container:after {
  display: none;
}

#about .col-left {
  max-width: 390px;
  margin-top: 110px;
}

#about .col-left h2 {
  font-size: 32px;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: left;
}

#about .col-left h2 small {
  margin-bottom: 15px;
}

#about .col-left .txt {
  margin-bottom: 54px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
}

#about .col-left .btn-common a {
  color: #fff;
}

#about .col-left .btn-common a:after {
  filter: brightness(0) invert(1);
}

#about .col-right {
  max-width: 527px;
  margin-left: 68px;
  position: relative;
  z-index: 0;
}

#about .col-right:after {
  content: '';
  background-image: url("../img/top/about_deco.png");
  background-repeat: no-repeat;
  background-size: 437px;
  background-position: center top;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

#about .col-right .ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
}

#about .col-right ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -62px;
}

#about .col-right ul li {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 62px;
}

#about .col-right ul li:before {
  content: '';
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

#about .col-right ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 0;
}
#about .col-right ul li a small{
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25em;
  margin-top: 10px;
}
#about .col-right ul li a span{
  transition: 0.3s all ease;
  display: block;
}
#about .col-right ul li a .on{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
#about .col-right ul li a:hover .on{
  opacity: 1;
}
#about .col-right ul li a:hover .off{
  opacity: 0;
}
#about .col-right ul li a:before {
  content: '';
  background-image: url("../img/top/about_btn_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s all ease;
}

#about .col-right ul li a:after {
  content: '';
  height: 28px;
  background-image: url("../img/top/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
}
#about .col-right ul li a:hover:before {
  opacity: 0;
}

#about .col-right ul .btn1 {
  margin: 0 150px 73px;
}

#about .col-right ul .btn1 a {
  background-image: url("../img/top/about_btn_bg1.png");
}

#about .col-right ul .btn2 a {
  background-image: url("../img/top/about_btn_bg2.png");
}

#about .col-right ul .btn3 a {
  background-image: url("../img/top/about_btn_bg3.png");
}

@media screen and (min-width: 1366px) {
  #about:before {
    width: calc(100% - 143px);
  }
}

@media screen and (max-width: 1080px) {
  #about .col-right {
    margin-left: 0;
  }
}

@media screen and (max-width: 980px) {
  #about .col-left {
    max-width: 300px;
  }
  #about .col-left h2 {
    margin-bottom: 18px;
  }
  #about .col-left .txt {
    margin-bottom: 34px;
  }
  #about .col-right {
    margin-left: 10px;
  }
  #about .col-right:after {
    background-size: 397px;
  }
  #about .col-right .ttl {
    top: 51%;
  }
  #about .col-right ul li {
    width: 180px;
    height: 180px;
    margin: 0 20px;
  }
  #about .col-right ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 32px 0 71px;
  }
  #about:before {
    width: calc(100% - 17px);
    background-image: url("../img/top/about_bg_sp.jpg");
    top: 0px;
    bottom: 40px;
  }
  #about:after {
    top: 123px;
  }
  #about .container {
    display: block;
  }
  #about .col-left {
    max-width: none;
    margin: 0 0 29px;
    padding-right: 12px;
  }
  #about .col-left h2 {
    font-size: 25px;
    line-height: 1.52;
    margin-bottom: 15px;
  }
  #about .col-left h2 small {
    line-height: 28px;
    margin-bottom: 3px;
  }
  #about .col-left .txt {
    margin-bottom: 26px;
    line-height: 32px;
  }
  #about .col-left .btn-common {
    max-width: 300px;
  }
  #about .col-right {
    max-width: none;
    width: 282px;
    margin: 0 auto;
  }
  #about .col-right:after {
    background-image: url("../img/top/about_deco_sp.png");
    background-size: 234px;
    top: 30px;
  }
  #about .col-right .ttl {
    font-size: 18px;
    top: 58%;
  }
  #about .col-right ul {
    margin: 0 -34px;
  }
  #about .col-right ul li {
    width: 107px;
    height: 107px;
    margin: 0 34px;
  }
  #about .col-right ul li:before {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
  #about .col-right ul li a {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
  }
  #about .col-right ul li a:after {
    height: 15px;
    background-size: 15px;
    bottom: 7px;
  }
  #about .col-right ul li a small {
    display: block;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: 0.15em;
    margin-top: 5px;
  }
  #about .col-right ul .btn1 {
    margin: 0 50px 40px;
  }
  #about .col-right ul li a .on{
    display: none;
  }
  #about .col-right ul li a:hover .off{
    opacity: 1;
  }
}

@media screen and (max-width: 370px) {
  #about .col-right ul li {
    margin: 0 28px;
  }
}

.infinite-slider li {
  width: 387px;
}

@media screen and (max-width: 767px) {
  .infinite-slider li {
    width: 58vw;
  }
}

#message {
  padding: 87px 0 104px;
  background: url("../img/top/pattern.jpg");
}

#message h2 {
  margin-bottom: 55px;
}

#message .row {
  display: flex;
  justify-content: space-between;
}

#message .col-right {
  order: 2;
  width: 366px;
  margin-left: 20px;
}

#message .col-right .img {
  margin-bottom: 35px;
}

#message .col-right .name {
  text-align: right;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 36px;
  position: relative;
}

#message .col-right .name:after {
  content: '';
  width: 88px;
  height: 6px;
  background-image: url("../img/top/message_deco.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#message .col-right .name small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}

#message .col-left {
  max-width: 630px;
}

#message .col-left .txt {
  line-height: 2;
  margin-bottom: 37px;
}

#message .col-left .box {
  background: #fff;
  display: flex;
  align-items: center;
}

#message .col-left .box dt {
  width: 155px;
  text-align: center;
  font-size: 20px;
}

#message .col-left .box dd {
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 33px 30px 33px 50px;
  border-left: 1px solid rgba(194, 194, 194, 0.5);
}

@media screen and (max-width: 1080px) {
  #message .col-left {
    width: 60%;
  }
  #message .col-right {
    width: 38%;
  }
}

@media screen and (max-width: 980px) {
  #message .col-left .txt {
    line-height: 1.6;
  }
  #message .col-left .box dt {
    width: 85px;
  }
  #message .col-left .box dd {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #message {
    padding: 45px 0 41px;
  }
  #message h2 {
    margin-bottom: 35px;
  }
  #message .row {
    display: block;
  }
  #message .col-left {
    max-width: none;
    width: 100%;
    margin: 0;
  }
  #message .col-left .txt {
    line-height: 2;
    margin-bottom: 29px;
  }
  #message .col-left .box {
    display: block;
  }
  #message .col-left .box dt {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    padding: 11px 15px 9px 28px;
    text-align: left;
  }
  #message .col-left .box dd {
    border-left: none;
    border-top: 1px solid rgba(194, 194, 194, 0.5);
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 15px 27px 28px;
  }
  #message .col-right {
    max-width: 237px;
    width: 100%;
    margin: 0 auto 14px;
  }
  #message .col-right .img {
    margin-bottom: 14px;
  }
  #message .col-right .name {
    font-size: 23px;
    line-height: 37px;
    letter-spacing: 0.15em;
    padding-bottom: 14px;
  }
  #message .col-right .name small {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 370px) {
  #message .col-left .box dt, #message .col-left .box dd {
    padding-left: 20px;
  }
}
