@charset "utf-8";
/*COMMON*/

body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background-image: url(/resource/images/bg.png);
  background-size: 31px;
  background-position: center top;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/* IE */

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
  }
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
}

ul {
  padding-inline-start: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.hover,
.hover07 {
  transition-duration: .3s;
  transition-property: opacity;
}

.hoverzoom .img img {
  transition-duration: .3s;
}

.f-opensans {
  font-family: 'Open Sans', sans-serif;
}

.small-reg,
.small-copy {
  font-family: Verdana, "Droid Sans", "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
}

/* header start */

#header h1 {

  width: 268px;

  position: relative;

  top: -1px;
}

#header .bg-wrap {
  width: 100%;
  height: 46.9vw;
  position: relative;
  overflow: hidden;
}

#header .bg {
  background-image: url(/resource/images/header_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 87.5vw;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#header .slide {
  position: absolute;
  top: 130px;
  right: -14px;
  z-index: 2;
  width: 53vw;
}

.slide {
  opacity: 0;
}

#header .slide .slick-slide {
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}

#header .slide .dot-body {
  position: absolute;
  top: 0;
  right: 25px;
  left: inherit;
  height: 100%;
}

#header .slide .slick-dots {
  position: relative;
  bottom: inherit;
  width: inherit;
  height: inherit;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

#header .slide .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#header .slide .slick-dots li.slick-active button:before {
  background-color: #006CB6;
}

#header .slide .slick-dots li button:before {
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  opacity: 1;
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -999px;
  position: relative;
}

#header .slide .slick-dots li {

  margin: 5px 0px;
}

#header .catch {

  position: absolute;

  z-index: 3;

  top: 222px;

  right: calc(52vw + 89px);

  width: 32vw;

  max-width: 520px;

  min-width: 506px;
}

#header .catch>div:nth-child(1) {

  font-weight: bold;

  font-size: 40px;

  line-height: 1.25;

  text-align: left;

  color: #fff;

  margin-bottom: 27px;
}

#header .catch>div:nth-child(2) {

  font-weight: bold;

  font-size: 16px;

  line-height: 2;

  text-align: left;

  color: #fff;

  margin-bottom: 11px;
}

#header .catch>div:nth-child(3) {

  font-weight: 500;

  font-size: 10px;

  font-size: 0.6vw;

  line-height: 1;

  text-align: left;

  color: #fff;

  margin-bottom: 52px;

  margin-bottom: 4vw;
}



#header .inner {}

#header .banner {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}

#header .banner::before {
  content: "";
  background-image: url(/resource/images/mv-banner_parts.png);
  background-size: 100%;
  width: 114px;
  height: 107px;
  position: absolute;
  top: -38px;
  left: 20px;
}

#header .banner span {
  display: inline-block;
  padding: 0 37px 0 153px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #006cb6;
  position: relative;
  line-height: 80px;
}

#header .banner span::before {
  content: "";
  background-image: url(/resource/images/arrow2.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -16px;
}

#header .banner span div {
  font-size: 17px;
  display: inline-block;
}

/*TOP*/
.anchor {
  position: absolute;
  z-index: 3;
  line-height: 1;
  bottom: 15px;
  left: -68px;
  padding-right: 72px;
  transform: rotate(90deg);
  transform-origin: right 0;
}

.anchor .arrow {
  position: absolute;
  top: 7px;
  right: 0;
  width: 59px;
  height: 2px;
  background-color: #fff;
}

.anchor .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #fff;
}

/* header end */


/*footer start*/
#footer {
  background-color: #505A5D;
}

#footer .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 27px 50px 50px;
}

#footer .ft1 {
  display: flex;
  margin: 0 0 66px;
  position: relative;
}

#footer h3 {
  width: 193px;
  min-width: 193px;
  margin: 53px 0 0;
  padding-left: 0;
}

#footer .ft-nav {
  width: 100%;
  margin: 3px 260px 0 105px;
  display: flex;
  flex-wrap: wrap;
}

#footer .ft-nav .block {
  max-width: 260px;
  width: calc(50% - 60px);
  margin: 53px 60px 0 0;
  position: relative;
}

#footer .ft-nav .block:nth-child(2n) {
  margin-right: 0;
}

#footer .ft-nav .block>div {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: relative;
  padding-bottom: 17px;
  border-bottom: solid 1px #858C8E;
  margin: 0 0 22px;
}

#footer .ft-nav .block>div::before {
  content: "";
  background-image: url(/resource/images/arrow3.png);
  background-size: 100%;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 4px;
  right: 0;
  display: none;
}

#footer .ft-nav .block ul {
  margin: 0;
  padding-inline-start: 0;
}

#footer .ft-nav .block ul li {
  margin-bottom: 7px;
}

#footer .ft-nav .block ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

#footer .ft-nav .block ul li a::before {
  content: "";
  background-image: url(/resource/images/arrow_sp.png);
  background-size: 100%;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
}

#footer .ft-nav .block>div.banner {
  margin: 0;
  position: absolute;
  left: 320px;
  top: -3px;
  border: none;
}

#footer .ft-nav .block>div.banner .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin: 0 0 16px;
}

#footer .ft-nav .block>div.banner a {
  display: block;
  width: 260px;
  margin: 0 0 15px;
  padding: 0;
}
#footer .ft-nav .block>div.banner a:nth-child(2) {
  margin-bottom: 26px;
}

#footer .ft-nav .block>div.banner span {
  display: block;
  width: 260px;
  margin: 0 0 37px;
  padding: 0;
}

#footer .ft-nav .block>div.banner a.link {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 17px;
}

