@charset "utf-8";

/* Common */
.container {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.txt-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.txt-link:hover {
  text-decoration: none;
}

.tit01 {
  font-size: min(2.6vw, 2.6rem);
  font-weight: bold;
}

.b-tit {
  font-size: min(3.8vw, 4rem);
  font-weight: bold;
  line-height: 1.425;
}

.bold {
  font-weight: bold;
}

.txt-flip {
  text-align: right;
  transform: rotateY(180deg);
}

.txt-flipcen {
  text-align: center;
  transform: rotateY(180deg);
}

.cap,
[class*="cap-"] {
  font-size: 1rem;
  line-height: 1.8;
}

.cap-abs_right {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  text-align: right;
}

.cap-abs_left {
  position: absolute;
  bottom: 0.7rem;
  left: 0.7rem;
}

.cap-right {
  padding-top: 5px;
  text-align: right;
}

.cap-left {
  padding-top: 5px;
}

.shadow {
  color: #fff;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, .5), 0 0 0.2rem rgba(0, 0, 0, .5), 0 0 0.3rem rgba(0, 0, 0, .5), 0 0 0.4rem rgba(0, 0, 0, .5), 0 0 0.5rem rgba(0, 0, 0, .5), 0 0 0.6rem rgba(0, 0, 0, .5), 0 0 0.7rem rgba(0, 0, 0, .5), 0 0 0.8rem rgba(0, 0, 0, .5), 0 0 0.9rem rgba(0, 0, 0, .5), 0 0 1rem rgba(0, 0, 0, .5);
}

.inlus-navi {
  position: fixed;
  right: 0;
  top: 68%;
  z-index: 3;
  display: flex;
}

.inlus-navi.scroll {
  top: 68%;
  pointer-events: none;
  z-index: 5;
}

.inlus-navi .wrap {
  display: flex;
  transition: all 0.4s;
}

.inlus-navi.scroll .wrap {
  transform: scale(0.5) translateX(16vw);
}

.inlus-navi .inlus-mess {
  background: url(../img/top/inlus-mess.svg) no-repeat center center / 100% 100%;
  width: 24.9609375vw;
  height: 17.8125vw;
  text-align: center;
  align-content: center;
  position: relative;
  top: -4.2vw;
}

.inlus-navi .inlus-mess p {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}

.inlus-navi .inlus-mess:hover {
  filter: brightness(1.2);
}

.inlus-navi .inlus-mess .txt-inlus-en {
  font-size: 3.2rem;
  font-weight: bold;
  color: #007AD7;
}

.inlus-navi .inlus-img {
  position: relative;
  top: 20px;
  left: -10px;
}

.inlus-navi .inlus-mess {
  opacity: 0;
  animation: fadeDown 2s forwards;
  animation-delay: 7s;
  pointer-events: visible;
}

.inlus-navi {
  transform: translateX(100%);
  animation: fadeRight 1s forwards;
  animation-delay: 6s;
}

.inlus-navi .inlus-img img {
  width: 9.525vw;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: unset;
  }
}

@media screen and (min-width: 1921px) {
  .inlus-navi .inlus-mess {
    top: unset;
    width: 31.0416vw;
    height: 18.333vw;
  }

  .inlus-navi.scroll .inlus-mess {
    top: -6vw;
  }

  .inlus-navi.scroll {
    top: 50%;
  }

}

@media screen and (max-width: 1440px) {
  .inlus-navi.scroll {
    top: 70%;
  }
}

@media screen and (max-width: 1100px) {
  .inlus-navi.scroll {
    top: 75%;
  }

  .inlus-navi.scroll .wrap {
    transform: scale(0.7) translateX(60px);
  }
}

@media screen and (max-width: 768px) {

  .tit01 {
    font-size: 2.2rem;
  }

  .b-tit {
    font-size: min(5.6vw, 4rem);
  }

  .inlus-navi {
    left: 5%;
    top: unset;
    bottom: 1%;
    width: 90%;
  }

  .inlus-navi .wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
  }

  .inlus-navi .inlus-mess {
    background: url(../img/top/inlus-mess-sp.svg) no-repeat center center / 100% 100%;
    width: 76.83%;
    height: 15.625vw;
    text-align: center;
    align-content: center;
    top: -1vw;
  }

  .inlus-navi.scroll {
    background: transparent;
  }

  .inlus-navi .inlus-img {
    top: 0;
    width: 23.17%;
  }

  .inlus-navi .inlus-img img {
    width: 100%;
  }

  .inlus-navi.scroll {
    position: fixed;
    z-index: 5;
  }

  .inlus-navi.scroll .wrap {
    transform: scale(0.8) translateY(10%);
  }
}

