@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: upgrade, Aharoni, source-han-sans-japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LOADER-WRAP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10000;
}
.loader-wrap .loader-inner .text {
  margin: 0 auto;
  padding: 25px 0 0 0;
  font: 22px;
  font-family: upgrade, Aharoni, Arial, sans-serif;
  color: #ffe05d;
  perspective: 100px;
}
.loader-wrap .loader-inner .text > span {
  animation: flip 0.3s infinite;
  display: inline-block;
  transform-origin: 50% 50% -10px;
  transform-style: preserve-3d;
}
.loader-wrap .loader-inner .text > span:nth-child(1) {
  animation-delay: 0.1s;
}
.loader-wrap .loader-inner .text > span:nth-child(2) {
  animation-delay: 0.2s;
}
.loader-wrap .loader-inner .text > span:nth-child(3) {
  animation-delay: 0.3s;
}
.loader-wrap .loader-inner .text > span:nth-child(4) {
  animation-delay: 0.4s;
}
.loader-wrap .loader-inner .text > span:nth-child(5) {
  animation-delay: 0.5s;
}
.loader-wrap .loader-inner .text > span:nth-child(6) {
  animation-delay: 0.6s;
}
.loader-wrap .loader-inner .text > span:nth-child(7) {
  animation-delay: 0.7s;
}
.loader-wrap .loader-inner .text > span:nth-child(8) {
  animation-delay: 0.8s;
}
@keyframes flip {
  to {
    transform: rotateX(1turn);
  }
}
.loader-wrap .loader-inner .spinner {
  width: 40px;
  height: 40px;
  background-color: #ffe05d;
  margin: 0px auto 10px;
  animation-name: sk-rotateplane2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes sk-rotateplane2 {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 ORIGINAL-MENU 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#original-menu {
  width: 100%;
  display: block;
  z-index: 500;
  position: relative;
}
#original-menu .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: fixed;
  right: 0px;
  top: 0;
  width: 80px;
  height: 80px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
  z-index: 505;
  background-color: rgba(44, 82, 209, 0.9);
}
#original-menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 70%;
  left: 15%;
}
#original-menu .menu-trigger span.border01 {
  top: 13px;
  height: 2px;
  background-color: #fff;
  border-radius: 22px;
}
#original-menu .menu-trigger span.border02 {
  top: 28px;
  height: 2px;
  background-color: #fff;
  border-radius: 22px;
}
#original-menu .menu-trigger span.border03 {
  top: 43px;
  height: 2px;
  background-color: #fff;
  border-radius: 22px;
}
#original-menu .menu-trigger span.text {
  bottom: 4px;
}
#original-menu .menu-trigger span.text:after {
  content: "Menu";
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
}
#original-menu .menu-trigger.active {
  transform: translate(-90px, 60px);
  background: rgba(37, 61, 217, 0.8);
}
#original-menu .menu-trigger.active span.border01 {
  transform: translateY(15px) rotate(-315deg);
  background-color: #fff;
}
#original-menu .menu-trigger.active span.border02 {
  opacity: 0;
}
#original-menu .menu-trigger.active span.border03 {
  transform: translateY(-15px) rotate(315deg);
  background-color: #fff;
}
#original-menu .menu-trigger.active span.text:after {
  content: "Close";
  color: #fff;
}
#original-menu .sns {
  margin: 0 auto;
  width: 15%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 1%;
  padding-left: 0;
}
#original-menu #footer .inner .logo img {
  width: 100%;
  height: auto;
}
#original-menu .modalWrap {
  z-index: 499;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(10, 207, 254, 0.85) 0%, rgba(71, 90, 255, 0.85) 100%);
  transition: 0.5s;
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
#original-menu .modalWrap.active {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#original-menu .modalWrap nav {
  position: relative;
  z-index: 502;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 5% 5%;
}
#original-menu .modalWrap nav .menu-logo {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 50px 20px 20px;
}
#original-menu .modalWrap nav h3 {
  color: #fff;
  font-size: 1.8rem;
  margin: 60px 0 0 0;
  background: rgba(37, 61, 217, 0.6);
  transform: skew(-15deg);
  padding: 6px 50px;
}
#original-menu .modalWrap nav h3 span {
  transform: skew(15deg);
  display: block;
}
#original-menu .modalWrap nav ul {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style-type: none;
}
#original-menu .modalWrap nav ul li {
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 15px 25px 15px 25px;
}
#original-menu .modalWrap nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
}
#original-menu .modalWrap nav ul li a:before {
  content: "≫";
  font-size: 0.9em;
}
#original-menu .modalWrap nav ul li a span {
  font-size: 16px;
  letter-spacing: 2px;
  display: block;
}
#original-menu .modalWrap nav .button03 {
  width: 70%;
  margin: 40px auto 40px;
}
#original-menu .modalWrap nav .button03 a {
  font-size: 30px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #original-menu .menu-trigger {
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    cursor: pointer;
  }
  #original-menu .menu-trigger span {
    position: absolute;
    width: 45%;
    left: 19%;
  }
  #original-menu .menu-trigger span.border01 {
    top: 12px;
    height: 2px;
    border-radius: 22px;
    left: 27%;
  }
  #original-menu .menu-trigger span.border02 {
    top: 22px;
    height: 2px;
    border-radius: 22px;
    left: 27%;
  }
  #original-menu .menu-trigger span.border03 {
    top: 32px;
    height: 2px;
    border-radius: 22px;
    left: 27%;
  }
  #original-menu .menu-trigger span.text {
    bottom: 4px;
  }
  #original-menu .menu-trigger span.text:after {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  #original-menu .menu-trigger.active {
    transform: translate(0, 0);
  }
  #original-menu .menu-trigger.active span.border01 {
    transform: translateY(15px) rotate(-315deg);
    top: 7px;
    left: 16px;
  }
  #original-menu .menu-trigger.active span.border02 {
    opacity: 0;
  }
  #original-menu .menu-trigger.active span.border03 {
    transform: translateY(-15px) rotate(315deg);
    top: 37px;
    left: 16px;
  }
  #original-menu .menu-trigger.active span.text:after {
    content: "Close";
  }
  #original-menu .sns {
    margin: 0 auto;
    width: 28%;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 1%;
    padding-left: 0;
  }
  #original-menu .modalWrap.active {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #original-menu .modalWrap nav .menu-logo {
    width: 35vw;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
  }
  #original-menu .modalWrap nav h3 {
    font-size: 7vw;
    margin: 0 0 1% 0;
    background: rgba(37, 61, 217, 0.6);
    transform: skew(-15deg);
    padding: 6px 30px 6px 30px;
  }
  #original-menu .modalWrap nav h3 span {
    transform: skew(15deg);
    display: block;
  }
  #original-menu .modalWrap nav ul {
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0 0% 0 0%;
    align-items: flex-start;
  }
  #original-menu .modalWrap nav ul li {
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 5vw;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 10px 0px 10px;
    width: 48.5%;
  }
  #original-menu .modalWrap nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.4s ease;
  }
  #original-menu .modalWrap nav ul li a:before {
    content: "≫";
    font-size: 0.9em;
  }
  #original-menu .modalWrap nav ul li a span {
    font-size: 3vw;
    letter-spacing: 2px;
    display: block;
  }
  #original-menu .modalWrap nav .button03 {
    width: 90%;
    margin: 20px auto 30px;
  }
  #original-menu .modalWrap nav .button03 a {
    font-size: 5vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MAIN-TOP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#main-top {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 0 0px 0;
  overflow: hidden;
}
#main-top #hoge {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: block;
}
#main-top #hoge #hoge-bg {
  width: 100%;
  height: 100%;
  padding: 0;
}
#main-top .hoge-title {
  padding: 0px 0 0px 0;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#main-top .hoge-title h2 {
  font-size: 90px;
  line-height: 1.15;
  letter-spacing: 0px;
  padding: 0 0 20px 0;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-family: upgrade, Aharoni, source-han-sans-japanese, -apple-system;
}
#main-top .hoge-title h3 {
  margin: 30px 0 0 0;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 3px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
#main-top .logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 6;
}
#main-top .logo a {
  text-decoration: none;
}
#main-top .logo a img {
  width: 100%;
  height: auto;
}
#main-top .bg-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#main-top .bg-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
  opacity: 0.8;
  position: absolute;
  z-index: 3;
}
#main-top .bg-slide .img-space {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: CrossFade 24s 0s infinite;
  /* スライドショーを順番に出すcss */
}
#main-top .bg-slide .img-space:nth-of-type(1) {
  background-image: url("../images/bg-slide01.jpg");
}
#main-top .bg-slide .img-space:nth-of-type(2) {
  background-image: url("../images/bg-slide02.jpg");
  animation-delay: 6s;
}
#main-top .bg-slide .img-space:nth-of-type(3) {
  background-image: url("../images/bg-slide03.jpg");
  animation-delay: 12s;
}
#main-top .bg-slide .img-space:nth-of-type(4) {
  background-image: url("../images/bg-slide04.jpg");
  animation-delay: 18s;
}
#main-top .bg-slide .img-space:nth-of-type(5) {
  background-image: url("../images/bg-slide05.jpg");
  animation-delay: 24s;
}
@keyframes CrossFade {
  25% {
    opacity: 1;
    transform: scale(1.4) rotate(0);
  }
  40% {
    opacity: 0;
  }
}

.page #main-top {
  height: 400px;
  margin: 0 0 0 0;
}
.page #main-top .hoge-title h1 {
  font-size: 80px;
  line-height: 1.15;
  padding: 0 0 15px 0;
  text-align: center;
  color: #fff;
}
.page #main-top .hoge-title h2 {
  font-size: 25px;
  padding: 0 0 0px 0;
  line-height: 1.75;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #main-top {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 0 0px 0;
    overflow: hidden;
  }
  #main-top #hoge {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: block;
  }
  #main-top #hoge #hoge-bg {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #main-top .hoge-title {
    padding: 0px 0 0px 0;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #main-top .hoge-title h2 {
    font-size: 7vw;
  }
  #main-top .hoge-title h3 {
    font-size: 20px;
  }
  #main-top .bg-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  }
  #main-top .bg-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    opacity: 0.8;
    position: absolute;
    z-index: 3;
  }
  /*===========================
  .page #main-top
  ===========================*/
  .page #main-top {
    height: 400px;
    margin: 0 0 0 0;
  }
  .page #main-top .hoge-title h1 {
    font-size: 7vw;
    line-height: 1.15;
    padding: 0 0 15px 0;
    text-align: center;
    color: #fff;
  }
  .page #main-top .hoge-title h2 {
    font-size: 22px;
    padding: 0 0 0px 0;
    line-height: 1.75;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #main-top {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 0 0px 0;
    overflow: hidden;
  }
  #main-top #hoge {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: block;
  }
  #main-top #hoge #hoge-bg {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #main-top .hoge-title {
    padding: 0px 0 0px 0;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #main-top .hoge-title h2 {
    font-size: 8.25vw;
  }
  #main-top .hoge-title h3 {
    font-size: 20px;
  }
  #main-top .logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 6;
  }
  #main-top .logo a {
    text-decoration: none;
  }
  #main-top .logo a img {
    width: 100%;
    height: auto;
  }
  #main-top .bg-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
  }
  #main-top .bg-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    opacity: 0.8;
    position: absolute;
    z-index: 3;
  }
  .page #main-top {
    height: 400px;
    margin: 0 0 0 0;
  }
  .page #main-top .hoge-title h1 {
    font-size: 8.25vw;
    line-height: 1.15;
    padding: 0 0 15px 0;
    text-align: center;
    color: #fff;
  }
  .page #main-top .hoge-title h2 {
    font-size: 22px;
    padding: 0 0 0px 0;
    line-height: 1.75;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #main-top {
    height: 740px;
    margin: 0 0 0px 0;
  }
  #main-top .hoge-title {
    width: 100%;
  }
  #main-top .hoge-title h2 {
    font-size: 13vw;
    line-height: 1.15;
    padding: 0 0 0px 0;
  }
  #main-top .hoge-title h3 {
    margin: 25px 0 0 0;
    font-size: 4.85vw;
    line-height: 1.85;
    letter-spacing: 2px;
  }
  #main-top .logo {
    width: 40vw;
    height: auto;
    top: 15px;
    left: 20px;
    z-index: 6;
  }
  #main-top .logo a {
    text-decoration: none;
  }
  #main-top .logo a img {
    width: 100%;
    height: auto;
  }
  /*===========================
  .page #main-top
  ===========================*/
  .page #main-top {
    height: 400px;
    margin: 0 0 0 0;
  }
  .page #main-top .hoge-title h1 {
    font-size: 13.25vw;
    line-height: 1.15;
    padding: 0 0 15px 0;
    text-align: center;
    color: #fff;
  }
  .page #main-top .hoge-title h1 .small {
    font-size: 0.8em;
  }
  .page #main-top .hoge-title h2 {
    font-size: 4.85vw;
    padding: 0 0 0px 0;
    line-height: 1.75;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FIRST-MESSAGE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.first-message {
  margin: 80px 0 0 0;
  background: url(../images/first-message-bg.jpg) no-repeat right bottom;
  background-size: auto 100%;
  overflow: hidden;
  padding: 0 0 0 0;
}
.first-message .title {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.first-message .title .back {
  width: 100%;
  overflow: hidden;
  position: absolute;
  line-height: 0.8;
  top: 0;
  left: 0;
}
.first-message .title .back span {
  display: inline-block;
  padding-left: 100%;
  line-height: 1em;
  animation: backRotateAnime 10s linear infinite;
  font-size: 150px;
  letter-spacing: 5px;
  line-height: 1;
  font-weight: bold;
  color: rgba(200, 200, 200, 0.5);
  white-space: nowrap;
  font-weight: 900;
}
@keyframes backRotateAnime {
  0% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
.first-message .title .front {
  display: block;
  max-width: 1980px;
  overflow: hidden;
  padding: 0 10% 0 10%;
  margin: 0px auto 0;
  line-height: 1.3;
  text-align: left;
  position: relative;
  z-index: 10;
}
.first-message .title .front .catch {
  color: #000;
  font-weight: 700;
  font-size: 45px;
}
.first-message .title .front h2 {
  color: #000;
  font-weight: 700;
  font-size: 75px;
}
.first-message .title .front::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.first-message .title .front .zoom {
  opacity: 0;
}
.first-message .title .front.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.first-message .title .front.inview .zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: normal;
}
@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.first-message .sentence {
  max-width: 1980px;
  padding: 0 10% 0 10%;
  margin: 30px auto 0;
  overflow: hidden;
}
.first-message .sentence p {
  width: 700px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.75;
}
.first-message .sentence.inview p {
  animation: slide-bck-tl 0.9s cubic-bezier(0.47, 0, 0.745, 0.715);
  overflow: hidden;
}
@keyframes slide-bck-tl {
  0% {
    opacity: 0;
    transform: translateZ(400px) translateY(300px) translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateY(0) translateX(0);
  }
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .first-message {
    margin: 40px 0 0 0;
    background: url(../images/first-message-bg.jpg) no-repeat right bottom;
    background-size: contain;
    padding: 0 0 260px 0;
  }
  .first-message .title {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .first-message .title .back {
    width: 100%;
    overflow: hidden;
  }
  .first-message .title .back span {
    padding-left: 100%;
    line-height: 1em;
    font-size: 20vw;
    letter-spacing: 5px;
  }
  .first-message .title .front {
    padding: 0 5% 0 5%;
    margin: 0px auto 0;
    line-height: 1.3;
    text-align: left;
  }
  .first-message .title .front .catch {
    font-size: 6vw;
  }
  .first-message .title .front h2 {
    font-size: 8.5vw;
  }
  .first-message .title .front::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaebe6;
    opacity: 0;
  }
  .first-message .title .front .zoom {
    opacity: 0;
  }
  .first-message .title .front.inview::after {
    opacity: 1;
  }
  .first-message .title .front.inview .zoom {
    opacity: 1;
    transition: transform 0.3s ease;
  }
  .first-message .sentence {
    max-width: 1980px;
    padding: 0 0 0 0%;
    margin: 0 auto;
    overflow: hidden;
  }
  .first-message .sentence p {
    width: 90%;
    padding: 10px 0 10px 0;
    font-size: 4.25vw;
    line-height: 1.75;
    margin: 0 auto 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 OUR MISSION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.our-mission variables(変数設定)
===============================================*/
.sm-link {
  --smLinkPadding: 20px 45px;
  --smLinkLineWeight: 5px;
  --smLinkLineColor: #5580e1;
  --smLinkTextColor: #5580e1;
  --smLinkTextColorHover: #5580e1;
}

.our-mission .title-en {
  text-align: center;
  max-width: 1070px;
  margin: 150px auto 0;
  position: relative;
  overflow: hidden;
}
.our-mission .title-en h2 {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.our-mission .title-en h2.sm-link {
  --uismLinkDisplay: var(--smLinkDisplay, inline-flex);
  display: inline-flex;
  --uismLinkTextColor: var(--smLinkTextColor);
  --uismLinkTextColorHover: var(--smLinkTextColorHover);
  display: var(--uismLinkDisplay);
  color: var(--uismLinkTextColor);
  position: relative;
  overflow: hidden;
}
.our-mission .title-en h2.sm-link .sm-link__label {
  display: block;
}
.our-mission .title-en h2.sm-link_padding-all {
  --uismLinkLineWeight: var(--smLinkLineWeight, 2px);
  --uismLinkLineColor: var(--smLinkLineColor, #000);
  --uismLinkPadding: var(--smLinkPadding, 5px);
  transform: skew(-15deg);
  padding: var(--uismLinkPadding);
}
.our-mission .title-en h2.sm-link_padding-all::before, .our-mission .title-en h2.sm-link_padding-all::after {
  width: 100%;
  height: var(--uismLinkLineWeight);
  left: 0;
}
.our-mission .title-en h2.sm-link_padding-all::before {
  top: 0;
}
.our-mission .title-en h2.sm-link_padding-all::after {
  bottom: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  width: var(--uismLinkLineWeight);
  height: 100%;
  top: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::before {
  left: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  right: 0;
}
.our-mission .title-en h2.sm-link_padding-all::before, .our-mission .title-en h2.sm-link_padding-all::after, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  content: "";
  background-color: var(--uismLinkLineColor);
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  transition-property: transform, opacity;
}
.our-mission .title-en h2.sm-link_padding-all.inview::before, .our-mission .title-en h2.sm-link_padding-all.inview::after, .our-mission .title-en h2.sm-link_padding-all.inview .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all.inview .sm-link__label::after {
  opacity: 1;
}
.our-mission .title-en h2.sm-link5::before, .our-mission .title-en h2.sm-link5::after, .our-mission .title-en h2.sm-link5 .sm-link__label::before, .our-mission .title-en h2.sm-link5 .sm-link__label::after {
  transition-timing-function: ease-out;
  transition-duration: 1.2s, 1.15s;
  transition-delay: 1s, 1.15s;
}
.our-mission .title-en h2.sm-link5::before {
  transform: translate3d(-100%, 0, 0);
}
.our-mission .title-en h2.sm-link5::after {
  transform: translate3d(100%, 0, 0);
}
.our-mission .title-en h2.sm-link5 .sm-link__label::before {
  transform: translate3d(0, 100%, 0);
}
.our-mission .title-en h2.sm-link5 .sm-link__label::after {
  transform: translate3d(0, -100%, 0);
}
.our-mission .title-en h2.sm-link5.inview::before, .our-mission .title-en h2.sm-link5.inview::after, .our-mission .title-en h2.sm-link5.inview .sm-link__label::before, .our-mission .title-en h2.sm-link5.inview .sm-link__label::after {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.our-mission .title-en h3 {
  text-align: center;
  padding: 20px 0 50px 0;
  color: #5580e1;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  overflow: hidden;
}
.our-mission .title-en h3 .big {
  display: block;
  font-size: 85px;
}
.our-mission .title-en h3 .small {
  display: block;
  font-size: 22px;
}
.our-mission .title-en h3.inview .big {
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  overflow: hidden;
}
.our-mission .title-en h3.inview .small {
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  overflow: hidden;
}
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.our-mission .title-en .back {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  z-index: 1;
}
.our-mission .title-en .back span {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  font-size: 150px;
  line-height: 1;
  font-weight: bold;
  color: rgba(200, 200, 200, 0.2);
  white-space: nowrap;
  font-weight: 900;
}
.our-mission .title-en .back.inview span {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  overflow: hidden;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.our-mission .sentence {
  max-width: 1070px;
  margin: 20px auto 20px;
  font-size: 18px;
  line-height: 1.75;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .our-mission .title-en {
    margin: 40px auto 0;
  }
  .our-mission .title-en h2 {
    font-size: 7vw;
  }
  .our-mission .title-en h3 {
    text-align: center;
    padding: 20px 0 50px 0;
    z-index: 2;
    line-height: 1.2;
  }
  .our-mission .title-en h3 .big {
    font-size: 16vw;
  }
  .our-mission .title-en h3 .small {
    padding: 10px 0 0 0;
    display: block;
    font-size: 5vw;
  }
  .our-mission .title-en .back {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 1;
  }
  .our-mission .title-en .back span {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
    font-size: 150px;
    line-height: 1;
    font-weight: bold;
    color: rgba(200, 200, 200, 0.2);
    white-space: nowrap;
    font-weight: 900;
  }
  .our-mission .title-en .back.inview span {
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    overflow: hidden;
  }
  .our-mission .sentence {
    max-width: 90%;
    margin: 20px auto 20px;
    font-size: 4.25vw;
    line-height: 1.75;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA05 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.cta05 variables(変数設定)
===============================================*/
.cta05 {
  background: url(../images/cta05-bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin: 50px auto 50px;
  /* .cta05 .wrapper closed */
}
.cta05 .wrapper {
  padding: 40px 0 50px 0;
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
  /* .cta05 .inner closed */
}
.cta05 .wrapper .inner {
  margin: 0 auto;
  /* .cta05 .inner .top closed */
  /* .cta05 .inner .box-wrapper closed */
}
.cta05 .wrapper .inner .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta05 .wrapper .inner .top .icon {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #fff;
  box-shadow: 0 0 0 3px #a8d1f3;
  border: solid 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f7bc7;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  margin: 0 30px 0 0;
}
.cta05 .wrapper .inner .top .icon span.small {
  font-size: 15px;
}
.cta05 .wrapper .inner .top .icon span.big {
  font-size: 40px;
}
.cta05 .wrapper .inner .top .inside h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.cta05 .wrapper .inner .top .inside .detail {
  display: flex;
  align-items: center;
  justify-content: start;
}
.cta05 .wrapper .inner .top .inside .detail p.semi {
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin: 0 20px 0 0;
}
.cta05 .wrapper .inner .top .inside .detail p.semi a {
  color: #fff;
  text-decoration: none;
}
.cta05 .wrapper .inner .top .inside .detail p.sub {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.cta05 .wrapper .inner .middle {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta05 .wrapper .inner .middle .thumb {
  width: 450px;
  position: relative;
  margin: 0 50px 0 0;
  line-height: 0;
}
.cta05 .wrapper .inner .middle .thumb .main img {
  width: 100%;
  height: auto;
}
.cta05 .wrapper .inner .middle .thumb .mark {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 65%;
}
.cta05 .wrapper .inner .middle .thumb .mark img {
  width: 100%;
  height: auto;
}
.cta05 .wrapper .inner .middle .text .semi {
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.cta05 .wrapper .inner .middle .text .message {
  margin: 20px 0 0 0;
  background: #fff;
  width: 600px;
  padding: 10px 35px 30px 35px;
  border-radius: 150px;
  position: relative;
  z-index: 2;
}
.cta05 .wrapper .inner .middle .text .message .caption {
  text-align: center;
  margin: -30px 0 20px 0;
}
.cta05 .wrapper .inner .middle .text .message .caption .cover {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  position: relative;
  background: #2973c3;
  border-radius: 100px;
  padding: 5px 35px 5px 35px;
  border: solid 6px #a8d1f3;
}
.cta05 .wrapper .inner .middle .text .message .caption .cover:before, .cta05 .wrapper .inner .middle .text .message .caption .cover:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}
.cta05 .wrapper .inner .middle .text .message .caption .cover:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) skew(20deg);
}
.cta05 .wrapper .inner .middle .text .message .caption .cover:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) skew(-20deg);
}
.cta05 .wrapper .inner .middle .text .message:before {
  content: "";
  border-right: solid 30px #fff;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
  z-index: 1;
}
.cta05 .wrapper .inner .middle .text .message .main {
  font-size: 22px;
  font-weight: 700;
  color: #1f7bc7;
}
.cta05 .wrapper .inner .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 5% 50px 5%;
}
.cta05 .wrapper .inner .box-wrapper .box {
  width: 31%;
  margin: 0 3.5% 0 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
  padding: 25px 25px 25px 25px;
}
.cta05 .wrapper .inner .box-wrapper .box:nth-child(3) {
  margin: 0 0% 0 0;
}
.cta05 .wrapper .inner .box-wrapper .box h4 {
  color: #1f7bc7;
  text-align: center;
  border-bottom: solid 2px #1f7bc7;
  font-size: 18px;
  padding: 0 0 10px 0;
}
.cta05 .wrapper .inner .box-wrapper .box ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}
.cta05 .wrapper .inner .box-wrapper .box ul li {
  list-style-type: none;
  color: #1f7bc7;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: -1px;
  font-size: 17px;
  padding: 5px 0 5px 25px;
  background: url(../images/cta05-icon-check.svg) no-repeat 0 10px;
  background-size: 20px 20px;
}
.cta05 .wrapper .inner .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.5% 0 3.5%;
  /* .cta05 .inner .box-wrapper .box closed */
}
.cta05 .wrapper .inner .bottom .block {
  width: 47.5%;
  /* .cta05 .inner .box-wrapper .box .button closed */
}
.cta05 .wrapper .inner .bottom .block:nth-child(1) {
  margin: 0 3% 0 0;
}
.cta05 .wrapper .inner .bottom .block:nth-child(1) .button a {
  background: linear-gradient(90deg, rgb(232, 74, 17) 0%, rgb(216, 3, 3) 100%);
}
.cta05 .wrapper .inner .bottom .block:nth-child(2) {
  margin: 0 0% 0 0;
}
.cta05 .wrapper .inner .bottom .block:nth-child(2) .button a {
  background: #0074c1;
}
.cta05 .wrapper .inner .bottom .block .caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.cta05 .wrapper .inner .bottom .block .caption span {
  padding: 0 3px 0 3px;
}
.cta05 .wrapper .inner .bottom .block .caption:before, .cta05 .wrapper .inner .bottom .block .caption:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  height: 15px;
  width: 2px;
  display: inline-block;
}
.cta05 .wrapper .inner .bottom .block .caption:before {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) skew(20deg);
}
.cta05 .wrapper .inner .bottom .block .caption:after {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) skew(-20deg);
}
.cta05 .wrapper .inner .bottom .block .button a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 20px 0 20px 0;
  line-height: 1.2;
  position: relative;
  border-radius: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
}
.cta05 .wrapper .inner .bottom .block .button a span {
  padding: 0 0 0 10px;
}
.cta05 .wrapper .inner .bottom .block .button a img {
  width: 25px;
  height: 25px;
  position: relative;
  left: 0px;
  top: 2px;
}

/* .cta05 closed */
body.success-case .cta05 {
  margin: 0px auto 50px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cta05 {
    margin: 50px auto 50px;
    /* .cta05 .wrapper closed */
  }
  .cta05 .wrapper {
    padding: 40px 0 50px 0;
    /* .cta05 .inner closed */
  }
  .cta05 .wrapper .inner {
    /* .cta05 .inner .top closed */
    /* .cta05 .inner .box-wrapper closed */
  }
  .cta05 .wrapper .inner .top .icon {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f7bc7;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1px;
    margin: 0 30px 0 0;
  }
  .cta05 .wrapper .inner .top .icon span.small {
    font-size: 15px;
  }
  .cta05 .wrapper .inner .top .icon span.big {
    font-size: 40px;
  }
  .cta05 .wrapper .inner .top .inside h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .cta05 .wrapper .inner .top .inside .detail {
    display: block;
    align-items: center;
    justify-content: start;
  }
  .cta05 .wrapper .inner .top .inside .detail p.semi {
    font-size: 7vw;
    margin: 0 20px 0 0;
  }
  .cta05 .wrapper .inner .top .inside .detail p.semi a {
    text-decoration: none;
  }
  .cta05 .wrapper .inner .top .inside .detail p.sub {
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
  }
  .cta05 .wrapper .inner .box-wrapper {
    display: block;
    flex-wrap: wrap;
    margin: 30px 5% 50px 5%;
  }
  .cta05 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 20px auto 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(11, 53, 87, 0.2);
    padding: 25px 25px 25px 25px;
  }
  .cta05 .wrapper .inner .box-wrapper .box:nth-child(3) {
    margin: 20px auto 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box h4 {
    color: #1f7bc7;
    text-align: center;
    border-bottom: solid 2px #1f7bc7;
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box ul li {
    list-style-type: none;
    color: #1f7bc7;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
    letter-spacing: -1px;
    font-size: 17px;
    padding: 5px 0 5px 25px;
    background: url(../images/cta05-icon-check.svg) no-repeat 0 10px;
    background-size: 20px 20px;
  }
  .cta05 .wrapper .inner .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.5% 0 3.5%;
    /* .cta05 .inner .box-wrapper .box closed */
  }
  .cta05 .wrapper .inner .bottom .block {
    width: 47.5%;
    /* .cta05 .inner .box-wrapper .box .button closed */
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(1) {
    margin: 0 3% 0 0;
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(1) .button a {
    background: linear-gradient(90deg, rgb(232, 74, 17) 0%, rgb(216, 3, 3) 100%);
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(2) {
    margin: 0 0% 0 0;
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(2) .button a {
    background: #0074c1;
  }
  .cta05 .wrapper .inner .bottom .block .caption {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .cta05 .wrapper .inner .bottom .block .caption span {
    padding: 0 3px 0 3px;
  }
  .cta05 .wrapper .inner .bottom .block .caption:before, .cta05 .wrapper .inner .bottom .block .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta05 .wrapper .inner .bottom .block .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) skew(20deg);
  }
  .cta05 .wrapper .inner .bottom .block .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) skew(-20deg);
  }
  .cta05 .wrapper .inner .bottom .block .button a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    position: relative;
    border-radius: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta05 .wrapper .inner .bottom .block .button a span {
    padding: 0 0 0 10px;
  }
  .cta05 .wrapper .inner .bottom .block .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta05 closed */
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cta05 {
    max-width: 100%;
    margin: 50px auto 50px;
    /* .cta05 .wrapper closed */
  }
  .cta05 .wrapper {
    padding: 30px 0 50px 0;
    /* .cta05 .inner closed */
  }
  .cta05 .wrapper .inner {
    margin: 0 auto;
    /* .cta05 .inner .top closed */
    /* .cta05 .inner .box-wrapper closed */
  }
  .cta05 .wrapper .inner .top {
    display: block;
  }
  .cta05 .wrapper .inner .top .icon {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 auto 0;
  }
  .cta05 .wrapper .inner .top .icon span.small {
    font-size: 15px;
  }
  .cta05 .wrapper .inner .top .icon span.big {
    font-size: 40px;
  }
  .cta05 .wrapper .inner .top .inside {
    margin: 20px 0 0 0;
  }
  .cta05 .wrapper .inner .top .inside h3 {
    text-align: center;
    font-size: 5vw;
    letter-spacing: 2px;
  }
  .cta05 .wrapper .inner .top .inside .detail {
    display: block;
  }
  .cta05 .wrapper .inner .top .inside .detail p.semi {
    text-align: center;
    font-size: 12vw;
    margin: 20px 0px 0 0;
  }
  .cta05 .wrapper .inner .top .inside .detail p.sub {
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .cta05 .wrapper .inner .middle {
    margin: 25px 0 0 0;
    display: block;
  }
  .cta05 .wrapper .inner .middle .thumb {
    width: 100%;
    position: relative;
    margin: 0 0px 0 0;
  }
  .cta05 .wrapper .inner .middle .thumb .main img {
    width: 100%;
    height: auto;
  }
  .cta05 .wrapper .inner .middle .thumb .mark {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 50%;
  }
  .cta05 .wrapper .inner .middle .thumb .mark img {
    width: 100%;
    height: auto;
  }
  .cta05 .wrapper .inner .middle .text .semi {
    font-size: 32px;
  }
  .cta05 .wrapper .inner .middle .text .message {
    margin: -10px auto 0;
    background: #fff;
    width: 90%;
    padding: 10px 30px 20px 30px;
    border-radius: 0px;
    position: relative;
    z-index: 3;
  }
  .cta05 .wrapper .inner .middle .text .message .caption {
    text-align: center;
    margin: -25px 0 10px 0;
  }
  .cta05 .wrapper .inner .middle .text .message .caption .cover {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    padding: 5px 35px 5px 35px;
    z-index: 3;
  }
  .cta05 .wrapper .inner .middle .text .message .caption .cover:before, .cta05 .wrapper .inner .middle .text .message .caption .cover:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta05 .wrapper .inner .middle .text .message .caption .cover:before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) skew(20deg);
  }
  .cta05 .wrapper .inner .middle .text .message .caption .cover:after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) skew(-20deg);
  }
  .cta05 .wrapper .inner .middle .text .message:before {
    display: none;
  }
  .cta05 .wrapper .inner .middle .text .message .main {
    font-size: 18px;
  }
  .cta05 .wrapper .inner .box-wrapper {
    display: block;
    margin: 30px 5% 50px 5%;
  }
  .cta05 .wrapper .inner .box-wrapper .box {
    width: 100%;
    margin: 15px auto 0;
    background: #fff;
    padding: 25px 25px 25px 25px;
  }
  .cta05 .wrapper .inner .box-wrapper .box:nth-child(3) {
    margin: 15px auto 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box h4 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
  }
  .cta05 .wrapper .inner .box-wrapper .box ul li {
    list-style-type: none;
    color: #1f7bc7;
    letter-spacing: -1px;
    font-size: 17px;
    padding: 5px 0 5px 25px;
    background: url(../images/cta05-icon-check.svg) no-repeat 0 10px;
    background-size: 20px 20px;
  }
  .cta05 .wrapper .inner .bottom {
    display: block;
    padding: 0 3.5% 0 3.5%;
    /* .cta05 .inner .box-wrapper .box closed */
  }
  .cta05 .wrapper .inner .bottom .block {
    width: 100%;
    /* .cta05 .inner .box-wrapper .box .button closed */
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(1) {
    margin: 20px 0% 0 0;
  }
  .cta05 .wrapper .inner .bottom .block:nth-child(2) {
    margin: 20px 0% 0 0;
  }
  .cta05 .wrapper .inner .bottom .block .caption {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 8px 0;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .cta05 .wrapper .inner .bottom .block .caption span {
    padding: 0 3px 0 3px;
  }
  .cta05 .wrapper .inner .bottom .block .caption:before, .cta05 .wrapper .inner .bottom .block .caption:after {
    content: "";
    background: #fff;
    border-radius: 30px;
    height: 15px;
    width: 2px;
    display: inline-block;
  }
  .cta05 .wrapper .inner .bottom .block .caption:before {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) skew(20deg);
  }
  .cta05 .wrapper .inner .bottom .block .caption:after {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) skew(-20deg);
  }
  .cta05 .wrapper .inner .bottom .block .button a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 20px 0;
    line-height: 1.2;
    position: relative;
    border-radius: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 3px inset #fff;
  }
  .cta05 .wrapper .inner .bottom .block .button a span {
    padding: 0 0 0 10px;
  }
  .cta05 .wrapper .inner .bottom .block .button a img {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px;
  }
  /* .cta05 closed */
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LP-ALL-BANNER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.lp-all-banner {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 30px 0 30px 0;
}
.lp-all-banner .wrapper a img {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  border: solid 3px #65ccdd;
  padding: 5px 5px 5px 5px;
  background: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .lp-all-banner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 30px 0 30px 0;
  }
  .lp-all-banner .wrapper a img {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    border: solid 3px #65ccdd;
    padding: 5px 5px 5px 5px;
    background: #fff;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lp-all-banner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 30px 0 30px 0;
  }
  .lp-all-banner .wrapper a img {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    border: solid 3px #65ccdd;
    padding: 5px 5px 5px 5px;
    background: #fff;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .lp-all-banner {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 10px 0 10px 0;
  }
  .lp-all-banner .wrapper a img {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    border: solid 3px #65ccdd;
    padding: 5px 5px 5px 5px;
    background: #fff;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#footer {
  margin: 90px 0 0 0;
  overflow: hidden;
  /******************************************************************

  .Waves: フッターの波の部分

  ******************************************************************/
}
#footer .top {
  /* Animation */
  /*Shrinking for mobile*/
}
#footer .top .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
#footer .top .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
#footer .top .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
#footer .top .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
#footer .top .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
#footer .top .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
#footer .top .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  #footer .top .waves {
    height: 40px;
    min-height: 40px;
  }
  #footer .top .content {
    height: 30vh;
  }
}

