@charset "UTF-8";
#article {
  margin: 0;
}

body {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

.content * {
  color: #fff;
}

h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  text-align: center;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

a {
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
}
/* .breadcrumb-nav {
	margin: 0;
	padding: 3vw 3vw 0;
	background-color: #fff;
} */
.breadcrumb-nav * {
  color: #333;
}

/* mv */
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 111px;
}

.bg-mv1,
.bg-mv2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.bg-mv1 img,
.bg-mv2 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bg-mv1,
  .bg-mv2 {
    width: 767px;
  }
}
/* MVアニメーション */
.mv-animation {
  animation-name: mv-animation;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mv-animation2 {
  animation-name: mv-animation2;
  animation-duration: 100s;
  animation-delay: -50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mv-animation3 {
  animation-name: mv-animation;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mv-animation4 {
  animation-name: mv-animation2;
  animation-duration: 200s;
  animation-delay: -100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes mv-animation {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes mv-animation2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.mv-title {
  padding-top: 64px;
  text-align: center;
  margin-bottom: 40px;
}

.mv-title img {
  width: 321px;
}

.mv-sub {
  text-align: center;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .mv {
    padding-bottom: 88px;
  }
  .mv-title {
    padding-top: 32px;
    margin-bottom: 48px;
  }
  .mv-title img {
    width: 540px;
  }
  .mv-sub {
    margin-top: 16px;
  }
}
.mv_icon {
  position: absolute;
  z-index: -1;
}

.mv_icon.large {
  width: 220px;
}

.mv_icon.small {
  width: 128px;
}

.mv_icon01 {
  top: 1%;
  right: -2%;
}

.mv_icon02 {
  top: -2%;
  left: -4%;
}

.mv_icon03 {
  bottom: 20%;
  right: -20%;
}

.mv_icon05 {
  top: 43%;
  left: -5%;
}

.mv_icon06 {
  top: 75%;
  left: 30%;
}

.mv_icon10,
.mv_icon11 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mv_icon.large {
    width: 250px;
  }
  .mv_icon.small {
    width: 150px;
  }
  .mv_icon01 {
    top: 44%;
    right: 16%;
  }
  .mv_icon02 {
    top: 5%;
    left: 5%;
    right: auto;
  }
  .mv_icon03 {
    bottom: 10%;
    left: 10%;
  }
  .mv_icon04 {
    bottom: 0;
    right: 6%;
  }
  .mv_icon05 {
    top: 30%;
    left: 15%;
  }
  .mv_icon06 {
    top: -5%;
    left: 20%;
  }
  .mv_icon07 {
    top: -2%;
    right: 15%;
  }
  .mv_icon08 {
    top: 20%;
    right: 6%;
  }
  .mv_icon09 {
    bottom: 20%;
    right: 25%;
  }
}
/* @keyframes mv-icon-move{
	0%{
			top: 100%;
		}
		100%{
			top: -100px;
	}
} */
.btn-reservation a {
  display: block;
  margin: 0 auto;
  width: 335px;
  height: 75px;
  background: #ff8100 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #b15900;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

.btn-reservation a span {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.btn-reservation.real a {
  background-color: #d9005d;
  box-shadow: 0px 5px 0px #b10000;
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .mv-btn-wrap {
    display: flex;
    justify-content: center;
  }
  .mv .btn-reservation a {
    margin-bottom: 32px;
  }
  .btn-reservation.real a {
    margin-left: 24px;
    margin-top: 0;
  }
  /* アニメーション */
  .btn-hover-reserve {
    transition: all 0.3s;
  }
  .btn-hover-reserve:hover {
    box-shadow: none !important;
    transform: translateY(5px);
    opacity: 1;
  }
}
.tab-list {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-item {
  position: relative;
}

.tab-item:first-child {
  margin-right: 16px;
}

.tab-comment {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  transition: all 0.3s;
}

.tab-comment::before,
.tab-comment::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-top: 8px;
}

.tab-comment::before {
  transform: rotate(-30deg);
  margin-right: 8px;
}

.tab-comment::after {
  transform: rotate(30deg);
  margin-left: 8px;
}

.tab-item.parents .tab-comment {
  color: #2988ca;
}

.tab-item.parents .tab-comment::before,
.tab-item.parents .tab-comment::after {
  background-color: #2988ca;
}

.tab-item.business .tab-comment {
  color: #4aac7e;
}

.tab-item.business .tab-comment::before,
.tab-item.business .tab-comment::after {
  background-color: #4aac7e;
}

.tab {
  width: 143px;
  height: 55px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #2988ca;
  border-radius: 8px 8px 0px 0px;
  background-size: 54px 44px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fff;
}

.tab-item.parents .tab {
  border: 2px solid #2988ca;
  background-image: url(../images/mv/bg_mv-btn01.svg);
  background-size: 54px 44px;
}

.tab-item.business .tab {
  border: 2px solid #4aac7e;
  background-image: url(../images/mv/bg_mv-btn02.svg);
  background-size: 64px 44px;
}

.tab p {
  padding: 0 16px;
  font-size: 20px;
  color: #2988ca;
  font-weight: bold;
  line-height: 55px;
}

.tab p span {
  font-size: 16px;
  font-weight: bold;
}

.tab-item.parents .tab p,
.tab-item.parents .tab p span {
  color: #2988ca;
}

.tab-item.business .tab p,
.tab-item.business .tab p span {
  color: #4aac7e;
}

.tab p span {
  font-size: 16px;
  color: #2988ca;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .tab-comment {
    font-size: 16px;
  }
  .tab-comment::before {
    margin-right: 12px;
  }
  .tab {
    width: 224px;
    transition: all 0.3s;
  }
  .tab p {
    font-size: 22px;
    padding: 0 48px;
    transition: all 0.3s;
  }
  .tab p span {
    font-size: 18px;
    transition: all 0.3s;
  }
  .tab-item.parents .tab {
    background-size: 64px 44px;
    background-position: bottom right 8px;
  }
  .tab-item.business .tab {
    border: 2px solid #4aac7e;
    background-image: url(../images/mv/bg_mv-btn02.svg);
    background-size: 66px 48px;
    background-position: bottom right 8px;
  }
  .tab-item a:hover {
    opacity: 1;
  }
  .tab-item.parents a:hover .tab {
    background-color: #42b7ee;
  }
  .tab-item.business a:hover .tab {
    background-color: #95c729;
  }
  .tab-item a:hover .tab p,
  .tab-item a:hover .tab p span {
    color: #fff;
  }
  .tab-item a:hover .tab-comment {
    transform: translate(-50%, -5px) scale(1.2);
  }
}
.bg-lightblue {
  background-color: #42b7ee;
}

.bg-yellow {
  background-color: #fcd233;
}

.bg-pink {
  background-color: #f58292;
}

.bg-green {
  background-color: #95c729;
}

.bg-purple {
  background-color: #d494e2;
}

.nav-link:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .nav-link:hover {
    transform: scale(1.1);
  }
  /* .bg-lightblue:hover {
  	transform: scale(1.05);
  	background-color: #28A2E1;
  }
  .bg-yellow:hover {
  	background-color: #F5B42A;	
  }
  .bg-pink:hover {
  	background-color: #E66A7B;	
  }
  .bg-green:hover {
  	background-color: #4AAC7E;	
  }
  .bg-purple:hover {
  	background-color: #B46BC3;	
  } */
}
.nav {
  width: 100%;
  z-index: 2;
  position: fixed;
  bottom: -84px;
  left: 0;
  transition: all 0.3s ease-out;
}

.nav.fixed {
  bottom: 0;
}

.nav-flex {
  display: flex;
}

.nav-flex a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.nav-link {
  width: 20%;
  height: 68px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-link-logo {
  display: none;
}

@media only screen and (min-width: 1144px) {
  .nav {
    background-color: #fff;
  }
  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1104px;
    margin: 0 auto;
    height: 84px;
  }
  .nav-flex {
    width: 960px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-end;
  }
  .nav-flex a {
    width: 164px;
    border-radius: 8px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .nav-flex a:last-child {
    margin-right: 0;
  }
  .nav-link-logo {
    display: block;
    flex: 1 1 auto;
  }
  .nav-link-logo:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .nav-link-logo img {
    width: 103px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
  }
}
.news-section {
  background: #faf5e4;
}

.news-section * {
  color: #333;
}

.section-about {
  position: relative;
  background: #42b7ee url("../images/about/bg_title01.svg") no-repeat center top
    16px border-box;
  background-size: 280px;
}

.section-icon {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.section-icon img {
  width: 143px;
}

@media only screen and (min-width: 768px) {
  .section-icon {
    top: -40px;
  }
  .section-icon img {
    width: 188px;
  }
}
.section-between {
  width: 100%;
  height: 50px;
}

.section-between img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .section-between {
    height: 100px;
  }
}
.section-business {
  position: relative;
  background: #95c729 url("../images/business/bg_title02.svg") no-repeat center
    top 120px border-box;
  background-size: 335px;
}

@media only screen and (min-width: 768px) {
  .section-business {
    background-size: 400px;
  }
}
.business-icon {
  display: flex;
  justify-content: center;
}

.business-icon img {
  margin: 24px auto -50px;
}

.section-event {
  position: relative;
  background: #fcd233 url("../images/event/bg_title03.svg") no-repeat center top
    40px border-box;
  background-size: 318px;
}

.section-report {
  background: #f58292 url("../images/report/bg_title04.svg") no-repeat center
    top 20px border-box;
  background-size: 318px;
}

.section-about-us {
  position: relative;
  background: #d494e2 url("../images/about-us/bg_title05.svg") no-repeat center
    top 40px border-box;
  background-size: 318px;
}

.section-cooperate {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .section-about,
  .section-business,
  .section-event,
  .section-report,
  .section-about-us {
    background-size: 400px;
  }
  .section-about,
  .section-report {
    background-position-y: 44px;
  }
  .section-business {
    background-position-y: 154px;
  }
  .section-event {
    background-position-y: 64px;
  }
  .section-about-us {
    background-position-y: 84px;
  }
  .section-cooperate {
    padding-top: 100px;
  }
}
.wave-bottom {
  position: relative;
  padding-top: 50px;
}

.section-about.wave-bottom {
  padding-top: 0;
}

.wave-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.section-about.wave-bottom::after {
  background-image: url(../images/section-between01.png);
}

.section-business.wave-bottom::after {
  background-image: url(../images/section-between02.png);
}

.section-event.wave-bottom::after {
  background-image: url(../images/section-between03.png);
}

.section-report.wave-bottom::after {
  background-image: url(../images/section-between04.png);
}

.section-about-us.wave-bottom::after {
  background-image: url(../images/section-between05.png);
}

@media only screen and (min-width: 768px) {
  .wave-bottom {
    padding-top: 100px;
  }
  .wave-bottom::after {
    height: 100px;
  }
}
.section-inner {
  padding: 40px 20px 80px;
  margin: 0 auto;
  max-width: 1104px;
  width: 100%;
  box-sizing: border-box;
}

.section-inner:first-child {
  padding: 24px 20px 80px;
}

.section-about .section-inner {
  padding-top: 64px;
}

@media only screen and (min-width: 768px) {
  .section-about .section-inner {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 1152px) {
  .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-space {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section-space {
    margin-left: 24px;
    margin-bottom: 0;
  }
}
.news {
  list-style: none;
  margin-top: 20px;
}

.news-title {
  background: url("../images/news/icon_news.svg") no-repeat center;
  background-size: 98px 58px;
  padding: 12px 0;
}

.news-item {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 2px dashed #ffc92d;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item span {
  font-size: 12px;
  padding-bottom: 4px;
  flex-shrink: 0;
}

.news-item a {
  color: #3064d5;
  text-decoration: underline;
}

.news-item small {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .news-section .section-inner {
    display: flex;
    align-items: center;
  }
  .news {
    margin-top: 0;
    width: calc(100% - 144px);
  }
  .news-title {
    background-size: 110px 65px;
    margin-right: 24px;
    padding: 20px 24px;
    font-size: 18px;
  }
  .news-item {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .news-item span {
    font-size: 14px;
    padding: 0;
    margin-right: 24px;
    width: 95px;
  }
}
.h5-text {
  padding: 8px 0 40px;
}

@media only screen and (min-width: 768px) {
  .h5-text {
    padding: 16px 0 0;
    font-size: 18px;
  }
}
.h4-title {
  text-align: center;
}

h4 > span {
  font-size: 28px;
  color: #fdd445;
  line-height: 2.2;
}

.h3-title {
  text-align: center;
  color: #fff;
}

h3 > span {
  font-size: 32px;
  color: #fdd445 !important;
  line-height: 2.2;
}

.h3-title img {
  width: 190px;
}

@media only screen and (min-width: 768px) {
  .h3-title {
    margin-bottom: 16px;
  }
  .h3-title img {
    display: block;
    margin: 8px auto 0;
  }
}
.underline {
  width: 140px;
  margin: 16px auto 0;
}

.underline img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .underline {
    width: 230px;
  }
}
h2 > span {
  font-size: 24px;
  color: #fff;
}

.space {
  padding-top: 20px;
}

.sub-title {
  padding: 8px 0 24px;
  font-family: "Segoe UI";
  font-weight: 100;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sub-title {
    padding-bottom: 64px;
    font-size: 24px;
  }
}
.movie {
  width: 335px;
  height: 221px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) {
  .about-flex {
    display: flex;
    margin-bottom: 64px;
  }
  .movie {
    flex-shrink: 0;
    width: 540px;
    height: 356px;
    margin-bottom: 0;
  }
}
.contents-text {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}

.contents-text + .contents-text {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .contents-text + .contents-text {
    margin-top: 32px;
  }
}
.point-title-about {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
  font-size: 20px;
}

.point-title-about span {
  font-size: 28px;
}

.point-title-about img.point-title-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
}

@media only screen and (min-width: 768px) {
  .point-title-about {
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
  }
  .point-title-about span {
    font-size: 40px;
  }
  .point-title-about img.point-title-img {
    display: none;
  }
}
.point-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}

.point-item {
  padding-bottom: 40px;
}

.point-item:last-child {
  padding-bottom: 80px;
}

.point-item div {
  display: flex;
  position: relative;
}

.point-item img {
  width: 41.8%;
  max-width: 273px;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
  align-self: flex-start;
}

.point-item h4 {
  margin-left: 16px;
}

.point-item p {
  padding-top: 16px;
}

.point-item.bg1 {
  background-image: url(../images/about/bg_point01.svg);
  background-size: 193px 200px;
  background-position: right top;
  background-repeat: no-repeat;
}

.point-item.bg2 {
  background-image: url(../images/about/bg_point02.svg);
  background-size: 200px 200px;
  background-position: left top;
  background-repeat: no-repeat;
}

.point-item.bg3 {
  background-image: url(../images/about/bg_point03.svg);
  background-size: 194px 214px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .point-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 352px);
    justify-content: center;
    gap: 24px;
    margin-bottom: 64px;
  }
  .point-item {
    width: 352px;
    height: 413px;
    padding: 0;
  }
  .point-item:last-child {
    padding: 0;
  }
  .point-item div {
    flex-direction: column;
  }
  .point-item img {
    width: 273px;
    margin: 0 auto 16px;
  }
  .point-item h4 {
    padding: 0 24px;
    margin: 0 auto 16px;
    font-size: 24px;
    text-align: center;
  }
  .point-item p {
    padding: 0 24px;
    text-align: center;
  }
  .point-item.bg1 {
    background-size: 100%;
    background-position: left bottom;
  }
  .point-item.bg2 {
    background-size: 100%;
    background-position: left bottom;
  }
  .point-item.bg3 {
    background-size: 100%;
    background-position: left bottom;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1151px) {
  .point-item.bg3 {
    grid-column: span 2;
    margin: 0 auto;
  }
}
.content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(98px, 1fr));
  gap: 0 16px;
}

.job-item {
  margin: 24px 0 16px;
  text-align: center;
}

.job-item p {
  padding-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.job-text {
  padding: 24px 0 40px;
  color: #fff;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .content-list {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  }
  .job-text {
    padding: 16px 0 64px;
    text-align: right;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1151px) {
  .content-list {
    max-width: 728px;
    margin: 0 auto;
  }
}
.card-list {
  display: grid;
  grid-template-columns: 352px;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.card-item {
  padding: 16px 16px 0;
  width: 335px;
  height: 158px;
  background: #28a2e1 no-repeat padding-box;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}

.card-item2 {
  padding: 16px 16px 0;
  height: 158px;
  width: 335px;
  background: #34afc0 no-repeat padding-box;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}

.card-detail {
  display: flex;
}

.card-detail:first-child {
  margin-bottom: 12px;
}

.card-detail p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

.card-detail img {
  margin-top: -4px;
  padding-right: 24px;
  height: 105px;
}

.card-detail small {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .card-list {
    grid-template-columns: repeat(auto-fit, minmax(352px, 1fr));
    max-width: 728px;
    margin: 0 auto;
  }
  .card-item,
  .card-item2 {
    width: 352px;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1151px) {
  .card-item2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1152px) {
  .card-list {
    max-width: 1104px;
  }
}
@media only screen and (max-width: 374px) {
  .card-item,
  .card-item2 {
    transform: scale(0.88);
  }
}
.text-detail {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.text-detail-small {
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.text-deta {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.tag {
  padding: 0 16px;
  background: #96d7f6 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-green {
  padding: 0 16px;
  background: #bcf6e9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-blue {
  font-size: 12px;
  padding: 4px 8px;
  background: #d2f7fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #3596c2;
}

.tag-orange {
  font-size: 12px;
  padding: 4px 8px;
  background: #f7e8b6 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #d57411;
  margin-left: 4px;
}

.tag-pink {
  font-size: 12px;
  padding: 4px 8px;
  background: #fde6f9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #b75981;
  margin-left: 4px;
}

@media only screen and (min-width: 768px) {
  .tag-blue,
  .tag-orange,
  .tag-pink {
    font-size: 14px;
  }
}
.item-tag-green {
  font-size: 12px;
  padding: 4px 8px;
  background: #bcf6e9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #228054;
  margin-top: 8px;
}

.tag-green02 {
  font-size: 12px;
  padding: 0 8px;
  background: #bcf6e9 0% 0% no-repeat padding-box;
  border-radius: 4px;
}

.tag p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #257eb7;
}

.tag-green p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #228054;
}

.text {
  color: #fff;
  padding: 16px 0;
}

.btn-mailmagazine {
  margin: 24px auto 0;
}

.btn-mailmagazine a {
  display: block;
  width: 280px;
  height: 49px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #fb7f00;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fb7f00;
  margin: 0 auto;
}

.btn-mailmagazine a span {
  font-size: 12px;
  color: #fb7f00;
}

.title-ribon {
  background-color: #28a2e1;
  background-size: auto;
  padding: 8px;
  margin: 64px -20px 0;
}

.title-ribon02 {
  background-color: #4aac7e;
  background-size: auto;
  padding: 8px;
  margin: 0 -20px;
}

@media only screen and (min-width: 768px) {
  .cta-area {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 24px 24px 40px;
    margin-top: 64px;
  }
  .cta-area-about {
    background-color: rgba(41, 136, 202, 0.4);
    background-image: url(../images/about/icon_point-title.svg);
    background-size: 160px 145px;
    background-position: right 24px bottom 40px;
    background-repeat: no-repeat;
  }
  .cta-area-business {
    background-color: rgba(74, 172, 126, 0.4);
    background-image: url(../images/business/icon_cta-area_business.svg);
    background-size: 146px 183px;
    background-position: left 24px bottom 40px;
    background-repeat: no-repeat;
  }
  .title-ribon,
  .title-ribon02 {
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
  }
  .cta-area .h3-title {
    margin: 0;
    font-size: 32px;
    display: inline-flex;
    align-items: flex-end;
  }
  .cta-area .h3-title::before,
  .cta-area .h3-title::after {
    content: "";
    display: block;
    width: 3px;
    height: 48px;
    margin-top: 8px;
    background-color: #fff;
  }
  .cta-area .h3-title::before {
    transform: rotate(-30deg);
    margin-right: 40px;
  }
  .cta-area .h3-title::after {
    transform: rotate(30deg);
    margin-left: 40px;
  }
  .cta-area .text {
    text-align: center;
    padding: 16px 0 24px;
    max-width: 736px;
    margin: 0 auto;
  }
  .cta-area .btn-flex {
    display: flex;
    justify-content: center;
  }
  .cta-area .btn-reservation {
    margin: 0 auto;
  }
  .cta-area-about .btn-reservation {
    margin: 0;
  }
  .btn-mailmagazine {
    margin: 0 0 0 16px;
  }
  .btn-mailmagazine a {
    width: 335px;
    height: 75px;
    font-size: 24px;
  }
  .btn-mailmagazine a span {
    font-size: 14px;
    transition: all 0.3s;
  }
  .btn-mailmagazine a:hover {
    background-color: #f5b42a;
    opacity: 1;
    color: #fff;
  }
  .btn-mailmagazine a:hover span {
    color: #fff;
  }
}
@media only screen and (min-width: 748px) and (max-width: 950px) {
  .cta-area .text {
    padding-left: 150px;
    padding-right: 150px;
  }
}
/*business-section*/
.business-img {
  width: 335px;
}

.business-img img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.img-caption {
  text-align: right;
  font-size: 12px;
  color: #fff;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .business-flex {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 64px;
  }
  .business-img {
    margin-left: 24px;
    flex-shrink: 0;
    width: 444px;
  }
}
.comment-list-wrap {
  margin-top: 24px;
  margin: 24px -20px 0;
}

.comment-list {
  margin-left: 16px;
  padding: 16px;
  border-radius: 4px;
  background-color: #4aac7e;
  width: 312px;
  height: auto;
  padding-bottom: 120px;
  box-sizing: border-box;
  position: relative;
}

.slick-track {
  display: flex;
}

.comment-list-detail {
  display: flex;
  margin-top: 24px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.comment-list-detail img {
  margin-right: 16px;
  width: 97px;
  height: 88px;
}

.comment-content {
  flex-flow: column;
}

.comment-content span {
  color: #228054;
  font-weight: bold;
}

.comment-list-detail-text {
  padding-top: 4px;
  font-size: 16px;
  color: #fff;
}

.comment-list-detail-text span {
  padding-top: 4px;
  font-size: 12px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .comment-list-wrap {
    margin: 32px 0 0;
  }
  .comment-list {
    margin-left: 24px;
    width: 352px;
  }
}
.carousel-dots {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.carousel-dots li {
  margin: 0 4px;
}

.carousel-dots li button {
  background: #e0e0e0;
  outline: 0;
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 4px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}

.carousel-dots li.slick-active button {
  background: #4aac7e;
}

@media only screen and (min-width: 768px) {
  .carousel-dots {
    padding-top: 24px;
  }
}
.commenter {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  color: #fff;
}

.btn-review {
  margin: 40px auto 64px;
}

.btn-review a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 49px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}

.section-report .btn-review {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .section-business .btn-review a:hover {
    background-color: #4aac7e;
    opacity: 1;
  }
  .section-report .btn-review a:hover {
    background-color: #e66a7b;
    opacity: 1;
  }
}
/*event section*/
.event-item {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.item-inner {
  padding: 16px;
}

.event-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.item-title {
  display: flex;
  flex-direction: column;
}

.item-title span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.item-title h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.item-title div {
  font-size: 12px;
  color: #697180;
  padding: 4px 0 8px;
}

.item-text {
  color: #333;
  margin-bottom: 8px;
}

.item-detail {
  background-color: #fff6e2;
  padding: 8px;
  margin: 8px auto;
  color: #697180;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .event-item a {
    display: flex;
  }
  .event-item img {
    width: 462px;
  }
  .item-inner {
    padding: 24px;
    transition: all 0.3s;
  }
  .item-title {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .item-title div {
    order: 1;
    margin-left: 8px;
  }
  .item-title h4 {
    order: 2;
    width: 100%;
    font-size: 24px;
  }
  .event-item:hover {
    transform: scale(1.05);
  }
  .event-item a:hover {
    opacity: 1;
  }
}
/* report section */
.archive {
  margin-bottom: 48px;
}

.archive-list {
  margin-bottom: 24px;
}

.archive-list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
  display: flex;
}

.archive-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.archive-list-num {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #e66a7b;
  width: 62px;
  height: 62px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  margin-right: 16px;
  flex-shrink: 0;
}

.archive-list-num span {
  font-size: 24px;
  color: #fff;
}

.archive-list-desc {
  color: #fff;
}

.archive-list-desc p {
  margin-bottom: 8px;
  color: #fff;
}

.archive-list-desc a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 4px 12px;
  margin-left: auto;
  width: 132px;
  font-size: 12px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .archive-list-desc a:hover {
    background-color: #e66a7b;
    opacity: 1;
  }
}
.archive-list-desc a::after,
.blank-btn a::after {
  content: "";
  background-image: url(../images/blank.svg);
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .archive-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .archive-list li {
    width: calc((100% - 48px) / 3);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .archive-list-text {
    font-size: 16px;
  }
}
.flow {
  margin-bottom: 48px;
}

.flow-text {
  margin-top: 32px;
}

.flow-text span {
  font-size: 12px;
  color: #fff;
}

.flow-list {
  margin-top: 16px;
}

.flow-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}

.flow-list-time {
  display: flex;
  align-items: center;
  width: 55px;
  justify-content: space-between;
  flex-shrink: 0;
  margin-right: 8px;
  padding-top: 4px;
  letter-spacing: 0.1em;
}

.flow-list li::before {
  content: "";
  display: block;
  height: calc(100% + 16px);
  border-left: 2px dashed #de5f71;
  position: absolute;
  top: 10px;
  left: 48px;
}

.flow-list li:last-child:before {
  display: none;
}

.flow-list-time::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #de5f71;
  border-radius: 50%;
}

.flow-list-title {
  font-size: 18px;
  font-weight: bold;
}

.flow-list-title + .flow-list-text {
  margin-top: 8px;
}

.flow-list-text span {
  display: block;
  margin-top: 8px;
}

.flow-list-flex {
  display: flex;
}

.flow-list li img {
  border-radius: 10px;
  max-width: 272px;
}

.flow-list-img-small {
  width: 108px;
  height: 108px;
  margin-left: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flow-list-title + img,
.flow-list-text + img {
  margin-top: 16px;
}

.flow-img {
  display: none;
}

@media only screen and (min-width: 748px) and (max-width: 989px) {
  .flow-text,
  .flow-list {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 990px) {
  .flow-text {
    text-align: center;
    font-size: 16px;
  }
  .flow-flex {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .flow-img {
    display: block;
    width: 16vw;
    max-width: 200px;
  }
  .flow-img-right {
    align-self: flex-end;
  }
  .flow-img + .flow-img {
    margin-top: 24px;
  }
  .flow-img img {
    width: 100%;
    border-radius: 10px;
  }
  .flow-img-time {
    letter-spacing: 0.1em;
  }
  .flow-list {
    margin-top: 0;
    width: 600px;
    margin-left: 16px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .flow-list li {
    margin-bottom: 32px;
  }
  .flow-list li:last-child {
    margin-bottom: 0;
  }
  .flow-list li img {
    display: none;
  }
  .flow-list li::before {
    height: calc(100% + 32px);
  }
}
@media only screen and (min-width: 1124px) {
  .flow-img {
    width: 200px;
  }
  .flow-list {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.review {
  margin-bottom: 48px;
}

.review-list {
  margin-top: 24px;
}

.review-list li {
  padding: 16px;
  background-color: #e66a7b;
}

.review-list li + li {
  margin-top: 24px;
}

.review-list-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.review-list-detail {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.review-list-detail img {
  margin-right: 16px;
  width: 62px;
  height: 62px;
}

.review-list-detail-text {
  font-weight: bold;
}

.review-list-detail-text span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
}

@media only screen and (min-width: 768px) {
  .review-list li {
    display: flex;
    align-items: flex-start;
    padding: 24px;
  }
  .review-list li > img {
    margin-right: 24px;
    width: 100px;
    flex-shrink: 0;
  }
  .review-list-detail {
    justify-content: flex-end;
  }
  .review-list-detail img {
    display: none;
  }
  .review-list-detail-text span {
    display: inline;
    margin-left: 16px;
  }
}
/* about-us section */
.member-flex {
  margin-bottom: 40px;
}

.member-flex img {
  display: block;
  margin: 32px auto 40px;
}

.member-text-wrap {
  margin: 0 -20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.member-text-wrap-inner {
  padding: 0 20px;
}

.member-text-wrap .h4-title {
  margin-bottom: 16px;
}

.member-text-wrap .h4-title span {
  font-size: 20px;
  background-color: #b46bc3;
  border-radius: 8px;
  padding: 8px 16px;
}

.member-text-wrap.bg1 {
  padding-bottom: 40px;
  background-image: url(../images/about-us/bg_about-us01.svg);
  background-position: top left -56px;
}

.member-text-wrap.bg2 {
  padding-bottom: 48px;
  background-image: url(../images/about-us/bg_about-us02.svg);
  background-position: top right -72px;
}

.member-text-wrap.bg1 .h4-title {
  padding-top: 24px;
}

.member-text-wrap p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .content-text > p {
    text-align: center;
    font-size: 18px;
  }
  .member-flex {
    display: flex;
    margin-top: 56px;
    margin-bottom: 0;
  }
  .member-flex img {
    width: 444px;
    margin: 0 24px 0 0;
    align-self: flex-start;
  }
  .member-text-wrap-inner {
    padding: 0;
  }
  .member-text-wrap {
    margin: 0;
  }
  .member-text-wrap .h4-title {
    text-align: left;
    font-size: 24px;
  }
  .member-text-wrap.bg1 .h4-title {
    padding-top: 0;
  }
  .member-text-wrap p {
    font-size: 16px;
  }
  .member-text-wrap.bg1 {
    background-position: top right;
    padding-bottom: 24px;
  }
  .member-text-wrap.bg2 {
    background-position: top left;
    padding-top: 24px;
  }
}
.member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px auto 24px;
}

.member-item {
  margin: 0 16px;
  margin-bottom: 24px;
}

.member-item img {
  width: 123px;
}

.member-item span {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 8px 0 6px;
  color: #fff;
  font-weight: bold;
}

.btn-message button {
  width: 128px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 4px 0;
  box-sizing: border-box;
  background: none;
  font-family: "zen-kaku-gothic-antique";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn-message button:hover {
    background-color: #b46bc3;
  }
}
.member-title {
  text-align: center;
  position: relative;
}

.member-title::before {
  content: "";
  display: block;
  width: 306px;
  height: 3px;
  background-color: #b46bc3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member-title span {
  padding: 4px 8px;
  font-size: 18px;
  background-color: #b46bc3;
  border-radius: 8px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .member-list-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 64px;
  }
  .member-list {
    margin: 0;
  }
  .member-list-flex > .member-list {
    padding-top: 44px;
  }
  .member-item {
    margin: 0 12px;
  }
  .member-title {
    margin-bottom: 8px;
  }
}
/* 運営メンバーモーダル */
.member-modal {
  display: none;
  position: relative;
  z-index: 1;
}

.member-modal * {
  color: #333;
}

.member-modal-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}

.member-modal-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: calc(100% - 40px);
  height: 65vh;
}

.member-modal-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_close_sp.svg);
  position: absolute;
  top: -12px;
  right: -12px;
  background-repeat: no-repeat;
}

.member-modal-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.member-modal-inner::-webkit-scrollbar {
  display: none;
}

.member-modal-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.member-modal-underline {
  display: block;
  width: 100px;
  margin-top: 8px;
}

.member-modal-img {
  width: 145px;
  height: 145px;
}

.member-modal-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.member-modal-name span {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.member-modal-message {
  margin-bottom: 24px;
  position: relative;
}

.member-modal-message::before {
  content: "";
  display: block;
  background-image: url(../images/about-us/bg_member-modal.svg);
  width: 125px;
  height: 130px;
  position: absolute;
  bottom: -24px;
  right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.member-modal-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.member-modal-text {
  font-size: 12px;
  position: relative;
}

.member-modal-history p {
  color: #697180;
  font-size: 12px;
}

.member-modal-history .member-modal-title {
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .member-modal-box {
    width: 600px;
    height: auto;
    padding: 40px;
    max-height: 70vh;
    overflow-y: auto;
  }
  .member-modal-close {
    background-image: url(../images/icon_close_pc.svg);
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .member-modal-close:hover {
    opacity: 0.7;
  }
  .member-modal-name {
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .member-modal-name span {
    order: 1;
    font-size: 14px;
    margin-left: 16px;
  }
  .member-modal-occupation {
    font-size: 16px;
  }
  .member-modal-underline {
    width: 188px;
  }
  .member-modal-img {
    width: 192px;
    height: 192px;
  }
  .member-modal-message::before {
    right: 56px;
  }
  .member-modal-message .member-modal-title {
    font-size: 18px;
  }
  .member-modal-text {
    font-size: 14px;
  }
  .member-modal-history p {
    font-size: 14px;
  }
}
.sns-content {
  background-color: #e1adec;
  border-radius: 10px;
  padding: 24px;
}

.sns-title {
  color: #333;
  margin-bottom: 16px;
}

.sns-title p {
  color: #333;
  margin: 0 0 24px;
}

.sns-list {
  display: flex;
  justify-content: center;
}

.sns-item {
  width: calc((100% - 96px) / 5);
  box-sizing: border-box;
  margin-right: 24px;
  flex-shrink: 0;
  max-width: 45px;
}

.sns-item:last-child {
  margin-right: 0;
}

.sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-item img {
  width: 100%;
}

.btn-bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 49px;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .btn-bnr a {
    margin-right: 0;
  }
  .btn-bnr a:hover {
    background-color: #b46bc3;
    opacity: 1;
  }
}
.sns-flex {
  background-color: #e1adec;
  border-radius: 0 0 10px 10px;
}

.sns-flex-text p {
  margin-bottom: 24px;
  margin-top: 16px;
  color: #333;
}

.sns-img {
  max-width: 335px;
  margin: 0 auto;
}

.sns-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sns-title {
    padding: 0;
    background-color: transparent;
  }
  .sns-title p {
    text-align: center;
    margin-top: 32px;
  }
  .sns-list {
    margin-bottom: 32px;
  }
  .sns-img {
    margin-right: 24px;
    margin-left: 0;
    width: 268px;
    max-width: none;
    flex-shrink: 0;
  }
  .sns-flex {
    display: flex;
    border-radius: 10px;
  }
  .sns-flex-text {
    padding: 0;
  }
  .sns-flex-text p {
    text-align: left;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 1.7;
  }
  .btn-bnr {
    margin-right: 0;
  }
}
@media only screen and (max-width: 423px) {
  .sns-img {
    margin: 0 -24px;
    max-width: none;
  }
}
.cooperate-title {
  color: #333;
  font-size: 32px;
  margin-bottom: 24px;
}

.cooperate-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));
  gap: 24px 16px;
}

.cooperate-list li img {
  vertical-align: middle;
  width: 100%;
}

.cooperate-note {
  margin-top: -8px;
  color: #333;
  text-align: right;
  margin-bottom: 48px;
}

.cooperate-bottom {
  text-align: center;
}

.cooperate-bottom h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 24px;
}

.cooperate-bottom img {
  max-width: 335px;
  transition: all 0.3s;
}

.cooperate-bottom div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .cooperate-bottom a:hover {
    opacity: 1;
  }
  .cooperate-bottom a:hover img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
  .cooperate-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .cooperate-list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .cooperate-note {
    margin-bottom: 64px;
  }
  .cooperate-bottom div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 24px;
  }
}
/* アニメーション */
.randomText {
  visibility: hidden;
}

h2 span.word1 span {
  font-size: 40px;
}

/* フェードインアニメーション */
/* .loading {
	background-color: #fff;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	display: none;
}
.loading-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.loading-after {
	width: 100%;
	height: 100vh;
	mask-image: url(../images/mask.svg);
	-webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-repeat: no-repeat;
	mask-size: 80px auto;
  -webkit-mask-size: 80px auto;
	mask-position: center;
	-webkit-mask-position: center;
}



@keyframes animation-sample{
  0%{
		mask-size: 80px auto;
		-webkit-mask-size: 80px auto;
	}
	100%{
		mask-size: 10000px auto;
		-webkit-mask-size: 10000px auto;
	}	
}
.mask-animation {
	animation-name: animation-sample;
	animation-duration: 10s;
	animation-iteration-count: infinite;
} */