@media screen and (max-width: 1315px) {
  #footer .ft-nav {}

  #footer .ft-nav .block {

    max-width: 230px;

    width: calc(50% - 30px);

    margin-right: 30px;

  }

  #footer .ft-nav .block>div.banner {

    left: 260px;
  }
}

#footer .ft2 {
  display: flex;
  justify-content: space-between;
}

#nav-wrap-over,
#nav-wrap-inner-over,
#overlay>.overlay-inner .ft1,
#overlay>.overlay-inner .ft2,
.nav-wrap-over {
  display: none;
}

#footer .policy {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-left: 0;
}

.copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  color: #fff;
  width: 100%;
}

.copyright div {}

.pageup {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: #006cb6;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  opacity: 0;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}

.pageup.in {
  opacity: 1;
}

.pageup .arrow {
  width: 10px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 24px;
}

/*footer end*/


/* nav start*/
#nav-wrap,
#nav-wrap-over {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 25px;
  display: flex;
}

#nav-wrap-inner,
#nav-wrap-inner-over {
  width: calc(100% - 100px);
  max-width: 1500px;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 14px 25px 13px 30px;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
}

#nav-wrap-over,
#nav-wrap-inner-over,
#overlay>.overlay-inner .ft1,
#overlay>.overlay-inner .ft2 {
  display: none;
}

#nav-wrap .right {
  display: flex;
  align-items: center;
}

#nav-wrap .btn {
  display: block;
  background-color: #90C616;
  border: solid 2px #90C616;
  color: #fff;
  border-radius: 50px;
  width: 200px;
  text-align: center;
  margin-left: 29px;
  padding: 15px 0 12px;
  line-height: 1;
}

#nav-wrap .btn span {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 11px;
}

#nav-wrap .btn span::after {
  content: "";
  background-image: url(/resource/images/ico_blank.png);
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: relative;
  left: 7px;
}

#nav #overlay>div>ul>li>a::before {
  content: "";
  background-image: url(/resource/images/arrow.png);
  background-size: 100%;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 7px;
  right: 0;
}

/* nav end*/

/* main start */
#main {
  overflow: hidden;
}

#main .inner {
  max-width: 1400px;
  margin: 0 auto;
}

#main h2 {
  font-weight: bold;
  font-size: 34px;
  color: #006cb6;
  line-height: 1;
}

/*pickup*/
#pickup {}

#pickup h2 {
  text-align: left;
}

#pickup .inner {
  padding: 86px 0 78px;
  max-width: inherit;
}

#pickup .ml-box {
  margin-left: calc(((100vw - 1500px)/2) + 150px);
}

.ml-box {
  margin-left: calc(((100vw - 1500px)/2) + 150px);
}

.gallery .btn {
  border: solid 2px #DCDCDC;
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  left: inherit;
  right: inherit;
  position: inherit;
  transition-duration: 0.2s;
}

.gallery .btn.slick-disabled {
  cursor: default;
  opacity: 0.3;
}

.p-gallery {}

.p-gallery .btn-body {
  display: flex;
  position: relative;
  top: -40px;
  width: 87.5vw;
  justify-content: flex-end;
  transform: inherit;
  text-align: left;
  transition: none;
}

.p-gallery .btn {
  margin-left: 10px;
}

.p-gallery .b-prev {}

.p-gallery .b-next {

  transform: scale(-1, 1);
}

.p-gallery .g-body {
  position: relative;
  top: -20px;
}

.p-gallery .g-body .g-child {

  width: 320px;

  min-width: 320px;

  margin-right: 35px;
}

.p-gallery .g-body .g-child .img {

  border-radius: 10px;

  overflow: hidden;
}

.p-gallery .g-body .g-child .text {

  font-weight: bold;

  font-size: 16px;

  line-height: 24px;

  text-align: left;

  color: #000;

  margin-top: 19px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-pickup {
  overflow: hidden;
}

.swiper-pickup .swiper-container {
  left: 0;
}

/*ABOUT*/
#about {
  position: relative;
}

#about .inner {
  max-width: inherit;
  position: relative;
  padding: 81px 0 56px;
  display: flex;
}

#about .inner .btn {
  display: none;
}

#about .bg {
  background: rgb(76, 189, 223);
  background: linear-gradient(90deg, rgba(76, 189, 223, 1) 0%, rgba(68, 156, 202, 1) 100%);
  width: 87.5vw;
  height: calc(100% - 56px);
  position: absolute;
  z-index: 1;
}

#about .catch {
  position: relative;
  z-index: 3;
  max-width: 390px;
}

#about .catch div:nth-child(1) {}

#about .catch div:nth-child(1) span {
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
  text-align: left;
  color: #fff;
}

#about .catch div:nth-child(1) span div {
  font-size: 26px;
  display: inline-block;
}

#about .catch div:nth-child(2) {
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  color: #fff;
  margin: 10px 0 0;
}

#about .catch .img {
  margin: 23px 0 0 0px;
}

.a-gallery {
  position: absolute;
  width: calc(50vw + 82px);
  z-index: 3;
  bottom: 0px;
  right: 0;
  background-color: #fff;
  border-radius: 50px 0 0 0;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  padding: 70px 0 23px 0;
}

.a-gallery .btn-body {
  display: flex;
  max-width: 1200px;
  position: absolute;
  left: -40px;
  bottom: 137px;
  width: 50px;
  height: 110px;
}

.a-gallery .btn {
  border: solid 2px #fff;
  background-color: transparent;
}

.a-gallery .b-prev {
  top: 0;
}

.a-gallery .b-next {

  transform: scale(-1, 1);

  bottom: 0;

  /* right: 0; */
}