/******************************************************************

#footer .wrapper：フッター中身

******************************************************************/
#footer .wrapper {
  background: linear-gradient(0deg, rgb(73, 90, 255) 0%, rgb(7, 208, 227) 100%);
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 20px 0;
  margin: -5px 0 0;
  z-index: 1;
}

#footer .wrapper .back-wrapper {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
}

#footer .wrapper .back {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#footer .wrapper .back span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: backRotateAnime 14s linear infinite;
  font-size: 250px;
  letter-spacing: 5px;
  line-height: 1;
  font-weight: bold;
  color: rgba(200, 200, 200, 0.5);
  white-space: nowrap;
  font-weight: 900;
  position: relative;
  z-index: 6;
  bottom: 0;
}

#footer .inner {
  max-width: 1980px;
  margin: 0 auto 0;
  padding: 80px 10% 50px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*===========================
#footer .logo
===========================*/
#footer .inner .logo {
  width: 200px;
  position: relative;
  z-index: 6;
}

#footer .inner .logo .sns {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 10%;
  padding-left: 0;
}

#footer .inner .logo img {
  width: 100%;
  height: auto;
}

/*===========================
#footer .menu
===========================*/
#footer .inner .menu {
  padding: 0 10%;
  position: relative;
  z-index: 6;
}

#footer .inner .menu ul {
  list-style-type: none;
}

#footer .inner .menu ul h3 {
  color: #fff;
  font-size: 30px;
  margin: 50px 0 0 0;
}

#footer .inner .menu ul li {
  line-height: 1.85;
}

#footer .inner .menu ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

#footer .inner .menu ul li a:before {
  content: "≫";
}

/*===========================
#footer .info
===========================*/
#footer .inner .info {
  position: relative;
  z-index: 6;
}

#footer .inner .info h3 {
  transform: skew(-15deg);
  color: #fff;
  background: rgba(23, 147, 177, 0.5);
  text-align: center;
  padding: 3px 15px;
  margin: 30px 0 10px 0;
}

#footer .inner .info h3 span {
  transform: skew(15deg);
  display: block;
}

#footer .inner .info p,
#footer .inner .info p a {
  color: #fff;
  text-align: center;
}

#footer .inner .info .button03 {
  margin: 30px 0 0 0;
  position: relative;
  z-index: 20;
}

#footer .inner .info .button0 a {
  font-size: 18px;
}

/*===========================
.copyright
===========================*/
#footer .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}

/*=============================================
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 BUTTON03　〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
=============================================*/
.menu-wrap .button03 {
  margin: 20px auto 0px;
}

.button03 a {
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: block;
  padding: 12px 30px;
  font-weight: 700;
  margin: 0 auto 0;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.button03 a:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  background: rgb(37, 61, 217);
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}

.button03 a:hover {
  cursor: pointer;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border: 2px solid rgb(37, 61, 217);
}

.button03 a:hover:after {
  left: -10%;
  width: 120%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #footer .wrapper {
    margin: -2px auto 0;
  }
  #footer .inner {
    display: block;
    padding: 50px 4% 40px 4%;
  }
  #footer .inner .logo {
    width: 150px;
    position: relative;
    z-index: 6;
    margin: 0 auto 0;
  }
  #footer .inner .menu {
    padding: 0 0;
  }
  #footer .inner .info h3 {
    background: rgba(23, 147, 177, 0.6);
  }
  #footer .wrapper .back {
    display: none !important;
  }
  #footer .wrapper .back span {
    display: none !important;
    font-size: 210px;
    color: rgba(200, 200, 200, 0.5);
    white-space: nowrap;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MEDIA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#media {
  margin: 40px 0 0 0;
  background: url(../images/media-list-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
#media .wrapper {
  background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
  padding: 0 0 35px 0;
}
#media .wrapper h2 {
  padding: 30px 0 10px 0;
}
#media .wrapper h2 .en {
  font-family: Montserrat, helvetica;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 0 5px 0;
}
#media .wrapper h2 .semi {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#media .wrapper ul {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 0 3.5% 0 3.5%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
#media .wrapper ul li {
  list-style-type: none;
  width: 32%;
  margin: 40px 2% 0 0;
  background: rgb(255, 255, 255);
  padding: 0 0 30px 0;
}
#media .wrapper ul li:nth-child(3n) {
  margin: 40px 0 0 0;
}
#media .wrapper ul li a {
  text-decoration: none;
  color: #0f5d94;
}
#media .wrapper ul li a .thumb {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
#media .wrapper ul li a .thumb img {
  width: 100%;
  height: auto;
}
#media .wrapper ul li a .category {
  text-align: right;
  padding: 0 5% 0 5%;
  margin: -30px 0 0 0;
}
#media .wrapper ul li a .category .cover {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  border: solid 3px #5580e1;
  transform: skew(-15deg);
  background: #5580e1;
  box-shadow: 0 0 0 2px #fff inset;
}
#media .wrapper ul li a .category .cover span {
  display: inline-block;
  transform: skew(15deg);
  color: #fff !important;
  font-size: 18px;
}
#media .wrapper ul li a h3 {
  margin: 20px 0 0 0;
  padding: 0 5% 0 5%;
  font-size: 24px;
}
#media .wrapper ul li a .ymd {
  margin: 15px 0 0 0;
  text-align: right;
  padding: 0 5% 0 5%;
  font-size: 16px;
}
#media .wrapper .button {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 0 0 30px 0;
}
#media .wrapper .button a {
  display: block;
  width: 100%;
  border: solid 3px #fff;
  text-align: center;
  color: #0f5d94;
  background: #fff;
  box-shadow: 0 0 0 3px #0f5d94 inset;
  padding: 15px 5% 15px 5%;
}
#media .wrapper .button a .inside {
  font-size: 24px;
  color: #0f5d94;
  text-align: center;
  font-weight: 700;
}
#media .wrapper .button a .inside:before {
  content: "≫";
  font-size: 0.9em;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #media {
    margin: 40px 0 0 0;
  }
  #media .wrapper {
    background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
    padding: 0 0 35px 0;
  }
  #media .wrapper h2 {
    padding: 30px 0 10px 0;
  }
  #media .wrapper h2 .en {
    font-size: 17vw;
    padding: 0 0 5px 0;
  }
  #media .wrapper h2 .semi {
    font-size: 18px;
  }
  #media .wrapper ul {
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 0 3.5% 0 3.5%;
    display: block;
  }
  #media .wrapper ul li {
    list-style-type: none;
    width: 100%;
    margin: 25px 0 0 0;
    background: rgb(255, 255, 255);
    padding: 0 0 30px 0;
  }
  #media .wrapper ul li:nth-child(3n) {
    margin: 25px 0 0 0;
  }
  #media .wrapper ul li a {
    text-decoration: none;
    color: #0f5d94;
  }
  #media .wrapper ul li a .thumb {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
  }
  #media .wrapper ul li a .thumb img {
    width: 100%;
    height: auto;
  }
  #media .wrapper ul li a .category {
    text-align: right;
    padding: 0 5% 0 5%;
    margin: -30px 0 0 0;
  }
  #media .wrapper ul li a .category .cover {
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border: solid 3px #5580e1;
    transform: skew(-15deg);
    background: #5580e1;
    box-shadow: 0 0 0 2px #fff inset;
  }
  #media .wrapper ul li a .category .cover span {
    font-size: 16px;
  }
  #media .wrapper ul li a h3 {
    margin: 20px 0 0 0;
    padding: 0 5% 0 5%;
    font-size: 22px;
  }
  #media .wrapper ul li a .ymd {
    margin: 15px 0 0 0;
    text-align: right;
    padding: 0 5% 0 5%;
    font-size: 15px;
  }
  #media .wrapper .button {
    max-width: 92%;
    margin: 20px auto 0;
    padding: 0 0 30px 0;
  }
  #media .wrapper .button a {
    display: block;
    width: 100%;
    border: solid 3px #fff;
    text-align: center;
    padding: 15px 5% 15px 5%;
  }
  #media .wrapper .button a .inside {
    font-size: 22px;
    font-weight: 700;
  }
  #media .wrapper .button a .inside:before {
    content: "≫";
    font-size: 0.9em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* top */