.btn-fix {
  position: fixed;
  top: 100px;
  right: 12px;
  z-index: 9;
}

.btn-fix a {
  background: yellow;
  font-size: 2rem;
  line-height: 1;
  border-radius: 5px;
  padding: 1em 2em;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}

.btn-fix a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  transform: skewX(-25deg);
}

.btn-fix a::before {
  animation: shine 3s infinite;
}

.btn-fix a:hover {
  background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
  color: #fff;
}

.btn-fix a:hover::before {
  display: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  50% {
    left: 125%;
  }

  100% {
    left: 125%;
  }

}

@media screen and (max-width: 768px) {
  .btn-fix {
    z-index: 99;
    top: 0;
    right: 65px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-fix a {
    padding: 0.7em;
    font-size: min(4vw, 1.8rem);
  }

  .btn-fix a:hover {
    background: yellow;
    color: #000;
    opacity: 0.8;
  }
}

/* Header */
header .head-wrap {
  background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 10px 12px;
  align-items: center;
}

header .head-wrap .menu {
  display: flex;
  align-items: center;
  gap: 17px;
}

header .head-wrap .menu ul {
  display: flex;
  gap: 25px;
}

header .head-wrap .menu ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  position: relative;
}

header .head-wrap .menu .btn-head {
  transition: all 0.3s;
  padding: 2px 2px 2px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

header .head-wrap .menu .btn-head .fb {
  font-weight: bold;
}

header .head-wrap .menu .btn-head .fm {
  font-weight: 400;
  font-size: 1.3rem;
}

header .head-wrap .menu ul li a::after {
  width: 0%;
  height: 3px;
  content: '';
  position: absolute;
  background: yellow;
  bottom: -2px;
  left: 0;
  transition: all 0.3s;
}

header .head-wrap .menu ul li a:hover::after {
  width: 100%;
  transform-origin: center;
}

header .head-wrap .menu .btn-head:hover {
  background: yellow;
}

header .head-wrap .menu .btn-head .img-logo {
  width: 55px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


.btn-menu {
  width: 35px;
  height: 20px;
  text-align: center;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.btn-menu span {
  width: 31px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  transition: .3s;
}

.btn-menu span:nth-of-type(1) {
  top: 0;
}

.btn-menu span:nth-of-type(2) {
  top: 10px;
}

.btn-menu span:nth-of-type(3) {
  top: 20px;
}

.btn-menu a {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Barlow", serif;
  color: #009944;
  display: block;
}

.btn-menu.is-close span:nth-of-type(1) {
  top: 10px;
  transform: rotate(30deg);
}

.btn-menu.is-close span:nth-of-type(2) {
  width: 0;
}

.btn-menu.is-close span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-30deg);
}

@media screen and (min-width: 1101px) {
  .btn-menu {
    display: none;
  }

  header .head-wrap .menu {
    display: flex !important;
  }
}

@media screen and (max-width: 1100px) {
  header h1 {
    position: relative;
    z-index: 10;
    width: 150px;
  }

  header .head-wrap {
    padding: 15px 20px;
  }

  header .head-wrap .menu {
    display: none;
    background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
    ;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 120px;
  }

  header .head-wrap .menu ul {
    flex-direction: column;
    max-width: 357px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  header .head-wrap .menu .btn-head {
    line-height: 1.4;
    max-width: 357px;
    margin: 40px auto 0;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
  }

  header .head-wrap .menu ul li a {
    width: fit-content;
  }
}



/* Main */
.main {
  margin-top: 84px;
}

@media screen and (max-width: 1100px) {
  .main {
    margin-top: 59px;
  }
}

#pagetop {
  line-height: 1;
  opacity: 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 8;
  cursor: pointer;
  transition: .4s;
}

#pagetop:hover {
  opacity: 0.8;
}

#pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 80px;
  }
}

/* Others */
.others {
  background: #006FBC;
  padding: 60px 0;
  color: #fff;
  margin-bottom: 60px;
}

.others .tit01 {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.others .tit01 span {
  margin-right: 20px;
}

.others .tit01::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
}

.others .others-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 947px;
  margin: 0 auto;
  align-items: center;
}

.others .others-wrap .others-txt {
  width: 47.5184%;
  text-align: center;
  font-weight: bold;
}

.others .others-wrap .others-bnr {
  width: 36.1140443%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 4;
}

.others .others-wrap .others-txt p {
  font-size: 2.1rem;
  margin: 25px 0;
}

.btn-link {
  text-align: center;
  transition: all 0.4s;
  font-weight: bold;
  max-width: 17.3em;
  background: #fff;
  color: #000;
  display: block;
  border-radius: 5px;
  font-size: min(2.2vw, 2.6rem);
  box-shadow: 0px 5px 0px 0px rgba(217, 217, 217, 1);
  padding: 15px 0;
}

.btn-link span {
  position: relative;
}

.btn-link span::after {
  position: relative;
  content: '';
  mask: url('../img/common/arrow.svg')no-repeat center center/100% 100%;
  -webkit-mask: url('../img/common/arrow.svg')no-repeat center center/100% 100%;
  right: 0;
  top: 50%;
  width: 0.423em;
  height: 0.76923em;
  display: inline-block;
  margin-left: 10px;
  background: #000;
  transition: all 0.3s;
}

.btn-link:hover {
  background: yellow;
  transform: translateY(5px);
  box-shadow: unset !important;
}

.btn-link.bg-yellow {
  background: yellow;
  box-shadow: 0px 5px 0px 0px #A7A729;
}

.btn-link.bg-yellow:hover {
  background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
  color: #fff;
}

.btn-link.bg-yellow:hover span::after {
  background: #fff;
}



.btn-link.btn-h {
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-link.btn-h2 {
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.others .btn-link:hover {
  background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
  color: #fff;
}

.others .btn-link:hover span::after {
  background: #fff;
}

.btn-link.bg-blue {
  background: #007AD7;
  box-shadow: 0px 5px 0px 0px #97DAFF;
  color: #fff;
}

.btn-link.bg-blue:hover {
  background: linear-gradient(90deg, rgba(255, 91, 9, 1) 0%, rgba(238, 0, 150, 1) 100%);
}

.btn-link.bg-blue span::after {
  background: #fff;
}

.others .others-wrap .others-bnr a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn-link {
    font-size: 2rem;
  }

  .others {
    padding: 60px 0;
    margin-bottom: 20px;
  }

  .others .others-wrap .others-txt {
    width: 100%;
    margin: 0 0 40px;
  }

  .others .others-wrap .others-txt>img {
    width: 360px;
  }

  .others .btn-link {
    margin: 0 auto;
  }

  .others .others-wrap .others-txt p {
    font-size: 1.8rem;
  }

  .others .others-wrap .others-bnr {
    width: 100%;
    row-gap: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .btn-link.btn-h {
    height: 76px;
  }

  .btn-link {
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-link.btn-h2 {
    height: 110px;
  }

}

/* Animate */
@media screen {
  .inview {}

  .fade-in {
    opacity: 0;
    transition: 1.5s;
  }

  .fade-in.is-view {
    opacity: 1;
  }

  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.5s;
  }

  .fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
  }

  .fade-right {
    opacity: 0;
    transform: translateX(-30px);
    transition: 1.5s;
  }

  .fade-right.is-view {
    opacity: 1;
    transform: translateX(0);
  }

}

@media (min-width: 769px) {
  .delay1 {
    transition-delay: .3s;
  }

  .delay2 {
    transition-delay: .6s;
  }

  .delay3 {
    transition-delay: .9s;
  }

  .delay4 {
    transition-delay: 1.2s;
  }

  .delay5 {
    transition-delay: 1.5s;
  }
}


/* Footer */
footer.lower{
  margin: 3em 0 0;
	padding: 0;
	background: #fff;
  /*border-top: 1px solid #dedede;*/
}

footer .fwrap a{
  text-decoration: none;
  color: #2d8acd;
}
footer .fwrap a:hover{
	text-decoration: underline;
	opacity: 0.7;
}
footer .fwrap{
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-template-rows: 1fr;
	grid-template-areas: 
	"item01 item02";
	max-width: 1000px;
	margin: 0 auto;
	padding: 1.5em 1em;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.5;
	background: #fff;
}

.item01{
	grid-area: item01;
	padding-bottom: 1em;
}
.item02{
	grid-area: item02;
	padding-left: 1em;
}

.fwrap .fnav{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
	list-style: none;
}
.fnav li::after{
	content: " ｜";
	padding-right: 0.3em;
}
.fnav li:last-child::after{
	content: none!important;
	padding-right: 0;
}

.copyright{
	padding: 0.5em 1em 1.5em;
	color: #777;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #ccc;
}

@media screen and (max-width:768px){
	footer{
		margin-bottom: 0!important;
		padding: 0!important;
		color: #000!important;   
		background: #fff!important;
	}
	footer.lower{
		margin-top: 2em;
		padding: 0 1em;
	}
	footer .fwrap{
		grid-template-columns: 1fr;
		grid-template-areas:
		"item01"
		"item02";
	}
	.item01{
		margin: 0 auto;
		text-align: center;
	}
	.item02{
		padding: 1em 0;
	}
    
  .copyright{padding-bottom: 140px;}
}