.a-gallery .g-body {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  top: -19px;
  left: 70px;
  margin-bottom: 0;
}

.a-gallery .g-body .g-child {

  max-width: 374px;

  min-width: 374px;

  margin-right: 50px;
}

.a-gallery .g-body .g-child .img {

  overflow: hidden;
}

.a-gallery .g-body .g-child .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  color: #006cb6;
  position: relative;
  z-index: 3;
  top: 15px;
  left: 30px;
}

.a-gallery .g-body .g-child .text1 {

  font-weight: bold;

  font-size: 18px;

  line-height: 1.5;

  text-align: left;

  color: #000;

  margin-top: 28px;
}

.a-gallery .g-body .g-child .text2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-top: 5px;
}

.a-gallery .g-body .g-child .text3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  color: #000;
}

.a-gallery .border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #DCDCDC;
}

.slider-thumbnail {
  opacity: 0;
}

.a-gallery .swiper-button-next svg path,
.a-gallery .swiper-button-prev svg path {
  fill: #fff;
}

#about .slick-dots {
  bottom: 2px;
  display: flex !important;
  flex-direction: row;
  position: relative;
}

#about .slick-dots li {
  background-color: transparent;
  height: 2px;
  width: 50%;
  position: inherit;
  bottom: -2px;
  left: 0;
  margin: 0;
  display: block;
  cursor: default;
  transition-duration: .2s;
}

#about .slick-dots li.slick-active,
#about .slick-dots li.swiper-slide-thumb-active {
  background-color: #006CB6;

}

#about .slick-dots li button {
  display: none;
}



/*LINK*/
#link1 {
  padding: 103px 0 0;
}

#link2 {
  padding: 104px 0 0;
}

#link3 {
  padding: 104px 0 149px;
}

#link4 {
  padding: 104px 0 0;
}

#main .link .inner {
  max-width: 1300px;
  padding: 0 40px 0 60px;
}

h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 24px;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 17px;
}

.link h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 25px;
  border-radius: 3px;
  background: #006cb6;
}

.link .link-wrap {
  margin-top: 40px;
  display: flex;
}

.link .link-wrap .link-child {
  width: 350px;
  display: block;
  margin-right: 75px;
}

.link .link-wrap .link-child:nth-child(3n) {
  margin-right: 0;
}

.link .link-wrap .link-child .img {
  min-width: 270px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

#link4 .link-wrap .link-child .img {
  width: 270px;
}

.link .link-wrap .link-child .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin-top: 23px;
  display: inline-block;
}

.link .link-wrap .link-child .title.blank {
  padding-right: 23px;
  position: relative;
}

.link .link-wrap .link-child .title.blank:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(/resource/images/ico_blank2.png);
  background-size: 100%;
}

.link .link-wrap .link-child .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin-top: 7px;
}

.link .link-wrap .link-child .more {
  color: #006CB6;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}

#link3 .link-wrap .link-child,
#link4 .link-wrap .link-child {
  width: 575px;
  display: flex;
}

#link3 .link-wrap .link-child .right,
#link4 .link-wrap .link-child .right {
  margin-left: 35px;
}

#link3 .link-wrap .link-child .title,
#link4 .link-wrap .link-child .title {
  margin-top: 15px;
  font-size: 18px;
}

/*column*/
#column {
  width: 100%;
  height: 400px;
  background-image: url(/resource/images/column_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  margin-top: 98px;
  display: flex;
  align-items: center;
}

#column .inner {
  display: flex;
  width: 900px;
  padding: 0;
}

#column .img {
  width: 370px;
  border-radius: 10px;
  overflow: hidden;
}

#column .title {
  position: relative;
  padding-left: 80px;
  display: flex;
  width: calc(100% - 370px);
  flex-direction: column;
  justify-content: center;
}

#column .title span {

  font-weight: bold;

  font-size: 25px;

  line-height: 1;

  text-align: left;

  color: #fff;

  padding-left: 11px;

  position: relative;
}

#column .title span::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 6px;
  height: 25px;
  border-radius: 3px;
  background: #006cb6;
}

#column .title div {

  font-weight: 500;

  font-size: 16px;

  line-height: 1;

  text-align: left;

  color: #fff;

  padding-top: 16px;
}

/*NEWS*/
#news {
  padding: 77px 0 100px;
  background-color: #fff;
}

#news .inner {
  max-width: 900px;
}

#news h2 {
  text-align: center;
}

#news ul {
  margin-top: 56px;
}

#news ul li {
  border-bottom: solid 1px #DCDCDC;
}

#news ul li:first-child {
  border-top: solid 1px #DCDCDC;
}

#news ul li .link {
  display: flex;
  position: relative;
  padding: 28px 10px 27px;
}

#news ul li .link .data {
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #afabab;
}

#news ul li .link .right {
  margin-left: 30px;
}

#news ul li .link .right .category {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #006cb6;
}

#news ul li .link .right .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

#news ul li .link .right .category+.title {
  margin-top: 5px;
}

#news ul li .link .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  width: 9px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M.439%2C15.532a1.68%2C1.68%2C0%2C0%2C1%2C0-2.264L5.379%2C8%2C.439%2C2.732a1.68%2C1.68%2C0%2C0%2C1%2C0-2.264%2C1.438%2C1.438%2C0%2C0%2C1%2C2.122%2C0l6%2C6.4a1.676%2C1.676%2C0%2C0%2C1%2C0%2C2.262l-6%2C6.4a1.437%2C1.437%2C0%2C0%2C1-2.122%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23006cb6%22%20%2F%3E%20%3C%2Fsvg%3E')
}

#news ul li span.link:hover {
  opacity: 1;
}

#news ul li span.link .arrow {
  display: none;
}

#news .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

#news .more {
  border: solid 2px #DCDCDC;
  background-color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #006cb6;
  width: 140px;
  padding: 11px 0;
  transition-duration: .2s;
}


/* main end */







@media screen and (min-width: 1201px) {

  /* nav start */

  #header.is-fixed #nav {
    left: 330px;
  }

  #overlay-input,
  #overlay-button {
    display: none;
  }

  #nav #overlay>div>ul {
    padding-inline-start: 0;
    margin-left: 0;
    display: flex;
  }

  #nav #overlay>div>ul>li {
    display: block;
    margin-right: 20px;
  }

  #nav #overlay>div>ul>li>a {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    color: #000;
    position: relative;
    padding-right: 14px;
  }

  #nav .hover-nav {
    position: absolute;
  }

  #overlay>div>.btn {
    display: none;
  }

  #nav .hover-nav>ul {
    position: relative;
    border-radius: 7px;
    background: #fff;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 30%);
    padding: 6px 20px 6px 18px;
  }

  #nav .hover-nav>ul>li {
    border-top: solid 1px #DCDCDC;
  }

  #nav .hover-nav>ul>li:first-child {
    border-top: none;
  }

  #nav .hover-nav>ul>li a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20.1px;
    text-align: left;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 12px 0 10px 12px;
    display: inline-block;
    position: relative;
    transition-duration: .3s;
  }

  #nav .hover-nav>ul>li a.blank {
    padding-right: 23px;
  }

  #nav .hover-nav>ul>li a.blank::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(/resource/images/ico_blank2.png);
    background-size: 100%;
  }

  #nav .hover-nav>ul>li a:before {
    content: "";
    background-image: url(/resource/images/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 19px;
    left: 0;
    transform: rotate(-90deg);
  }



  /* nav end */

  /* top nav start */
  .top #nav {}

  .top #nav #overlay>div>ul>li {
    margin-right: 0;
    margin-left: 19px;
  }

  .top #nav #overlay>div>ul>li:first-child {
    margin-left: 0;
  }


  #nav .hover-nav {
    padding-top: 85px;
    top: 0;
    height: 0;
    overflow: hidden;
    width: 290px;
  }

  #nav .hover-nav.active,
  #nav .hover-nav.active2 {
    height: inherit;
    overflow: inherit;
  }

  #nav .hover-nav ul {
    transition-duration: .2s;
    opacity: 0;
    top: -5px;
  }

  #nav .hover-nav.active ul {
    padding: 6px 20px 6px 18px;
    opacity: 1;
    top: 0;
  }

  /* top nav end */





  /* hover start*/

  .hover:hover {
    opacity: 0.5;
  }

  .hover07:hover {
    opacity: 0.7;
  }


  .hoverzoom:hover .img img {

    transform: scale(1.1);
  }

  .p-gallery .swiper-button-next:hover,
  .p-gallery .swiper-button-prev:hover {
    background-color: #006CB6;
    border: solid 2px #006CB6;
  }

  .p-gallery .swiper-button-next:hover svg path,
  .p-gallery .swiper-button-prev:hover svg path {
    fill: #fff;
  }

  .a-gallery .swiper-button-next:hover,
  .a-gallery .swiper-button-prev:hover {
    background-color: #fff;
    border: solid 2px #fff;
  }

  .a-gallery .swiper-button-next.slick-disabled:hover,
  .a-gallery .swiper-button-prev.slick-disabled:hover {
    background-color: transparent;
    border: solid 2px #FFF;
  }

  .a-gallery .swiper-button-next:hover svg path,
  .a-gallery .swiper-button-prev:hover svg path {
    fill: #006CB6;
  }

  .a-gallery .swiper-button-next.slick-disabled:hover svg path,
  .a-gallery .swiper-button-prev.slick-disabled:hover svg path {
    fill: #fff;
  }

  #overlay-button:hover span,
  #overlay-button:hover span:before,
  #overlay-button:hover span:after {
    background: #fff;
  }

  #news .more:hover {

    color: #fff;

    border: solid 2px #006CB6;

    background-color: #006CB6;
  }

  #nav .hover-nav>ul>li a:hover {
    color: #006CB6;
    transition-duration: .3s;
  }

  #nav .hover-nav>ul>li a:hover {
    color: #006CB6;
  }

  #nav-wrap .btn:hover span::after {
    background-image: url(/resource/images/ico_blank_hover.png);
  }

  #nav #overlay>div>ul>li:hover>a {
    color: #006CB6;
    transition-duration: .3s;
  }


  #nav-wrap-over,
  #nav-wrap-inner-over,
  #overlay>.overlay-inner .ft1,
  #overlay>.overlay-inner .ft2 {
    display: none;
  }

  #nav-wrap-over,
  #nav-wrap-inner-over {
    display: none;
  }

  /* hover end*/

}

@media screen and (max-width: 1490px) {
  #header .bg-wrap {

    height: 50vw;
  }

  #header .catch {
    top: 130px;
    right: inherit;
    left: 140px;
    width: 32vw;
    min-width: 406px;
  }
}

@media screen and (max-width: 1450px) {
  #nav #overlay>div>ul>li>a {
    font-size: 0.9vw;
    padding-right: 1vw;
  }

  #nav #overlay>div>ul>li>a::before {
    top: 4px;
  }

  #header h1 {

    width: 200px;

  }

  #pickup .ml-box {
    margin-left: 50px;
  }

  #about .ml-box {
    margin-left: 50px;
  }

}

@media screen and (max-width: 1200px) {

  .inner {
    padding: 0 25px;
  }

  #main {
    padding-bottom: 60px;
  }

  .lv1 #main {
    margin: 38px 0 0;
  }

  .lv2 #main {
    margin: 38px 0 0;
  }

  body.active {
    height: 100vh;
    overflow: hidden;
  }

  #header h1 {

    width: 200px;

  }

  /* nav start */
  .sp.tb {
    display: block !important;
  }

  @keyframes bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }

  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }

  #overlay-button {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    z-index: 9999;
    cursor: pointer;
    user-select: none;
    width: 35px;
    height: 25px;
    padding: 5px;
  }

  #overlay-button span {
    top: 7px;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #006CB6;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }

  #overlay-button span:before,
  #overlay-button span:after {
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #006CB6;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
  }

  #overlay-button span:before {
    top: -7px;
    visibility: visible;
  }

  #overlay-button span:after {
    width: 15px;
    top: 7px;
  }

  input[type=checkbox] {
    display: none;

  }

  input[type=checkbox]:checked~#overlay {
    visibility: visible;
    opacity: 1;
    background: #3493C8;
  }

  input[type=checkbox]:checked~#overlay .overlay-inner {
    opacity: 1;
  }

  input[type=checkbox]:checked~#overlay-button:hover span,
  input[type=checkbox]:checked~#overlay-button span {
    background: transparent;
    position: relative;
  }

  input[type=checkbox]:checked~#overlay-button span {}

  input[type=checkbox]:checked~#overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    top: -10px;
  }

  input[type=checkbox]:checked~#overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
    top: 12px;
    top: 10px;
    width: 25px;
  }

  #overlay {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9998;
    visibility: hidden;
    position: fixed;
    /* transition-property: opacity; */
    transition-duration: 0.3s;
    opacity: 0;
  }

  #overlay.active {}

  #overlay>div>ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 90px;
    padding-left: 0;
    list-style-type: none;
    padding: 0 30px 40px;
  }

  #overlay>div>ul>li {
    padding: 0;
    display: block;
    margin: 0 0px 0px 0px;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }

  #overlay>div>ul>li::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #overlay>div>ul>li:first-child::before {}

  #overlay>div>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  #overlay>div>.btn {
    display: block;
    margin: 0 auto 25vh;
    width: 260px;
    padding: 18px 0 17px;
  }
  #overlay>div>.btn:hover {

  }

  #overlay>div>.btn:hover span {
    color: #fff;
}

  .overlay-inner {
    overflow-y: scroll;
    height: 100%;
    opacity: 0;
  }

  #overlay>.overlay-inner .ft1,
  #overlay>.overlay-inner .ft2 {
    padding: 0 30px;
  }

  #overlay>.overlay-inner .ft1 {
    margin-top: 45px;
    margin-bottom: 38px;
    display: block;
  }

  #overlay>.overlay-inner .ft2 {
    text-align: center;
    padding-bottom: 50px;
    display: block;
  }

  #overlay .contact .title {
    margin: 0 0 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 0 16px;
  }

  #overlay>.overlay-inner .policy {
    color: #fff;
    display: inline-block;
  }

  #overlay .contact a {
    display: block;
    height: 55px;
    line-height: 55px;
    margin: 0 30px;
    font-size: 16px;
    color: #006CB6;
    background-color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
  }

  .top #header .anchor {
    display: none;
  }

  #nav-wrap .btn {
    display: none;
  }


  #nav #overlay>div>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    padding: 19px 5px;
    display: block;
    color: #fff;
    position: relative;
  }

  #nav #overlay>div>ul>li>a::before,
  #nav #overlay>div>ul>li>a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: 100%;
  }

  #nav #overlay>div>ul>li>a::after {
    background-image: url(/resource/images/icon_toggle1.png);
  }

  #nav #overlay>div>ul>li>a.active::after {
    background-image: url(/resource/images/icon_toggle2.png);
  }

  #nav #overlay>div>ul>li:nth-child(1)>a::after {
    display: none;
  }

  #nav #overlay>div>ul>li>a::before {
    width: 10px;
    height: 2px;
    right: 0;
  }

  #nav #overlay>div>ul>li>a::before {
    top: 4px;
  }

  #nav #overlay .hover-nav {

    position: relative;

    display: none;

    transition-duration: 0.2s;

    transition-timing-function: ease;

    padding-top: 0;

  }

  #nav #overlay .hover-nav.active {}

  #nav #overlay .hover-nav::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    top: 0;
  }

  #nav #overlay .hover-nav ul {
    padding: 10px 0 19px;
  }

  #nav #overlay .hover-nav ul li {
    padding: 0 0 0px 21px;
  }

  #nav #overlay .hover-nav ul li a {
    position: relative;
    font-size: 14px;
    padding: 9px 0;
    display: block;
    color: #fff;
  }

  #nav .hover-nav>ul>li a:before {
    content: "";
    background-image: url(/resource/images/arrow_sp.png);
    background-size: 100%;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 15px;
    left: -10px;
  }

  #nav #overlay .hover-nav ul li a.blank {
    padding-right: 23px;
    display: inline-block;
  }

  #nav #overlay .hover-nav ul li a.blank:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(/resource/images/ico_blank.png);
    background-size: 100%;
  }

  /* nav end */

  /* header start */

  #header h1 {
    width: 194px;
    top: 0;
  }

  #header .bg-wrap {
    height: 100%;
  }

  #header .bg {
    width: 100%;
    background-image: url(/resource/images/header_bg_sp.jpg);
  }

  #header .slide {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 92px 30px 0;
    right: 0;
  }

  #header .slide .slick-slide {
    border-radius: 30px;
  }

  #header .slide .dot-body {
    top: -29px;
    bottom: inherit;
    right: inherit;
    left: 0;
    position: relative;
    height: 20px;
  }

  #header .slide .slick-dots {
    display: flex;
    flex-direction: row;
  }

  #header .slide .slick-dotted.slick-slider {}

  #header .slide .slick-dots li.slick-active button:before {}

  #header .slide .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }

  #header .slide .slick-dots li {
    width: 24px;
  }

  #header .slide .swiper-pagination-bullet {}

  #header .slide .swiper-pagination-bullet-active {}

  #header .catch {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: inherit;
    max-width: inherit;
    margin: 1px 0 0px;
    padding: 0 5px 37px;
    text-align: left;
    min-width: inherit;
  }

  #header .catch>div:nth-child(1) {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  #header .catch>div:nth-child(2) {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 1.75;
  }

  #header .catch>div:nth-child(3) {
    transform-origin: left;
    transform: scaleX(0.92);
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 31px;
  }

  #header .banner {
    width: inherit;
    height: 70px;
    max-width: 400px;
    margin: 0 auto;
  }

  #header .banner::before {
    width: 74px;
    height: 67px;
    background-repeat: no-repeat;
    top: inherit;
    left: 17px;
    bottom: 10px;
  }

  #header .banner span {
    padding: 0 0 0 35px;
    font-size: 19px;
    line-height: 74px;
    display: block;
    text-align: center;
  }

  #header .banner span::before {
    width: 23px;
    height: 23px;
    right: 17px;
    background-repeat: no-repeat;
    margin-top: -13px;
  }

  #header .banner span div {
    font-size: 15px;
  }

  /*TOP*/
  .anchor {}

  .anchor .arrow {}

  .anchor .text {}

  /* header end */


  /*footer start*/
  #footer {}

  #footer .inner {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
  }

  #footer .ft1 {
    display: flex;
    flex-direction: column;
    padding: 40px 0 0;
    margin: 0 0 0;
  }

  #footer h3 {
    order: 2;
    margin-top: 0px;
    padding-left: 0;
    padding-bottom: 24px;
    width: 165px;
    min-width: 165px;
  }

  #footer .ft-nav {
    order: 2;
    margin: 0;
    width: 100%;
  }

  #footer .ft-nav .block {}

  #footer .ft-nav .block:nth-child(2n) {}

  #footer .ft-nav .block>div {
    display: none;
  }

  #footer .ft-nav .block>div::before {}

  #footer .ft-nav .block ul {
    display: none;
  }

  #footer .ft-nav .block ul li {}

  #footer .ft-nav .block ul li a {}

  #footer .ft-nav .block>div.banner {
    display: flex;
    order: 1;
    position: relative;
    bottom: inherit;
    left: inherit;
    top: 0;
    border-top: solid 1px #858C8E;
    flex-direction: column;
    padding-bottom: 0;
  }

  #footer .ft-nav .block>div.banner .title {
    text-align: center;
    font-size: 16px;
    margin: 0 0 21px;
  }

  #footer .ft-nav .block>div.banner a {
    width: 100%;
    font-size: 18px;
    order: 3;
    margin-top: 36px;
    margin-bottom: 0;
  }
  #footer .ft-nav .block>div.banner a:nth-child(1) {
    background-color: #fff;
    text-align: center;
    margin-bottom: -17px;
  }

  #footer .ft-nav .block>div.banner a:nth-child(1) img {
    display: inline-block;
    width: 315px;
  }

  #footer .ft-nav .block>div.banner a:nth-child(2) {
    background-color: #fff;
    text-align: center;
    margin-bottom: -1px;
  }

  #footer .ft-nav .block>div.banner a:nth-child(2) img {
    display: inline-block;
    width: 260px;
  }

  #footer .ft-nav .block>div.banner span {
    width: 100%;
    font-size: 18px;
    order: 3;
    margin-top: 36px;
    margin-bottom: 0;
  }

  #footer .ft-nav .block>div.banner a.link {
    order: 1;
    border-bottom: solid 1px #858C8E;
    margin-bottom: 0;
    padding: 21px 0 23px;
  }

  #footer .ft2 {
    display: flex;
    flex-direction: column;
    margin: 14px 0 40px;
  }

  #footer .policy {
    font-size: 14px;
    padding-left: 0;
  }

  .copyright {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .copyright div {}

  .pageup {}

  .pageup.in {}

  .pageup .arrow {}

  #footer .ft-nav .block {
    width: inherit;
    margin: 0;
    max-width: inherit;
  }

  /*footer end*/


  /* nav start*/
  #nav-wrap {
    top: 15px;
  }

  #nav-wrap-over {
    top: 15px;
    display: block;
  }

  #nav-wrap-inner {
    width: calc(100% - 40px);
    padding: 10px 14px;
  }

  #nav-wrap-inner-over {
    width: calc(100% - 40px);
    padding: 10px 14px;
    display: block;
  }

  #nav-wrap .right {}

  #nav-wrap .btn {}

  #nav-wrap .btn span {}

  #nav-wrap .btn span::after {}

  #nav #overlay>div>ul>li>a::before {
    display: none;
  }

  /* nav end*/


  /* main start */
  #main {}

  #main .inner {}

  #main h2 {}

  /*pickup*/
  #pickup {}

  #pickup h2 {
    text-align: center;
  }

  #pickup .inner {
    padding: 66px 0px 0;
    margin-left: 0;
  }

  .ml-box {
    margin-left: 0;
  }

  #about .ml-box {
    margin-left: 0;
  }

  #pickup .ml-box {
    margin-left: 0;
  }

  .gallery .btn {}

  .p-gallery {
    margin-left: 20px;
  }

  .p-gallery .btn-body {
    display: none;
    top: 0;
    width: inherit;
  }

  .p-gallery .btn {}

  .p-gallery .b-prev {}

  .p-gallery .b-next {}

  .p-gallery .g-body {
    top: 0;
    margin-top: 35px;
  }

  .p-gallery .g-body .g-child {
    width: calc(72.5vw - 20px);
    min-width: inherit;
    margin-right: 20px;
  }

  .p-gallery .g-body .g-child .img {}

  .p-gallery .g-body .g-child .text {
    margin-top: 20px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {}

  .swiper-pickup {}

  .swiper-pickup .swiper-container {}

  .p-gallery .slick-list {
    padding: 0 0 0 20px !important;
  }


  /*ABOUT*/
  #about {
    margin-top: 57px;
    padding-left: 20px;
  }

  #about .inner {
    padding: 54px 0 41px;
    display: flex;
    flex-direction: column;
  }

  #about .inner .btn-wrap {
    margin: 23px auto 0;
    max-width: 330px;
    width: 100%;
    padding-right: 20px;
  }
  #about .inner .btn {
    display: block;
    background-color: #90C616;
    border: solid 2px #90C616;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 17px 0 18px;
    line-height: 1;
    position: relative;
    z-index: 10;
  }

  #about .inner .btn span {
    position: relative;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
  }

  #about .inner .btn span::after {
    content: "";
    background-image: url(/resource/images/ico_blank.png);
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: relative;
    left: 7px;
  }

  #about .bg {
    width: 100%;
    height: calc(100% - 192px);
    left: 0;
  }

  #about .catch {
    padding: 0 30px 0 10px;
    margin-left: 0;
    max-width: inherit;
  }

  #about .catch div:nth-child(1) {
    margin: 0 0 25px;
  }

  #about .catch div:nth-child(1) span {
    font-size: 34px;
    line-height: 1.25;
    display: block;
    position: relative;
    padding: 18px 0 18px 120px;
  }

  #about .catch div:nth-child(1) span::before {
    content: "";
    background-image: url(/resource/images/about_ill_sp.png);
    background-size: 100%;
    width: 90px;
    height: 100px;
    position: absolute;
    top: -14px;
    left: 0;
  }

  #about .catch div:nth-child(1) span div {
    font-size: 22px;
  }

  #about .catch div:nth-child(2) {
    margin: 0;
  }

  #about .catch .img {
    display: none;
  }

  .a-gallery {
    position: relative;
    width: 100%;
    margin: 0 0 0 0px;
    border-radius: 25px 0 0 0;
    padding: 20px 0 40px 0px;
    overflow: hidden;
  }

  .a-gallery .btn-body {
    /* display: none; */
    opacity: 0;
  }

  .a-gallery .btn {}

  .a-gallery .b-prev {}

  .a-gallery .b-next {}

  .a-gallery .g-body {
    top: 0;
    left: 0;
    padding: 0 0 13px 30px;
  }

  .a-gallery .g-body .g-child {
    margin-right: 30px;
  }

  .a-gallery .g-body .g-child .img {}

  .a-gallery .g-body .g-child .title {
    font-size: 25px;
    left: 22px;
  }

  .a-gallery .g-body .g-child .text1 {
    line-height: 1.5;
    margin-top: 21px;
  }

  .a-gallery .g-body .g-child .text2 {
    margin-top: 5px;
  }

  .a-gallery .g-body .g-child .text3 {}

  .a-gallery .border {
    bottom: 30px;
    width: calc(100vw - 80px);
    left: 30px;
  }

  .a-gallery .border span {
    width: 30vw;
  }

  .slider-thumbnail {
    opacity: 1;
  }

  .a-gallery .swiper-button-next svg path,
  .a-gallery .swiper-button-prev svg path {}

  .a-gallery .swiper-container {
    margin-right: 30px;
  }

  #about .slick-dots {
    bottom: 0px;
  }

  #about .slick-dots li {
    bottom: 0;
  }

  #about .slick-dots li.slick-active,
  #about .slick-dots li.swiper-slide-active {}


  #about .slick-dots li button {}

  #about .slick-dots li.slick-active button:before {}

  /*LINK*/
  #link1 {
    padding: 53px 0 0;
  }

  #link2 {
    padding: 59px 0 0;
  }

  #link3 {
    padding: 61px 0 30px;
  }
  
  #link4 {
    padding: 61px 0 0;
  }

  #main .link .inner {
    padding: 0;
  }

  h3 {
    font-size: 22px;
    margin: 0 20px;
  }

  .link h3 {
    line-height: 1.3;
    font-size: 23px;
  }

  #link3 h3,
  #link4 h3 {
    font-size: 25px;
  }

  .link h3::before {
    top: 2px;
    height: calc(100% - 9px);
  }

  #link1 h3::before {
    top: 2px;
    height: calc(100% - 5px);
  }

  .link .link-wrap {
    margin-top: 27px;
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .link .link-wrap .link-child {
    margin-right: 20px;
  }

  .link .link-wrap .link-child .img {
    min-width: inherit;
  }

  .link .link-wrap .link-child .title {
    margin-top: 19px;
    font-size: 16px;
  }

  .link .link-wrap .link-child .text {
    font-size: 14px;
    margin-top: 5px;
  }

  .link .link-wrap .link-child .more {
    margin-top: 7px;
    font-size: 14px;
  }

  #link3 .link-wrap .link-child,
  #link4 .link-wrap .link-child {
    width: inherit;
    margin-right: 0;
    margin-bottom: 26px;
    display: flex;
    align-items: flex-start;
  }

  #link3 .link-wrap .link-child .right,
  #link4 .link-wrap .link-child .right {
    margin-left: 20px;
    width: calc(100% - 150px);
  }

  #link3 .link-wrap .link-child .title,
  #link4 .link-wrap .link-child .title {
    margin-top: 0;
    font-size: 16px;
  }

  #link3 h3::before,
  #link4 h3::before {
    top: 4px;
    height: calc(100% - 9px);
  }

  #link3 .link-wrap,
  #link4 .link-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  #link3 .link-wrap .link-child .img, 
  #link4 .link-wrap .link-child .img {
    min-width: 130px;
    width: 130px;
  }

  #link3 .link-wrap .link-child .text,
  #link4 .link-wrap .link-child .text {
    line-height: 1.5;
  }

  .link .swiper-container {
    margin-left: 0;
  }

  /*column*/
  #column {
    margin-top: 57px;
    height: inherit;
    background-image: url(/resource/images/column_bg_sp.jpg);
  }

  #column .inner {
    padding: 30px 30px 47px;
    display: flex;
    flex-direction: column;
    width: inherit;
    align-items: center;
    max-width: 800px;
  }

  #column .img {
    width: 100%;
  }

  #column .img img {
    width: 100%;
  }

  #column .title {
    display: flex;
    flex-direction: column;
    width: inherit;
    margin: 35px 0px 0;
    padding-left: 0;
  }

  #column .title span {
    font-size: 22px;
    margin: 0 5px;
  }

  #column .title span::before {
    top: -3px;
  }

  #column .title div {
    line-height: 1.5;
    padding-top: 11px;
  }

  /*NEWS*/
  #news {
    padding: 66px 0 60px;
  }

  #news .inner {
    padding: 0 20px;
    max-width: inherit;
  }

  #news h2 {}

  #news ul {
    margin-top: 36px;
  }

  #news ul li {
    padding: 18px 10px 17px;
  }

  #news ul li:first-child {}

  #news ul li .link {
    display: block;
    padding: 1px 0px 0;
  }

  #news ul li .link .data {
    font-size: 13px;
    position: absolute;
    top: 4px;
  }

  _:lang(x)::-internal-media-controls-overlay-cast-button,
  #news ul li .link .data {
    top: 3px;
  }

  #news ul li .link .right {
    margin-left: 0;
  }

  #news ul li .link .right .category {
    padding-left: 86px;
  }

  #news ul li .link .right .title {
    margin-top: 28px;
  }

  #news ul li .link .right .category+.title {
    margin-top: 1;
  }

  #news ul li .link .arrow {
    display: none;
  }

  #news .btn-wrap {
    margin: 30px 0 0;
  }

  #news .more {
    padding: 10px 0;
    font-size: 14px;
  }

  /* main end */
}


@media screen and (max-width: 374px) {
  #header .banner span {
    padding: 0 0 0 30px;
    font-size: 17px;
    position: inherit;
  }

  #header .banner::before {
    width: 19vw;
    left: 3vw;
  }

  #header .banner span div {
    font-size: 13px;
  }

  #header .banner span::before {}

  #about .inner .btn span {
    font-size: 15px;
  }

}

@media screen and (min-width: 768px) {

  .sp {
    display: none !important;
  }

  /*animation start*/
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }

  /*animation end*/


  /*animation start*/

  .over-effect2 {
    position: relative;
    overflow: hidden;
    transition: .2s all;
  }

  .over-effect2 div {}

  .over-effect2 div span {
    position: relative;
    z-index: 10;
  }

  .over-effect2 div::after {
    content: "";
    transition: .3s all;
    width: 200px;
    height: 100%;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -200px;
  }

  .over-effect2:hover div::after {
    left: 0;
    transition: .2s all;
  }

  #nav-wrap .btn:hover span {
    color: #90C616;
  }

  /*animation end*/

}

@media screen and (min-width: 1618px) {
  #header .bg-wrap {
    height: 42.5vw;
  }

  #header .catch {
    top: 13.9vw;
    right: calc(53.2vw + 69px);
    width: 32vw;
  }

  #header .catch>div:nth-child(1) {
    font-size: 2.25vw;
  }

  #header .catch>div:nth-child(2) {}

  #header .catch>div:nth-child(3) {

    font-size: 10px;

    margin-bottom: 63px;

  }

  #header .slide {
    width: 48.1vw;
  }

  #nav-wrap {
    top: 20px;
  }

  #header .catch {
    right: calc(47.8vw + 88px);
    max-width: 600px;
    width: 32vw;
    top: calc(8.2vw + 100px);
    right: inherit;
    left: 100px;
  }

  #header .inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  #column {

    height: 25vw;
  }

}

@media screen and (min-width: 2160px) {
  #header .bg-wrap {
    height: 39.6vw;
  }
}


@media screen and (max-width: 767px) {

  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  SP only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .pc {
    display: none !important;
  }

  *:focus {
    outline: none;
  }


  .link .link-wrap .link-child {

    width: calc(100vw - 82px);

    /* min-width: inherit; */

    margin-right: 20px;

  }

  .link .link-wrap .link-child:nth-child(3n) {
    margin-right: 20px;
  }

  .a-gallery .g-body .g-child {

    width: calc(72.5vw - 20px);

    max-width: inherit;

    min-width: inherit;

  }

  #about .catch div:nth-child(1) span {

    padding: 0 0 0 120px;
  }

  .a-gallery .border {
    /* opacity: 0; */
  }

}