.scroll-attend {
  width: 90%;
  position: relative;
  margin: -50px auto 20px;
  text-align: center;
  padding: 10px 0 10px 0;
  z-index: 200;
}
.scroll-attend p {
  margin-top: 10px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 12px;
  text-indent: 12px;
  color: rgba(176, 217, 232, 0.85);
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scroll-attend .mouse {
  background: rgba(33, 155, 219, 0.85) linear-gradient(transparent 0%, transparent 50%, rgba(176, 217, 232, 0.85) 50%, rgba(176, 217, 232, 0.85) 100%);
  position: relative;
  width: 52px;
  height: 88px;
  margin: 0 auto;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.scroll-attend .mouse:before, .scroll-attend .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-attend .mouse:before {
  width: 46px;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
}
.scroll-attend .mouse:after {
  background-color: rgba(176, 217, 232, 0.85);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: rgba(33, 155, 219, 0.85);
  }
  29.99% {
    background-color: rgba(176, 217, 232, 0.85);
    background-position: 0% 0%;
  }
  30% {
    background-color: rgba(33, 155, 219, 0.85);
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: rgba(33, 155, 219, 0.85);
  }
  59% {
    background-color: rgba(176, 217, 232, 0.85);
    background-position: 0% 0%;
  }
  60% {
    background-color: rgba(33, 155, 219, 0.85);
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: rgba(33, 155, 219, 0.85);
  }
  90%, 100% {
    background-color: rgba(176, 217, 232, 0.85);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: rgba(33, 155, 219, 0.85);
  }
  30% {
    color: rgba(176, 217, 232, 0.85);
  }
  51% {
    color: rgba(33, 155, 219, 0.85);
  }
  60% {
    color: rgba(176, 217, 232, 0.85);
  }
  81% {
    color: rgba(33, 155, 219, 0.85);
  }
  90% {
    color: rgba(176, 217, 232, 0.85);
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 INFORMATION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#information {
  position: relative;
  z-index: 1;
}
#information .wrapper .inner {
  margin: 30px auto 30px;
  max-width: 1280px;
  padding: 0 5% 0 5%;
}
#information .wrapper .inner h2 {
  position: relative;
  background: #1f7bc7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 0 15px 0;
}
#information .wrapper .inner h2::before {
  content: "";
  position: absolute;
  height: 70%;
  top: 15%;
  left: 20px;
  border-left: solid 6px #fff;
  border-radius: 10px;
}
#information .wrapper .inner h2 .catch {
  color: #fff;
  padding: 0 0 0 42px;
  font-size: 24px;
  letter-spacing: 2px;
}
#information .wrapper .inner h2 .en {
  color: #fff;
  padding: 0 20px 0 0px;
  font-size: 14px;
}
#information .wrapper .inner ul {
  padding: 20px 5% 20px 5%;
  margin: 0;
  border: solid 2px #1f7bc7;
  height: 270px;
  overflow-y: scroll;
}
#information .wrapper .inner ul li {
  font-size: 18px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 10px 0;
  color: #8b8b8b;
  border-bottom: solid 1px #ccc;
}
#information .wrapper .inner ul li span.date {
  padding: 0 20px 0 0;
}
#information .wrapper .inner ul li a {
  color: #1f7bc7;
}
#information .wrapper .inner ul li span.plane {
  color: #1f7bc7;
}
#information .wrapper .inner ul:-webkit-scrollbar {
  width: 10px;
}
#information .wrapper .inner ul:-webkit-scrollbar-track {
  background: #a8d1f3;
  border: none;
  box-shadow: inset 0 0 2px #1f7bc7;
}
#information .wrapper .inner ul:-webkit-scrollbar-thumb {
  background: #2973c3;
  box-shadow: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #information {
    position: relative;
    z-index: 1;
  }
  #information .wrapper .inner {
    margin: 30px auto 30px;
    max-width: 92%;
    padding: 0 5% 0 5%;
  }
  #information .wrapper .inner h2 {
    position: relative;
    background: #1f7bc7;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 0 15px 0;
  }
  #information .wrapper .inner h2::before {
    content: "";
    position: absolute;
    height: 70%;
    top: 15%;
    left: 20px;
    border-left: solid 6px #fff;
    border-radius: 10px;
  }
  #information .wrapper .inner h2 .catch {
    color: #fff;
    padding: 0 0 0 42px;
    font-size: 24px;
    letter-spacing: 2px;
  }
  #information .wrapper .inner h2 .en {
    color: #fff;
    padding: 0 20px 0 0px;
    font-size: 14px;
  }
  #information .wrapper .inner ul {
    padding: 20px 5% 20px 5%;
    margin: 0;
    border: solid 2px #1f7bc7;
    height: 270px;
    overflow-y: scroll;
  }
  #information .wrapper .inner ul li {
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 0;
    color: #8b8b8b;
    border-bottom: solid 1px #ccc;
  }
  #information .wrapper .inner ul li span.date {
    padding: 0 20px 0 0;
  }
  #information .wrapper .inner ul li a {
    color: #1f7bc7;
  }
  #information .wrapper .inner ul li span.plane {
    color: #1f7bc7;
  }
  #information .wrapper .inner ul:-webkit-scrollbar {
    width: 10px;
  }
  #information .wrapper .inner ul:-webkit-scrollbar-track {
    background: #a8d1f3;
    border: none;
    box-shadow: inset 0 0 2px #1f7bc7;
  }
  #information .wrapper .inner ul:-webkit-scrollbar-thumb {
    background: #2973c3;
    box-shadow: none;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE20-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title20-01 h2 {
  display: flex;
  align-items: center;
}
.title20-01 h2 .border {
  width: 20%;
  height: 2px;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.title20-01 h2 .inside {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 20px;
}
.title20-01 h2 .inside .semi {
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: #1f7bc7;
  letter-spacing: 2px;
  line-height: 1;
}
.title20-01 h2 .inside .catch {
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  top: -8px;
  padding: 0 0 0 20px;
}
.title20-01 h2 .inside .catch .element {
  padding: 0 0 0 20px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  color: #1f7bc7;
}
.title20-01 h2 .inside .catch:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  border-radius: 20px;
  background: #1f7bc7;
  transform: rotate(45deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title20-01 h2 .border {
    width: 20%;
  }
  .title20-01 h2 .inside {
    display: block;
    margin: 0 0 0 15px;
  }
  .title20-01 h2 .inside .semi {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1;
  }
  .title20-01 h2 .inside .catch {
    margin: 5px 0 0 0;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    top: 0px;
    padding: 0 0 0 20px;
  }
  .title20-01 h2 .inside .catch .element {
    padding: 0 0 0 20px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .title20-01 h2 .inside .catch:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    border-radius: 20px;
    transform: rotate(45deg);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION60 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.section60 variables(変数設定)
===============================================*/
.section60 {
  margin: 60px 0 0 0;
}
.section60 .wrapper {
  position: relative;
  overflow: hidden;
}
.section60 .wrapper .back01 {
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: rgba(168, 209, 243, 0.2);
  top: 0;
  right: 5vw;
  line-height: 0.9;
  font-size: 100px;
  text-align: right;
  z-index: -1;
}
.section60 .wrapper .inner {
  max-width: 1980px;
  padding: 40px 3.5% 0 3.5%;
  margin: 0px auto 0;
  display: flex;
  align-items: flex-start;
}
.section60 .wrapper .inner .left {
  margin: 0 50px 0 0;
}
.section60 .wrapper .inner .left .box-wrapper {
  width: 530px;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section60 .wrapper .inner .left .box-wrapper .box {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  margin: 0 30px 0 0;
  border: solid 6px #a8d1f3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
}
.section60 .wrapper .inner .left .box-wrapper .box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  border: solid 2px #a8d1f3;
  border-radius: 100%;
  margin: -30px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .icon p img {
  width: 64%;
  height: auto;
  position: relative;
  top: 2px;
}
.section60 .wrapper .inner .left .box-wrapper .box .en {
  text-align: center;
  margin: 15px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .en p {
  display: inline-block;
  color: #a8d1f3;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  background: #2973c3;
  padding: 2px 18px 2px 18px;
  letter-spacing: 2px;
  border-radius: 100px;
}
.section60 .wrapper .inner .left .box-wrapper .box .main {
  margin: 5px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .main p {
  color: #fff;
  font-size: 20px;
}
.section60 .wrapper .inner .left .box-wrapper .box.box02 {
  margin: 0 0px 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box.color01 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .box-wrapper .box.color02 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .box-wrapper .box.color03 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .kakeru {
  text-align: center;
  margin: -30px auto 60px;
  line-height: 0.5;
  position: relative;
}
.section60 .wrapper .inner .left .kakeru .border-left,
.section60 .wrapper .inner .left .kakeru .border-right {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  width: 40px;
  height: 3px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.section60 .wrapper .inner .left .kakeru .border-left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section60 .wrapper .inner .left .kakeru .border-right {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section60 .wrapper .inner .right {
  max-width: 1000px;
  padding: 0px 0px 0 20px;
}
.section60 .wrapper .inner .right .sentence h3 {
  font-size: 40px;
  margin: 0 0 0px 0;
  font-weight: 700;
  color: #0594f2;
  letter-spacing: 3px;
  line-height: 2;
}
.section60 .wrapper .inner .right .sentence p {
  font-size: 16px;
  line-height: 2.2;
  padding: 10px 0 10px 0;
  color: #686868;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section60 {
    margin: 60px 0 0 0;
  }
  .section60 .wrapper {
    position: relative;
    overflow: hidden;
  }
  .section60 .wrapper .back01 {
    position: absolute;
    color: rgba(168, 209, 243, 0.2);
    top: 0;
    right: 5vw;
    line-height: 0.9;
    font-size: 100px;
    text-align: right;
    z-index: -1;
  }
  .section60 .wrapper .inner {
    max-width: 1980px;
    padding: 40px 2% 0 2%;
    margin: 0px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 36vw;
    height: 36vw;
    border-radius: 36vw;
    margin: 0 8vw 0 0;
    border: solid 6px #a8d1f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 100%;
    margin: -30px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon p img {
    width: 64%;
    height: auto;
    position: relative;
    top: 2px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en p {
    font-size: 13px;
    padding: 2px 18px 2px 18px;
    letter-spacing: 2px;
    border-radius: 100px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main p {
    font-size: 3vw;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box02 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box03 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    text-align: center;
    margin: -30px auto 60px;
    line-height: 0.5;
    position: relative;
  }
  .section60 .wrapper .inner .left .kakeru .border-left,
  .section60 .wrapper .inner .left .kakeru .border-right {
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    width: 40px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .section60 .wrapper .inner .left .kakeru .border-left {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section60 .wrapper .inner .left .kakeru .border-right {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .section60 .wrapper .inner .right {
    max-width: 1000px;
    padding: 0px 0px 0 0px;
    margin: 0 auto 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 4vw;
    margin: 20px 0 0px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.75;
  }
  .section60 .wrapper .inner .right .sentence p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 2.2;
    padding: 10px 5% 10px 5%;
    color: #686868;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section60 {
    margin: 60px 0 0 0;
  }
  .section60 .wrapper {
    position: relative;
    overflow: hidden;
  }
  .section60 .wrapper .back01 {
    position: absolute;
    color: rgba(168, 209, 243, 0.2);
    top: 0;
    right: 5vw;
    line-height: 0.9;
    font-size: 100px;
    text-align: right;
    z-index: -1;
  }
  .section60 .wrapper .inner {
    max-width: 1980px;
    padding: 40px 2% 0 2%;
    margin: 0px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 46vw;
    height: 46vw;
    border-radius: 100%;
    margin: 0 8vw 0 0;
    border: solid 6px #a8d1f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
    margin: -30px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon p img {
    width: 64%;
    height: auto;
    position: relative;
    top: 2px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en p {
    font-size: 13px;
    padding: 2px 18px 2px 18px;
    letter-spacing: 2px;
    border-radius: 100px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main p {
    font-size: 3.75vw;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box02 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box03 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    text-align: center;
    margin: -30px auto 60px;
    line-height: 0.5;
    position: relative;
  }
  .section60 .wrapper .inner .left .kakeru .border-left,
  .section60 .wrapper .inner .left .kakeru .border-right {
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    width: 40px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .section60 .wrapper .inner .left .kakeru .border-left {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section60 .wrapper .inner .left .kakeru .border-right {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .section60 .wrapper .inner .right {
    max-width: 1000px;
    padding: 0px 0px 0 0px;
    margin: 0 auto 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 7.7vw;
    margin: 20px 0 0px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.75;
  }
  .section60 .wrapper .inner .right .sentence p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 2.2;
    padding: 10px 3% 10px 3%;
    color: #686868;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE80-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title80-01 {
  position: relative;
  background: url(../images/title80-01-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.title80-01 .back01,
.title80-01 .back02 {
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  position: absolute;
  overflow: hidden;
  line-height: 1;
}
.title80-01 .back01 {
  font-size: 110px;
  writing-mode: vertical-rl;
  color: rgba(41, 115, 195, 0.4);
  top: 0;
  right: 0;
  z-index: 1;
}
.title80-01 .back02 {
  font-size: 120px;
  color: rgba(168, 209, 243, 0.3);
  left: 3%;
  bottom: 0%;
  z-index: 1;
}
.title80-01 .title-wrapper {
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
}
.title80-01 .title-wrapper .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 30px 7% 40px 7%;
}
.title80-01 .title-wrapper .inner .text {
  width: 45%;
  margin: 0 5% 0 0;
  z-index: 2;
  position: relative;
}
.title80-01 .title-wrapper .inner .text h3 {
  text-align: right;
}
.title80-01 .title-wrapper .inner .text h3 .cover {
  display: inline-block;
  border: solid 2px #fff;
  padding: 5px 40px 5px 40px;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}
.title80-01 .title-wrapper .inner .text h2 {
  margin: 20px 0 0 0;
}
.title80-01 .title-wrapper .inner .text h2 .cover {
  line-height: 1.35;
  text-align: right;
}
.title80-01 .title-wrapper .inner .text h2 .cover .main {
  display: inline-block;
  color: #fff;
}
.title80-01 .title-wrapper .inner .text h2 .cover .main .small {
  font-size: 30px;
}
.title80-01 .title-wrapper .inner .text h2 .cover .main .big {
  font-size: 60px;
  letter-spacing: 2px;
}
.title80-01 .title-wrapper .inner .text h4 {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 5;
}
.title80-01 .title-wrapper .inner .text h4 .cover {
  text-align: right;
  font-size: 24px;
  line-height: 1.75;
  color: #fff;
}
.title80-01 .title-wrapper .inner .image {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0px 0 0 0;
}
.title80-01 .title-wrapper .inner .image .thumb01 {
  width: 65%;
  margin: -30% -20% 0 0;
  position: relative;
  z-index: 2;
}
.title80-01 .title-wrapper .inner .image .thumb01:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 80%;
  border: solid 3px #1f7bc7;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title80-01 .title-wrapper .inner .image .thumb01 img {
  width: 100%;
  height: auto;
}
.title80-01 .title-wrapper .inner .image .thumb02 {
  width: 70%;
  margin: 35% 0 0% -20%;
  position: relative;
  z-index: 1;
}
.title80-01 .title-wrapper .inner .image .thumb02:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 80%;
  border: solid 3px #1f7bc7;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.title80-01 .title-wrapper .inner .image .thumb02 img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title80-01 {
    background: #1f7bc7;
    position: relative;
    overflow: hidden;
  }
  .title80-01 .back01,
  .title80-01 .back02 {
    font-family: futura-pt-bold, atten-round-new, sans-serif;
    font-weight: 700;
    position: absolute;
    overflow: hidden;
    line-height: 1;
  }
  .title80-01 .back01 {
    font-size: 110px;
    writing-mode: vertical-rl;
    color: rgba(58, 38, 1, 0.4);
    top: 0;
    right: 0;
  }
  .title80-01 .back02 {
    font-size: 120px;
    color: rgba(168, 209, 243, 0.3);
    left: 3%;
    bottom: 0%;
  }
  .title80-01 .title-wrapper .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 70px 7% 70px 7%;
  }
  .title80-01 .title-wrapper .inner .text {
    width: 45%;
    margin: 0 5% 0 0;
  }
  .title80-01 .title-wrapper .inner .text h3 {
    text-align: right;
  }
  .title80-01 .title-wrapper .inner .text h3 .cover {
    display: inline-block;
    border: solid 2px #fff;
    padding: 5px 40px 5px 40px;
    font-family: futura-pt-bold, atten-round-new, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
  }
  .title80-01 .title-wrapper .inner .text h2 {
    margin: 10px 0 0 0;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover {
    line-height: 1.35;
    text-align: right;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main {
    display: inline-block;
    color: #fff;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main .small {
    font-size: 5.5vw;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main .big {
    font-size: 8vw;
  }
  .title80-01 .title-wrapper .inner .text h4 {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
  }
  .title80-01 .title-wrapper .inner .text h4 .cover {
    text-align: right;
    font-size: 24px;
    line-height: 1.5;
  }
  .title80-01 .title-wrapper .inner .image {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .title80-01 .title-wrapper .inner .image .thumb01 {
    width: 80%;
    margin: -35% -20% 0 0;
    position: relative;
    z-index: 2;
  }
  .title80-01 .title-wrapper .inner .image .thumb01 img {
    width: 100%;
    height: auto;
  }
  .title80-01 .title-wrapper .inner .image .thumb02 {
    width: 80%;
    margin: 35% 0 0 -20%;
    position: relative;
    z-index: 1;
  }
  .title80-01 .title-wrapper .inner .image .thumb02 img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title80-01 .back01 {
    font-size: 18vw;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .title80-01 .back02 {
    font-size: 18vw;
    left: 0%;
    bottom: 0%;
  }
  .title80-01 .title-wrapper .inner {
    display: block;
    padding: 30px 0% 60px 0%;
  }
  .title80-01 .title-wrapper .inner .text {
    width: 100%;
    margin: 0 3% 0 0;
    text-align: right;
    position: relative;
    z-index: 3;
  }
  .title80-01 .title-wrapper .inner .text h3 {
    text-align: left;
    margin: 0 0 0 7%;
  }
  .title80-01 .title-wrapper .inner .text h3 .cover .icon {
    font-size: 4.25vw;
    padding: 3px 10px 3px 10px;
    margin: 0 8px 0 0px;
  }
  .title80-01 .title-wrapper .inner .text h2 {
    margin: 5px 0 0 0;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover {
    line-height: 1.35;
    text-align: left;
    margin: 0 0 0 5%;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main {
    display: inline-block;
    color: #fff;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main .small {
    font-size: 6vw;
  }
  .title80-01 .title-wrapper .inner .text h2 .cover .main .big {
    font-size: 10vw;
  }
  .title80-01 .title-wrapper .inner .text h4 {
    margin: 10px 0 0 5%;
    padding: 0 0 0 0;
  }
  .title80-01 .title-wrapper .inner .text h4 .cover {
    text-align: left;
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .title80-01 .title-wrapper .inner .image {
    width: 60%;
    margin: 0 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 30px 0 0 0;
  }
  .title80-01 .title-wrapper .inner .image .thumb01 {
    width: 60vw;
    margin: -60px 0 0 0;
  }
  .title80-01 .title-wrapper .inner .image .thumb01 img {
    width: 100%;
    height: auto;
  }
  .title80-01 .title-wrapper .inner .image .thumb02 {
    width: 60vw;
    margin: 0px -20vw -15vw 0px;
  }
  .title80-01 .title-wrapper .inner .image .thumb02 img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION90 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section90 {
  margin: 60px 0 0 0;
}
.section90 .wrapper .inner .box-wrapper .box {
  margin: 150px 0 0 0;
  background: url(../images/title80-01-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.section90 .wrapper .inner .box-wrapper .box .inside {
  background: linear-gradient(90deg, rgba(211, 225, 255, 0.9) 0%, rgba(211, 242, 255, 0.9) 100%);
}
.section90 .wrapper .inner .box-wrapper .box .inside .block {
  display: flex;
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 0 3.5% 0px 3.5%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb {
  width: 50%;
  margin: -40px 0 40px 0;
  position: relative;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 {
  position: absolute;
  padding: 0 0 0px 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
  width: 200px;
  top: 0;
  right: 0;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch {
  text-align: center;
  padding: 10px 20px 10px 20px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .en {
  font-family: futura-pt, atten-round-new, sans-serif;
  font-weight: 500;
  color: #1f7bc7;
  color: #fff;
  line-height: 0.9;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp {
  margin: 5px 0 0 0;
  color: #1f7bc7;
  color: #fff;
  font-size: 22px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp .mark {
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 5px 3px 5px;
  color: #058ee8;
  position: relative;
  top: -2px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .cover img {
  width: 100%;
  height: auto;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi {
  position: absolute;
  bottom: -50px;
  left: 0;
  line-height: 0.9;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  color: rgba(31, 123, 199, 0.3);
  font-size: 90px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi .color01 {
  color: rgba(255, 255, 255, 0.8);
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text {
  width: 50%;
  padding: 0px 0 0 0;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 20px 40px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon {
  width: 10%;
  flex-basis: 10%;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon img {
  width: 100%;
  height: auto;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .catch {
  color: #fff;
  font-size: 34px;
  padding: 0 0 0 20px;
  letter-spacing: 2px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .border {
  width: 15%;
  height: 2px;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .catch {
  padding: 0 0 0 20px;
  font-size: 28px;
  color: #058ee8;
  line-height: 1.45;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence {
  max-width: 1000px;
  margin: 30px 0 0 0;
  padding: 0px 0 30px 0;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence p {
  padding: 10px 40px 10px 40px;
  color: #3b68c2;
  font-size: 17px;
  line-height: 1.75;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button {
  margin: 0 0 -30px 0;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a {
  display: block;
  max-width: 500px;
  margin: 0 auto 0;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 2px #1f7bc7;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  text-decoration: none;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .catch {
  font-size: 20px;
}
.section90 .wrapper .inner .box-wrapper .box:nth-child(1) {
  margin: 100px 0 0 0;
}
.section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block {
  flex-direction: row-reverse;
}
.section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block .text h3 {
  justify-content: flex-end;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section90 .wrapper .inner .box-wrapper .box {
    margin: 120px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block {
    display: flex;
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 0 3.5% 0px 3.5%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb {
    width: 50%;
    margin: -40px 0 40px 0;
    position: relative;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 {
    position: absolute;
    padding: 0 0 0px 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
    width: 200px;
    top: 0;
    right: 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch {
    text-align: center;
    padding: 10px 20px 10px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .en {
    font-size: 14px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp {
    margin: 5px 0 0 0;
    color: #1f7bc7;
    color: #fff;
    font-size: 18px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp .mark {
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px 3px 5px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi {
    position: absolute;
    bottom: -30px;
    line-height: 0.9;
    font-size: 5vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi .color01 {
    color: rgba(255, 255, 255, 0.8);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text {
    width: 50%;
    padding: 0px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 {
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 20px 30px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon {
    width: 7%;
    flex-basis: 7%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon img {
    width: 100%;
    height: auto;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .catch {
    font-size: 24px;
    padding: 0 0 0 20px;
    letter-spacing: 2px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .border {
    width: 15%;
    height: 2px;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .catch {
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence {
    max-width: 1000px;
    margin: 30px 0 0 0;
    padding: 0px 0 30px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence p {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button {
    margin: 0 0 -30px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a {
    display: block;
    max-width: 300px;
    margin: 0 auto 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon {
    width: 22px;
    margin: 0 10px 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .catch {
    font-size: 18px;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 100px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block {
    flex-direction: row-reverse;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block .text h3 {
    justify-content: flex-end;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section90 .wrapper .inner .box-wrapper .box {
    margin: 120px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block {
    display: block;
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 5px 0% 0px 0%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb {
    width: 80%;
    margin: -40px auto 0px;
    position: relative;
    z-index: 5;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 {
    width: 36%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch {
    padding: 10px 20px 10px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .en {
    font-size: 2.2vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp {
    margin: 5px 0 0 0;
    font-size: 2.2vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp .mark {
    background: #fff;
    font-size: 1.9vw;
    line-height: 12px;
    padding: 3px 5px 3px 5px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi {
    position: absolute;
    bottom: 0px;
    line-height: 0.9;
    font-size: 8vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi .color01 {
    color: rgba(255, 255, 255, 0.8);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text {
    width: 100%;
    padding: 0px 0 30px 0;
    margin: 0px 0 0 0;
    position: relative;
    z-index: 10;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 20px 30px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon {
    width: 6vw;
    flex-basis: 6vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon img {
    width: 100%;
    height: auto;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .catch {
    font-size: 3.25vw;
    padding: 0 0 0 20px;
    letter-spacing: 2px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .border {
    width: 15%;
    height: 2px;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .catch {
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence {
    max-width: 1000px;
    margin: 30px 0 0 0;
    padding: 0px 0 30px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence p {
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button {
    margin: 0 0 0px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a {
    display: block;
    max-width: 300px;
    margin: 0 auto 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon {
    width: 22px;
    margin: 0 10px 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .catch {
    font-size: 18px;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 100px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block {
    flex-direction: row-reverse;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block .text h3 {
    justify-content: flex-end;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section90 {
    margin: 60px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box {
    margin: 150px 0 0 0;
    background: url(../images/title80-01-bg.jpg) no-repeat 0 0;
    background-size: cover;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block {
    display: block;
    padding: 0 0% 0px 0%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb {
    width: 100%;
    margin: -40px 0 40px 0;
    position: relative;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 {
    position: absolute;
    padding: 0 0 0px 0;
    width: 100%;
    background: rgba(5, 142, 232, 0.8);
    width: 150px;
    top: 0;
    right: 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch {
    text-align: center;
    padding: 10px 20px 10px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .en {
    line-height: 0.9;
    font-size: 14px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp {
    margin: 5px 0 0 0;
    font-size: 18px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb h4 .cover .catch .jp .mark {
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px 3px 5px;
    position: relative;
    top: -2px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .cover img {
    width: 100%;
    height: auto;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi {
    position: absolute;
    bottom: -20px;
    color: rgba(31, 123, 199, 0.3);
    font-size: 12vw;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .thumb .semi .color01 {
    color: rgba(255, 255, 255, 0.8);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text {
    width: 100%;
    padding: 10px 0 10px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 {
    display: flex;
    align-items: center;
    padding: 0 4% 0 4%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon {
    width: 20%;
    flex-basis: 20%;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .icon img {
    width: 100%;
    height: auto;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h2 .catch {
    width: 80%;
    flex-basis: 80%;
    font-size: 28px;
    padding: 0 0 0 20px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .border {
    width: 25%;
    height: 2px;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text h3 .catch {
    padding: 0 6% 0 15px;
    font-size: 22px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence {
    max-width: 1000px;
    margin: 30px 0 0 0;
    padding: 0px 0 30px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .sentence p {
    padding: 10px 40px 10px 40px;
    color: #3b68c2;
    font-size: 17px;
    line-height: 1.75;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button {
    margin: 0 0 -30px 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a {
    display: block;
    max-width: 90%;
    margin: 0 auto 0;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    border: solid 2px #1f7bc7;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section90 .wrapper .inner .box-wrapper .box .inside .block .text .button a .cover .catch {
    font-size: 20px;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(1) {
    margin: 100px 0 0 0;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block {
    flex-direction: row-reverse;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block .text h3 {
    justify-content: flex-end;
  }
  .section90 .wrapper .inner .box-wrapper .box:nth-child(2n) .inside .block .text h3 .catch {
    padding: 0 15px 0 6%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT13 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.point13 variables(変数設定)
===============================================*/
.point13 {
  background: auto;
  margin: 120px 0 0 0;
}
.point13 .box-wrapper {
  max-width: 1280px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.point13 .box-wrapper .box {
  width: 47.5%;
  margin: 0 5% 80px 0;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  position: relative;
  padding: 0 0 30px 0;
}
.point13 .box-wrapper .box:nth-child(2n) {
  margin: 0 0 80px 0;
}
.point13 .box-wrapper .box .back {
  position: absolute;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  opacity: 0.3;
  font-size: 70px;
  line-height: 1;
  z-index: 3;
  top: 50px;
}
.point13 .box-wrapper .box .mark {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: inset 0 0 0 2px #1f7bc7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  line-height: 1;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: -20px 0 0 -20px;
  color: #1f7bc7;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  padding: 2% 0;
  flex-direction: column;
}
.point13 .box-wrapper .box .case_nb {
  font-size: 1.8rem;
}
.point13 .box-wrapper .box .thumb {
  width: 100%;
  margin: -70px 0 0 0;
  padding: 0 0 0 15%;
  position: relative;
  z-index: 1;
}
.point13 .box-wrapper .box .thumb img {
  width: 100%;
  height: auto;
}
.point13 .box-wrapper .box h4 {
  margin: -80px 0px 0px 80px;
  position: relative;
  z-index: 2;
}
.point13 .box-wrapper .box h4 .cover {
  display: inline-block;
  background: #2973c3;
  color: #fff;
  padding: 5px 20px 5px 20px;
  font-size: 18px;
}
.point13 .box-wrapper .box h4 .cover span {
  font-size: 0.8em;
}
.point13 .box-wrapper .box h3 {
  margin: 0px 0px 0px 80px;
}
.point13 .box-wrapper .box h3 .block {
  margin: 10px 0px 0px 0px;
  text-align: center;
  color: #1f7bc7;
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  background: #fff;
  padding: 5px 12px 5px 12px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.point13 .box-wrapper .box .explain {
  margin: 20px 30px 0px 80px;
}
.point13 .box-wrapper .box .explain p {
  line-height: 2;
  font-size: 18px;
  color: #fff;
}
.point13 .box-wrapper .box .button {
  margin: 20px 0 0px 0;
  position: relative;
  z-index: 13;
}
.point13 .box-wrapper .box .button a {
  position: relative;
  z-index: 13;
  display: block;
  max-width: 500px;
  margin: 0 auto 0;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  color: #1f7bc7;
  text-decoration: none;
  font-weight: 700;
}
.point13 .box-wrapper .box .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.point13 .box-wrapper .box .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.point13 .box-wrapper .box .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.point13 .box-wrapper .box .button a .cover .catch {
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .point13 .box-wrapper {
    max-width: 1280px;
    padding: 0 3% 0 3%;
    margin: 70px auto 0;
  }
  .point13 .box-wrapper .box .button a {
    max-width: 90%;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .point13 .box-wrapper {
    max-width: 100%;
    padding: 0 2% 0 2%;
    margin: 70px auto 0;
  }
  .point13 .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 80px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 0 80px 0;
  }
  .point13 .box-wrapper .box .back {
    position: absolute;
    opacity: 0.3;
    font-size: 6vw;
    line-height: 1;
    z-index: 3;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    box-shadow: inset 0 0 0 2px #1f7bc7;
    line-height: 1.2;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    margin: -20px 0 0 -5px;
    position: relative;
    z-index: 2;
    font-size: 1.9vw;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -70px 0 0 0;
    padding: 0 0 0 10%;
    position: relative;
    z-index: 1;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h4 {
    margin: -80px 0px 0px 10%;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box h4 .cover {
    display: inline-block;
    background: #2973c3;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
  }
  .point13 .box-wrapper .box h4 .cover span {
    font-size: 0.8em;
  }
  .point13 .box-wrapper .box h3 {
    margin: 0px 0px 0px 6.5%;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 2.85vw;
    font-weight: 900;
    background: #fff;
    padding: 5px 10px 5px 10px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 10% 0px 10%;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 2;
    font-size: 18px;
    color: #fff;
  }
  .point13 .box-wrapper .box .button a {
    max-width: 90%;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point13 {
    background: auto;
    margin: 60px 0 0 0;
  }
  .point13 .box-wrapper {
    display: block;
  }
  .point13 .box-wrapper .box {
    width: 92%;
    margin: 0 auto 45px;
    position: relative;
    padding: 0 0 30px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 auto 45px;
  }
  .point13 .box-wrapper .box .back {
    color: #fff;
    opacity: 0.3;
    font-size: 70px;
    line-height: 1;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    line-height: 1;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0px 0 0 0px;
    color: #1f7bc7;
    font-size: 16px;
    letter-spacing: -1px;
    top: -20px;
    left: -10px;
    justify-content: flex-end;
    padding: 3% 0;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -80px 0 0 0;
    padding: 0 0 0 12%;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h4 {
    margin: -70px 0px 0px 60px;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box h4 .cover {
    font-size: 4vw;
    white-space: nowrap;
  }
  .point13 .box-wrapper .box h4 .cover span {
    font-size: 0.8em;
  }
  .point13 .box-wrapper .box h3 {
    margin: 20px 0px 0px 20px;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 5.5vw;
    padding: 5px 12px 5px 12px;
    line-height: 1.4;
    position: relative;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 30px 0px 40px;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 1.75;
    font-size: 16px;
  }
  .point13 .box-wrapper .box .button {
    margin: 20px 0 0px 0;
    position: relative;
    z-index: 13;
  }
  .point13 .box-wrapper .box .button a {
    position: relative;
    z-index: 13;
    display: block;
    max-width: 90%;
    margin: 0 auto 0;
    background: #fff;
    border: solid 2px #fff;
    box-shadow: 0 0 0 2px #1f7bc7 inset;
    color: #1f7bc7;
    text-decoration: none;
    font-weight: 700;
  }
  .point13 .box-wrapper .box .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 15px 0px;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 6vw;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 4.5vw;
    white-space: nowrap;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 TITLE16-01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.title16-01 {
  background: #1f7bc7;
  padding: 50px 0 50px 0;
  position: relative;
  overflow: hidden;
}
.title16-01 .en {
  color: rgba(255, 255, 255, 0.1);
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 200px;
  line-height: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.title16-01 .title-wrapper {
  max-width: 1480px;
  padding: 0 3.5% 0 3.5%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}
.title16-01 .title-wrapper .text {
  color: #fff;
  margin: 0 80px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.title16-01 .title-wrapper .text h4 {
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 80px;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  line-height: 1;
}
.title16-01 .title-wrapper .text h2 {
  margin: 20px 0 0 0;
  font-size: 24px;
}
.title16-01 .title-wrapper .text h2 .cover {
  display: inline-block;
}
.title16-01 .title-wrapper .text h3 {
  margin: 25px 0 0 0;
  font-size: 17px;
}
.title16-01 .title-wrapper .text .caution {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.title16-01 .title-wrapper .thumbs {
  position: relative;
  z-index: 1;
  display: flex;
}
.title16-01 .title-wrapper .thumbs .thumb {
  width: 250px;
  height: auto;
  position: relative;
}
.title16-01 .title-wrapper .thumbs .thumb::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  border: solid 4px rgba(255, 255, 255, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
  width: 100%;
  height: auto;
}
.title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
  position: relative;
  top: 30px;
  left: 30px;
}
.title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
  width: 100%;
  height: auto;
}
.title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
  position: relative;
  top: -10px;
  left: 60px;
}
.title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .title16-01 {
    background: #1f7bc7;
    padding: 50px 0 50px 0;
    position: relative;
    overflow: hidden;
  }
  .title16-01 .en {
    font-size: 150px;
    line-height: 0.8;
  }
  .title16-01 .title-wrapper {
    max-width: 1280px;
    padding: 0 3.5% 0 3.5%;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
  }
  .title16-01 .title-wrapper .text {
    color: #fff;
    margin: 0 80px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .title16-01 .title-wrapper .text h4 {
    font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    line-height: 1;
  }
  .title16-01 .title-wrapper .text h2 {
    margin: 20px 0 0 0;
    font-size: 24px;
  }
  .title16-01 .title-wrapper .text h2 .cover {
    display: inline-block;
  }
  .title16-01 .title-wrapper .text h3 {
    margin: 25px 0 0 0;
    font-size: 17px;
  }
  .title16-01 .title-wrapper .text .caution {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
  .title16-01 .title-wrapper .thumbs {
    position: relative;
    z-index: 1;
    display: flex;
  }
  .title16-01 .title-wrapper .thumbs .thumb {
    width: 200px;
    height: auto;
    position: relative;
  }
  .title16-01 .title-wrapper .thumbs .thumb::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: solid 4px rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
    position: relative;
    top: 30px;
    left: 30px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
    position: relative;
    top: -10px;
    left: 60px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title16-01 {
    padding: 50px 0px 50px 0px;
    position: relative;
    overflow: hidden;
  }
  .title16-01 .en {
    font-size: 20vw;
    line-height: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .title16-01 .title-wrapper {
    max-width: 1480px;
    padding: 0 0% 0 3.5%;
    margin: 0 auto 0;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .title16-01 .title-wrapper .text {
    color: #fff;
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .title16-01 .title-wrapper .text h4 {
    font-size: 80px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
  }
  .title16-01 .title-wrapper .text h2 {
    margin: 20px 0 0 0;
    font-size: 2.75vw;
  }
  .title16-01 .title-wrapper .text h2 .cover {
    display: inline-block;
  }
  .title16-01 .title-wrapper .text h3 {
    margin: 25px 0 0 0;
    font-size: 17px;
  }
  .title16-01 .title-wrapper .text .caution {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
  .title16-01 .title-wrapper .thumbs {
    position: absolute;
    z-index: 1;
    display: flex;
    right: 0%;
    top: 0;
    width: 50%;
  }
  .title16-01 .title-wrapper .thumbs .thumb {
    width: 33%;
    height: auto;
    position: relative;
  }
  .title16-01 .title-wrapper .thumbs .thumb::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: solid 4px rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
    position: relative;
    top: 30px;
    left: 10px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
    position: relative;
    top: -10px;
    left: 20px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title16-01 {
    padding: 25px 0 45px 0;
  }
  .title16-01 .en {
    font-size: 20vw;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: rgba(255, 255, 255, 0.3);
  }
  .title16-01 .title-wrapper {
    padding: 0 5% 0 5%;
    margin: 0 auto 0;
    display: block;
  }
  .title16-01 .title-wrapper .text {
    margin: 0 0px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .title16-01 .title-wrapper .text h4 {
    font-size: 18vw;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
    line-height: 1;
  }
  .title16-01 .title-wrapper .text h2 {
    margin: 20px 0 0 0;
    font-size: 6vw;
  }
  .title16-01 .title-wrapper .text h2 .cover {
    display: inline-block;
  }
  .title16-01 .title-wrapper .text h3 {
    margin: 25px 0 0 0;
    font-size: 17px;
  }
  .title16-01 .title-wrapper .text .caution {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
  .title16-01 .title-wrapper .thumbs {
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-around;
  }
  .title16-01 .title-wrapper .thumbs .thumb {
    width: 31%;
    height: auto;
    position: relative;
  }
  .title16-01 .title-wrapper .thumbs .thumb::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: solid 4px rgba(168, 209, 243, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) {
    position: relative;
    top: 30px;
    left: 0px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) {
    position: relative;
    top: -10px;
    left: 0px;
  }
  .title16-01 .title-wrapper .thumbs .thumb:nth-child(3) img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVICE-CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service-cta {
  margin: 15px 0 0px 0;
}
.service-cta .wrapper {
  position: relative;
  overflow: hidden;
}
.service-cta .wrapper .inner {
  max-width: 1980px;
  margin: 0 auto 0;
}
.service-cta .wrapper .inner .box-wrapper {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}
.service-cta .wrapper .inner .box-wrapper .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: row-reverse;
  margin: 30px 0 0 0;
  padding: 50px 0 50px 0;
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(1) {
  background: url(../images/service-cta-icon01.svg) no-repeat left 5% center;
  background-size: 500px auto;
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(2n) {
  flex-direction: row;
}
.service-cta .wrapper .inner .box-wrapper .box .back-obj {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.service-cta .wrapper .inner .box-wrapper .box .border {
  position: absolute;
  width: 2px;
  height: 40px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
  background: url(../images/main-img-bg.jpg) no-repeat 0 0;
  background-size: cover;
  transform: translateX(-20%);
  width: 100%;
  height: 100%;
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
  background: #c4ac96;
  transform: translateX(-20%);
}
.service-cta .wrapper .inner .box-wrapper .box .text {
  width: 50%;
  margin: 0 0 0 0;
  padding: 0 5% 0 5%;
}
.service-cta .wrapper .inner .box-wrapper .box .text h3 {
  font-size: 75px;
  line-height: 1.3;
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
}
.service-cta .wrapper .inner .box-wrapper .box .text h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
  color: #fff;
}
.service-cta .wrapper .inner .box-wrapper .box .text .explain {
  font-size: 20px;
  margin: 30px 0 0 0;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button {
  margin: 20px 0 0px 0;
  position: relative;
  z-index: 13;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button a {
  position: relative;
  z-index: 13;
  display: inline-block;
  max-width: 500px;
  margin: 0 auto 0;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  color: #1f7bc7;
  text-decoration: none;
  font-weight: 700;
  padding: 0 45px 0 45px;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.service-cta .wrapper .inner .box-wrapper .box .text .button a .cover .catch {
  font-size: 20px;
}
.service-cta .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
  text-align: left;
}
.service-cta .wrapper .inner .box-wrapper .box .thumb {
  width: 50%;
  position: relative;
  margin: 0 0 30px 0;
}
.service-cta .wrapper .inner .box-wrapper .box .thumb img.main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.service-cta .wrapper .inner .box-wrapper .box .thumb img.icon {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
}
.service-cta .wrapper .inner .box-wrapper .box .thumb p.icon {
  position: absolute;
  display: inline-block;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  font-family: futura-pt-bold, sans-serif;
  font-size: 90px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.8);
}
.service-cta .wrapper .additional {
  background: #a8d1f3;
  padding: 0px 0 30px 0;
}
.service-cta .wrapper .additional .border {
  width: 2px;
  height: 40px;
  background: #000;
  left: 50%;
  bottom: 0;
  margin: 0 auto 0;
}
.service-cta .wrapper .additional .sentence {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 3.5% 0 3.5%;
}
.service-cta .wrapper .additional .sentence p {
  color: #2973c3;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  padding: 20px 0 20px 0;
}
.service-cta .wrapper .additional .sentence p .line {
  background: #1f7bc7;
  padding: 0 5px 0 5px;
  color: #fff;
  font-weight: 700;
}
.service-cta .wrapper .additional .sentence p.big {
  font-size: 32px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .service-cta {
    margin: px 0 0px 0;
  }
  .service-cta .wrapper .inner .box-wrapper .box {
    display: block;
    margin: 0px 0 0 0;
    padding: 30px 0 50px 0;
  }
  .service-cta .wrapper .inner .box-wrapper .box:nth-child(1) {
    background: url(../images/service-cta-icon01.svg) no-repeat left bottom;
    background-size: 60% auto;
  }
  .service-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
    transform: translateX(0%);
  }
  .service-cta .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
    background: #c4ac96;
    transform: translateX(20%);
  }
  .service-cta .wrapper .inner .box-wrapper .box .text {
    width: 100%;
    text-align: right;
    padding: 0 5% 0 5%;
  }
  .service-cta .wrapper .inner .box-wrapper .box .text h3 {
    font-size: 16vw;
    line-height: 1.3;
    color: #fff;
    font-family: futura-pt-bold, sans-serif;
  }
  .service-cta .wrapper .inner .box-wrapper .box .text h4 {
    font-size: 24px;
    margin: 10px 0 0 0;
    color: #fff;
  }
  .service-cta .wrapper .inner .box-wrapper .box .text .explain {
    font-size: 20px;
    margin: 30px 0 0 0;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .service-cta .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
    text-align: left;
  }
  .service-cta .wrapper .inner .box-wrapper .box .thumb {
    width: 100%;
    position: relative;
  }
  .service-cta .wrapper .inner .box-wrapper .box .thumb img.main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .service-cta .wrapper .inner .box-wrapper .box .thumb p.icon {
    height: auto;
    bottom: 100%;
    transform: translate(0, 50%);
    right: 0px;
    z-index: 2;
    font-family: futura-pt-bold, sans-serif;
    font-size: 12vw;
    line-height: 0.9;
    color: rgba(31, 123, 199, 0.8);
  }
  .service-cta .wrapper .additional {
    background: #a8d1f3;
    padding: 30px 0 30px 0;
  }
  .service-cta .wrapper .additional .sentence {
    max-width: 1000px;
    margin: 0px auto 0;
    padding: 0 3.5% 0 3.5%;
  }
  .service-cta .wrapper .additional .sentence p {
    font-size: 4.25vw;
    padding: 20px 0 20px 0;
  }
  .service-cta .wrapper .additional .sentence p .line {
    background: #1f7bc7;
    padding: 0 5px 0 5px;
    color: #fff;
  }
  .service-cta .wrapper .additional .sentence p.big {
    font-size: 32px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MEMBER-CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.member-cta {
  margin: 15px 0 0px 0;
}
.member-cta .wrapper {
  position: relative;
  overflow: hidden;
}
.member-cta .wrapper .inner {
  max-width: 1980px;
  margin: 0 auto 0;
}
.member-cta .wrapper .inner .box-wrapper {
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
}
.member-cta .wrapper .inner .box-wrapper .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 30px 0 0 0;
  padding: 50px 0 50px 0;
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(1) {
  background: url(../images/member-cta-icon01.svg) no-repeat left 5% center;
  background-size: 500px auto;
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(2n) {
  flex-direction: row;
}
.member-cta .wrapper .inner .box-wrapper .box .back-obj {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.member-cta .wrapper .inner .box-wrapper .box .border {
  position: absolute;
  width: 2px;
  height: 40px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
  background: url(../images/main-img-bg.jpg) no-repeat 0 0;
  background-size: cover;
  transform: translateX(20%);
  width: 100%;
  height: 100%;
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
  background: #c4ac96;
  transform: translateX(20%);
}
.member-cta .wrapper .inner .box-wrapper .box .text {
  width: 50%;
  margin: 0 0 0 0;
  padding: 0 5% 0 5%;
}
.member-cta .wrapper .inner .box-wrapper .box .text h3 {
  font-size: 75px;
  line-height: 1.3;
  color: #fff;
  font-family: futura-pt-bold, sans-serif;
}
.member-cta .wrapper .inner .box-wrapper .box .text h4 {
  font-size: 24px;
  margin: 10px 0 0 0;
  color: #fff;
}
.member-cta .wrapper .inner .box-wrapper .box .text .explain {
  font-size: 20px;
  margin: 30px 0 0 0;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button {
  margin: 20px 0 0px 0;
  position: relative;
  z-index: 13;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button a {
  position: relative;
  z-index: 13;
  display: inline-block;
  max-width: 500px;
  margin: 0 auto 0;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  color: #1f7bc7;
  text-decoration: none;
  font-weight: 700;
  padding: 0 45px 0 45px;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.member-cta .wrapper .inner .box-wrapper .box .text .button a .cover .catch {
  font-size: 20px;
}
.member-cta .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
  text-align: left;
}
.member-cta .wrapper .inner .box-wrapper .box .thumb {
  width: 50%;
  position: relative;
  margin: 0 0 30px 0;
}
.member-cta .wrapper .inner .box-wrapper .box .thumb img.main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.member-cta .wrapper .inner .box-wrapper .box .thumb img.icon {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
}
.member-cta .wrapper .inner .box-wrapper .box .thumb p.icon {
  position: absolute;
  display: inline-block;
  height: auto;
  bottom: -20px;
  right: 20px;
  z-index: 2;
  font-family: futura-pt-bold, sans-serif;
  font-size: 90px;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.8);
}
.member-cta .wrapper .additional {
  background: #a8d1f3;
  padding: 0px 0 30px 0;
}
.member-cta .wrapper .additional .border {
  width: 2px;
  height: 40px;
  background: #000;
  left: 50%;
  bottom: 0;
  margin: 0 auto 0;
}
.member-cta .wrapper .additional .sentence {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 0 3.5% 0 3.5%;
}
.member-cta .wrapper .additional .sentence p {
  color: #2973c3;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  padding: 20px 0 20px 0;
}
.member-cta .wrapper .additional .sentence p .line {
  background: #1f7bc7;
  padding: 0 5px 0 5px;
  color: #fff;
  font-weight: 700;
}
.member-cta .wrapper .additional .sentence p.big {
  font-size: 32px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .member-cta {
    margin: px 0 0px 0;
  }
  .member-cta .wrapper .inner .box-wrapper .box {
    display: block;
    margin: 0px 0 0 0;
    padding: 30px 0 50px 0;
  }
  .member-cta .wrapper .inner .box-wrapper .box:nth-child(1) {
    background: url(../images/member-cta-icon01.svg) no-repeat left bottom;
    background-size: 60% auto;
  }
  .member-cta .wrapper .inner .box-wrapper .box:nth-child(1) .back-obj {
    transform: translateX(0%);
  }
  .member-cta .wrapper .inner .box-wrapper .box:nth-child(2) .back-obj {
    background: #c4ac96;
    transform: translateX(20%);
  }
  .member-cta .wrapper .inner .box-wrapper .box .text {
    width: 100%;
    text-align: right;
    padding: 0 5% 0 5%;
  }
  .member-cta .wrapper .inner .box-wrapper .box .text h3 {
    font-size: 16vw;
    line-height: 1.3;
    color: #fff;
    font-family: futura-pt-bold, sans-serif;
  }
  .member-cta .wrapper .inner .box-wrapper .box .text h4 {
    font-size: 24px;
    margin: 10px 0 0 0;
    color: #fff;
  }
  .member-cta .wrapper .inner .box-wrapper .box .text .explain {
    font-size: 20px;
    margin: 30px 0 0 0;
    line-height: 2;
    color: #fff;
    font-weight: 700;
  }
  .member-cta .wrapper .inner .box-wrapper .box:nth-child(2n) .text {
    text-align: left;
  }
  .member-cta .wrapper .inner .box-wrapper .box .thumb {
    width: 100%;
    position: relative;
  }
  .member-cta .wrapper .inner .box-wrapper .box .thumb img.main {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .member-cta .wrapper .inner .box-wrapper .box .thumb p.icon {
    height: auto;
    bottom: 100%;
    transform: translate(0, 50%);
    right: 0px;
    z-index: 2;
    font-family: futura-pt-bold, sans-serif;
    font-size: 12vw;
    line-height: 0.9;
    color: rgba(31, 123, 199, 0.8);
  }
  .member-cta .wrapper .additional {
    background: #a8d1f3;
    padding: 30px 0 30px 0;
  }
  .member-cta .wrapper .additional .sentence {
    max-width: 1000px;
    margin: 0px auto 0;
    padding: 0 3.5% 0 3.5%;
  }
  .member-cta .wrapper .additional .sentence p {
    font-size: 4.25vw;
    padding: 20px 0 20px 0;
  }
  .member-cta .wrapper .additional .sentence p .line {
    background: #1f7bc7;
    padding: 0 5px 0 5px;
    color: #fff;
  }
  .member-cta .wrapper .additional .sentence p.big {
    font-size: 32px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 DEALS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.deals {
  margin: 50px 0 0 0;
}
.deals .title .title-wrapper h3 .cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.deals .title .title-wrapper h3 .cover .border {
  width: 150px;
  height: 2px;
  background: #000;
}
.deals .title .title-wrapper h3 .cover .catch {
  text-align: center;
  font-weight: 900;
  color: #000;
  padding: 0 40px 0 40px;
  letter-spacing: 4px;
  font-size: 22px;
}
.deals .title .title-wrapper h2 {
  margin: 10px 0 0 0;
}
.deals .title .title-wrapper h2 .cover .catch {
  font-family: Montserrat, futura-pt-bold, upgrade, helvetica, Aharoni, source-han-sans-japanese, -apple-system;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
.deals .wrapper {
  width: 100%;
  padding: 0 0 0px 0;
  position: relative;
}
.deals .wrapper .conslider {
  display: flex;
  justify-content: center;
}
.deals .wrapper .conslider .conslider_box {
  width: 17%;
}
.deals .wrapper .conslider .conslider_box li {
  padding: 0;
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
}
.deals .wrapper .conslider .conslider_box li.slick-slide .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.deals .wrapper .conslider .conslider_box li.slick-slide .image img {
  width: 90%;
  height: auto;
}
.deals .inner {
  padding: 0 0 30px 0;
}
.deals .inner .explain .sentence {
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0px 4% 0 4%;
}
.deals .inner .explain .sentence p {
  color: #b6230e;
  text-align: center;
  padding: 10px 0 10px 0;
  line-height: 1.75;
  font-size: 18px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .deals {
    margin: 50px 0 0 0;
  }
  .deals .title .title-wrapper h3 .cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deals .title .title-wrapper h3 .cover .border {
    width: 150px;
    height: 2px;
    background: #000;
  }
  .deals .title .title-wrapper h3 .cover .catch {
    text-align: center;
    font-weight: 900;
    color: #000;
    padding: 0 40px 0 40px;
    letter-spacing: 4px;
    font-size: 22px;
  }
  .deals .title .title-wrapper h2 {
    margin: 10px 0 0 0;
  }
  .deals .title .title-wrapper h2 .cover .catch {
    font-family: futura-pt-bold, upgrade, Aharoni, source-han-sans-japanese, -apple-system;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 50px;
  }
  .deals .wrapper {
    width: 100%;
    padding: 0 0 0px 0;
  }
  .deals .wrapper .conslider-block01 li {
    padding: 0 10px 0 10px;
  }
  .deals .wrapper .conslider-block01 li img {
    width: 100%;
    height: auto;
  }
  .deals .inner {
    padding: 0 0 30px 0;
  }
  .deals .inner .explain .sentence {
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 0px 3% 0 3%;
  }
  .deals .inner .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 1.75;
    font-size: 1.45vw;
  }
  .deals .wrapper .conslider .conslider_box {
    width: 17%;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .deals {
    margin: 50px 0 0 0;
  }
  .deals .title .title-wrapper h3 .cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deals .title .title-wrapper h3 .cover .border {
    width: 150px;
    height: 2px;
    background: #000;
  }
  .deals .title .title-wrapper h3 .cover .catch {
    text-align: center;
    font-weight: 900;
    color: #000;
    padding: 0 40px 0 40px;
    letter-spacing: 4px;
    font-size: 22px;
  }
  .deals .title .title-wrapper h2 {
    margin: 10px 0 0 0;
  }
  .deals .title .title-wrapper h2 .cover .catch {
    font-family: futura-pt-bold, upgrade, Aharoni, source-han-sans-japanese, -apple-system;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 50px;
  }
  .deals .wrapper {
    width: 100%;
    padding: 0 0 0px 0;
  }
  .deals .wrapper .conslider-block01 li {
    padding: 0 10px 0 10px;
  }
  .deals .wrapper .conslider-block01 li img {
    width: 100%;
    height: auto;
  }
  .deals .inner {
    padding: 0 0 30px 0;
  }
  .deals .inner .explain .sentence {
    max-width: 80%;
    margin: 0 auto 0;
    padding: 0px 3% 0 3%;
  }
  .deals .inner .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 1.75;
    font-size: 2.25vw;
  }
  .deals .wrapper .conslider .conslider_box {
    width: 17%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .deals {
    margin: 50px 0 0 0;
  }
  .deals .title .title-wrapper h3 .cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deals .title .title-wrapper h3 .cover .border {
    width: 16%;
    height: 2px;
  }
  .deals .title .title-wrapper h3 .cover .catch {
    padding: 0 20px 0 20px;
    letter-spacing: 3px;
    font-size: 5vw;
  }
  .deals .title .title-wrapper h2 {
    margin: 10px 0 0 0;
  }
  .deals .title .title-wrapper h2 .cover .catch {
    font-size: 6vw;
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .deals .wrapper {
    width: 100%;
    padding: 0 10px 0px 10px;
    position: relative;
  }
  .deals .wrapper li {
    padding: 0 10px 0 10px;
  }
  .deals .wrapper li.slick-slide .image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
  }
  .deals .wrapper li.slick-slide .image img {
    width: 90%;
    height: auto;
  }
  .deals .inner {
    padding: 0 0 0px 0;
  }
  .deals .inner .explain .sentence {
    margin: 0 auto 0;
    padding: 0px 4% 0 4%;
  }
  .deals .inner .explain .sentence p {
    padding: 10px 0 10px 0;
    line-height: 1.75;
    font-size: 4.25vw;
  }
  .deals .inner .explain .sentence p .sp-disblock {
    display: none;
  }
  .deals .wrapper .conslider .conslider_box {
    width: 25%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* success-case */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTENT-CASE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#content-case {
  background: #ebf2ff;
  padding: 10px 0 50px 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PAGE-TITLE02 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.page-title02 {
  background: url(../images/main-img-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
.page-title02 .wrapper {
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
}
.page-title02 .wrapper .inner .box-wrapper .box {
  max-width: 2980px;
  margin: 0 auto 0;
  padding: 60px 3.5% 60px 3.5%;
  display: flex;
  justify-content: center;
}
.page-title02 .wrapper .inner .box-wrapper .box .text {
  width: 40%;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h1 {
  margin: 30px 0 0 0;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h1 .cover .mark {
  display: inline-block;
  padding: 6px 40px 3px 40px;
  border: solid 2px #fff;
  margin: 0 10px 0 0;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h2 {
  margin: 20px 0 0 0;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h2 .cover {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 74px;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 10px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h3 {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h3 .border {
  width: 100%;
  height: 1.5px;
  background: #fff;
  margin: 0 0 0 -100%;
}
.page-title02 .wrapper .inner .box-wrapper .box .text h3 .cover {
  margin: 0 0 0 10px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul {
  padding: 0 0 0 0;
  margin: 40px 0 0 0;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark {
  display: flex;
  align-items: center;
  border: solid 2px #fff;
  padding: 2px 15px 2px 15px;
  display: inline-block;
  border-radius: 100px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover {
  display: flex;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .icon {
  width: 22px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .semi {
  color: #fff;
  font-size: 16px;
}
.page-title02 .wrapper .inner .box-wrapper .box .text ul li .sub {
  color: #fff;
}
.page-title02 .wrapper .inner .box-wrapper .box .right {
  width: 45%;
}
.page-title02 .wrapper .inner .box-wrapper .box .right .thumb {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-title02 .wrapper .inner .box-wrapper .box .right .thumb img {
  width: 100%;
  height: 50%;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h5 {
  margin: -120px 0 0 30px;
  position: relative;
  z-index: 2;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h5 .cover {
  display: inline-block;
  background: #2973c3;
  color: #fff;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h4 {
  position: relative;
  z-index: 2;
  text-align: right;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover {
  text-align: right;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line {
  display: inline-block;
  background: #fff;
  color: #1f7bc7;
  padding: 10px 20px 10px 20px;
  font-size: 28px;
  font-weight: 900;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line.line01 {
  margin: 10px 0 0 50px;
}
.page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line.line02 {
  margin: 10px 0 0 80px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page-title02 .wrapper .inner .box-wrapper .box {
    padding: 20px 5% 30px 5%;
    display: block;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text {
    width: 100%;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h1 {
    margin: 0px 0 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h1 .cover .mark {
    padding: 6px 40px 3px 40px;
    margin: 0 10px 0 0;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h2 {
    margin: 20px 0 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h2 .cover {
    font-size: 12vw;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 10px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h3 {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h3 .border {
    width: 10%;
    height: 1.5px;
    background: #fff;
    margin: 0 0 0 0%;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text h3 .cover {
    margin: 0 0 0 10px;
    font-size: 5.5vw;
    letter-spacing: 1.5px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul {
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark {
    display: flex;
    padding: 2px 4%;
    border-radius: 100px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover {
    display: flex;
    align-items: center;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .icon {
    width: 5vw;
    margin: 0 4px 0 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .icon img {
    width: 100%;
    height: auto;
    vertical-align: text-top;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .mark .cover .semi {
    font-size: 4vw;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .text ul li .sub {
    font-size: 3.75vw;
    margin-left: 5px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right {
    width: 100%;
    margin: 20px auto 0;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right .thumb {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right .thumb img {
    width: 100%;
    height: 50%;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h5 {
    margin: -80px 0 0 30px;
    position: relative;
    z-index: 2;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h5 .cover {
    font-size: 4.25vw;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h4 {
    position: relative;
    z-index: 2;
    text-align: right;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover {
    text-align: right;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line {
    padding: 10px 10px 10px 10px;
    font-size: 5.5vw;
    font-weight: 900;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line.line01 {
    margin: 10px 0 0 0px;
  }
  .page-title02 .wrapper .inner .box-wrapper .box .right h4 .cover .line.line02 {
    margin: 10px 0 0 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION100 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section100 {
  margin: 80px auto 0;
}
.section100 .wrapper {
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 10px 0 40px 0;
  background: linear-gradient(90deg, rgb(188, 204, 242) 0%, rgb(160, 216, 237) 100%);
}
.section100 .wrapper h2 {
  text-align: center;
  padding: 0px 0 0 0;
  margin: -30px 0 0 0;
}
.section100 .wrapper h2 .cover {
  display: inline-block;
  background: linear-gradient(90deg, rgb(31, 145, 199) 0%, rgb(28, 115, 186) 100%);
  padding: 3px 50px 3px 50px;
  border: solid 2px #1f7bc7;
  box-shadow: 0 0 0 2px #fff inset;
}
.section100 .wrapper h2 .cover .mark {
  display: flex;
  align-items: center;
}
.section100 .wrapper h2 .cover .mark .icon {
  width: 28px;
  margin: 0 5px 0 0;
}
.section100 .wrapper h2 .cover .mark .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 5px;
}
.section100 .wrapper h2 .cover .mark .semi {
  color: #fff;
  font-size: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.section100 .wrapper .box01 {
  max-width: 80%;
  margin: 30px auto 0;
}
.section100 .wrapper .box01 .inside {
  display: flex;
  flex-wrap: wrap;
}
.section100 .wrapper .box01 .inside h3 {
  width: 30%;
  flex-basis: 30%;
  background: #797979;
  text-align: center;
  color: #fff;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section100 .wrapper .box01 .inside h3 .cover {
  font-size: 20px;
}
.section100 .wrapper .box01 .inside p {
  width: 70%;
  flex-basis: 70%;
  background: #fff;
  color: #555656;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
}
.section100 .wrapper .arrow {
  width: 30px;
  margin: 20px auto 0;
}
.section100 .wrapper .arrow img {
  width: 100%;
  height: auto;
}
.section100 .wrapper .box02 {
  max-width: 80%;
  margin: 10px auto 0;
  border: solid 2px #fca300;
}
.section100 .wrapper .box02 .inside {
  display: flex;
  flex-wrap: wrap;
}
.section100 .wrapper .box02 .inside h3 {
  width: 30%;
  flex-basis: 30%;
  background: #fca300;
  text-align: center;
  color: #fff;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  font-size: 24px;
}
.section100 .wrapper .box02 .inside p {
  width: 70%;
  flex-basis: 70%;
  background: #fff;
  color: #555656;
  font-size: 18px;
  padding: 15px 30px 15px 30px;
  font-weight: 700;
  line-height: 1.5;
}
.section100 .wrapper .box02 .inside p .big {
  font-size: 28px;
  color: #c20000;
}
.section100 .wrapper .box02 .inside p .middle {
  font-size: 20px;
  color: #c20000;
}
.section100 .wrapper .box03 {
  max-width: 80%;
  background: #fff;
  padding: 10px 0 0 0;
  margin: 60px auto 0;
}
.section100 .wrapper .box03 h3 {
  text-align: center;
  padding: 0px 0 0 0;
  margin: -30px 0 0 0;
}
.section100 .wrapper .box03 h3 .cover {
  display: inline-block;
  background: linear-gradient(90deg, rgb(31, 145, 199) 0%, rgb(28, 115, 186) 100%);
  padding: 3px 50px 3px 50px;
  border: solid 2px #1f7bc7;
  box-shadow: 0 0 0 2px #fff inset;
}
.section100 .wrapper .box03 h3 .cover .mark {
  display: flex;
  align-items: center;
}
.section100 .wrapper .box03 h3 .cover .mark .icon {
  width: 22px;
  margin: 0 5px 0 0;
}
.section100 .wrapper .box03 h3 .cover .mark .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 4px;
}
.section100 .wrapper .box03 h3 .cover .mark .semi {
  color: #fff;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.section100 .wrapper .box03 .sentence {
  padding: 30px 40px 30px 40px;
}
.section100 .wrapper .box03 .sentence p {
  font-size: 18px;
  color: #797979;
  padding: 10px 0 10px 0;
  line-height: 1.8;
}
.section100 .wrapper .box03 .sentence p .bold {
  font-weight: 700;
  color: #585858;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section100 {
    margin: 50px auto 0;
  }
  .section100 .wrapper {
    padding: 10px 0 40px 0;
    background: linear-gradient(90deg, rgb(188, 204, 242) 0%, rgb(160, 216, 237) 100%);
  }
  .section100 .wrapper h2 {
    padding: 0px 0 0 0;
    margin: -20px 0 0 0;
  }
  .section100 .wrapper h2 .cover {
    padding: 3px 50px 5px 50px;
  }
  .section100 .wrapper h2 .cover .mark .icon {
    width: 28px;
    margin: 0 5px 0 0;
  }
  .section100 .wrapper h2 .cover .mark .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 4px;
  }
  .section100 .wrapper h2 .cover .mark .semi {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .section100 .wrapper .box01 {
    max-width: 90%;
    margin: 30px auto 0;
  }
  .section100 .wrapper .box01 .inside {
    display: flex;
    flex-wrap: wrap;
  }
  .section100 .wrapper .box01 .inside h3 {
    width: 35%;
    flex-basis: 35%;
    padding: 10px 10px 10px 10px;
  }
  .section100 .wrapper .box01 .inside h3 .cover {
    font-size: 4.75vw;
  }
  .section100 .wrapper .box01 .inside p {
    width: 65%;
    flex-basis: 65%;
    background: #fff;
    color: #555656;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
  }
  .section100 .wrapper .arrow {
    width: 30px;
    margin: 10px auto 0;
  }
  .section100 .wrapper .arrow img {
    width: 100%;
    height: auto;
  }
  .section100 .wrapper .box02 {
    max-width: 90%;
    margin: 10px auto 0;
  }
  .section100 .wrapper .box02 .inside {
    display: flex;
    flex-wrap: wrap;
  }
  .section100 .wrapper .box02 .inside h3 {
    width: 35%;
    flex-basis: 35%;
    padding: 10px 5px 10px 5px;
    line-height: 1.35;
    font-size: 5.25vw;
  }
  .section100 .wrapper .box02 .inside p {
    width: 65%;
    flex-basis: 65%;
    font-size: 18px;
    padding: 10px 20px 15px 20px;
    font-weight: 700;
    line-height: 1.35;
  }
  .section100 .wrapper .box02 .inside p .big {
    font-size: 26px;
  }
  .section100 .wrapper .box02 .inside p .middle {
    font-size: 22px;
  }
  .section100 .wrapper .box03 {
    max-width: 90%;
    padding: 10px 0 0 0;
    margin: 60px auto 0;
  }
  .section100 .wrapper .box03 h3 {
    margin: -20px 0 0 0;
  }
  .section100 .wrapper .box03 h3 .cover {
    display: inline-block;
    padding: 3px 50px 3px 50px;
  }
  .section100 .wrapper .box03 h3 .cover .mark {
    display: flex;
    align-items: center;
  }
  .section100 .wrapper .box03 h3 .cover .mark .icon {
    width: 22px;
    margin: 0 5px 0 0;
  }
  .section100 .wrapper .box03 h3 .cover .mark .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 4px;
  }
  .section100 .wrapper .box03 h3 .cover .mark .semi {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .section100 .wrapper .box03 .sentence {
    padding: 20px 40px 30px 40px;
  }
  .section100 .wrapper .box03 .sentence p {
    font-size: 16px;
    color: #797979;
    padding: 10px 0 10px 0;
  }
  .section100 .wrapper .box03 .sentence p .bold {
    font-weight: 700;
    color: #585858;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 ARTICLE100 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.rticle100 variables(変数設定)
===============================================*/
.article100 {
  overflow: hidden;
  margin: 30px 0 0 0;
}
.article100 .wrapper .inner h2 {
  width: 900px;
  margin: 35px auto 0;
}
.article100 .wrapper .inner h2 .en {
  display: flex;
  align-items: center;
}
.article100 .wrapper .inner h2 .en .border {
  width: 100%;
  height: 1.5px;
  background: #1f7bc7;
  margin: 0 0 0 calc(-100% - 10px);
}
.article100 .wrapper .inner h2 .en .semi {
  margin: 0 0 0 10px;
  color: #1f7bc7;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 3px;
}
.article100 .wrapper .inner h2 .main {
  color: #1f7bc7;
  font-size: 34px;
}
.article100 .wrapper .inner .image01 {
  max-width: 900px;
  margin: 30px auto 0;
}
.article100 .wrapper .inner .image01 img {
  width: 100%;
  height: auto;
}
.article100 .wrapper .inner .sentence {
  margin: 15px 0 0 0;
}
.article100 .wrapper .inner .sentence p {
  max-width: 900px;
  margin: 0 auto 0;
  padding: 10px 0 10px 0;
  line-height: 1.85;
  color: #4a4a4a;
  font-size: 18px;
}
.article100 .wrapper .inner .sentence p.small {
  font-size: 15px;
  line-height: 1.5;
}
.article100 .wrapper .inner h3 {
  width: 900px;
  margin: 45px auto 0;
}
.article100 .wrapper .inner h3 .cover {
  display: flex;
  align-items: center;
}
.article100 .wrapper .inner h3 .cover .border {
  width: 150px;
  height: 2px;
  background: #1f7bc7;
  margin: 0 0 0 -75px;
}
.article100 .wrapper .inner h3 .cover .semi {
  margin: 0 0 0 10px;
  color: #1f7bc7;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.article100 .wrapper .inner .box01 {
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 10px 0 0 0;
}
.article100 .wrapper .inner .box01 ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.article100 .wrapper .inner .box01 ul li {
  width: 48.5%;
  margin: 20px 2% 0 0;
  list-style-type: none;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
}
.article100 .wrapper .inner .box01 ul li:nth-child(2n) {
  margin: 20px 0 0 0;
}
.article100 .wrapper .inner .box01 ul li .thumb {
  width: 35%;
}
.article100 .wrapper .inner .box01 ul li .thumb img {
  width: 100%;
  height: auto;
}
.article100 .wrapper .inner .box01 ul li .flexbox {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.article100 .wrapper .inner .box01 ul li .text {
  width: 65%;
  padding: 20px 20px 10px 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.article100 .wrapper .inner .box01 ul li .text .member_name {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  width: 100%;
}
.article100 .wrapper .inner .box01 ul li .text .semi {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.article100 .wrapper .inner .box01 ul li .text .sub {
  color: #fff;
}
.article100 .wrapper .inner .box01 ul li .text .sub .big {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
}
.article100 .wrapper .inner .box01 ul li .text .sub .middle {
  font-size: 18px;
}
.article100 .wrapper .inner .box01 ul li .text .sub .small {
  font-size: 15px;
}
.article100 .wrapper .inner .box01 ul li .text .catch {
  margin: 5px 0 0 0;
  font-size: 15px;
  color: white;
  line-height: 1.4;
}
.article100 .wrapper .inner .block01 {
  width: 900px;
  margin: 20px auto 0;
  padding: 0px 0 30px 0;
  background: linear-gradient(90deg, rgb(215, 227, 252) 0%, rgb(180, 231, 250) 100%);
  position: relative;
}
.article100 .wrapper .inner .block01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgb(177, 198, 240) 0%, rgb(93, 199, 240) 100%);
}
.article100 .wrapper .inner .block01 .inside {
  padding: 5px 0 0 0;
}
.article100 .wrapper .inner .block01 .inside h4 {
  padding: 15px 30px 0px 30px;
  margin: 0px 0 0 0;
}
.article100 .wrapper .inner .block01 .inside h4 .cover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.article100 .wrapper .inner .block01 .inside h4 .cover .icon {
  width: 13%;
  flex-wrap: 13%;
  margin: 0 3% 0 0;
}
.article100 .wrapper .inner .block01 .inside h4 .cover .icon img {
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  border: solid 4px #fff;
  margin: 0 auto 5px;
}
.article100 .wrapper .inner .block01 .inside h4 .cover .icon .sub {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #1f7bc7;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
.article100 .wrapper .inner .block01 .inside h4 .cover .icon .position {
  font-size: 14px;
}
.article100 .wrapper .inner .block01 .inside h4 .cover .main {
  width: 84%;
  flex-wrap: 84%;
  color: #1f7bc7;
  font-size: 22px;
}
.article100 .wrapper .inner .block01 .inside .explain {
  margin: 5px 0 0 0;
  padding: 0 30px 0 30px;
}
.article100 .wrapper .inner .block01 .inside .explain p {
  padding: 10px 0 10px 0;
  line-height: 1.85;
  color: #12436e;
  font-size: 16px;
}
.article100 .wrapper .inner .block01 .inside .explain p .span01 {
  color: #30628d;
  font-weight: 700;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .article100 {
    margin: 30px 0 0 0;
  }
  .article100 .wrapper .inner h2 {
    width: 100%;
    margin: 20px auto 0;
  }
  .article100 .wrapper .inner h2 .en {
    display: flex;
    align-items: center;
  }
  .article100 .wrapper .inner h2 .en .border {
    width: 17.5%;
    height: 1.5px;
    background: #1f7bc7;
    margin: 0 0 0 0;
  }
  .article100 .wrapper .inner h2 .en .semi {
    margin: 0 0 0 10px;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
  .article100 .wrapper .inner h2 .main {
    margin: 10px 0 0 0;
    font-size: 24px;
    padding: 0 5% 0 5%;
  }
  .article100 .wrapper .inner .image01 {
    margin: 30px auto 0;
  }
  .article100 .wrapper .inner .image01 img {
    width: 100%;
    height: auto;
  }
  .article100 .wrapper .inner .sentence {
    margin: 10px 0 0 0;
  }
  .article100 .wrapper .inner .sentence p {
    margin: 0 auto 0;
    padding: 10px 5% 10px 5%;
    line-height: 1.85;
    font-size: 16px;
  }
  .article100 .wrapper .inner .sentence p.small {
    font-size: 14px;
    line-height: 1.5;
  }
  .article100 .wrapper .inner h3 {
    max-width: 100%;
    margin: 35px auto 0;
  }
  .article100 .wrapper .inner h3 .cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 5% 0 0;
  }
  .article100 .wrapper .inner h3 .cover .border {
    width: 15%;
    height: 2px;
    background: #1f7bc7;
    margin: 0 0 0 0;
  }
  .article100 .wrapper .inner h3 .cover .semi {
    width: 85%;
    margin: 0 0 0 0px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
  }
  .article100 .wrapper .inner .box01 {
    max-width: 100%;
    margin: 0px auto 0;
    padding: 10px 0 0 0;
  }
  .article100 .wrapper .inner .box01 ul {
    display: block;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .article100 .wrapper .inner .box01 ul li {
    width: 100%;
    margin: 20px 0% 0 0;
    line-height: 0;
  }
  .article100 .wrapper .inner .box01 ul li:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .article100 .wrapper .inner .box01 ul li .thumb {
    width: 33%;
  }
  .article100 .wrapper .inner .box01 ul li .thumb img {
    width: 260px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article100 .wrapper .inner .box01 ul li .text {
    width: 67%;
    padding: 15px 15px 10px 15px;
    line-height: 1.5;
  }
  .article100 .wrapper .inner .box01 ul li .text .member_name {
    margin-bottom: 2%;
  }
  .article100 .wrapper .inner .box01 ul li .text .semi {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 1%;
  }
  .article100 .wrapper .inner .box01 ul li .text .sub {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2%;
  }
  .article100 .wrapper .inner .box01 ul li .text .sub .big {
    font-size: 18px;
    letter-spacing: 0;
  }
  .article100 .wrapper .inner .box01 ul li .text .sub .middle {
    font-size: 16px;
  }
  .article100 .wrapper .inner .box01 ul li .text .sub .small {
    font-size: 13px;
  }
  .article100 .wrapper .inner .box01 ul li .text .catch {
    margin: 7px 0 0 0;
    font-size: 14.5px;
    line-height: 1.2;
    text-align: justify;
  }
  .article100 .wrapper .inner .block01 {
    width: 92%;
    margin: 20px auto 0;
    padding: 0px 0 30px 0;
  }
  .article100 .wrapper .inner .block01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
  }
  .article100 .wrapper .inner .block01 .inside {
    padding: 5px 0 0 0;
  }
  .article100 .wrapper .inner .block01 .inside h4 {
    padding: 25px 20px 0px 20px;
    margin: 0px 0 0 0;
  }
  .article100 .wrapper .inner .block01 .inside h4 .cover {
    flex-wrap: wrap;
    align-items: center;
  }
  .article100 .wrapper .inner .block01 .inside h4 .cover .icon {
    width: 25%;
    margin: 0 auto 0;
  }
  .article100 .wrapper .inner .block01 .inside h4 .cover .icon img {
    display: block;
    width: 85px;
    height: auto;
    border-radius: 100%;
    border: solid 4px #fff;
    margin: 0 auto 1px;
  }
  .article100 .wrapper .inner .block01 .inside h4 .cover .icon .sub {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    color: #1f7bc7;
    font-size: 16px;
    text-align: center;
  }
  .article100 .wrapper .inner .block01 .inside h4 .cover .main {
    width: 75%;
    padding: 0 0 0 10px;
    margin: 0px auto 0;
    font-size: 18px;
    text-align: justify;
  }
  .article100 .wrapper .inner .block01 .inside .explain {
    margin: 5px 0 0 0;
    padding: 0 20px 0 20px;
  }
  .article100 .wrapper .inner .block01 .inside .explain p {
    padding: 10px 0 10px 0;
    line-height: 1.85;
    color: #12436e;
    font-size: 16px;
  }
  .article100 .wrapper .inner .block01 .inside .explain p .span01 {
    color: #30628d;
    font-weight: 700;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* page */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FIRST-CATCH 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.first-catch {
  width: 100%;
  height: 100%;
  margin: 80px auto 0;
  position: relative;
}
.first-catch h2 {
  text-align: center;
  font-size: 90px;
  letter-spacing: 6px;
  color: #01092a;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  padding: 0 0 35px 0;
}
.first-catch h2 span {
  color: #2550fa;
}
.first-catch p {
  width: 1000px;
  margin: 10px auto 0;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2.5;
  position: relative;
  z-index: 2;
  font-weight: 900;
  text-align: center;
}
.first-catch canvas#c {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-us .first-catch h2 {
  font-size: 80px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .first-catch {
    width: 100%;
    height: 100%;
    margin: 80px auto 0;
    position: relative;
  }
  .first-catch h2 {
    text-align: center;
    font-size: 90px;
    letter-spacing: 6px;
    color: #01092a;
    position: relative;
    z-index: 2;
    line-height: 1.1;
    padding: 0 0 35px 0;
  }
  .first-catch h2 span {
    color: #2550fa;
  }
  .first-catch p {
    width: 90%;
    margin: 10px auto 0;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 2.5;
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-align: center;
  }
  .first-catch canvas#c {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
} /* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-catch {
    width: 100%;
    height: 100%;
    margin: 80px auto 0;
    position: relative;
  }
  .first-catch h2 {
    text-align: center;
    font-size: 90px;
    letter-spacing: 6px;
    color: #01092a;
    position: relative;
    z-index: 2;
    line-height: 1.1;
    padding: 0 0 35px 0;
  }
  .first-catch h2 span {
    color: #2550fa;
  }
  .first-catch p {
    width: 90%;
    margin: 10px auto 0;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 2.5;
    position: relative;
    z-index: 2;
    font-weight: 900;
    text-align: center;
  }
  .first-catch canvas#c {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .first-catch {
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
    overflow: hidden;
  }
  .first-catch h2 {
    font-size: 72px;
    letter-spacing: 5px;
    padding: 0 0 30px 0;
  }
  .first-catch p {
    width: 93%;
    margin: 10px auto 0;
    font-size: 19px;
    letter-spacing: 2px;
  }
  .contact-us .first-catch h2 {
    font-size: 60px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION84 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section84 {
  margin: 50px 0 0 0;
}
.section84 .wrapper {
  background: url(../images/section84-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
}
.section84 .wrapper .inner {
  padding: 80px 0 80px 0;
}
.section84 .wrapper .inner .box {
  max-width: 1980px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}
.section84 .wrapper .inner .box .text {
  width: 50%;
  margin: 0 0 0 0;
  padding: 10px 5% 0 5%;
}
.section84 .wrapper .inner .box .text h3 {
  margin: 20px 0 0 0;
}
.section84 .wrapper .inner .box .text h3 .cover {
  display: inline-block;
  transform: skew(-25deg);
  border: solid 3px #058ee8;
}
.section84 .wrapper .inner .box .text h3 .cover span {
  color: #058ee8;
  font-size: 25px;
  letter-spacing: 3px;
  padding: 3px 20px 3px 20px;
  display: inline-block;
  transform: skew(25deg);
}
.section84 .wrapper .inner .box .text h2 {
  margin: 30px 0 0 0;
}
.section84 .wrapper .inner .box .text h2 .cover {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 90px;
  color: #058ee8;
  line-height: 1.1;
}
.section84 .wrapper .inner .box .text .sentence {
  margin: 20px 0 0 0;
}
.section84 .wrapper .inner .box .text .sentence p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4c4c4c;
}
.section84 .wrapper .inner .box .text .sentence p span {
  color: #058ee8;
}
.section84 .wrapper .inner .box .thumb {
  width: 50%;
  position: relative;
}
.section84 .wrapper .inner .box .thumb .en {
  position: absolute;
  writing-mode: vertical-rl;
  top: -20px;
  left: -50px;
}
.section84 .wrapper .inner .box .thumb .en .line {
  display: inline-block;
  color: #e2f5ff;
  background: #50b3f4;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin: 0px 20px 0 0;
}
.section84 .wrapper .inner .button {
  padding: 0 5% 0 5%;
}
.section84 .wrapper .inner .button a {
  display: block;
  max-width: 400px;
  margin: 20px 0 0px 40px;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 2px #1f7bc7;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  text-decoration: none;
}
.section84 .wrapper .inner .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.section84 .wrapper .inner .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.section84 .wrapper .inner .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.section84 .wrapper .inner .button a .cover .catch {
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .section84 {
    margin: 80px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h3 {
    margin: 20px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h3 .cover {
    display: inline-block;
  }
  .section84 .wrapper .inner .box .text h3 .cover span {
    font-size: 20px;
  }
  .section84 .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h2 .cover {
    font-size: 80px;
  }
  .section84 .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .section84 .wrapper .inner .box .text .sentence p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #4c4c4c;
  }
  .section84 .wrapper .inner .box .text .sentence p .sp-disblock {
    display: block !important;
  }
  .section84 .wrapper .inner .box .text .sentence p span {
    color: #058ee8;
  }
  .section84 .wrapper .inner .box .thumb {
    width: 50%;
    position: relative;
  }
  .section84 .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -20px;
    left: 50px;
  }
  .section84 .wrapper .inner .box .thumb .en .line {
    font-size: 35px;
    margin: 0px 20px 0 0;
  }
  .section84 .wrapper .inner .button {
    max-width: 1980px;
    padding: 30px 5% 0 5%;
  }
  .section84 .wrapper .inner .button a {
    max-width: 400px;
    margin: 0px 0 0px 40px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .section84 .wrapper .inner .button a .cover {
    padding: 15px 20px 15px 20px;
  }
  .section84 .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .section84 .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section84 .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section84 {
    margin: 80px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h3 {
    margin: 20px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h3 .cover {
    display: inline-block;
  }
  .section84 .wrapper .inner .box .text h3 .cover span {
    font-size: 20px;
  }
  .section84 .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h2 .cover {
    font-size: 80px;
  }
  .section84 .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .section84 .wrapper .inner .box .text .sentence p {
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 3px;
    color: #4c4c4c;
  }
  .section84 .wrapper .inner .box .text .sentence p .sp-disblock {
    display: block !important;
  }
  .section84 .wrapper .inner .box .text .sentence p span {
    color: #058ee8;
  }
  .section84 .wrapper .inner .box .thumb {
    width: 50%;
    position: relative;
  }
  .section84 .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -20px;
    left: 0px;
  }
  .section84 .wrapper .inner .box .thumb .en .line {
    font-size: 35px;
    margin: 0px 20px 0 0;
  }
  .section84 .wrapper .inner .button {
    max-width: 1980px;
    padding: 30px 5% 0 5%;
  }
  .section84 .wrapper .inner .button a {
    max-width: 400px;
    margin: 0px auto 0px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .section84 .wrapper .inner .button a .cover {
    padding: 15px 20px 15px 20px;
  }
  .section84 .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .section84 .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section84 .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section84 {
    margin: 80px 0 0 0;
  }
  .section84 .wrapper .inner {
    padding: 30px 0 30px 0;
  }
  .section84 .wrapper .inner .box {
    display: block;
    justify-content: center;
    padding: 0px 0 0px 0;
  }
  .section84 .wrapper .inner .box .text {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 5% 0 5%;
  }
  .section84 .wrapper .inner .box .text h3 {
    margin: 20px 0 0 10px;
  }
  .section84 .wrapper .inner .box .text h3 .cover span {
    font-size: 4vw;
    letter-spacing: 3px;
    padding: 3px 20px 3px 20px;
  }
  .section84 .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .section84 .wrapper .inner .box .text h2 .cover {
    letter-spacing: 2px;
    font-size: 15vw;
    line-height: 1.1;
  }
  .section84 .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .section84 .wrapper .inner .box .text .sentence p {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .section84 .wrapper .inner .box .thumb {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .section84 .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -10px;
    left: 30px;
  }
  .section84 .wrapper .inner .box .thumb .en .line {
    font-size: 6.5vw;
    margin: 0px 20px 0 0;
  }
  .section84 .wrapper .inner .button {
    margin: 20px 0 0px 0px;
  }
  .section84 .wrapper .inner .button a {
    display: block;
    max-width: 400px;
    margin: 0 auto 0;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    border: solid 2px #1f7bc7;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .section84 .wrapper .inner .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px 20px;
  }
  .section84 .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .section84 .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section84 .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 WORKS-CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.works-cta {
  margin: 50px 0 0 0;
}
.works-cta .wrapper {
  background: url(../images/section84-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
}
.works-cta .wrapper .inner {
  padding: 80px 0 80px 0;
}
.works-cta .wrapper .inner .box {
  max-width: 1980px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}
.works-cta .wrapper .inner .box .text {
  width: 50%;
  margin: 0 0 0 0;
  padding: 10px 5% 0 5%;
}
.works-cta .wrapper .inner .box .text h3 {
  margin: 20px 0 0 0;
}
.works-cta .wrapper .inner .box .text h3 .cover {
  display: inline-block;
  transform: skew(-25deg);
  border: solid 3px #058ee8;
}
.works-cta .wrapper .inner .box .text h3 .cover span {
  color: #058ee8;
  font-size: 25px;
  letter-spacing: 3px;
  padding: 3px 20px 3px 20px;
  display: inline-block;
  transform: skew(25deg);
}
.works-cta .wrapper .inner .box .text h2 {
  margin: 30px 0 0 0;
}
.works-cta .wrapper .inner .box .text h2 .cover {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 90px;
  color: #058ee8;
  line-height: 1.1;
}
.works-cta .wrapper .inner .box .text .sentence {
  margin: 20px 0 0 0;
}
.works-cta .wrapper .inner .box .text .sentence p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4c4c4c;
}
.works-cta .wrapper .inner .box .text .sentence p span {
  color: #058ee8;
}
.works-cta .wrapper .inner .box .thumb {
  width: 50%;
  position: relative;
}
.works-cta .wrapper .inner .box .thumb .en {
  position: absolute;
  writing-mode: vertical-rl;
  top: -20px;
  left: -50px;
}
.works-cta .wrapper .inner .box .thumb .en .line {
  display: inline-block;
  color: #e2f5ff;
  background: #50b3f4;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin: 0px 20px 0 0;
}
.works-cta .wrapper .inner .button {
  padding: 0 5% 0 5%;
}
.works-cta .wrapper .inner .button a {
  display: block;
  max-width: 400px;
  margin: 20px 0 0px 40px;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 2px #1f7bc7;
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
  text-decoration: none;
}
.works-cta .wrapper .inner .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px 20px;
  line-height: 1;
}
.works-cta .wrapper .inner .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.works-cta .wrapper .inner .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.works-cta .wrapper .inner .button a .cover .catch {
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .works-cta {
    margin: 80px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h3 {
    margin: 20px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h3 .cover {
    display: inline-block;
  }
  .works-cta .wrapper .inner .box .text h3 .cover span {
    font-size: 20px;
  }
  .works-cta .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h2 .cover {
    font-size: 80px;
  }
  .works-cta .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text .sentence p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #4c4c4c;
  }
  .works-cta .wrapper .inner .box .text .sentence p .sp-disblock {
    display: block !important;
  }
  .works-cta .wrapper .inner .box .text .sentence p span {
    color: #058ee8;
  }
  .works-cta .wrapper .inner .box .thumb {
    width: 50%;
    position: relative;
  }
  .works-cta .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -20px;
    left: 50px;
  }
  .works-cta .wrapper .inner .box .thumb .en .line {
    font-size: 35px;
    margin: 0px 20px 0 0;
  }
  .works-cta .wrapper .inner .button {
    max-width: 1980px;
    padding: 30px 5% 0 5%;
  }
  .works-cta .wrapper .inner .button a {
    max-width: 400px;
    margin: 0px 0 0px 40px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .works-cta .wrapper .inner .button a .cover {
    padding: 15px 20px 15px 20px;
  }
  .works-cta .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .works-cta .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .works-cta .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .works-cta {
    margin: 80px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h3 {
    margin: 20px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h3 .cover {
    display: inline-block;
  }
  .works-cta .wrapper .inner .box .text h3 .cover span {
    font-size: 20px;
  }
  .works-cta .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h2 .cover {
    font-size: 80px;
  }
  .works-cta .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text .sentence p {
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 3px;
    color: #4c4c4c;
  }
  .works-cta .wrapper .inner .box .text .sentence p .sp-disblock {
    display: block !important;
  }
  .works-cta .wrapper .inner .box .text .sentence p span {
    color: #058ee8;
  }
  .works-cta .wrapper .inner .box .thumb {
    width: 50%;
    position: relative;
  }
  .works-cta .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -20px;
    left: 0px;
  }
  .works-cta .wrapper .inner .box .thumb .en .line {
    font-size: 35px;
    margin: 0px 20px 0 0;
  }
  .works-cta .wrapper .inner .button {
    max-width: 1980px;
    padding: 30px 5% 0 5%;
  }
  .works-cta .wrapper .inner .button a {
    max-width: 400px;
    margin: 0px auto 0px;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .works-cta .wrapper .inner .button a .cover {
    padding: 15px 20px 15px 20px;
  }
  .works-cta .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .works-cta .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .works-cta .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .works-cta {
    margin: 80px 0 0 0;
  }
  .works-cta .wrapper .inner {
    padding: 30px 0 30px 0;
  }
  .works-cta .wrapper .inner .box {
    display: block;
    justify-content: center;
    padding: 0px 0 0px 0;
  }
  .works-cta .wrapper .inner .box .text {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 5% 0 5%;
  }
  .works-cta .wrapper .inner .box .text h3 {
    margin: 20px 0 0 10px;
  }
  .works-cta .wrapper .inner .box .text h3 .cover span {
    font-size: 4vw;
    letter-spacing: 3px;
    padding: 3px 20px 3px 20px;
  }
  .works-cta .wrapper .inner .box .text h2 {
    margin: 30px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text h2 .cover {
    letter-spacing: 2px;
    font-size: 15vw;
    line-height: 1.1;
  }
  .works-cta .wrapper .inner .box .text .sentence {
    margin: 20px 0 0 0;
  }
  .works-cta .wrapper .inner .box .text .sentence p {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .works-cta .wrapper .inner .box .thumb {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .works-cta .wrapper .inner .box .thumb .en {
    position: absolute;
    writing-mode: vertical-rl;
    top: -10px;
    left: 30px;
  }
  .works-cta .wrapper .inner .box .thumb .en .line {
    font-size: 6.5vw;
    margin: 0px 20px 0 0;
  }
  .works-cta .wrapper .inner .button {
    margin: 20px 0 0px 0px;
  }
  .works-cta .wrapper .inner .button a {
    display: block;
    max-width: 400px;
    margin: 0 auto 0;
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    border: solid 2px #1f7bc7;
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    text-decoration: none;
  }
  .works-cta .wrapper .inner .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px 15px 20px;
  }
  .works-cta .wrapper .inner .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .works-cta .wrapper .inner .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .works-cta .wrapper .inner .button a .cover .catch {
    font-size: 20px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* company */
/*===================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 .SECTION60 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □      
====================================================================*/
/*==============================================
.section60 variables(変数設定)
===============================================*/
.section60 {
  margin: 60px 0 0 0;
}
.section60 .wrapper {
  position: relative;
  overflow: hidden;
}
.section60 .wrapper .back01 {
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: rgba(168, 209, 243, 0.2);
  top: 0;
  right: 5vw;
  line-height: 0.9;
  font-size: 100px;
  text-align: right;
  z-index: -1;
}
.section60 .wrapper .inner {
  max-width: 1980px;
  padding: 40px 3.5% 0 3.5%;
  margin: 0px auto 0;
  display: flex;
  align-items: flex-start;
}
.section60 .wrapper .inner .left {
  margin: 0 50px 0 0;
}
.section60 .wrapper .inner .left .box-wrapper {
  width: 530px;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section60 .wrapper .inner .left .box-wrapper .box {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  margin: 0 30px 0 0;
  border: solid 6px #a8d1f3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
}
.section60 .wrapper .inner .left .box-wrapper .box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  border: solid 2px #a8d1f3;
  border-radius: 100%;
  margin: -30px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .icon p img {
  width: 64%;
  height: auto;
  position: relative;
  top: 2px;
}
.section60 .wrapper .inner .left .box-wrapper .box .en {
  text-align: center;
  margin: 15px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .en p {
  display: inline-block;
  color: #a8d1f3;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  background: #2973c3;
  padding: 2px 18px 2px 18px;
  letter-spacing: 2px;
  border-radius: 100px;
}
.section60 .wrapper .inner .left .box-wrapper .box .main {
  margin: 5px 0 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box .main p {
  color: #fff;
  font-size: 20px;
}
.section60 .wrapper .inner .left .box-wrapper .box.box02 {
  margin: 0 0px 0 0;
}
.section60 .wrapper .inner .left .box-wrapper .box.color01 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .box-wrapper .box.color02 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .box-wrapper .box.color03 {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  border: solid 3px linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
}
.section60 .wrapper .inner .left .kakeru {
  text-align: center;
  margin: -30px auto 60px;
  line-height: 0.5;
  position: relative;
}
.section60 .wrapper .inner .left .kakeru .border-left,
.section60 .wrapper .inner .left .kakeru .border-right {
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  width: 40px;
  height: 3px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.section60 .wrapper .inner .left .kakeru .border-left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section60 .wrapper .inner .left .kakeru .border-right {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section60 .wrapper .inner .right {
  max-width: 1000px;
  padding: 0px 0px 0 20px;
}
.section60 .wrapper .inner .right .sentence h3 {
  font-size: 40px;
  margin: 0 0 0px 0;
  font-weight: 700;
  color: #0594f2;
  letter-spacing: 3px;
  line-height: 2;
}
.section60 .wrapper .inner .right .sentence p {
  font-size: 16px;
  line-height: 2.2;
  padding: 10px 0 10px 0;
  color: #686868;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section60 {
    margin: 60px 0 0 0;
  }
  .section60 .wrapper {
    position: relative;
    overflow: hidden;
  }
  .section60 .wrapper .back01 {
    position: absolute;
    color: rgba(168, 209, 243, 0.2);
    top: 0;
    right: 5vw;
    line-height: 0.9;
    font-size: 100px;
    text-align: right;
    z-index: -1;
  }
  .section60 .wrapper .inner {
    max-width: 1980px;
    padding: 40px 2% 0 2%;
    margin: 0px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 36vw;
    height: 36vw;
    border-radius: 36vw;
    margin: 0 8vw 0 0;
    border: solid 6px #a8d1f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 100%;
    margin: -30px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon p img {
    width: 64%;
    height: auto;
    position: relative;
    top: 2px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en p {
    font-size: 13px;
    padding: 2px 18px 2px 18px;
    letter-spacing: 2px;
    border-radius: 100px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main p {
    font-size: 3vw;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box02 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box03 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    text-align: center;
    margin: -30px auto 60px;
    line-height: 0.5;
    position: relative;
  }
  .section60 .wrapper .inner .left .kakeru .border-left,
  .section60 .wrapper .inner .left .kakeru .border-right {
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    width: 40px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .section60 .wrapper .inner .left .kakeru .border-left {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section60 .wrapper .inner .left .kakeru .border-right {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .section60 .wrapper .inner .right {
    max-width: 1000px;
    padding: 0px 0px 0 0px;
    margin: 0 auto 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 4vw;
    margin: 20px 0 0px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.75;
  }
  .section60 .wrapper .inner .right .sentence p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 2.2;
    padding: 10px 5% 10px 5%;
    color: #686868;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section60 {
    margin: 60px 0 0 0;
  }
  .section60 .wrapper {
    position: relative;
    overflow: hidden;
  }
  .section60 .wrapper .back01 {
    position: absolute;
    color: rgba(168, 209, 243, 0.2);
    top: 0;
    right: 5vw;
    line-height: 0.9;
    font-size: 100px;
    text-align: right;
    z-index: -1;
  }
  .section60 .wrapper .inner {
    max-width: 1980px;
    padding: 40px 2% 0 2%;
    margin: 0px auto 0;
    display: block;
  }
  .section60 .wrapper .inner .left {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section60 .wrapper .inner .left .box-wrapper .box {
    width: 46vw;
    height: 46vw;
    border-radius: 100%;
    margin: 0 8vw 0 0;
    border: solid 6px #a8d1f3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
    margin: -30px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .icon p img {
    width: 64%;
    height: auto;
    position: relative;
    top: 2px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .en p {
    font-size: 13px;
    padding: 2px 18px 2px 18px;
    letter-spacing: 2px;
    border-radius: 100px;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main {
    margin: 5px 0 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box .main p {
    font-size: 3.75vw;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box02 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .box-wrapper .box.box03 {
    margin: 0 0px 0 0;
  }
  .section60 .wrapper .inner .left .kakeru {
    text-align: center;
    margin: -30px auto 60px;
    line-height: 0.5;
    position: relative;
  }
  .section60 .wrapper .inner .left .kakeru .border-left,
  .section60 .wrapper .inner .left .kakeru .border-right {
    background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
    width: 40px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .section60 .wrapper .inner .left .kakeru .border-left {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section60 .wrapper .inner .left .kakeru .border-right {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .section60 .wrapper .inner .right {
    max-width: 1000px;
    padding: 0px 0px 0 0px;
    margin: 0 auto 0;
  }
  .section60 .wrapper .inner .right .sentence h3 {
    font-size: 7.7vw;
    margin: 20px 0 0px 0;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.75;
  }
  .section60 .wrapper .inner .right .sentence p {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 2.2;
    padding: 10px 3% 10px 3%;
    color: #686868;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MAIN-IMG 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.main-img {
  background: url(../images/main-img-bg.jpg) no-repeat 0 bottom;
  background-size: cover;
  margin: 60px 0 0 0;
  padding: 0 0 0 0;
}
.main-img .wrapper {
  background: linear-gradient(90deg, rgba(97, 143, 249, 0.9) 0%, rgba(17, 156, 207, 0.9) 100%);
}
.main-img .wrapper .inner .box-wrapper .box {
  max-width: 2980px;
  margin: 0 auto 0;
  padding: 60px 3.5% 60px 3.5%;
  display: flex;
}
.main-img .wrapper .inner .box-wrapper .box .text {
  width: 50%;
}
.main-img .wrapper .inner .box-wrapper .box .text h5 {
  margin: 30px 0 0 0;
}
.main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark {
  display: inline-block;
  padding: 3px 40px 3px 40px;
  border: solid 2px #fff;
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #fff;
}
.main-img .wrapper .inner .box-wrapper .box .text h4 {
  margin: 30px 0 0 0;
}
.main-img .wrapper .inner .box-wrapper .box .text h4 .cover {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 74px;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 10px;
}
.main-img .wrapper .inner .box-wrapper .box .text h3 .cover {
  margin: 12px 0 0 0;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
}
.main-img .wrapper .inner .box-wrapper .box .text h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.main-img .wrapper .inner .box-wrapper .box .text h2 .cover {
  margin: 20px 0 0 0;
}
.main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  border: solid 2px #fff;
  border-radius: 100px;
}
.main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark:last-child {
  margin: 0 0px 0 0;
}
.main-img .wrapper .inner .box-wrapper .box .text h2 .caption {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.main-img .wrapper .inner .box-wrapper .box .hero {
  width: 50%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .main-img .wrapper .inner .box-wrapper .box {
    max-width: 2980px;
    margin: 0 auto 0;
    padding: 60px 3% 60px 3%;
    display: flex;
  }
  .main-img .wrapper .inner .box-wrapper .box .text {
    width: 50%;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 {
    margin: 30px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark {
    padding: 3px 25px 3px 25px;
    border: solid 2px #fff;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #fff;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 {
    margin: 30px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 .cover {
    font-size: 4.5vw;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 10px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h3 .cover {
    margin: 12px 0 0 0;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.5px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover {
    margin: 20px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 5px 0 0;
    border: solid 2px #fff;
    border-radius: 100px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark:last-child {
    margin: 0 0px 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .caption {
    margin: 10px 0 0 0;
    font-size: 18px;
  }
  .main-img .wrapper .inner .box-wrapper .box .hero {
    width: 50%;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-img .wrapper .inner .box-wrapper .box {
    padding: 10px 4.5% 10px 4.5%;
    display: block;
  }
  .main-img .wrapper .inner .box-wrapper .box .text {
    width: 100%;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 {
    margin: 10px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover {
    text-align: center;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark {
    display: inline-block;
    padding: 3px 15px 3px 15px;
    margin: 10px 10px 0 0;
    font-size: 2vw;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark:nth-child(3) {
    margin: 10px 0px 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 {
    margin: 20px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 .cover {
    text-align: center;
    font-size: 8.25vw;
    line-height: 1.25;
    letter-spacing: 6px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h3 .cover {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 3vw;
    letter-spacing: 1px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark {
    padding: 5px 15px 5px 15px;
    font-size: 2vw;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    border: solid 2px #fff;
    border-radius: 100px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark:last-child {
    margin: 0 0px 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .caption {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 2vw;
  }
  .main-img .wrapper .inner .box-wrapper .box .hero {
    width: 100%;
    margin: 20px 0 -40px 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .main-img .wrapper .inner .box-wrapper .box {
    padding: 10px 4.5% 10px 4.5%;
    display: block;
  }
  .main-img .wrapper .inner .box-wrapper .box .text {
    width: 100%;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 {
    margin: 10px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover {
    text-align: center;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark {
    display: inline-block;
    padding: 3px 15px 3px 15px;
    margin: 10px 10px 0 0;
    font-size: 3vw;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h5 .cover .mark:nth-child(3) {
    margin: 10px 0px 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 {
    margin: 20px 0 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h4 .cover {
    text-align: center;
    font-size: 11.25vw;
    line-height: 1.25;
    letter-spacing: 6px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h3 .cover {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark {
    padding: 5px 15px 5px 15px;
    font-size: 3vw;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    border: solid 2px #fff;
    border-radius: 100px;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .cover .mark:last-child {
    margin: 0 0px 0 0;
  }
  .main-img .wrapper .inner .box-wrapper .box .text h2 .caption {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 3.5vw;
  }
  .main-img .wrapper .inner .box-wrapper .box .hero {
    width: 100%;
    margin: 20px 0 -40px 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 COMPANY-TABLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.company-table {
  max-width: 1280px;
  margin: 120px auto 90px;
}
.company-table table {
  width: 100%;
  border-collapse: collapse;
}
.company-table table tr {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.company-table table tr:last-child {
  border-bottom: solid 1px #d6d6d6;
}
.company-table table th {
  color: #000;
  background: #dcdcdc;
  font-weight: 900;
  text-align: center;
  border-top: solid 1px #d6d6d6;
  padding: 20px 10px;
  font-size: 19px;
}
.company-table table td {
  text-align: center;
  border-top: solid 1px #d6d6d6;
  color: #505050;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 1.75;
}
.company-table table ul {
  margin: 0;
  padding: 0;
}
.company-table table ul li {
  list-style-type: none;
  margin: 0;
  padding: 0px 10px;
}
.company-table table ul li::before {
  content: "・";
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 OUR SERVICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.our-service .title-wrapper {
  max-width: 1680px;
  padding: 80px 10% 0 10%;
  margin: 0px auto 0;
}
.our-service .title-wrapper p.semi {
  text-align: center;
  font-size: 34px;
  font-family: upgrade, Aharoni, Arial, sans-serif;
  font-weight: 900;
  color: black;
}
.our-service .title-wrapper .home-ground {
  width: 100%;
  background-color: #fff;
  position: relative;
  /*Cubical Flipping or rotation*/
}
.our-service .title-wrapper .home-ground h3 {
  font-size: 74px;
  color: #009393;
  margin: 0 auto 0;
}
.our-service .title-wrapper .home-ground h3 span .stage {
  width: auto;
  height: 100px;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner {
  -webkit-animation-name: spincube;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-name: spincube;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  transform-style: preserve-3d;
  transform-origin: 40px 40px 0;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner div {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  height: 90px;
  font-family: upgrade, Aharoni, Arial, sans-serif;
  font-weight: 900;
  font-size: 84px;
  font-weight: 700;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face1 {
  color: black;
  transform: translateZ(40px);
  backface-visibility: hidden;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face2 {
  color: black;
  transform: rotateX(90deg) translateZ(40px);
  backface-visibility: hidden;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face3 {
  color: black;
  transform: rotateX(180deg) translateZ(40px);
  backface-visibility: hidden;
}
.our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face4 {
  color: black;
  transform: rotateX(270deg) translateZ(40px);
  backface-visibility: hidden;
}
@keyframes spincube {
  from, to {
    transform: rotateX(0deg);
  }
  15% {
    transform: rotateX(90deg);
  }
  25% {
    transform: rotateX(90deg);
  }
  40% {
    transform: rotateX(180deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  65% {
    transform: rotateX(270deg);
  }
  75% {
    transform: rotateX(270deg);
  }
  90% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.our-service .hero {
  overflow: hidden;
  padding-top: 60px;
}
.our-service .hero .swiper-container {
  overflow: visible !important;
}
.our-service .hero .swiper-container .swiper-slide {
  overflow: hidden;
}
.our-service .hero .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  transition: transform 1.9s ease;
}
.our-service .hero .swiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 125, 0.4);
}
.our-service .hero .swiper-container .swiper-slide .button02 {
  width: 300px;
  margin: 50px auto 50px;
  opacity: 0;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade {
  background: linear-gradient(to left, #187ddd 0%, #00c3c1 100%);
  border-style: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 20px 30px 20px 30px;
  overflow: hidden;
  transition: all 0.5s;
  text-align: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade a {
  color: #fff;
  text-decoration: none;
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade a::before {
  content: "≫";
  font-size: 0.9em;
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span {
  position: absolute;
  display: block;
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(1) {
  height: 3px;
  width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
  border-radius: 30px;
}
@keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(2) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 3s;
  border-radius: 30px;
}
@keyframes span2 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}
.our-service .hero .swiper-container .swiper-slide .button02 .move-grade:hover {
  transition: all 0.5s;
  transform: rotate(0deg) scale(1.1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.our-service .hero .swiper-container .swiper-slide-active > img {
  transform: none;
}
.our-service .hero .swiper-container .swiper-slide-active::after {
  opacity: 1;
  background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
}
.our-service .hero .swiper-container .swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.our-service .hero .swiper-container .swiper-slide-active .hero__tate {
  opacity: 0.4;
  font-size: 90px;
}
.our-service .hero .swiper-container .swiper-slide-active .button02 {
  opacity: 0.9;
}
.our-service .hero__title {
  position: absolute;
  width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  color: white;
  font-size: 25px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
}
.our-service .hero__title img.icon {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 0;
  padding: 0 0 40px 0;
}
.our-service .hero__title .en {
  font-size: 60px;
  padding: 0 0 40px 0;
  line-height: 1.3;
}
.our-service .hero__title h2 {
  font-size: 20px;
  padding: 0 0 15px 0;
  font-weight: 900;
}
.our-service .hero__title .sentence {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.our-service .hero__tate {
  position: absolute;
  z-index: 10;
  top: 0%;
  left: 20px;
  transform-origin: bottom left;
  transform: rotate(90deg);
  font-size: 36px;
  color: #fff;
  letter-spacing: 5px;
  opacity: 0;
  transition: all 0.3s ease 1s;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .our-service .title-wrapper {
    max-width: 100%;
    padding: 80px 10% 0 10%;
    margin: 0px auto 0;
  }
  .our-service .title-wrapper p.semi {
    font-size: 2.2vw;
  }
  .our-service .title-wrapper .home-ground {
    width: 100%;
    background-color: #fff;
    position: relative;
    /*Cubical Flipping or rotation*/
  }
  .our-service .title-wrapper .home-ground h3 {
    font-size: 4vw;
  }
  .our-service .title-wrapper .home-ground h3 span .stage {
    width: auto;
    height: 100px;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner {
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    transform-style: preserve-3d;
    transform-origin: 40px 40px 0;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    height: 90px;
    font-family: upgrade, Aharoni, Arial, sans-serif;
    font-weight: 900;
    font-size: 8vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div .sp-disblock {
    display: none;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face1 {
    color: black;
    transform: translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face2 {
    color: black;
    transform: rotateX(90deg) translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face3 {
    color: black;
    transform: rotateX(180deg) translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face4 {
    color: black;
    transform: rotateX(270deg) translateZ(40px);
    backface-visibility: hidden;
  }
  @keyframes spincube {
    from, to {
      transform: rotateX(0deg);
    }
    15% {
      transform: rotateX(90deg);
    }
    25% {
      transform: rotateX(90deg);
    }
    40% {
      transform: rotateX(180deg);
    }
    50% {
      transform: rotateX(180deg);
    }
    65% {
      transform: rotateX(270deg);
    }
    75% {
      transform: rotateX(270deg);
    }
    90% {
      transform: rotateX(360deg);
    }
    100% {
      transform: rotateX(360deg);
    }
  }
  .our-service .hero {
    overflow: hidden;
    padding-top: 30px;
  }
  .our-service .hero .swiper-container {
    overflow: visible !important;
  }
  .our-service .hero .swiper-container .swiper-slide {
    overflow: hidden;
  }
  .our-service .hero .swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.3);
    transition: transform 1.9s ease;
  }
  .our-service .hero .swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 125, 0.4);
  }
  .our-service .hero .swiper-container .swiper-slide .button02 {
    width: 300px;
    margin: 50px auto 50px;
    opacity: 0;
    transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade {
    background: linear-gradient(to left, #187ddd 0%, #00c3c1 100%);
    border-style: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 30px;
    overflow: hidden;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a {
    color: #fff;
    text-decoration: none;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a::before {
    content: "≫";
    font-size: 0.9em;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span {
    position: absolute;
    display: block;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0px;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
    border-radius: 30px;
  }
  @keyframes span1 {
    0% {
      left: -200px;
    }
    100% {
      left: 200px;
    }
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(2) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 3s;
    border-radius: 30px;
  }
  @keyframes span2 {
    0% {
      right: -200px;
    }
    100% {
      right: 200px;
    }
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade:hover {
    transition: all 0.5s;
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  }
  .our-service .hero .swiper-container .swiper-slide-active > img {
    transform: none;
  }
  .our-service .hero .swiper-container .swiper-slide-active::after {
    opacity: 1;
    background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
  }
  .our-service .hero .swiper-container .swiper-slide-active .hero__title {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .our-service .hero .swiper-container .swiper-slide-active .hero__tate {
    opacity: 0.4;
    font-size: 90px;
  }
  .our-service .hero .swiper-container .swiper-slide-active .button02 {
    opacity: 0.9;
  }
  .our-service .hero__title {
    position: absolute;
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    color: white;
    font-size: 25px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  }
  .our-service .hero__title img.icon {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 0;
    padding: 0 0 40px 0;
  }
  .our-service .hero__title .en {
    font-size: 60px;
    padding: 0 0 40px 0;
    line-height: 1.3;
  }
  .our-service .hero__title h2 {
    font-size: 20px;
    padding: 0 0 15px 0;
    font-weight: 900;
  }
  .our-service .hero__title .sentence {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .our-service .hero__tate {
    position: absolute;
    z-index: 10;
    top: 0%;
    left: 20px;
    transform-origin: bottom left;
    transform: rotate(90deg);
    font-size: 36px;
    color: #fff;
    letter-spacing: 5px;
    opacity: 0;
    transition: all 0.3s ease 1s;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .our-service .title-wrapper {
    max-width: 1680px;
    padding: 40px 10% 0 10%;
    margin: 0px auto 0;
  }
  .our-service .title-wrapper p.semi {
    text-align: center;
    font-size: 6vw;
    font-family: upgrade, Aharoni, Arial, sans-serif;
    font-weight: 900;
    color: black;
  }
  .our-service .title-wrapper .home-ground {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 25px 0 0 0;
  }
  .our-service .title-wrapper .home-ground h3 {
    font-size: 74px;
  }
  .our-service .title-wrapper .home-ground h3 span .stage {
    width: auto;
    height: 100px;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner {
    transform-origin: 40px 40px 0;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    height: 90px;
    font-size: 12vw;
    text-align: center;
    line-height: 1.2;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face1 {
    color: black;
    transform: translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face2 {
    color: black;
    transform: rotateX(90deg) translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face3 {
    color: black;
    transform: rotateX(180deg) translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .title-wrapper .home-ground h3 span .stage .cubespinner div.face4 {
    color: black;
    transform: rotateX(270deg) translateZ(40px);
    backface-visibility: hidden;
  }
  .our-service .hero {
    overflow: hidden;
    padding-top: 60px;
  }
  .our-service .hero .swiper-container {
    overflow: visible !important;
  }
  .our-service .hero .swiper-container .swiper-slide {
    overflow: hidden;
  }
  .our-service .hero .swiper-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.3);
    transition: transform 1.9s ease;
  }
  .our-service .hero .swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 125, 0.4);
  }
  .our-service .hero .swiper-container .swiper-slide .button02 {
    width: 300px;
    margin: 30px auto 0px;
    opacity: 0;
    transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade {
    background: linear-gradient(to left, #187ddd 0%, #00c3c1 100%);
    border-style: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 30px;
    overflow: hidden;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a {
    color: #fff;
    text-decoration: none;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a::before {
    content: "≫";
    font-size: 0.9em;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span {
    position: absolute;
    display: block;
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0px;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
    border-radius: 30px;
  }
  @keyframes span1 {
    0% {
      left: -200px;
    }
    100% {
      left: 200px;
    }
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade a span:nth-child(2) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 3s;
    border-radius: 30px;
  }
  @keyframes span2 {
    0% {
      right: -200px;
    }
    100% {
      right: 200px;
    }
  }
  .our-service .hero .swiper-container .swiper-slide .button02 .move-grade:hover {
    transition: all 0.5s;
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  }
  .our-service .hero .swiper-container .swiper-slide-active > img {
    transform: none;
  }
  .our-service .hero .swiper-container .swiper-slide-active::after {
    opacity: 1;
    background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
  }
  .our-service .hero .swiper-container .swiper-slide-active .hero__title {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .our-service .hero .swiper-container .swiper-slide-active .hero__tate {
    opacity: 0.4;
    font-size: 35px;
  }
  .our-service .hero .swiper-container .swiper-slide-active .button02 {
    opacity: 0.9;
  }
  .our-service .hero__title {
    position: absolute;
    width: 320px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    color: white;
    font-size: 25px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease 1.5s, transform 0.3s ease 1.5s;
  }
  .our-service .hero__title img.icon {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 0;
    padding: 0 0 20px 0;
  }
  .our-service .hero__title .en {
    font-size: 40px;
    padding: 0 0 20px 0;
    line-height: 1.3;
  }
  .our-service .hero__title h2 {
    font-size: 20px;
    padding: 0 0 15px 0;
    font-weight: 900;
  }
  .our-service .hero__title .sentence {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .our-service .hero__tate {
    position: absolute;
    z-index: 10;
    top: 0%;
    left: 20px;
    transform-origin: bottom left;
    transform: rotate(90deg);
    font-size: 36px;
    color: #fff;
    letter-spacing: 5px;
    opacity: 0;
    transition: all 0.3s ease 1s;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FIRST-MESSAGE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.first-message {
  margin: 80px 0 0 0;
  background: url(../images/first-message-bg.jpg) no-repeat right bottom;
  background-size: auto 100%;
  overflow: hidden;
  padding: 0 0 0 0;
}
.first-message .title {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.first-message .title .back {
  width: 100%;
  overflow: hidden;
  position: absolute;
  line-height: 0.8;
  top: 0;
  left: 0;
}
.first-message .title .back span {
  display: inline-block;
  padding-left: 100%;
  line-height: 1em;
  animation: backRotateAnime 10s linear infinite;
  font-size: 150px;
  letter-spacing: 5px;
  line-height: 1;
  font-weight: bold;
  color: rgba(200, 200, 200, 0.5);
  white-space: nowrap;
  font-weight: 900;
}
@keyframes backRotateAnime {
  0% {
    transform: translateX(-100%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
.first-message .title .front {
  display: block;
  max-width: 1980px;
  overflow: hidden;
  padding: 0 10% 0 10%;
  margin: 0px auto 0;
  line-height: 1.3;
  text-align: left;
  position: relative;
  z-index: 10;
}
.first-message .title .front .catch {
  color: #000;
  font-weight: 700;
  font-size: 45px;
}
.first-message .title .front h2 {
  color: #000;
  font-weight: 700;
  font-size: 75px;
}
.first-message .title .front::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.first-message .title .front .zoom {
  opacity: 0;
}
.first-message .title .front.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.first-message .title .front.inview .zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: normal;
}
@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.first-message .sentence {
  max-width: 1980px;
  padding: 0 10% 0 10%;
  margin: 30px auto 0;
  overflow: hidden;
}
.first-message .sentence p {
  width: 700px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.75;
}
.first-message .sentence.inview p {
  animation: slide-bck-tl 0.9s cubic-bezier(0.47, 0, 0.745, 0.715);
  overflow: hidden;
}
@keyframes slide-bck-tl {
  0% {
    opacity: 0;
    transform: translateZ(400px) translateY(300px) translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateY(0) translateX(0);
  }
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .first-message {
    margin: 40px 0 0 0;
    background: url(../images/first-message-bg.jpg) no-repeat right bottom;
    background-size: contain;
    padding: 0 0 260px 0;
  }
  .first-message .title {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .first-message .title .back {
    width: 100%;
    overflow: hidden;
  }
  .first-message .title .back span {
    padding-left: 100%;
    line-height: 1em;
    font-size: 20vw;
    letter-spacing: 5px;
  }
  .first-message .title .front {
    padding: 0 5% 0 5%;
    margin: 0px auto 0;
    line-height: 1.3;
    text-align: left;
  }
  .first-message .title .front .catch {
    font-size: 6vw;
  }
  .first-message .title .front h2 {
    font-size: 8.5vw;
  }
  .first-message .title .front::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaebe6;
    opacity: 0;
  }
  .first-message .title .front .zoom {
    opacity: 0;
  }
  .first-message .title .front.inview::after {
    opacity: 1;
  }
  .first-message .title .front.inview .zoom {
    opacity: 1;
    transition: transform 0.3s ease;
  }
  .first-message .sentence {
    max-width: 1980px;
    padding: 0 0 0 0%;
    margin: 0 auto;
    overflow: hidden;
  }
  .first-message .sentence p {
    width: 90%;
    padding: 10px 0 10px 0;
    font-size: 4.25vw;
    line-height: 1.75;
    margin: 0 auto 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 OUR MISSION 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.our-mission variables(変数設定)
===============================================*/
.sm-link {
  --smLinkPadding: 20px 45px;
  --smLinkLineWeight: 5px;
  --smLinkLineColor: #5580e1;
  --smLinkTextColor: #5580e1;
  --smLinkTextColorHover: #5580e1;
}

.our-mission .title-en {
  text-align: center;
  max-width: 1070px;
  margin: 150px auto 0;
  position: relative;
  overflow: hidden;
}
.our-mission .title-en h2 {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.our-mission .title-en h2.sm-link {
  --uismLinkDisplay: var(--smLinkDisplay, inline-flex);
  display: inline-flex;
  --uismLinkTextColor: var(--smLinkTextColor);
  --uismLinkTextColorHover: var(--smLinkTextColorHover);
  display: var(--uismLinkDisplay);
  color: var(--uismLinkTextColor);
  position: relative;
  overflow: hidden;
}
.our-mission .title-en h2.sm-link .sm-link__label {
  display: block;
}
.our-mission .title-en h2.sm-link_padding-all {
  --uismLinkLineWeight: var(--smLinkLineWeight, 2px);
  --uismLinkLineColor: var(--smLinkLineColor, #000);
  --uismLinkPadding: var(--smLinkPadding, 5px);
  transform: skew(-15deg);
  padding: var(--uismLinkPadding);
}
.our-mission .title-en h2.sm-link_padding-all::before, .our-mission .title-en h2.sm-link_padding-all::after {
  width: 100%;
  height: var(--uismLinkLineWeight);
  left: 0;
}
.our-mission .title-en h2.sm-link_padding-all::before {
  top: 0;
}
.our-mission .title-en h2.sm-link_padding-all::after {
  bottom: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  width: var(--uismLinkLineWeight);
  height: 100%;
  top: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::before {
  left: 0;
}
.our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  right: 0;
}
.our-mission .title-en h2.sm-link_padding-all::before, .our-mission .title-en h2.sm-link_padding-all::after, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all .sm-link__label::after {
  content: "";
  background-color: var(--uismLinkLineColor);
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  transition-property: transform, opacity;
}
.our-mission .title-en h2.sm-link_padding-all.inview::before, .our-mission .title-en h2.sm-link_padding-all.inview::after, .our-mission .title-en h2.sm-link_padding-all.inview .sm-link__label::before, .our-mission .title-en h2.sm-link_padding-all.inview .sm-link__label::after {
  opacity: 1;
}
.our-mission .title-en h2.sm-link5::before, .our-mission .title-en h2.sm-link5::after, .our-mission .title-en h2.sm-link5 .sm-link__label::before, .our-mission .title-en h2.sm-link5 .sm-link__label::after {
  transition-timing-function: ease-out;
  transition-duration: 1.2s, 1.15s;
  transition-delay: 1s, 1.15s;
}
.our-mission .title-en h2.sm-link5::before {
  transform: translate3d(-100%, 0, 0);
}
.our-mission .title-en h2.sm-link5::after {
  transform: translate3d(100%, 0, 0);
}
.our-mission .title-en h2.sm-link5 .sm-link__label::before {
  transform: translate3d(0, 100%, 0);
}
.our-mission .title-en h2.sm-link5 .sm-link__label::after {
  transform: translate3d(0, -100%, 0);
}
.our-mission .title-en h2.sm-link5.inview::before, .our-mission .title-en h2.sm-link5.inview::after, .our-mission .title-en h2.sm-link5.inview .sm-link__label::before, .our-mission .title-en h2.sm-link5.inview .sm-link__label::after {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.our-mission .title-en h3 {
  text-align: center;
  padding: 20px 0 50px 0;
  color: #5580e1;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  overflow: hidden;
}
.our-mission .title-en h3 .big {
  display: block;
  font-size: 85px;
}
.our-mission .title-en h3 .small {
  display: block;
  font-size: 22px;
}
.our-mission .title-en h3.inview .big {
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  overflow: hidden;
}
.our-mission .title-en h3.inview .small {
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  overflow: hidden;
}
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.our-mission .title-en .back {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  z-index: 1;
}
.our-mission .title-en .back span {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  font-size: 150px;
  line-height: 1;
  font-weight: bold;
  color: rgba(200, 200, 200, 0.2);
  white-space: nowrap;
  font-weight: 900;
}
.our-mission .title-en .back.inview span {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  overflow: hidden;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.our-mission .sentence {
  max-width: 1070px;
  margin: 20px auto 20px;
  font-size: 18px;
  line-height: 1.75;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .our-mission .title-en {
    margin: 40px auto 0;
  }
  .our-mission .title-en h2 {
    font-size: 7vw;
  }
  .our-mission .title-en h3 {
    text-align: center;
    padding: 20px 0 50px 0;
    z-index: 2;
    line-height: 1.2;
  }
  .our-mission .title-en h3 .big {
    font-size: 16vw;
  }
  .our-mission .title-en h3 .small {
    padding: 10px 0 0 0;
    display: block;
    font-size: 5vw;
  }
  .our-mission .title-en .back {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 1;
  }
  .our-mission .title-en .back span {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
    font-size: 150px;
    line-height: 1;
    font-weight: bold;
    color: rgba(200, 200, 200, 0.2);
    white-space: nowrap;
    font-weight: 900;
  }
  .our-mission .title-en .back.inview span {
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    overflow: hidden;
  }
  .our-mission .sentence {
    max-width: 90%;
    margin: 20px auto 20px;
    font-size: 4.25vw;
    line-height: 1.75;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.value-slides-wrapper {
  height: 650px;
  max-width: 1680px;
  position: relative;
  margin: 0 auto 0;
  overflow: hidden;
}

.value-slides-wrapper .slides-nav {
  z-index: 99;
  position: absolute;
  right: -5%;
  display: flex;
  align-items: center;
  height: 100%;
  color: #111;
}
@media (min-width: 54em) {
  .value-slides-wrapper .slides-nav {
    right: 2%;
  }
}
.value-slides-wrapper .slides-nav__nav {
  position: relative;
  right: 0;
  display: block;
  font-size: 1em;
  transform: rotate(90deg);
  transform-origin: center;
}
.value-slides-wrapper .slides-nav button {
  position: relative;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  font-family: upgrade, Aharoni, Arial, sans-serif;
  font-weight: 900;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  overflow-x: hidden;
  transition: color 0.5s ease;
  color: #221315;
  border: solid 2px #221315;
}
.value-slides-wrapper .slides-nav button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: #221315;
  transition: width 0.4s ease;
}
.value-slides-wrapper .slides-nav button:hover {
  cursor: pointer;
  color: #221315;
  transition: color 0.5s ease;
}
.value-slides-wrapper .slides-nav button:hover:after {
  width: 100%;
  transition: width 0.4s ease;
}
.value-slides-wrapper .slides-nav button:focus {
  outline: 0;
}
.is-sliding .value-slides-wrapper .slides-nav {
  pointer-events: none;
}

.slides {
  display: block;
  width: 100%;
  background: #fff;
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slides {
  background: #ededed;
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}

.slide {
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: z-index 1s ease;
}
.slide.is-active {
  z-index: 19;
  transition: z-index 1s ease;
}
.slide__content {
  position: relative;
  margin: 0 auto;
  height: 95%;
  width: 95%;
  top: 2.5%;
}
@media (min-width: 54em) {
  .slide__content {
    height: 80%;
    width: 80%;
    top: 10%;
  }
}
.slide__header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  transform: translateX(5%);
}
@media (min-width: 54em) {
  .slide__header {
    transform: translateX(-5%);
  }
}
.slide__title {
  overflow-y: hidden;
}
@media (min-width: 54em) {
  .slide__title {
    font-size: 5em;
  }
}
.slide__title .title-line {
  display: block;
  overflow-y: hidden;
}
.slide__title .title-line .title-semi {
  font-size: 18px;
  display: inline-block;
  background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
  color: #111;
}
.slide__title .title-line .title-main {
  font-family: Montserrat, helvetica;
  font-size: 80px;
  font-weight: 700;
  color: #111;
  display: block;
  display: inline-block;
  background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
}
.slide__title .title-line .title-fook {
  font-size: 25px;
  font-weight: 700;
  display: block;
  display: inline-block;
  background: linear-gradient(to right, rgba(10, 207, 254, 0.7), rgba(73, 90, 255, 0.8));
  color: #111;
}
.slide__title .title-line .title-cover {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}
.slide__title .title-line .title-cover:nth-child(1) {
  transition-delay: 0.15s;
}
.slide__title .title-line .title-cover:nth-child(2) {
  transition-delay: 0.3s;
}
.is-active .slide__title .title-line .title-cover {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-active .slide__title .title-line:nth-of-type(2n) .title-cover {
  transition-delay: 0.2s;
}
.slide__figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
  transform: scale(0.8);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__img {
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50%;
  height: 0%;
  width: 100%;
  filter: grayscale(0%);
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
}
.is-active .slide__img {
  height: 100%;
  opacity: 1;
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
}
.is-sliding .slide__img {
  filter: grayscale(100%);
}

.value-slides-wrapper .slides-nav {
  z-index: 99;
  position: absolute;
  right: 0;
  top: 15%;
  display: block;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .slide__title .title-line .title-main {
    font-size: 13vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 OUR-CONTACT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.our-contact {
  margin: 80px 0 0 0;
  background: url(../images/our-contact-bg.jpg) no-repeat center center;
  background-size: cover;
  /******************************************************************

  .anim-text-flow: 「Welcome consulting for your state.」の箇所

  ******************************************************************/
  /*
  * Animation module with all animation code
  */
}
.our-contact .our-contact-bg {
  padding: 110px 0 90px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  background: linear-gradient(to right, rgba(4, 19, 36, 0.86), rgba(0, 0, 0, 0.95));
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.our-contact .our-contact-bg .catch {
  text-align: center;
  width: 500px;
  padding: 0 5% 0 0;
}
.our-contact .our-contact-bg .catch .txt {
  display: block;
}
.our-contact .our-contact-bg .catch .txt.txt1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 0.9;
  padding: 0 0 20px 0;
}
.our-contact .our-contact-bg .catch .txt.txt2 {
  display: block;
  font-size: 18px;
  line-height: 1.8;
}
.our-contact .our-contact-bg .btn a {
  text-decoration: none;
  padding: 1.5em 4em;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 1.1em;
  transition: 0.3s;
  border: 4px solid #008000;
  border-image-source: linear-gradient(to right, #016062 0%, #4a5e8c 44%, #4a5e8c 49%, #4a5e8c 57%, #744a9e 100%);
  border-image-slice: 4;
  overflow: hidden;
}
.our-contact .our-contact-bg .btn a:hover {
  color: #fff;
}
.our-contact .our-contact-bg .btn a:hover:after {
  width: 120%;
}
.our-contact .our-contact-bg .btn a:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(to right, #016062 0%, #4a5e8c 44%, #4a5e8c 49%, #4a5e8c 57%, #744a9e 100%);
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.our-contact .anim-text-flow,
.our-contact .anim-text-flow-hover:hover {
  /*
  * Animation variables
  */
  /*
  * Elements settings
  */
  /*
  * Keyframe loop
  */
  /*
  * Element animation delay loop
  */
}
.our-contact .anim-text-flow span,
.our-contact .anim-text-flow-hover:hover span {
  animation-name: anim-text-flow-keys;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
@keyframes anim-text-flow-keys {
  0% {
    color: hsl(278, 60%, 60%);
  }
  5% {
    color: hsl(120, 60%, 60%);
  }
  10% {
    color: hsl(179, 60%, 60%);
  }
  15% {
    color: hsl(165, 60%, 60%);
  }
  20% {
    color: hsl(338, 60%, 60%);
  }
  25% {
    color: hsl(14, 60%, 60%);
  }
  30% {
    color: hsl(354, 60%, 60%);
  }
  35% {
    color: hsl(83, 60%, 60%);
  }
  40% {
    color: hsl(139, 60%, 60%);
  }
  45% {
    color: hsl(348, 60%, 60%);
  }
  50% {
    color: hsl(70, 60%, 60%);
  }
  55% {
    color: hsl(148, 60%, 60%);
  }
  60% {
    color: hsl(107, 60%, 60%);
  }
  65% {
    color: hsl(2, 60%, 60%);
  }
  70% {
    color: hsl(264, 60%, 60%);
  }
  75% {
    color: hsl(278, 60%, 60%);
  }
  80% {
    color: hsl(290, 60%, 60%);
  }
  85% {
    color: hsl(96, 60%, 60%);
  }
  90% {
    color: hsl(358, 60%, 60%);
  }
  95% {
    color: hsl(350, 60%, 60%);
  }
  100% {
    color: hsl(199, 60%, 60%);
  }
}
.our-contact .anim-text-flow span:nth-of-type(1),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(1) {
  animation-delay: -19.8s;
}
.our-contact .anim-text-flow span:nth-of-type(2),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(2) {
  animation-delay: -19.6s;
}
.our-contact .anim-text-flow span:nth-of-type(3),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(3) {
  animation-delay: -19.4s;
}
.our-contact .anim-text-flow span:nth-of-type(4),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(4) {
  animation-delay: -19.2s;
}
.our-contact .anim-text-flow span:nth-of-type(5),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(5) {
  animation-delay: -19s;
}
.our-contact .anim-text-flow span:nth-of-type(6),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(6) {
  animation-delay: -18.8s;
}
.our-contact .anim-text-flow span:nth-of-type(7),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(7) {
  animation-delay: -18.6s;
}
.our-contact .anim-text-flow span:nth-of-type(8),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(8) {
  animation-delay: -18.4s;
}
.our-contact .anim-text-flow span:nth-of-type(9),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(9) {
  animation-delay: -18.2s;
}
.our-contact .anim-text-flow span:nth-of-type(10),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(10) {
  animation-delay: -18s;
}
.our-contact .anim-text-flow span:nth-of-type(11),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(11) {
  animation-delay: -17.8s;
}
.our-contact .anim-text-flow span:nth-of-type(12),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(12) {
  animation-delay: -17.6s;
}
.our-contact .anim-text-flow span:nth-of-type(13),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(13) {
  animation-delay: -17.4s;
}
.our-contact .anim-text-flow span:nth-of-type(14),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(14) {
  animation-delay: -17.2s;
}
.our-contact .anim-text-flow span:nth-of-type(15),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(15) {
  animation-delay: -17s;
}
.our-contact .anim-text-flow span:nth-of-type(16),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(16) {
  animation-delay: -16.8s;
}
.our-contact .anim-text-flow span:nth-of-type(17),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(17) {
  animation-delay: -16.6s;
}
.our-contact .anim-text-flow span:nth-of-type(18),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(18) {
  animation-delay: -16.4s;
}
.our-contact .anim-text-flow span:nth-of-type(19),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(19) {
  animation-delay: -16.2s;
}
.our-contact .anim-text-flow span:nth-of-type(20),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(20) {
  animation-delay: -16s;
}
.our-contact .anim-text-flow span:nth-of-type(21),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(21) {
  animation-delay: -15.8s;
}
.our-contact .anim-text-flow span:nth-of-type(22),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(22) {
  animation-delay: -15.6s;
}
.our-contact .anim-text-flow span:nth-of-type(23),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(23) {
  animation-delay: -15.4s;
}
.our-contact .anim-text-flow span:nth-of-type(24),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(24) {
  animation-delay: -15.2s;
}
.our-contact .anim-text-flow span:nth-of-type(25),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(25) {
  animation-delay: -15s;
}
.our-contact .anim-text-flow span:nth-of-type(26),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(26) {
  animation-delay: -14.8s;
}
.our-contact .anim-text-flow span:nth-of-type(27),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(27) {
  animation-delay: -14.6s;
}
.our-contact .anim-text-flow span:nth-of-type(28),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(28) {
  animation-delay: -14.4s;
}
.our-contact .anim-text-flow span:nth-of-type(29),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(29) {
  animation-delay: -14.2s;
}
.our-contact .anim-text-flow span:nth-of-type(30),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(30) {
  animation-delay: -14s;
}
.our-contact .anim-text-flow span:nth-of-type(31),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(31) {
  animation-delay: -13.8s;
}
.our-contact .anim-text-flow span:nth-of-type(32),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(32) {
  animation-delay: -13.6s;
}
.our-contact .anim-text-flow span:nth-of-type(33),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(33) {
  animation-delay: -13.4s;
}
.our-contact .anim-text-flow span:nth-of-type(34),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(34) {
  animation-delay: -13.2s;
}
.our-contact .anim-text-flow span:nth-of-type(35),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(35) {
  animation-delay: -13s;
}
.our-contact .anim-text-flow span:nth-of-type(36),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(36) {
  animation-delay: -12.8s;
}
.our-contact .anim-text-flow span:nth-of-type(37),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(37) {
  animation-delay: -12.6s;
}
.our-contact .anim-text-flow span:nth-of-type(38),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(38) {
  animation-delay: -12.4s;
}
.our-contact .anim-text-flow span:nth-of-type(39),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(39) {
  animation-delay: -12.2s;
}
.our-contact .anim-text-flow span:nth-of-type(40),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(40) {
  animation-delay: -12s;
}
.our-contact .anim-text-flow span:nth-of-type(41),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(41) {
  animation-delay: -11.8s;
}
.our-contact .anim-text-flow span:nth-of-type(42),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(42) {
  animation-delay: -11.6s;
}
.our-contact .anim-text-flow span:nth-of-type(43),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(43) {
  animation-delay: -11.4s;
}
.our-contact .anim-text-flow span:nth-of-type(44),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(44) {
  animation-delay: -11.2s;
}
.our-contact .anim-text-flow span:nth-of-type(45),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(45) {
  animation-delay: -11s;
}
.our-contact .anim-text-flow span:nth-of-type(46),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(46) {
  animation-delay: -10.8s;
}
.our-contact .anim-text-flow span:nth-of-type(47),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(47) {
  animation-delay: -10.6s;
}
.our-contact .anim-text-flow span:nth-of-type(48),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(48) {
  animation-delay: -10.4s;
}
.our-contact .anim-text-flow span:nth-of-type(49),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(49) {
  animation-delay: -10.2s;
}
.our-contact .anim-text-flow span:nth-of-type(50),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(50) {
  animation-delay: -10s;
}
.our-contact .anim-text-flow span:nth-of-type(51),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(51) {
  animation-delay: -9.8s;
}
.our-contact .anim-text-flow span:nth-of-type(52),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(52) {
  animation-delay: -9.6s;
}
.our-contact .anim-text-flow span:nth-of-type(53),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(53) {
  animation-delay: -9.4s;
}
.our-contact .anim-text-flow span:nth-of-type(54),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(54) {
  animation-delay: -9.2s;
}
.our-contact .anim-text-flow span:nth-of-type(55),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(55) {
  animation-delay: -9s;
}
.our-contact .anim-text-flow span:nth-of-type(56),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(56) {
  animation-delay: -8.8s;
}
.our-contact .anim-text-flow span:nth-of-type(57),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(57) {
  animation-delay: -8.6s;
}
.our-contact .anim-text-flow span:nth-of-type(58),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(58) {
  animation-delay: -8.4s;
}
.our-contact .anim-text-flow span:nth-of-type(59),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(59) {
  animation-delay: -8.2s;
}
.our-contact .anim-text-flow span:nth-of-type(60),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(60) {
  animation-delay: -8s;
}
.our-contact .anim-text-flow span:nth-of-type(61),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(61) {
  animation-delay: -7.8s;
}
.our-contact .anim-text-flow span:nth-of-type(62),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(62) {
  animation-delay: -7.6s;
}
.our-contact .anim-text-flow span:nth-of-type(63),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(63) {
  animation-delay: -7.4s;
}
.our-contact .anim-text-flow span:nth-of-type(64),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(64) {
  animation-delay: -7.2s;
}
.our-contact .anim-text-flow span:nth-of-type(65),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(65) {
  animation-delay: -7s;
}
.our-contact .anim-text-flow span:nth-of-type(66),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(66) {
  animation-delay: -6.8s;
}
.our-contact .anim-text-flow span:nth-of-type(67),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(67) {
  animation-delay: -6.6s;
}
.our-contact .anim-text-flow span:nth-of-type(68),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(68) {
  animation-delay: -6.4s;
}
.our-contact .anim-text-flow span:nth-of-type(69),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(69) {
  animation-delay: -6.2s;
}
.our-contact .anim-text-flow span:nth-of-type(70),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(70) {
  animation-delay: -6s;
}
.our-contact .anim-text-flow span:nth-of-type(71),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(71) {
  animation-delay: -5.8s;
}
.our-contact .anim-text-flow span:nth-of-type(72),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(72) {
  animation-delay: -5.6s;
}
.our-contact .anim-text-flow span:nth-of-type(73),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(73) {
  animation-delay: -5.4s;
}
.our-contact .anim-text-flow span:nth-of-type(74),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(74) {
  animation-delay: -5.2s;
}
.our-contact .anim-text-flow span:nth-of-type(75),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(75) {
  animation-delay: -5s;
}
.our-contact .anim-text-flow span:nth-of-type(76),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(76) {
  animation-delay: -4.8s;
}
.our-contact .anim-text-flow span:nth-of-type(77),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(77) {
  animation-delay: -4.6s;
}
.our-contact .anim-text-flow span:nth-of-type(78),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(78) {
  animation-delay: -4.4s;
}
.our-contact .anim-text-flow span:nth-of-type(79),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(79) {
  animation-delay: -4.2s;
}
.our-contact .anim-text-flow span:nth-of-type(80),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(80) {
  animation-delay: -4s;
}
.our-contact .anim-text-flow span:nth-of-type(81),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(81) {
  animation-delay: -3.8s;
}
.our-contact .anim-text-flow span:nth-of-type(82),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(82) {
  animation-delay: -3.6s;
}
.our-contact .anim-text-flow span:nth-of-type(83),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(83) {
  animation-delay: -3.4s;
}
.our-contact .anim-text-flow span:nth-of-type(84),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(84) {
  animation-delay: -3.2s;
}
.our-contact .anim-text-flow span:nth-of-type(85),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(85) {
  animation-delay: -3s;
}
.our-contact .anim-text-flow span:nth-of-type(86),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(86) {
  animation-delay: -2.8s;
}
.our-contact .anim-text-flow span:nth-of-type(87),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(87) {
  animation-delay: -2.6s;
}
.our-contact .anim-text-flow span:nth-of-type(88),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(88) {
  animation-delay: -2.4s;
}
.our-contact .anim-text-flow span:nth-of-type(89),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(89) {
  animation-delay: -2.2s;
}
.our-contact .anim-text-flow span:nth-of-type(90),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(90) {
  animation-delay: -2s;
}
.our-contact .anim-text-flow span:nth-of-type(91),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(91) {
  animation-delay: -1.8s;
}
.our-contact .anim-text-flow span:nth-of-type(92),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(92) {
  animation-delay: -1.6s;
}
.our-contact .anim-text-flow span:nth-of-type(93),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(93) {
  animation-delay: -1.4s;
}
.our-contact .anim-text-flow span:nth-of-type(94),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(94) {
  animation-delay: -1.2s;
}
.our-contact .anim-text-flow span:nth-of-type(95),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(95) {
  animation-delay: -1s;
}
.our-contact .anim-text-flow span:nth-of-type(96),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(96) {
  animation-delay: -0.8s;
}
.our-contact .anim-text-flow span:nth-of-type(97),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(97) {
  animation-delay: -0.6s;
}
.our-contact .anim-text-flow span:nth-of-type(98),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(98) {
  animation-delay: -0.4s;
}
.our-contact .anim-text-flow span:nth-of-type(99),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(99) {
  animation-delay: -0.2s;
}
.our-contact .anim-text-flow span:nth-of-type(100),
.our-contact .anim-text-flow-hover:hover span:nth-of-type(100) {
  animation-delay: 0s;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .our-contact {
    margin: 80px 0 0 0;
    background: url(../images/our-contact-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .our-contact .our-contact-bg {
    padding: 110px 0 90px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background: linear-gradient(to right, rgba(4, 19, 36, 0.86), rgba(0, 0, 0, 0.95));
    position: relative;
    z-index: 1;
    display: block;
  }
  .our-contact .our-contact-bg .catch {
    text-align: center;
    width: 100%;
    padding: 0 0% 0 0;
  }
  .our-contact .our-contact-bg .catch .txt {
    display: block;
  }
  .our-contact .our-contact-bg .catch .txt.txt1 {
    font-size: 10vw;
    font-weight: 900;
    line-height: 0.9;
    padding: 0 0 20px 0;
  }
  .our-contact .our-contact-bg .catch .txt.txt2 {
    font-size: 4.25vw;
    line-height: 1.8;
    padding: 0 5% 0 5%;
  }
  .our-contact .our-contact-bg .btn {
    margin: 25px 0 0 0;
  }
  .our-contact .our-contact-bg .btn a {
    text-decoration: none;
    padding: 1.5em 4em;
  }
  .our-contact .our-contact-bg .btn a:hover {
    color: #fff;
  }
  .our-contact .our-contact-bg .btn a:hover:after {
    width: 120%;
  }
  .our-contact .our-contact-bg .btn a:after {
    content: "";
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    bottom: -1px;
    height: 3px;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* members */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION65 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.section65 {
  margin: 0px 0 0 0;
}
.section65 .wrapper .inner .box {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 70px 3.5% 70px 3.5%;
  display: flex;
}
.section65 .wrapper .inner .box .left {
  width: 45%;
  margin: 0 5% 0 0;
}
.section65 .wrapper .inner .box .left .thumb {
  width: 100%;
  position: relative;
}
.section65 .wrapper .inner .box .left .thumb .mark {
  position: absolute;
  top: 0;
  left: 0;
}
.section65 .wrapper .inner .box .left .thumb .mark p {
  display: inline-block;
  background: rgba(31, 123, 199, 0.8);
  letter-spacing: 5px;
  color: #fff;
  padding: 3px 10px 5px 10px;
  text-align: center;
  font-size: 20px;
}
.section65 .wrapper .inner .box .left .thumb .cover {
  position: absolute;
  top: 20px;
  right: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
  display: inline-block;
  color: #fff;
  background: #1f7bc7;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 3px 5px 3px;
  margin: 0 5px 0 0;
}
.section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
  display: inline-block;
  background: #fff;
  color: #1f7bc7;
  font-weight: 900;
  margin: 20px 0 0 0;
  padding: 10px 6px 10px 6px;
  line-height: 1.3;
  letter-spacing: 2px;
  box-shadow: 3px 3px 0 3px #1f7bc7;
  font-size: 20px;
}
.section65 .wrapper .inner .box .left .thumb .cover .sub p {
  display: inline-block;
  background: #fff;
  color: #1f7bc7;
  font-weight: 900;
  margin: 50px 0 0 0;
  padding: 12px 12px 12px 12px;
  line-height: 1.3;
  letter-spacing: 2px;
  box-shadow: 3px 3px 0 3px #1f7bc7;
  font-size: 38px;
}
.section65 .wrapper .inner .box .left .thumb img {
  width: 100%;
  height: auto;
}
.section65 .wrapper .inner .box .left:nth-child(2n) .thumb {
  margin: 0 0 0 5%;
}
.section65 .wrapper .inner .box .right {
  width: 50%;
}
.section65 .wrapper .inner .box .right .text .sentence h3 {
  display: inline-block;
  border: solid 2px #1f7bc7;
  padding: 10px 20px 12px 20px;
  background: #1f7bc7;
  color: #fff;
  box-shadow: 0 0 0 3px #fff inset;
}
.section65 .wrapper .inner .box .right .text .sentence h3 .icon {
  display: inline-block;
  width: 40px;
  height: auto;
  margin: 0 5px 0 0;
  line-height: 0;
  text-align: center;
}
.section65 .wrapper .inner .box .right .text .sentence h3 .icon img {
  width: 80%;
  height: auto;
  position: relative;
  top: 8px;
}
.section65 .wrapper .inner .box .right .text .sentence h3 .phrase {
  display: inline-block;
  font-size: 25px;
}
.section65 .wrapper .inner .box .right .text .sentence p {
  margin: -30px 0 0 0;
  padding: 60px 30px 30px 30px;
  border: solid 2px #1f7bc7;
  box-shadow: 4px 4px 0 4px #1f7bc7;
  color: #1f7bc7;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
.section65 .wrapper .inner .box .right .addtional {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.section65 .wrapper .inner .box .right .addtional .mark {
  width: 110px;
  margin: 0 20px 0 0;
}
.section65 .wrapper .inner .box .right .addtional .mark img {
  width: 100%;
  height: auto;
  border-radius: 90px;
}
.section65 .wrapper .inner .box .right .addtional p {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: #fff;
  background: #1f7bc7;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  border-radius: 40px;
  position: relative;
}
.section65 .wrapper .inner .box .right .addtional p:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  border-right: 13px solid #1f7bc7;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  transform: translateY(-50%);
}
.section65 .wrapper .inner .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.section65 .wrapper .inner .box:nth-child(2n) .left {
  margin: 0 0 0 5%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section65 {
    margin: 35px 0 0 0;
  }
  .section65 .wrapper .inner .box {
    max-width: 1280px;
    padding: 40px 0% 40px 0%;
    display: block;
  }
  .section65 .wrapper .inner .box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .section65 .wrapper .inner .box .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section65 .wrapper .inner .box .left .thumb .mark p {
    letter-spacing: 3px;
    padding: 3px 6px 5px 6px;
    font-size: 18px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h4 .inside {
    font-size: 12px;
    padding: 5px 3px 5px 3px;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 {
    margin: 0px 0 0 15px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover h5 .inside {
    margin: 10px 0 0 0;
    padding: 8px 6px 10px 8px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .section65 .wrapper .inner .box .left .thumb .cover .sub p {
    margin: 35px 0 0 0;
    padding: 8px 8px 8px 8px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
  }
  .section65 .wrapper .inner .box .left .thumb img {
    width: 100%;
    height: auto;
  }
  .section65 .wrapper .inner .box .left:nth-child(2n) .thumb {
    margin: 0 0 0 5%;
  }
  .section65 .wrapper .inner .box .left .sentence p {
    padding: 0 5% 0 5%;
  }
  .section65 .wrapper .inner .box .right {
    width: 92%;
    margin: 0 auto 0;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 {
    padding: 10px 15px 12px 15px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon {
    width: 30px;
    margin: 0 5px 0 0;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .section65 .wrapper .inner .box .right .text .sentence h3 .phrase {
    font-size: 22px;
  }
  .section65 .wrapper .inner .box .right .text .sentence p {
    margin: -30px 0 0 0;
    padding: 55px 30px 30px 30px;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 700;
  }
  .section65 .wrapper .inner .box .right .addtional {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section65 .wrapper .inner .box .right .addtional .mark {
    width: 25%;
    margin: 0 2% 0 0;
  }
  .section65 .wrapper .inner .box .right .addtional .mark img {
    width: 100%;
    height: auto;
    border-radius: 90px;
  }
  .section65 .wrapper .inner .box .right .addtional p {
    width: 63%;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #1f7bc7;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
  }
  .section65 .wrapper .inner .box .right .addtional p:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 50%;
    border-right: 13px solid #1f7bc7;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    transform: translateY(-50%);
  }
  .section65 .wrapper .inner .box:nth-child(2n) .left {
    margin: 0 0 0 0%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* success-case */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 POINT13 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*==============================================
.point13 variables(変数設定)
===============================================*/
.point13 {
  background: auto;
  margin: 120px 0 0 0;
}
.point13 .box-wrapper {
  max-width: 1280px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.point13 .box-wrapper .box {
  width: 47.5%;
  margin: 0 5% 80px 0;
  background: linear-gradient(90deg, rgb(97, 143, 249) 0%, rgb(17, 156, 207) 100%);
  position: relative;
  padding: 0 0 30px 0;
}
.point13 .box-wrapper .box:nth-child(2n) {
  margin: 0 0 80px 0;
}
.point13 .box-wrapper .box .back {
  position: absolute;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  opacity: 0.3;
  font-size: 70px;
  line-height: 1;
  z-index: 3;
  top: 50px;
}
.point13 .box-wrapper .box .mark {
  background: #fff;
  border: solid 2px #fff;
  box-shadow: inset 0 0 0 2px #1f7bc7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  line-height: 1;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin: -20px 0 0 -20px;
  color: #1f7bc7;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  padding: 2% 0;
  flex-direction: column;
}
.point13 .box-wrapper .box .case_nb {
  font-size: 1.8rem;
}
.point13 .box-wrapper .box .thumb {
  width: 100%;
  margin: -70px 0 0 0;
  padding: 0 0 0 15%;
  position: relative;
  z-index: 1;
}
.point13 .box-wrapper .box .thumb img {
  width: 100%;
  height: auto;
}
.point13 .box-wrapper .box h4 {
  margin: -80px 0px 0px 80px;
  position: relative;
  z-index: 2;
}
.point13 .box-wrapper .box h4 .cover {
  display: inline-block;
  background: #2973c3;
  color: #fff;
  padding: 5px 20px 5px 20px;
  font-size: 18px;
}
.point13 .box-wrapper .box h4 .cover span {
  font-size: 0.8em;
}
.point13 .box-wrapper .box h3 {
  margin: 0px 0px 0px 80px;
}
.point13 .box-wrapper .box h3 .block {
  margin: 10px 0px 0px 0px;
  text-align: center;
  color: #1f7bc7;
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  background: #fff;
  padding: 5px 12px 5px 12px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.point13 .box-wrapper .box .explain {
  margin: 20px 30px 0px 80px;
}
.point13 .box-wrapper .box .explain p {
  line-height: 2;
  font-size: 18px;
  color: #fff;
}
.point13 .box-wrapper .box .button {
  margin: 20px 0 0px 0;
  position: relative;
  z-index: 13;
}
.point13 .box-wrapper .box .button a {
  position: relative;
  z-index: 13;
  display: block;
  max-width: 500px;
  margin: 0 auto 0;
  background: #fff;
  border: solid 2px #fff;
  box-shadow: 0 0 0 2px #1f7bc7 inset;
  color: #1f7bc7;
  text-decoration: none;
  font-weight: 700;
}
.point13 .box-wrapper .box .button a .cover {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 20px;
}
.point13 .box-wrapper .box .button a .cover .icon {
  width: 25px;
  margin: 0 10px 0 0;
}
.point13 .box-wrapper .box .button a .cover .icon img {
  width: 100%;
  height: auto;
  position: relative;
  top: 3px;
}
.point13 .box-wrapper .box .button a .cover .catch {
  font-size: 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .point13 .box-wrapper {
    max-width: 1280px;
    padding: 0 3% 0 3%;
    margin: 70px auto 0;
  }
  .point13 .box-wrapper .box .button a {
    max-width: 90%;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .point13 .box-wrapper {
    max-width: 100%;
    padding: 0 2% 0 2%;
    margin: 70px auto 0;
  }
  .point13 .box-wrapper .box {
    width: 48.5%;
    margin: 0 3% 80px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 0 80px 0;
  }
  .point13 .box-wrapper .box .back {
    position: absolute;
    opacity: 0.3;
    font-size: 6vw;
    line-height: 1;
    z-index: 3;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    box-shadow: inset 0 0 0 2px #1f7bc7;
    line-height: 1.2;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    margin: -20px 0 0 -5px;
    position: relative;
    z-index: 2;
    font-size: 1.9vw;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -70px 0 0 0;
    padding: 0 0 0 10%;
    position: relative;
    z-index: 1;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h4 {
    margin: -80px 0px 0px 10%;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box h4 .cover {
    display: inline-block;
    background: #2973c3;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
  }
  .point13 .box-wrapper .box h4 .cover span {
    font-size: 0.8em;
  }
  .point13 .box-wrapper .box h3 {
    margin: 0px 0px 0px 6.5%;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 2.85vw;
    font-weight: 900;
    background: #fff;
    padding: 5px 10px 5px 10px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 10% 0px 10%;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 2;
    font-size: 18px;
    color: #fff;
  }
  .point13 .box-wrapper .box .button a {
    max-width: 90%;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .point13 {
    background: auto;
    margin: 60px 0 0 0;
  }
  .point13 .box-wrapper {
    display: block;
  }
  .point13 .box-wrapper .box {
    width: 92%;
    margin: 0 auto 45px;
    position: relative;
    padding: 0 0 30px 0;
  }
  .point13 .box-wrapper .box:nth-child(2n) {
    margin: 0 auto 45px;
  }
  .point13 .box-wrapper .box .back {
    color: #fff;
    opacity: 0.3;
    font-size: 70px;
    line-height: 1;
    top: 50px;
  }
  .point13 .box-wrapper .box .mark {
    line-height: 1;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0px 0 0 0px;
    color: #1f7bc7;
    font-size: 16px;
    letter-spacing: -1px;
    top: -20px;
    left: -10px;
    justify-content: flex-end;
    padding: 3% 0;
  }
  .point13 .box-wrapper .box .thumb {
    width: 100%;
    margin: -80px 0 0 0;
    padding: 0 0 0 12%;
  }
  .point13 .box-wrapper .box .thumb img {
    width: 100%;
    height: auto;
  }
  .point13 .box-wrapper .box h4 {
    margin: -70px 0px 0px 60px;
    position: relative;
    z-index: 2;
  }
  .point13 .box-wrapper .box h4 .cover {
    font-size: 4vw;
    white-space: nowrap;
  }
  .point13 .box-wrapper .box h4 .cover span {
    font-size: 0.8em;
  }
  .point13 .box-wrapper .box h3 {
    margin: 20px 0px 0px 20px;
  }
  .point13 .box-wrapper .box h3 .block {
    margin: 10px 0px 0px 0px;
    font-size: 5.5vw;
    padding: 5px 12px 5px 12px;
    line-height: 1.4;
    position: relative;
  }
  .point13 .box-wrapper .box .explain {
    margin: 20px 30px 0px 40px;
  }
  .point13 .box-wrapper .box .explain p {
    line-height: 1.75;
    font-size: 16px;
  }
  .point13 .box-wrapper .box .button {
    margin: 20px 0 0px 0;
    position: relative;
    z-index: 13;
  }
  .point13 .box-wrapper .box .button a {
    position: relative;
    z-index: 13;
    display: block;
    max-width: 90%;
    margin: 0 auto 0;
    background: #fff;
    border: solid 2px #fff;
    box-shadow: 0 0 0 2px #1f7bc7 inset;
    color: #1f7bc7;
    text-decoration: none;
    font-weight: 700;
  }
  .point13 .box-wrapper .box .button a .cover {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 15px 0px;
  }
  .point13 .box-wrapper .box .button a .cover .icon {
    width: 6vw;
    margin: 0 10px 0 0;
  }
  .point13 .box-wrapper .box .button a .cover .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 3px;
  }
  .point13 .box-wrapper .box .button a .cover .catch {
    font-size: 4.5vw;
    white-space: nowrap;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* business-consulting */
/* ad-manage-ment */
/* lp-production */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVICE-CONTENT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service-content {
  overflow: hidden;
}
.service-content .wrapper {
  margin: 100px auto 0;
}
.service-content .wrapper .title {
  position: relative;
  height: 180px;
}
.service-content .wrapper .title .back {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  top: -50px;
  left: 0;
  font-size: 190px;
  letter-spacing: 10px;
  color: rgba(0, 0, 0, 0.1);
}
.service-content .wrapper .title h2 {
  max-width: 1280px;
  padding: 0 3% 0 3%;
  margin: 0 auto 0;
  font-size: 70px;
  position: relative;
  z-index: 2;
}
.service-content .wrapper .title h3 {
  max-width: 1280px;
  padding: 0 3% 0 3%;
  margin: -15px auto 0;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.service-content .wrapper .box-wrapper {
  padding: 10px 0 0 0;
}
.service-content .wrapper .box-wrapper .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 70px auto 0;
  padding: 0 3% 0px 3%;
}
.service-content .wrapper .box-wrapper .box::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.service-content .wrapper .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-content .wrapper .box-wrapper .box .text {
  width: 50%;
  padding: 0 0 0 0;
}
.service-content .wrapper .box-wrapper .box .text h3 {
  transform: skew(-15deg);
  letter-spacing: 1px;
  font-size: 43px;
  color: rgb(56, 90, 227);
}
.service-content .wrapper .box-wrapper .box .text h4 {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}
.service-content .wrapper .box-wrapper .box .visual {
  width: 40%;
  position: relative;
}
.service-content .wrapper .box-wrapper .box .visual .img-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  box-shadow: inset 0 0 0 5px #fff;
  border: 15px solid #5bb9e0;
  animation: border 8s linear infinite;
}
@keyframes border {
  50% {
    border-color: #4b6cd8;
  }
  100% {
    border-color: #5bb9e0;
  }
}
.service-content .wrapper .box-wrapper .box .visual .img-box .top,
.service-content .wrapper .box-wrapper .box .visual .img-box .bottom,
.service-content .wrapper .box-wrapper .box .visual .img-box .left,
.service-content .wrapper .box-wrapper .box .visual .img-box .right {
  position: absolute;
  background: #00f;
  animation: 8s linear infinite;
}
.service-content .wrapper .box-wrapper .box .visual .img-box .top {
  top: -15px;
  left: -15px;
  height: 15px;
  animation-name: top;
}
@keyframes top {
  25% {
    width: 0;
    background: #69449c;
  }
  38% {
    width: calc(100% + 15px);
    background: #27cd58;
  }
  50% {
    background: #00f;
  }
  62% {
    background: #14a88e;
  }
  75% {
    width: calc(100% + 15px);
    background: #69449c;
  }
  88% {
    left: auto;
    right: -15px;
    width: 0;
    background: #27cd58;
  }
}
.service-content .wrapper .box-wrapper .box .visual .img-box .img-box .bottom {
  bottom: -15px;
  right: -15px;
  height: 15px;
  animation-name: bottom;
}
@keyframes bottom {
  0% {
    width: 0;
  }
  12% {
    width: calc(100% + 15px);
    background: #14a88e;
  }
  25% {
    background: #69449c;
  }
  38% {
    background: #27cd58;
  }
  50% {
    width: calc(100% + 15px);
    background: #00f;
  }
  62% {
    left: -15px;
    width: 0;
    background: #14a88e;
  }
  75% {
    background: #69449c;
  }
}
.service-content .wrapper .box-wrapper .box .visual .img-box .left {
  bottom: -15px;
  left: -15px;
  width: 15px;
  animation-name: left;
}
@keyframes left {
  12% {
    height: 0;
    background: #14a88e;
  }
  25% {
    height: calc(100% + 15px);
    background: #69449c;
  }
  38% {
    background: #27cd58;
  }
  50% {
    background: #00f;
  }
  62% {
    height: calc(100% + 15px);
    background: #14a88e;
  }
  75% {
    top: -15px;
    height: 0;
    background: #69449c;
  }
  88% {
    background: #27cd58;
  }
}
.service-content .wrapper .box-wrapper .box .visual .img-box .right {
  top: -15px;
  right: -15px;
  width: 15px;
  animation-name: right;
}
@keyframes right {
  38% {
    height: 0;
    background: #27cd58;
  }
  50% {
    height: calc(100% + 15px);
    background: #00f;
  }
  62% {
    background: #14a88e;
  }
  75% {
    background: #69449c;
  }
  88% {
    height: calc(100% + 15px);
    background: #27cd58;
  }
  100% {
    top: auto;
    bottom: -15px;
    height: 0;
    background: #00f;
  }
}
.service-content .wrapper .box-wrapper .box .visual.right img.icon {
  opacity: 0.7;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 300px;
  height: auto;
}
.service-content .wrapper .box-wrapper .box .visual.left img.icon {
  opacity: 0.7;
  z-index: 2;
  position: absolute;
  left: 30px;
  bottom: -80px;
  width: 300px;
  height: auto;
}
.service-content .wrapper .box-wrapper .box .sentence {
  padding: 20px 0 20px 0;
}
.service-content .wrapper .box-wrapper .box .sentence p {
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 1.7;
}

/*===========================
.ad-management
===========================*/
.ad-management .service-content .box-wrapper .box .img-box.img-box01 {
  background: url(../ad-management/images/ad-management01.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(-10deg);
}

.ad-management .service-content .box-wrapper .box .img-box.img-box02 {
  background: url(../ad-management/images/ad-management02.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.ad-management .service-content .box-wrapper .box .img-box.img-box03 {
  background: url(../ad-management/images/ad-management03.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(-10deg);
}

.ad-management .service-content .box-wrapper .box .img-box.img-box04 {
  background: url(../ad-management/images/ad-management04.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.ad-management .service-content .box-wrapper .box .img-box.img-box05 {
  background: url(../ad-management/images/ad-management05.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(10deg);
}

.ad-management .service-content .box-wrapper .box .img-box.img-box06 {
  background: url(../ad-management/images/ad-management06.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(10deg);
}

/*===========================
.lp-production
===========================*/
.lp-production .service-content .box-wrapper .box .img-box.img-box01 {
  background: url(../lp-production/images/lp-production01.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(10deg);
}

.lp-production .service-content .box-wrapper .box .img-box.img-box02 {
  background: url(../lp-production/images/lp-production02.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.lp-production .service-content .box-wrapper .box .img-box.img-box03 {
  background: url(../lp-production/images/lp-production03.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(-10deg);
}

.lp-production .service-content .box-wrapper .box .img-box.img-box04 {
  background: url(../lp-production/images/lp-production04.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.lp-production .service-content .box-wrapper .box .img-box.img-box05 {
  background: url(../lp-production/images/lp-production05.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(10deg);
}

/*===========================
.business-consulting
===========================*/
.business-consulting .service-content .box-wrapper .box .img-box.img-box01 {
  background: url(../business-consulting/images/business-consulting01.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(10deg);
}

.business-consulting .service-content .box-wrapper .box .img-box.img-box02 {
  background: url(../business-consulting/images/business-consulting02.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.business-consulting .service-content .box-wrapper .box .img-box.img-box03 {
  background: url(../business-consulting/images/business-consulting03.jpg) no-repeat center center;
  background-size: cover;
  transform: skew(-10deg);
}

.business-consulting .service-content .box-wrapper .box .img-box.img-box04 {
  background: url(../business-consulting/images/business-consulting04.jpg) no-repeat center center;
  background-size: cover;
  transform: rotate(-10deg);
}

.page .our-service .title-wrapper {
  padding: 0px 10% 0 10%;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service-content .wrapper {
    margin: 80px auto 0;
  }
  .service-content .wrapper .title {
    height: 12vw;
  }
  .service-content .wrapper .title .back {
    top: -50px;
    left: 0;
    font-size: 11vw;
  }
  .service-content .wrapper .title .back .sp-disblock {
    display: none;
  }
  .service-content .wrapper .title h2 {
    max-width: 100%;
    padding: 0 3% 0 3%;
    margin: 0 auto 0;
    font-size: 8vw;
  }
  .service-content .wrapper .title h2 .sp-disblock {
    display: none;
  }
  .service-content .wrapper .title h3 {
    max-width: 100%;
    padding: 0 3% 0 3%;
    margin: -15px auto 0;
    font-size: 3.5vw;
    position: relative;
    z-index: 2;
  }
  .service-content .wrapper .box-wrapper {
    padding: 10px 0 0 0;
  }
  .service-content .wrapper .box-wrapper .box {
    display: block;
    max-width: 90%;
    margin: 60px auto 0;
    padding: 0 3% 0px 3%;
  }
  .service-content .wrapper .box-wrapper .box .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .service-content .wrapper .box-wrapper .box .text h3 {
    font-size: 4vw;
  }
  .service-content .wrapper .box-wrapper .box .text h4 {
    font-size: 5vw;
  }
  .service-content .wrapper .box-wrapper .box .visual {
    width: 80%;
    margin: 30px auto 0;
    position: relative;
    padding: 0 0 0 0;
  }
  .service-content .wrapper .box-wrapper .box .visual.right img.icon {
    right: 30px;
    bottom: -40px;
    width: 30vw;
    height: auto;
  }
  .service-content .wrapper .box-wrapper .box .visual.left img.icon {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    left: 30px;
    bottom: -40px;
    width: 30vw;
    height: auto;
  }
  .service-content .wrapper .box-wrapper .box .sentence {
    padding: 60px 0 20px 0;
  }
  .service-content .wrapper .box-wrapper .box .sentence p {
    padding: 10px 0 10px 0;
    font-size: 18px;
    line-height: 1.7;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .service-content {
    overflow: hidden;
  }
  .service-content .wrapper {
    margin: 100px auto 0;
  }
  .service-content .wrapper .title {
    position: relative;
    height: 180px;
  }
  .service-content .wrapper .title .back {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    top: -50px;
    left: 0;
    font-size: 190px;
    letter-spacing: 10px;
    color: rgba(0, 0, 0, 0.1);
  }
  .service-content .wrapper .title h2 {
    max-width: 1280px;
    padding: 0 3% 0 3%;
    margin: 0 auto 0;
    font-size: 70px;
    position: relative;
    z-index: 2;
  }
  .service-content .wrapper .title h3 {
    max-width: 1280px;
    padding: 0 3% 0 3%;
    margin: -15px auto 0;
    font-size: 22px;
    position: relative;
    z-index: 2;
  }
  .service-content .wrapper .box-wrapper {
    padding: 10px 0 0 0;
  }
  .service-content .wrapper .box-wrapper .box {
    display: block;
    max-width: 100%;
    margin: 70px auto 0;
    padding: 0 5% 0px 5%;
  }
  .service-content .wrapper .box-wrapper .box .text {
    width: 100%;
    padding: 0 0 0 0;
  }
  .service-content .wrapper .box-wrapper .box .text h3 {
    transform: skew(-15deg);
    letter-spacing: 1px;
    font-size: 6vw;
  }
  .service-content .wrapper .box-wrapper .box .text h4 {
    font-size: 8vw;
  }
  .service-content .wrapper .box-wrapper .box .visual {
    width: 90%;
    margin: 20px auto 0;
  }
  .service-content .wrapper .box-wrapper .box .visual.right img.icon {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    right: 30px;
    bottom: -40px;
    width: 40vw;
    height: auto;
  }
  .service-content .wrapper .box-wrapper .box .visual.left img.icon {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    left: 30px;
    bottom: -40px;
    width: 40vw;
    height: auto;
  }
  .service-content .wrapper .box-wrapper .box .sentence {
    padding: 40px 0 20px 0;
  }
  .service-content .wrapper .box-wrapper .box .sentence p {
    padding: 10px 0 10px 0;
    font-size: 4.25vw;
    line-height: 1.7;
  }
  /*===========================
  .ad-management
  ===========================*/
  .ad-management .service-content .box-wrapper .box .img-box.img-box01 {
    transform: rotate(0deg);
  }
  .ad-management .service-content .box-wrapper .box .img-box.img-box02 {
    transform: rotate(0deg);
  }
  .ad-management .service-content .box-wrapper .box .img-box.img-box03 {
    transform: rotate(0deg);
  }
  .ad-management .service-content .box-wrapper .box .img-box.img-box04 {
    transform: rotate(0deg);
  }
  .ad-management .service-content .box-wrapper .box .img-box.img-box05 {
    transform: rotate(0deg);
  }
  .ad-management .service-content .box-wrapper .box .img-box.img-box06 {
    transform: rotate(0deg);
  }
  /*===========================
  .lp-production
  ===========================*/
  .lp-production .service-content .box-wrapper .box .img-box.img-box01 {
    transform: rotate(0deg);
  }
  .lp-production .service-content .box-wrapper .box .img-box.img-box02 {
    transform: rotate(0deg);
  }
  .lp-production .service-content .box-wrapper .box .img-box.img-box03 {
    transform: rotate(0deg);
  }
  .lp-production .service-content .box-wrapper .box .img-box.img-box04 {
    transform: rotate(0deg);
  }
  .lp-production .service-content .box-wrapper .box .img-box.img-box05 {
    transform: rotate(0deg);
  }
  /*===========================
  .business-consulting
  ===========================*/
  .business-consulting .service-content .box-wrapper .box .img-box.img-box01 {
    transform: rotate(0deg);
  }
  .business-consulting .service-content .box-wrapper .box .img-box.img-box02 {
    transform: rotate(0deg);
  }
  .business-consulting .service-content .box-wrapper .box .img-box.img-box03 {
    transform: rotate(0deg);
  }
  .business-consulting .service-content .box-wrapper .box .img-box.img-box04 {
    transform: rotate(0deg);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */