@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.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 {
  letter-spacing: 1px;
  font-family: "Noto Sans JP";
  font-weight: 600;
}

.global.sentence p {
  letter-spacing: 2px;
  font-size: 18px;
}
.global.link a {
  color: #0961dd;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global.link a .catch {
  letter-spacing: 6px;
  font-size: 26px;
  padding: 0 15px 0 0;
}
.global.link a .arrow {
  line-height: 0;
  width: 35px;
}
.global.button a {
  padding: 10px 40px 10px 40px;
}
.global.button a .catch {
  letter-spacing: 3px;
  font-size: 22px;
  padding: 0 0 0 10px;
}
.global.button.line a {
  color: #fff;
  background: linear-gradient(90deg, rgb(78, 165, 80) 0%, rgb(128, 183, 107) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
}
.global.button.line a .icon {
  line-height: 0;
  width: 40px;
}
.global.button.line a .icon img {
  width: 100%;
  height: auto;
}
.global.button.contact-form a {
  color: #fff;
  background: linear-gradient(90deg, rgb(213, 184, 94) 0%, rgb(218, 184, 131) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
}
.global.button.contact-form a .icon {
  line-height: 0;
  width: 40px;
}
.global.button.contact-form a .icon img {
  width: 100%;
  height: auto;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 2.5vw;
    padding: 0 15px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 3vw;
  }
  .global.button a {
    padding: 10px 30px 10px 30px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 2vw;
    padding: 0 0 0 10px;
  }
  .global.button.line a .icon {
    width: 4vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    width: 4vw;
  }
  .global.button.contact-form a .icon 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) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 2.5vw;
    padding: 0 15px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 3vw;
  }
  .global.button a {
    padding: 10px 20px 10px 20px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 2.25vw;
    padding: 0 0 0 10px;
  }
  .global.button.line a .icon {
    width: 4vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    width: 4vw;
  }
  .global.button.contact-form a .icon img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 4vw;
  }
  .global.link a {
    color: #0961dd;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 5.25vw;
    padding: 0 5px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 6vw;
  }
  .global.button a {
    padding: 10px 20px 10px 20px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 4.25vw;
    padding: 0 0 0 7px;
  }
  .global.button.line a .icon {
    line-height: 0;
    width: 7vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    line-height: 0;
    width: 7vw;
  }
  .global.button.contact-form a .icon img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
@font-face {
  font-family: "Jost";
  src: url("../../webfonts/Jost-SemiBold.woff2") format("woff2"), url("../../webfonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../webfonts/Inter-Bold.woff2") format("woff2"), url("../../webfonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../webfonts/NotoSansJP-Medium-Subset.woff2") format("woff2"), url("../../webfonts/NotoSansJP-Medium-Subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../webfonts/NotoSansJP-SemiBold-Subset.woff2") format("woff2"), url("../../webfonts/NotoSansJP-SemiBold-Subset.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../webfonts/NotoSansJP-Bold-Subset.woff2") format("woff2"), url("../../webfonts/NotoSansJP-Bold-Subset.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../webfonts/NotoSansJP-ExtraBold-Subset.woff2") format("woff2"), url("../../webfonts/NotoSansJP-ExtraBold-Subset.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hamburger-menu {
  display: none;
}
.hamburger-menu .container .hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 10001;
  right: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 5px 0px 5px 0px;
  margin: 0;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  cursor: pointer;
}
.hamburger-menu .container .hamburger .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto 0;
}
.hamburger-menu .container .hamburger .icon .menu,
.hamburger-menu .container .hamburger .icon .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-menu .container .hamburger .icon .menu {
  transition: all 0.5s;
}
.hamburger-menu .container .hamburger .icon .close {
  transition: all 0.5s;
  opacity: 0;
}
.hamburger-menu .container .hamburger .phrase {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 2px 0 0 0;
}
.hamburger-menu .container .hamburger .phrase .menu,
.hamburger-menu .container .hamburger .phrase .close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Jost";
  letter-spacing: 2px;
  font-size: 15px;
}
.hamburger-menu .container .hamburger .phrase .menu {
  transition: all 0.5s;
}
.hamburger-menu .container .hamburger .phrase .close {
  transition: all 0.5s;
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .icon .menu {
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .icon .close {
  opacity: 1;
}
.hamburger-menu .container .hamburger.open .phrase .menu {
  opacity: 0;
}
.hamburger-menu .container .hamburger.open .phrase .close {
  opacity: 1;
}
.hamburger-menu .container .nav {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: hsl(200, 100%, 97%);
  background-image: radial-gradient(at 63% 7%, hsl(212, 100%, 91%) 0px, transparent 50%), radial-gradient(at 79% 88%, hsl(194, 100%, 90%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(197, 100%, 85%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(191, 100%, 94%) 0px, transparent 50%);
  padding: 50px 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.hamburger-menu .container .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1000px;
  padding: 50px 50px 50px 50px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.hamburger-menu .container .nav ul li {
  width: 33.3333333333%;
  line-height: 1.25;
  text-align: center;
  padding: 20px 15px 20px 15px;
}
.hamburger-menu .container .nav ul li a {
  font-weight: 600;
  display: block;
  color: #fff;
  display: inline-block;
  background: linear-gradient(90deg, #087ece 0%, #0badc5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-size: 22px;
}
.hamburger-menu .container .nav ul li a:before {
  content: "»";
  font-size: 0.7em;
  color: #087ece;
}
.hamburger-menu .container .nav.open {
  right: 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hamburger-menu {
    display: none;
  }
  .hamburger-menu .container .hamburger {
    width: 80px;
    height: 80px;
    padding: 5px 0px 5px 0px;
    margin: 0;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 20px;
    margin: 2px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 1000px;
    padding: 50px 50px 50px 50px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .nav ul li {
    width: 33.3333333333%;
    line-height: 1.25;
    padding: 20px 15px 20px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburger-menu {
    display: none;
  }
  .hamburger-menu .container .hamburger {
    width: 15vw;
    height: 15vw;
    padding: 5px 0px 5px 0px;
    margin: 0;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 8vw;
    height: 8vw;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 20px;
    margin: 2px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 2px;
    font-size: 3.5wv;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 100%;
    padding: 50px 50px 50px 50px;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .nav ul li {
    width: 50%;
    line-height: 1.25;
    padding: 20px 15px 20px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu .container .hamburger {
    width: 18vw;
    height: 18vw;
    padding: 5px 0px 5px 0px;
    margin: 0;
    right: 3vw;
    top: 8vw;
    cursor: pointer;
  }
  .hamburger-menu .container .hamburger .icon {
    width: 7vw;
    height: 7vw;
    margin: 0 auto 0;
  }
  .hamburger-menu .container .hamburger .phrase {
    width: 100%;
    height: 3.5vw;
    margin: 2px 0 0 0;
  }
  .hamburger-menu .container .hamburger .phrase .menu,
  .hamburger-menu .container .hamburger .phrase .close {
    letter-spacing: 1px;
    font-size: 3.5wv;
  }
  .hamburger-menu .container .nav {
    top: 0px;
    right: -120%;
    padding: 50px 0;
  }
  .hamburger-menu .container .nav ul {
    width: 100%;
    padding: 0px 50px 0px 50px;
    margin: 0 auto 0;
    display: block;
  }
  .hamburger-menu .container .nav ul li {
    width: 100%;
    line-height: 1.25;
    padding: 8px 15px 8px 15px;
  }
  .hamburger-menu .container .nav ul li a {
    letter-spacing: 1px;
    font-size: 4vw;
  }
  .hamburger-menu .container .nav ul li a:before {
    font-size: 0.7em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GNAV 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.gnav .container {
  background: #fff;
}
.gnav .container .top {
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
}
.gnav .container .top h1 {
  color: #fff;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 4px 2% 4px 2%;
  letter-spacing: 2px;
  font-size: 14px;
}
.gnav .container .inner {
  display: flex;
  max-width: 1920px;
  align-items: stretch;
  justify-content: space-between;
}
.gnav .container .inner .left {
  display: flex;
  padding: 0 3% 0 3%;
}
.gnav .container .inner .left .logo {
  display: flex;
  align-items: center;
  padding: 25px 0 25px 0;
}
.gnav .container .inner .left .logo .cover {
  display: flex;
  align-items: center;
}
.gnav .container .inner .left .logo .cover h1 {
  font-weight: 800;
}
.gnav .container .inner .left .logo .cover h1 a .inside {
  display: flex;
  align-items: center;
  color: #191953;
}
.gnav .container .inner .left .logo .cover h1 a .inside .sub {
  font-size: 15px;
  line-height: 1.2;
}
.gnav .container .inner .left .logo .cover h1 a .inside .main {
  font-size: 28px;
  color: #191953;
  letter-spacing: 2px;
}
.gnav .container .inner .left .logo .cover .phrase {
  color: #191953;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Jost";
  font-weight: 600;
  padding: 3px 0 0 20px;
}
.gnav .container .inner .right {
  display: flex;
  align-items: center;
}
.gnav .container .inner .right .block {
  display: flex;
  align-items: stretch;
}
.gnav .container .inner .right .block .button {
  display: flex;
}
.gnav .container .inner .right .block .button a {
  text-decoration: none;
  color: #fff;
}
.gnav .container .inner .right .block .button a .inside {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.gnav .container .inner .right .block .button a .inside .icon {
  line-height: 0;
  width: 40px;
  margin: 0 10px 0 0;
}
.gnav .container .inner .right .block .button a .inside .icon img {
  width: 100%;
  height: auto;
}
.gnav .container .inner .right .block .button.button01 {
  padding: 0 20px 0 0px;
}
.gnav .container .inner .right .block .button.button01 a .inside .text .main {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
}
.gnav .container .inner .right .block .button.button01 a .inside .text .main p {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gnav .container .inner .right .block .button.button01 a .inside .text .sub {
  text-align: center;
  font-size: 13px;
}
.gnav .container .inner .right .block .button.button01 a .inside .text .sub p {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gnav .container .inner .right .block .button.button02 a .inside {
  background: linear-gradient(90deg, #f76002 0%, #ffb300 100%);
  padding: 0 20px 0 20px;
}
.gnav .container .inner .right .block .button.button02 a .inside .text .main {
  font-weight: 700;
  font-size: 20px;
}
.gnav .container .inner .right .block .button.button02 a .inside .text .main br {
  display: none;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .gnav .container .top h1 {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 2% 4px 2%;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .gnav .container .inner {
    max-width: 1920px;
  }
  .gnav .container .inner .left {
    padding: 0 3% 0 3%;
  }
  .gnav .container .inner .left .logo {
    padding: 25px 0 25px 0;
  }
  .gnav .container .inner .left .logo .cover {
    display: block;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .sub {
    font-size: 15px;
    line-height: 1.2;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .main {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .gnav .container .inner .left .logo .cover .phrase {
    letter-spacing: 3px;
    font-size: 15px;
    padding: 3px 0 0 0px;
  }
  .gnav .container .inner .right {
    display: flex;
    align-items: center;
  }
  .gnav .container .inner .right .block {
    display: flex;
  }
  .gnav .container .inner .right .block .button {
    display: flex;
  }
  .gnav .container .inner .right .block .button a .inside .icon {
    width: 40px;
    margin: 0 10px 0 0;
  }
  .gnav .container .inner .right .block .button a .inside .icon img {
    width: 100%;
    height: auto;
  }
  .gnav .container .inner .right .block .button.button01 {
    padding: 0 20px 0 0px;
  }
  .gnav .container .inner .right .block .button.button01 a .inside .text .main {
    font-size: 32px;
    line-height: 1.1;
  }
  .gnav .container .inner .right .block .button.button01 a .inside .text .sub {
    font-size: 13px;
  }
  .gnav .container .inner .right .block .button.button02 {
    padding: 0 15px 0 15px;
  }
  .gnav .container .inner .right .block .button.button02 a .inside .text .main {
    font-size: 20px;
  }
  .gnav .container .inner .right .block .button.button02 a .inside .text .main br {
    display: none;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gnav .container .top h1 {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 2% 4px 2%;
    letter-spacing: 2px;
    font-size: 14px;
  }
  .gnav .container .inner {
    max-width: 1920px;
  }
  .gnav .container .inner .left {
    padding: 0 0 0 3%;
  }
  .gnav .container .inner .left .logo {
    padding: 25px 0 25px 0;
  }
  .gnav .container .inner .left .logo .cover {
    display: block;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .sub {
    font-size: 15px;
    line-height: 1.2;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .main {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .gnav .container .inner .left .logo .cover .phrase {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 3px 0 0 0px;
  }
  .gnav .container .inner .right {
    display: flex;
    align-items: center;
    padding: 25px 0 25px 0;
  }
  .gnav .container .inner .right .block {
    display: block;
  }
  .gnav .container .inner .right .block .button {
    display: flex;
    justify-content: center;
  }
  .gnav .container .inner .right .block .button a .inside {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav .container .inner .right .block .button a .inside .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .gnav .container .inner .right .block .button a .inside .icon img {
    width: 100%;
    height: auto;
  }
  .gnav .container .inner .right .block .button.button01 {
    padding: 0 15px 0 0px;
  }
  .gnav .container .inner .right .block .button.button01 a .inside .text .main {
    font-size: 25px;
    line-height: 1.1;
  }
  .gnav .container .inner .right .block .button.button01 a .inside .text .sub {
    font-size: 13px;
  }
  .gnav .container .inner .right .block .button.button02 {
    margin: 10px 0 0 0;
  }
  .gnav .container .inner .right .block .button.button02 a .inside {
    padding: 7px 15px 7px 15px;
  }
  .gnav .container .inner .right .block .button.button02 a .inside .text .main {
    font-size: 18px;
  }
  .gnav .container .inner .right .block .button.button02 a .inside .text .main br {
    display: none;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .gnav .container .top h1 {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 4% 4px 4%;
    letter-spacing: 2px;
    font-size: 3vw;
  }
  .gnav .container .inner {
    max-width: 1920px;
  }
  .gnav .container .inner .left {
    padding: 0 0 0 4%;
  }
  .gnav .container .inner .left .logo {
    padding: 15px 0 15px 0;
  }
  .gnav .container .inner .left .logo .cover {
    display: block;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .sub {
    font-size: 15px;
    line-height: 1.2;
  }
  .gnav .container .inner .left .logo .cover h1 a .inside .main {
    font-size: 6vw;
    letter-spacing: 2px;
  }
  .gnav .container .inner .left .logo .cover .phrase {
    letter-spacing: 2px;
    font-size: 3.5vw;
    padding: 0px 0 0 0px;
  }
  .gnav .container .inner .right {
    display: none;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.header .container {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header .container nav .inner {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 4px 2% 4px 2%;
}
.header .container nav.top {
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
}
.header .container nav.top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container nav.top .inner .phrase {
  color: #fff;
  font-family: "Jost";
  letter-spacing: 2px;
}
.header .container nav.top .inner .phrase .first {
  font-size: 14px;
}
.header .container nav.top .inner .phrase .second {
  font-size: 20px;
}
.header .container nav.top .inner ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header .container nav.top .inner ul li {
  padding: 0 10px 0 10px;
}
.header .container nav.top .inner ul li a {
  color: #fff;
  font-size: 15px;
}
.header .container nav.top .inner ul li a:before {
  content: "»";
  font-size: 0.7em;
  color: #ebe889;
}
.header .container nav.top .inner ul li.tel a {
  font-family: "Jost";
  font-weight: 600;
  font-size: 23px;
}
.header .container nav.top .inner ul li.tel a:before {
  display: none;
}
.header .container nav.top .inner ul li.tel a .small {
  font-size: 0.8em;
}
.header .container nav.bottom {
  background: #fff;
  padding: 15px 0 15px 0;
}
.header .container nav.bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container nav.bottom .inner .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container nav.bottom .inner .logo a .sub {
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  color: #fff;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  text-align: center;
  padding: 5px 20px 5px 20px;
}
.header .container nav.bottom .inner .logo a .sub .first {
  font-size: 12px;
}
.header .container nav.bottom .inner .logo a .sub .second {
  font-size: 20px;
}
.header .container nav.bottom .inner .logo a .main {
  color: #333;
  font-family: "M PLUS 1";
  font-weight: 900;
  font-size: 16px;
}
.header .container nav.bottom .inner .logo a .main .big {
  font-size: 1.8em;
  font-weight: 800;
}
.header .container nav.bottom .inner .global-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container nav.bottom .inner .global-menu ul li {
  padding: 0 20px 0 20px;
}
.header .container nav.bottom .inner .global-menu ul li a {
  color: #111;
  font-weight: 700;
  font-size: 18px;
}
.header .container nav.bottom .inner .hamburger-menu {
  display: none;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header .container nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 2% 4px 2%;
  }
  .header .container nav.top .inner .phrase {
    letter-spacing: 2px;
  }
  .header .container nav.top .inner .phrase .first {
    font-size: 14px;
  }
  .header .container nav.top .inner .phrase .second {
    font-size: 20px;
  }
  .header .container nav.top .inner ul li {
    padding: 0 10px 0 10px;
  }
  .header .container nav.top .inner ul li a {
    font-size: 15px;
  }
  .header .container nav.top .inner ul li a:before {
    font-size: 0.7em;
  }
  .header .container nav.top .inner ul li.tel a {
    font-size: 23px;
  }
  .header .container nav.top .inner ul li.tel a:before {
    display: none;
  }
  .header .container nav.top .inner ul li.tel a .small {
    font-size: 0.8em;
  }
  .header .container nav.bottom {
    padding: 15px 0 15px 0;
  }
  .header .container nav.bottom .inner .logo a .sub {
    line-height: 0.9;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    padding: 5px 20px 5px 20px;
  }
  .header .container nav.bottom .inner .logo a .sub .first {
    font-size: 12px;
  }
  .header .container nav.bottom .inner .logo a .sub .second {
    font-size: 20px;
  }
  .header .container nav.bottom .inner .logo a .main {
    font-size: 16px;
  }
  .header .container nav.bottom .inner .logo a .main .big {
    font-size: 1.8em;
  }
  .header .container nav.bottom .inner .global-menu ul li {
    padding: 0 20px 0 20px;
  }
  .header .container nav.bottom .inner .global-menu ul li a {
    font-size: 18px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .container nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 2% 4px 2%;
  }
  .header .container nav.top .inner .phrase {
    letter-spacing: 2px;
  }
  .header .container nav.top .inner .phrase .first {
    font-size: 13px;
  }
  .header .container nav.top .inner .phrase .second {
    font-size: 20px;
  }
  .header .container nav.top .inner ul li {
    padding: 0 5px 0 5px;
  }
  .header .container nav.top .inner ul li a {
    font-size: 15px;
  }
  .header .container nav.top .inner ul li a:before {
    font-size: 0.7em;
  }
  .header .container nav.top .inner ul li.tel a {
    font-size: 18px;
  }
  .header .container nav.top .inner ul li.tel a:before {
    display: none;
  }
  .header .container nav.top .inner ul li.tel a .small {
    font-size: 0.8em;
  }
  .header .container nav.bottom {
    padding: 15px 0 15px 0;
  }
  .header .container nav.bottom .inner .logo a .sub {
    line-height: 0.9;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    padding: 5px 20px 5px 20px;
  }
  .header .container nav.bottom .inner .logo a .sub .first {
    font-size: 12px;
  }
  .header .container nav.bottom .inner .logo a .sub .second {
    font-size: 20px;
  }
  .header .container nav.bottom .inner .logo a .main {
    font-size: 14px;
  }
  .header .container nav.bottom .inner .logo a .main .big {
    font-size: 1.5em;
  }
  .header .container nav.bottom .inner .global-menu ul li {
    padding: 0 12px 0 12px;
  }
  .header .container nav.bottom .inner .global-menu ul li a {
    font-size: 16px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header .container nav .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 4px 3% 4px 3%;
  }
  .header .container nav.top .inner .phrase {
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .header .container nav.top .inner .phrase .first {
    font-size: 3vw;
  }
  .header .container nav.top .inner .phrase .second {
    font-size: 4.25vw;
  }
  .header .container nav.top .inner ul {
    display: none;
  }
  .header .container nav.bottom {
    padding: 3px 0 3px 0;
  }
  .header .container nav.bottom .inner .logo a .sub {
    line-height: 0.9;
    letter-spacing: 1px;
    margin: 0 10px 0 0;
    padding: 5px 20px 5px 20px;
  }
  .header .container nav.bottom .inner .logo a .sub .first {
    font-size: 3.75vw;
  }
  .header .container nav.bottom .inner .logo a .sub .second {
    font-size: 6vw;
  }
  .header .container nav.bottom .inner .logo a .main {
    font-size: 3.75vw;
  }
  .header .container nav.bottom .inner .logo a .main .big {
    font-size: 1.5em;
  }
  .header .container nav.bottom .inner .global-menu {
    display: none;
  }
  .header .container nav.bottom .inner .hamburger-menu {
    display: block;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-btn {
    position: relative;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: linear-gradient(45deg, #52ae46 0%, #26af80 100%);
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-btn span,
  .header .container nav.bottom .inner .hamburger-menu .menu-btn span::before,
  .header .container nav.bottom .inner .hamburger-menu .menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check:checked ~ .menu-btn {
    position: fixed;
    top: 30px;
    right: 10px;
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header .container nav.bottom .inner .hamburger-menu #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 89;
    background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
    transition: all 0.5s; /*アニメーション設定*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset {
    padding: 0px 3% 0px 3%;
    width: 100%;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.main {
    width: 100%;
    margin: 0 0 0 0;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.main li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    display: block;
    width: 100%;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.main li a {
    display: block;
    width: 100%;
    font-size: 5vw;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 15px 15px 15px;
    position: relative;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.main li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    right: 15px;
    top: 50%;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.sub {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.sub li {
    width: 50%;
    text-align: center;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.sub li a {
    color: #fff;
    font-size: 3.5vw;
  }
  .header .container nav.bottom .inner .hamburger-menu .menu-content .inset ul.sub li a:before {
    content: "»";
    font-size: 0.7em;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.first-view {
  margin: 0px 0 0 0;
  padding: 0 0 0 0%;
  position: relative;
}
.first-view .text {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 5%;
}
.first-view .text h2 {
  font-weight: 900;
}
.first-view .text h2 .line {
  line-height: 1.1;
  margin: 10px 0 0 0;
}
.first-view .text h2 .line .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  color: #fff;
  font-size: 45px;
  padding: 15px 20px 15px 20px;
}
.first-view .text h2 .line .catch::before, .first-view .text h2 .line .catch::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  opacity: 0.7;
}
.first-view .text h2 .line .catch::before {
  top: 4px;
}
.first-view .text h2 .line .catch::after {
  bottom: 4px;
}
.first-view .text h2 .line:nth-child(1) {
  margin: 0 0 0 0;
}
.first-view .text .sentence {
  margin: 20px 0 0 0;
}
.first-view .text .sentence p {
  display: inline;
  background: #fff;
  color: #191953;
  font-size: 20px;
  line-height: 1.5;
}
.first-view .text .sentence p .color {
  color: #0961dd;
}
.first-view .splide {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.first-view .splide .splide__track {
  width: 100%;
}
.first-view .splide .splide__track .splide__list {
  width: 100%;
}
.first-view .splide .splide__track .splide__list .splide__slide {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0px 0 0px 0;
}
.first-view .splide .splide__track .splide__list .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  opacity: 0.1;
  z-index: 2;
}
.first-view .splide .splide__track .splide__list .splide__slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.first-view .splide .splide__track .splide__list .splide__slide .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-view .splide .splide__track .splide__list .splide__slide .thumb {
  overflow: hidden;
  position: relative;
  z-index: 3;
  max-width: 1820px;
  width: 85%;
  height: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 2.5% 0 0;
}
.first-view .splide .splide__track .splide__list .splide__slide .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 8s ease-out;
  position: relative;
}
.first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .first-view {
    margin: 0px 0 0 0;
    padding: 0 0 0 0%;
  }
  .first-view .text {
    top: 50%;
    left: 5%;
  }
  .first-view .text h2 .line {
    line-height: 1.1;
    margin: 10px 0 0 0;
  }
  .first-view .text h2 .line .catch {
    font-size: 45px;
    padding: 5px 20px 5px 20px;
  }
  .first-view .text .sentence {
    margin: 20px 0 0 0;
  }
  .first-view .text .sentence p {
    font-size: 20px;
    line-height: 1.5;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    height: 700px;
    padding: 0px 0 0px 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide::before {
    opacity: 0.6;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    max-width: 1820px;
    width: 85%;
    height: 90%;
    margin: 0 2.5% 0 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-view {
    margin: 0px 0 0 0;
    padding: 0 0 0 0%;
  }
  .first-view .text {
    top: 100%;
    left: 3.5%;
    transform: translate(0, calc(-100% - 50px));
    transform-origin: bottom center;
  }
  .first-view .text h2 .line {
    line-height: 1.1;
    margin: 10px 0 0 0;
  }
  .first-view .text h2 .line .catch {
    font-size: 45px;
    padding: 5px 20px 5px 20px;
  }
  .first-view .text .sentence {
    margin: 20px 0 0 0;
  }
  .first-view .text .sentence p {
    font-size: 20px;
    line-height: 1.5;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    height: 800px;
    padding: 0px 0 0px 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide::before {
    opacity: 0.6;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    max-width: 1820px;
    width: 85%;
    height: 90%;
    margin: 0 2.5% 0 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .first-view {
    margin: 0px 0 0 0;
    padding: 0 0 0 0%;
  }
  .first-view .text {
    top: 100%;
    left: 3.5%;
    transform: translate(0, calc(-100% - 50px));
    transform-origin: bottom center;
  }
  .first-view .text h2 .line {
    line-height: 1;
    margin: 8px 0 0 0;
  }
  .first-view .text h2 .line .catch {
    font-size: 6.5vw;
    padding: 8px 10px 8px 10px;
  }
  .first-view .text h2 .line .catch::before, .first-view .text h2 .line .catch::after {
    height: 2px;
    opacity: 0.7;
  }
  .first-view .text h2 .line .catch::before {
    top: 3px;
  }
  .first-view .text h2 .line .catch::after {
    bottom: 3px;
  }
  .first-view .text .sentence {
    margin: 20px 0 0 0;
  }
  .first-view .text .sentence p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .first-view .splide .splide__track .splide__list .splide__slide {
    height: 70vh;
    padding: 0px 0 0px 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide::before {
    opacity: 0.6;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb {
    max-width: 1820px;
    width: 85%;
    height: 90%;
    margin: 0 2.5% 0 0;
  }
  .first-view .splide .splide__track .splide__list .splide__slide .thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .first-view .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.05);
    transition-delay: 0s;
  }
  .first-view .splide .splide__track .splide__list .splide__slide:nth-child(2) .thumb img {
    -o-object-position: center center;
       object-position: center center;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MESSAGE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.message {
  background: url(../../images/message-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  padding: 30px 0 40px 0;
}
.message .container {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0px 2% 0 2%;
}
.message .container .title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0 0;
}
.message .container .title .thumb {
  width: 480px;
}
.message .container .title .thumb .gunma {
  width: 100%;
  opacity: 0.7;
}
.message .container .title .text {
  width: 600px;
  padding: 0 0 0 50px;
}
.message .container .title .text h3 {
  font-size: 55px;
  letter-spacing: 6px;
  line-height: 1.35;
}
.message .container .title .text h3 .catch .line {
  display: inline-block;
  background: #fff;
  padding: 2px 30px 2px 30px;
  border-top: #0961dd solid 3px;
}
.message .container .title .text h3 .catch .line span {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.message .container .title .text h2 {
  margin: 30px 0 0 0;
  font-weight: 800;
}
.message .container .title .text h2 .catch {
  margin: 10px 0 0 0;
}
.message .container .title .text h2 .catch .line {
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  color: #111;
  font-size: 45px;
  padding: 5px 20px 5px 20px;
}
.message .container .title .text h2 .catch .line span {
  color: #fff;
}
.message .container .title .text h2 .catch:nth-child(1) {
  margin: 0 0 0 0;
}
.message .container .title .text .en {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}
.message .container .title .text .en::before {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
}
.message .container .title .text .en p {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter";
  padding: 0 0 0 10px;
  letter-spacing: 4px;
  font-size: 20px;
}
.message .container .intro {
  margin: 30px auto 0;
  max-width: 1380px;
  padding: 0 2% 0 2%;
}
.message .container .intro p {
  color: #0c75a0;
  font-size: 18px;
  line-height: 2.4;
}
.message .container .content {
  position: relative;
  z-index: 1;
  margin: 60px 0 0 0;
}
.message .container .content .text {
  max-width: 1380px;
  padding: 0 2% 0 2%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0px auto 0;
}
.message .container .content .text .box {
  width: 48.5%;
}
.message .container .content .text .box h4 {
  font-size: 25px;
  letter-spacing: 3px;
}
.message .container .content .text .box h4 .catch .line {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 5px 20px 5px 20px;
  border: solid 3px #0961dd;
}
.message .container .content .text .box h4 .catch .line span {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.message .container .content .text .box p {
  color: #0c75a0;
  padding: 15px 0 15px 0;
  line-height: 2.4;
  font-size: 18px;
}
.message .container .signature {
  max-width: 1380px;
  padding: 0 2% 0 2%;
  margin: 40px auto 0;
}
.message .container .signature .sub,
.message .container .signature .main {
  text-align: right;
  color: #0c75a0;
}
.message .container .signature .sub {
  letter-spacing: 4px;
  font-size: 22px;
}
.message .container .signature .main {
  letter-spacing: 6px;
  font-size: 30px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .message {
    padding: 20px 0 40px 0;
  }
  .message .container {
    margin: 0 auto 0;
    padding: 0px 2% 0 2%;
  }
  .message .container .title {
    margin: 60px 0 0 0;
  }
  .message .container .title .thumb {
    width: 45%;
  }
  .message .container .title .thumb .gunma {
    width: 100%;
    opacity: 0.7;
  }
  .message .container .title .text {
    width: 55%;
    padding: 0 0 0 30px;
  }
  .message .container .title .text h3 {
    font-size: 45px;
    letter-spacing: 6px;
    line-height: 1.35;
  }
  .message .container .title .text h3 .catch .line {
    padding: 2px 30px 2px 30px;
  }
  .message .container .title .text h2 {
    margin: 30px 0 0 0;
  }
  .message .container .title .text h2 .catch {
    margin: 10px 0 0 0;
  }
  .message .container .title .text h2 .catch .line {
    font-size: 36px;
    padding: 5px 20px 5px 20px;
  }
  .message .container .title .text h2 .catch:nth-child(1) {
    margin: 0 0 0 0;
  }
  .message .container .title .text .en {
    margin: 20px 0 0 0;
  }
  .message .container .title .text .en::before {
    width: 80px;
    height: 2px;
  }
  .message .container .title .text .en p {
    padding: 0 0 0 10px;
    letter-spacing: 4px;
    font-size: 20px;
  }
  .message .container .intro {
    margin: 30px auto 0;
    max-width: 100%;
    padding: 0 3% 0 3%;
  }
  .message .container .intro p {
    font-size: 16px;
    line-height: 2.4;
  }
  .message .container .content {
    margin: 60px 0 0 0;
  }
  .message .container .content .text {
    max-width: 100%;
    padding: 0 3% 0 3%;
    display: block;
  }
  .message .container .content .text .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .message .container .content .text .box h4 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  .message .container .content .text .box h4 .catch .line {
    padding: 5px 20px 5px 20px;
  }
  .message .container .content .text .box p {
    padding: 15px 0 15px 0;
    line-height: 2.4;
    font-size: 16px;
  }
  .message .container .signature {
    max-width: 100%;
    padding: 0 3% 0 3%;
    margin: 40px auto 0;
  }
  .message .container .signature .sub {
    letter-spacing: 4px;
    font-size: 18px;
  }
  .message .container .signature .main {
    letter-spacing: 6px;
    font-size: 26px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message {
    padding: 20px 0 40px 0;
  }
  .message .container {
    margin: 0 auto 0;
    padding: 0px 3% 0 3%;
  }
  .message .container .title {
    margin: 60px 0 0 0;
    display: block;
  }
  .message .container .title .thumb {
    width: 55%;
    margin: 0 auto 0;
  }
  .message .container .title .thumb .gunma {
    width: 100%;
    opacity: 0.7;
  }
  .message .container .title .text {
    width: 100%;
    padding: 50px 0 0 0px;
  }
  .message .container .title .text h3 {
    font-size: 45px;
    letter-spacing: 6px;
    line-height: 1.35;
  }
  .message .container .title .text h3 .catch .line {
    padding: 2px 30px 2px 30px;
  }
  .message .container .title .text h2 {
    margin: 30px 0 0 0;
  }
  .message .container .title .text h2 .catch {
    margin: 10px 0 0 0;
  }
  .message .container .title .text h2 .catch .line {
    font-size: 36px;
    padding: 5px 20px 5px 20px;
  }
  .message .container .title .text h2 .catch:nth-child(1) {
    margin: 0 0 0 0;
  }
  .message .container .title .text .en {
    margin: 20px 0 0 0;
  }
  .message .container .title .text .en::before {
    width: 80px;
    height: 2px;
  }
  .message .container .title .text .en p {
    padding: 0 0 0 10px;
    letter-spacing: 4px;
    font-size: 20px;
  }
  .message .container .intro {
    margin: 30px auto 0;
    max-width: 1380px;
    padding: 0 2% 0 2%;
  }
  .message .container .intro p {
    font-size: 16px;
    line-height: 2.4;
  }
  .message .container .content {
    margin: 60px 0 0 0;
  }
  .message .container .content .text {
    max-width: 1380px;
    padding: 0 2% 0 2%;
    display: block;
  }
  .message .container .content .text .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .message .container .content .text .box h4 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  .message .container .content .text .box h4 .catch .line {
    padding: 5px 20px 5px 20px;
  }
  .message .container .content .text .box p {
    padding: 15px 0 15px 0;
    line-height: 2.4;
    font-size: 16px;
  }
  .message .container .signature {
    max-width: 1380px;
    padding: 0 2% 0 2%;
    margin: 40px auto 0;
  }
  .message .container .signature .sub {
    letter-spacing: 4px;
    font-size: 18px;
  }
  .message .container .signature .main {
    letter-spacing: 6px;
    font-size: 26px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .message {
    padding: 20px 0 40px 0;
  }
  .message .container {
    margin: 0 auto 0;
    padding: 0px 3% 0 3%;
  }
  .message .container .title {
    margin: 60px 0 0 0;
    display: block;
  }
  .message .container .title .thumb {
    width: 59%;
    margin: 0 auto 0;
  }
  .message .container .title .thumb .gunma {
    width: 100%;
    opacity: 0.7;
  }
  .message .container .title .text {
    width: 100%;
    padding: 50px 0 0 0px;
  }
  .message .container .title .text h3 {
    font-size: 8vw;
    letter-spacing: 6px;
    line-height: 1.35;
  }
  .message .container .title .text h3 .catch .line {
    padding: 2px 30px 2px 30px;
  }
  .message .container .title .text h2 {
    margin: 20px 0 0 0;
  }
  .message .container .title .text h2 .catch {
    margin: 10px 0 0 0;
  }
  .message .container .title .text h2 .catch .line {
    font-size: 6.5vw;
    padding: 5px 20px 5px 20px;
  }
  .message .container .title .text h2 .catch:nth-child(1) {
    margin: 0 0 0 0;
  }
  .message .container .title .text .en {
    margin: 20px 0 0 0;
  }
  .message .container .title .text .en::before {
    width: 10vw;
    height: 2px;
  }
  .message .container .title .text .en p {
    padding: 0 0 0 10px;
    letter-spacing: 3px;
    font-size: 3.75vw;
  }
  .message .container .title .text .sentence {
    width: 100%;
    margin: 50px 0 0;
  }
  .message .container .title .text .sentence p {
    padding: 15px 0 15px 0;
    line-height: 2;
    font-size: 4vw;
  }
  .message .container .intro {
    margin: 30px auto 0;
    max-width: 1380px;
    padding: 0 2% 0 2%;
  }
  .message .container .intro p {
    font-size: 4vw;
    line-height: 2.4;
  }
  .message .container .content {
    margin: 60px 0 0 0;
  }
  .message .container .content .text {
    max-width: 1380px;
    padding: 0 2% 0 2%;
    display: block;
  }
  .message .container .content .text .box {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .message .container .content .text .box h4 {
    font-size: 5.5vw;
    letter-spacing: 3px;
  }
  .message .container .content .text .box h4 .catch .line {
    padding: 5px 20px 5px 20px;
  }
  .message .container .content .text .box p {
    padding: 15px 0 15px 0;
    line-height: 2.4;
    font-size: 4vw;
  }
  .message .container .signature {
    max-width: 1380px;
    padding: 0 2% 0 2%;
    margin: 40px auto 0;
  }
  .message .container .signature .sub {
    letter-spacing: 4px;
    font-size: 4.75vw;
  }
  .message .container .signature .main {
    letter-spacing: 6px;
    font-size: 6vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVIE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service {
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  padding: 70px 0 70px 0;
}
.service .title .top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.service .title .top h2 {
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 6px;
  font-size: 55px;
  background: #fff;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  position: relative;
}
.service .title .top h2::before, .service .title .top h2::after {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  width: 100%;
  height: 3px;
  opacity: 1;
}
.service .title .top h2::before {
  top: 4px;
}
.service .title .top h2::after {
  bottom: 4px;
}
.service .title .top h2 .catch {
  padding: 6px 40px 6px 40px;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .title .top h3 {
  font-weight: 800;
  line-height: 1.35;
  padding: 0 20px 0 20px;
  border: solid 3px #fff;
  font-size: 30px;
  margin: 5px 0 0 30px;
}
.service .title .en {
  margin: 15px 0 0 0;
}
.service .title .en p {
  text-align: center;
  color: #fff;
  font-family: "Inter";
  letter-spacing: 5px;
  font-size: 20px;
}
.service .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 4% 0 4%;
}
.service .box-wrapper .box {
  width: 48.5%;
  margin: 50px 3% 0 0;
  background: #fff;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  padding: 0 0 40px 0;
}
.service .box-wrapper .box .thumb .image {
  position: relative;
  width: 100%;
  height: 350px;
}
.service .box-wrapper .box .thumb .image::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 6px;
  border-style: solid;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -o-border-image: linear-gradient(90deg, #0961dd 0%, #30b4dd 45%, #0e93de 70%, #30b4dd 85%, #0961dd 90% 100%);
  border-image: linear-gradient(90deg, #0961dd 0%, #30b4dd 45%, #0e93de 70%, #30b4dd 85%, #0961dd 90% 100%);
  border-image-slice: 1;
  opacity: 0.9;
  opacity: 0.7;
}
.service .box-wrapper .box .thumb .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .box-wrapper .box h3 {
  margin: 20px 0 0 0;
  padding: 0 40px 0 40px;
  font-weight: 800;
}
.service .box-wrapper .box h3 .catch {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 5px;
  font-size: 45px;
}
.service .box-wrapper .box .en {
  margin: 0px 0 0 0;
  padding: 0 40px 0 40px;
}
.service .box-wrapper .box .en p {
  mix-blend-mode: multiply;
  opacity: 0.7;
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Jost";
  line-height: 1.25;
  font-size: 25px;
}
.service .box-wrapper .box .sentence {
  padding: 10px 40px 0 40px;
}
.service .box-wrapper .box .sentence p {
  color: #191953;
  letter-spacing: 1.5px;
  line-height: 2;
  font-size: 18px;
}
.service .box-wrapper .box:nth-child(2n), .service .box-wrapper .box:last-child {
  margin: 50px 0 0 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .service {
    padding: 70px 0 70px 0;
  }
  .service .title .top h2 {
    line-height: 1.35;
    letter-spacing: 6px;
    font-size: 50px;
    position: relative;
  }
  .service .title .top h2::before, .service .title .top h2::after {
    height: 3px;
    opacity: 1;
  }
  .service .title .top h2::before {
    top: 4px;
  }
  .service .title .top h2::after {
    bottom: 4px;
  }
  .service .title .top h2 .catch {
    padding: 6px 40px 2px 60px;
  }
  .service .title .top h3 {
    line-height: 1.35;
    padding: 0 20px 0 20px;
    font-size: 25px;
    margin: 5px 0 0 30px;
  }
  .service .title .en {
    margin: 15px 0 0 0;
  }
  .service .title .en p {
    letter-spacing: 5px;
    font-size: 18px;
  }
  .service .box-wrapper {
    max-width: 1920px;
    margin: 0 4% 0 4%;
  }
  .service .box-wrapper .box {
    width: 49%;
    margin: 50px 2% 0 0;
    padding: 0 0 40px 0;
  }
  .service .box-wrapper .box .thumb .image {
    width: 100%;
    height: 300px;
  }
  .service .box-wrapper .box .thumb .image::before {
    opacity: 0.7;
  }
  .service .box-wrapper .box .thumb .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .service .box-wrapper .box h3 {
    margin: 20px 0 0 0;
    padding: 0 40px 0 40px;
  }
  .service .box-wrapper .box h3 .catch {
    letter-spacing: 5px;
    font-size: 40px;
  }
  .service .box-wrapper .box .en {
    margin: 0px 0 0 0;
    padding: 0 40px 0 40px;
  }
  .service .box-wrapper .box .en p {
    opacity: 0.7;
    line-height: 1.25;
    font-size: 22px;
  }
  .service .box-wrapper .box .sentence {
    padding: 10px 40px 0 40px;
  }
  .service .box-wrapper .box .sentence p {
    letter-spacing: 1.5px;
    line-height: 2;
    font-size: 16px;
  }
  .service .box-wrapper .box:nth-child(2n), .service .box-wrapper .box:last-child {
    margin: 50px 0 0 0;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service {
    padding: 70px 0 70px 0;
  }
  .service .title .top h2 {
    line-height: 1.35;
    letter-spacing: 6px;
    font-size: 50px;
  }
  .service .title .top h2::before, .service .title .top h2::after {
    height: 3px;
    opacity: 1;
  }
  .service .title .top h2::before {
    top: 4px;
  }
  .service .title .top h2::after {
    bottom: 4px;
  }
  .service .title .top h2 .catch {
    padding: 6px 40px 6px 40px;
  }
  .service .title .top h3 {
    line-height: 1.35;
    padding: 0 20px 0 20px;
    font-size: 25px;
    margin: 5px 0 0 30px;
  }
  .service .title .en {
    margin: 15px 0 0 0;
  }
  .service .title .en p {
    letter-spacing: 5px;
    font-size: 18px;
  }
  .service .box-wrapper {
    max-width: 1920px;
    margin: 0 4% 0 4%;
  }
  .service .box-wrapper .box {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 40px 0;
  }
  .service .box-wrapper .box .thumb .image {
    width: 100%;
    height: 270px;
  }
  .service .box-wrapper .box .thumb .image::before {
    opacity: 0.7;
  }
  .service .box-wrapper .box .thumb .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .service .box-wrapper .box h3 {
    margin: 20px 0 0 0;
    padding: 0 40px 0 40px;
  }
  .service .box-wrapper .box h3 .catch {
    letter-spacing: 5px;
    font-size: 35px;
  }
  .service .box-wrapper .box .en {
    margin: 0px 0 0 0;
    padding: 0 40px 0 40px;
  }
  .service .box-wrapper .box .en p {
    opacity: 0.7;
    line-height: 1.25;
    font-size: 22px;
  }
  .service .box-wrapper .box .sentence {
    padding: 10px 40px 0 40px;
  }
  .service .box-wrapper .box .sentence p {
    letter-spacing: 1.5px;
    line-height: 2;
    font-size: 16px;
  }
  .service .box-wrapper .box:nth-child(2n), .service .box-wrapper .box:last-child {
    margin: 30px 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .service {
    padding: 70px 0 70px 0;
  }
  .service .title .top {
    display: block;
    width: 90%;
    margin: 0 auto 0;
  }
  .service .title .top h2 {
    line-height: 1.35;
    letter-spacing: 4px;
    font-size: 8.5vw;
    text-align: center;
  }
  .service .title .top h2::before, .service .title .top h2::after {
    height: 3px;
    opacity: 1;
  }
  .service .title .top h2::before {
    top: 4px;
  }
  .service .title .top h2::after {
    bottom: 4px;
  }
  .service .title .top h2 .catch {
    padding: 6px 40px 6px 40px;
  }
  .service .title .top h3 {
    line-height: 1.35;
    padding: 0 20px 0 20px;
    font-size: 6vw;
    margin: 5px 0 0 0px;
    text-align: center;
  }
  .service .title .en {
    margin: 5px 0 0 0;
  }
  .service .title .en p {
    letter-spacing: 5px;
    font-size: 4vw;
  }
  .service .box-wrapper {
    max-width: 1920px;
    margin: 0 4% 0 4%;
  }
  .service .box-wrapper .box {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 0 30px 0;
  }
  .service .box-wrapper .box .thumb .image {
    width: 100%;
    height: 270px;
  }
  .service .box-wrapper .box .thumb .image::before {
    opacity: 0.7;
  }
  .service .box-wrapper .box .thumb .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .service .box-wrapper .box h3 {
    margin: 20px 0 0 0;
    padding: 0 30px 0 30px;
  }
  .service .box-wrapper .box h3 .catch {
    letter-spacing: 3px;
    font-size: 7vw;
  }
  .service .box-wrapper .box .en {
    margin: 0px 0 0 0;
    padding: 0 30px 0 30px;
  }
  .service .box-wrapper .box .en p {
    opacity: 0.7;
    line-height: 1.25;
    font-size: 4vw;
  }
  .service .box-wrapper .box .sentence {
    padding: 10px 30px 0 30px;
  }
  .service .box-wrapper .box .sentence p {
    letter-spacing: 1.5px;
    line-height: 2;
    font-size: 4vw;
  }
  .service .box-wrapper .box:nth-child(2n), .service .box-wrapper .box:last-child {
    margin: 25px 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 COMPANY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.company .container {
  background: linear-gradient(90deg, rgba(16, 134, 202, 0.9) 0%, rgba(16, 126, 216, 0.9) 100%);
  padding: 0 0 50px 0;
}
.company .container .box-wrapper {
  max-width: 1920px;
  margin: 0px auto 0;
  padding: 40px 4% 40px 4%;
}
.company .container .box-wrapper h2 {
  background: linear-gradient(90deg, rgba(16, 118, 177, 0.9) 0%, rgba(14, 111, 190, 0.9) 100%);
  padding: 15px 40px 15px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.company .container .box-wrapper h2 .cover {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
}
.company .container .box-wrapper h2 .en {
  font-family: futura-pt, futura-pt-bold, atten-round-new, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
.company .container .box-wrapper .box {
  margin: 30px 0 0 0;
  box-shadow: 0 8px 30px 10px rgba(40, 70, 117, 0.05);
}
.company .container .box-wrapper .box dl {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
.company .container .box-wrapper .box dl dt {
  flex-basis: 35%;
  width: 35%;
  margin: 0 0% 0 0;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(16, 118, 177, 0.9) 0%, rgba(14, 111, 190, 0.9) 100%);
  padding: 20px 0 20px 0;
  justify-content: center;
  border-bottom: solid 2px rgb(43, 133, 197);
  line-height: 2.4;
}
.company .container .box-wrapper .box dl dd {
  flex-basis: 65%;
  width: 65%;
  line-height: 2.4;
  color: #fff;
  font-size: 18px;
  padding: 20px 40px 20px 40px;
  border-bottom: solid 2px rgb(117, 167, 202);
  display: flex;
  align-items: center;
  background: rgb(49, 131, 197);
}
.company .container .box-wrapper .box dl dd a {
  color: rgb(198, 222, 241);
}
.company .container .box-wrapper .box dl dd .block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company .container .box-wrapper .box dl dd .block .element {
  width: 50%;
  padding: 0 20px 0 20px;
}
.company .container .box-wrapper .box dl dd .block .element .big {
  padding: 5px 0 5px 0;
  background: rgb(31, 109, 173);
  font-size: 22px;
  text-align: center;
}
.company .gmap {
  line-height: 0;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .company .container {
    padding: 0 0 50px 0;
  }
  .company .container .box-wrapper {
    max-width: 1280px;
    margin: 0px auto 0;
    padding: 40px 3% 40px 3%;
  }
  .company .container .box-wrapper h2 {
    padding: 15px 40px 15px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .company .container .box-wrapper h2 .cover {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper h2 .en {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .company .container .box-wrapper .box dl dt {
    margin: 0 0% 0 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    padding: 20px 0 20px 0;
    justify-content: center;
    line-height: 2.4;
  }
  .company .container .box-wrapper .box dl dd {
    width: 65%;
    line-height: 2.4;
    font-size: 18px;
    padding: 20px 40px 20px 40px;
    display: flex;
    align-items: center;
  }
  .company .container .box-wrapper .box dl dd .block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .company .container .box-wrapper .box dl dd .block .element {
    width: 50%;
    padding: 0 20px 0 20px;
  }
  .company .container .box-wrapper .box dl dd .block .element .big {
    padding: 5px 0 5px 0;
    font-size: 22px;
    text-align: center;
  }
  .company .gmap {
    line-height: 0;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company .container {
    padding: 0 0 50px 0;
  }
  .company .container .box-wrapper {
    max-width: 1280px;
    margin: -60px auto 0;
    padding: 40px 80px 40px 80px;
  }
  .company .container .box-wrapper h2 {
    padding: 15px 40px 15px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .company .container .box-wrapper h2 .cover {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper h2 .en {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .company .container .box-wrapper .box dl dt {
    margin: 0 0% 0 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    padding: 20px 0 20px 0;
    justify-content: center;
    line-height: 2.4;
  }
  .company .container .box-wrapper .box dl dd {
    width: 65%;
    line-height: 2.4;
    font-size: 18px;
    padding: 20px 40px 20px 40px;
    display: flex;
    align-items: center;
  }
  .company .container .box-wrapper .box dl dd .block {
    display: block;
    flex-wrap: wrap;
    width: 100%;
  }
  .company .container .box-wrapper .box dl dd .block .element {
    width: 100%;
    padding: 0 0px 0 0px;
  }
  .company .container .box-wrapper .box dl dd .block .element .big {
    padding: 5px 0 5px 0;
    font-size: 22px;
    text-align: center;
  }
  .company .gmap {
    line-height: 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .company .container .box-wrapper {
    margin: -60px auto 0;
    padding: 40px 5% 40px 5%;
  }
  .company .container .box-wrapper h2 {
    display: block;
  }
  .company .container .box-wrapper h2 .cover {
    font-size: 7.7vw;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper h2 .en {
    font-size: 5.2vw;
    letter-spacing: 2px;
  }
  .company .container .box-wrapper .box {
    margin: 30px 0 0 0;
  }
  .company .container .box-wrapper .box dl {
    display: block;
  }
  .company .container .box-wrapper .box dl dt {
    width: 100%;
    margin: 0 0% 0 0;
    display: flex;
    align-items: center;
    font-size: 5vw;
    padding: 15px 0 15px 0;
    justify-content: center;
    line-height: 2.4;
  }
  .company .container .box-wrapper .box dl dd {
    width: 100%;
    line-height: 2;
    font-size: 4.5vw;
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
  }
  .company .container .box-wrapper .box dl dd .block {
    display: block;
  }
  .company .container .box-wrapper .box dl dd .block .element {
    width: 100%;
    padding: 0 0px 0 0px;
  }
  .company .container .box-wrapper .box dl dd .block .element .big {
    padding: 5px 0 5px 0;
    font-size: 5vw;
    text-align: center;
  }
  .company .container .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .company .container .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 TITLE31-01 〇

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .title31-01 .title-wrapper {
    padding: 60px 0 60px 0;
  }
  .title31-01 .title-wrapper h5 .border {
    width: 30%;
    height: 2px;
    margin: 0 20px 0 0;
  }
  .title31-01 .title-wrapper h5 .cover {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .title31-01 .title-wrapper .block .thumb {
    width: 500px;
    margin: 0px 0 0 0;
  }
  .title31-01 .title-wrapper .block .thumb img {
    width: 100%;
    height: auto;
  }
  .title31-01 .title-wrapper .block .thumb .caption {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .title31-01 .title-wrapper .block .right {
    padding: 0 0 0 50px;
    position: relative;
  }
  .title31-01 .title-wrapper .block .right h4 {
    white-space: nowrap;
    position: absolute;
    top: -100px;
    left: 50px;
    color: #fff;
    opacity: 0.15;
    font-size: 140px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
  }
  .title31-01 .title-wrapper .block .right h2 {
    font-size: 6vw;
    letter-spacing: 5px;
    line-height: 1.2;
    z-index: 2;
    margin: -20px 0 10px 0;
  }
  .title31-01 .title-wrapper .block .right h3 {
    margin: 30px 0 0 0;
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title31-01 .title-wrapper {
    padding: 60px 0 60px 0;
  }
  .title31-01 .title-wrapper h5 .border {
    width: 30%;
    height: 2px;
    margin: 0 20px 0 0;
  }
  .title31-01 .title-wrapper h5 .cover {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .title31-01 .title-wrapper .block .thumb {
    width: 350px;
    margin: 0px 0 0 0;
  }
  .title31-01 .title-wrapper .block .thumb img {
    width: 100%;
    height: auto;
  }
  .title31-01 .title-wrapper .block .thumb .caption {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .title31-01 .title-wrapper .block .right {
    padding: 0 0 0 50px;
    position: relative;
  }
  .title31-01 .title-wrapper .block .right h4 {
    white-space: nowrap;
    position: absolute;
    top: -100px;
    left: 50px;
    color: #fff;
    opacity: 0.15;
    font-size: 140px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
  }
  .title31-01 .title-wrapper .block .right h2 {
    font-size: 6vw;
    letter-spacing: 5px;
    line-height: 1.2;
    z-index: 2;
    margin: -20px 0 10px 0;
  }
  .title31-01 .title-wrapper .block .right h3 {
    margin: 30px 0 0 0;
    font-size: 20px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .title31-01 {
    margin: 0px 0 0px 0;
    overflow: visible;
    padding: 0px 0 0px 0;
  }
  .title31-01 .title-wrapper {
    padding: 30px 0 30px 0;
  }
  .title31-01 .title-wrapper h5 {
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .title31-01 .title-wrapper h5 .border {
    width: 20%;
    height: 2px;
    background: #fff;
    margin: 0 20px 0 0;
  }
  .title31-01 .title-wrapper h5 .cover {
    font-size: 4.5vw;
    letter-spacing: 3px;
  }
  .title31-01 .title-wrapper .block {
    display: block;
  }
  .title31-01 .title-wrapper .block .thumb {
    width: 92%;
    cursor: pointer;
    margin: 20px auto 0;
  }
  .title31-01 .title-wrapper .block .thumb img {
    width: 100%;
    height: auto;
  }
  .title31-01 .title-wrapper .block .thumb .caption {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px 0px 10px;
  }
  .title31-01 .title-wrapper .block .right {
    padding: 20px 5% 10px 5%;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .title31-01 .title-wrapper .block .right h4 {
    white-space: nowrap;
    top: -100px;
    left: 50px;
    color: #fff;
    opacity: 0.15;
    font-size: 90px;
    z-index: 1;
  }
  .title31-01 .title-wrapper .block .right h2 {
    font-size: 12vw;
    letter-spacing: 5px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0px 0 10px 0;
  }
  .title31-01 .title-wrapper .block .right h3 {
    font-size: 20px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

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

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

〇 DAIKIN 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.daikin {
  background: url(../../images/message-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  padding: 30px 0 40px 0;
  margin: 0 auto 0;
}
.daikin .container .title {
  padding: 50px 0 50px 0;
}
.daikin .container .title .caption {
  text-align: center;
  margin: 0px 0 0 0;
}
.daikin .container .title .caption .cover {
  display: inline-block;
  font-family: "Jost";
  background: #fff;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  border-top: solid 3px #0961dd;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  font-weight: 600;
  padding: 4px 40px 3px 40px;
  color: #fff;
}
.daikin .container .title .caption .cover span {
  display: inline-block;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.daikin .container .title h2 {
  margin: 15px 0 0 0;
  text-align: center;
}
.daikin .container .title h2 .cover {
  font-weight: 800;
  display: inline-block;
  text-align: center;
  background: linear-gradient(45deg, #0961dd 0%, #0e93de 100%);
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
  font-size: 55px;
  padding: 5px 20px 5px 20px;
}
.daikin .container .title h2 .cover a {
  color: #fff;
}
.daikin .container .box-wrapper {
  margin: 10px 0 0 0;
}
.daikin .container .box-wrapper .box {
  margin: 10px 0 0 0;
}
.daikin .container .box-wrapper .box .middle {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 20px auto 0;
}
.daikin .container .box-wrapper .box .middle .additional {
  width: 48%;
  margin: 0px 4% 0 0;
}
.daikin .container .box-wrapper .box .middle .additional .inside {
  background: linear-gradient(45deg, #4488f5 0%, #44c8f5 100%);
  padding: 35px 35px 35px 35px;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.daikin .container .box-wrapper .box .middle .additional .inside h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.daikin .container .box-wrapper .box .middle .additional .inside h4 .small {
  font-size: 0.8em;
}
.daikin .container .box-wrapper .box .middle .additional .inside .thumb {
  margin: 20px 0 0 0;
}
.daikin .container .box-wrapper .box .middle .additional .inside .thumb a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px 30px 30px 30px;
}
.daikin .container .box-wrapper .box .middle .additional .inside .thumb .element img {
  width: 300px;
  height: auto;
}
.daikin .container .box-wrapper .box .middle .explain {
  width: 48%;
}
.daikin .container .box-wrapper .box .middle .explain .sentence p {
  line-height: 1.85;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 10px 0 10px 0;
  letter-spacing: 1.5px;
  color: #0c75a0;
}
.daikin .container .box-wrapper .box .middle .explain .sentence p .small {
  font-size: 15px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .daikin {
    padding: 30px 0 40px 0;
    margin: 0 auto 0;
  }
  .daikin .container .title {
    padding: 50px 0 50px 0;
  }
  .daikin .container .title .caption {
    margin: 0px 0 0 0;
  }
  .daikin .container .title .caption .cover {
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 25px;
    letter-spacing: 2px;
    padding: 4px 40px 3px 40px;
  }
  .daikin .container .title h2 {
    margin: 15px 0 0 0;
  }
  .daikin .container .title h2 .cover {
    font-size: 50px;
    padding: 5px 20px 5px 20px;
  }
  .daikin .container .box-wrapper {
    margin: 10px 0 0 0;
  }
  .daikin .container .box-wrapper .box {
    margin: 10px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 0 2% 0 2%;
  }
  .daikin .container .box-wrapper .box .middle .additional {
    width: 48%;
    margin: 0px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside {
    padding: 35px 35px 35px 35px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 {
    font-size: 20px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 .small {
    font-size: 0.8em;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb {
    margin: 20px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb a {
    width: 100%;
    padding: 30px 30px 30px 30px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb .element img {
    width: 300px;
    height: auto;
  }
  .daikin .container .box-wrapper .box .middle .explain {
    width: 52%;
    padding: 0 0 0 2%;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p {
    line-height: 1.85;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 10px 0 10px 0;
    letter-spacing: 1.5px;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p .small {
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .daikin {
    padding: 30px 0 40px 0;
    margin: 0 auto 0;
  }
  .daikin .container .title {
    padding: 50px 0 50px 0;
  }
  .daikin .container .title .caption {
    margin: 0px 0 0 0;
  }
  .daikin .container .title .caption .cover {
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 25px;
    letter-spacing: 2px;
    padding: 4px 40px 3px 40px;
  }
  .daikin .container .title h2 {
    margin: 15px 0 0 0;
  }
  .daikin .container .title h2 .cover {
    font-size: 50px;
    padding: 5px 20px 5px 20px;
  }
  .daikin .container .box-wrapper {
    margin: 10px 0 0 0;
  }
  .daikin .container .box-wrapper .box {
    margin: 10px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 0 2% 0 2%;
  }
  .daikin .container .box-wrapper .box .middle .additional {
    width: 48%;
    margin: 0px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside {
    padding: 35px 35px 35px 35px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 {
    font-size: 20px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 .small {
    font-size: 0.8em;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb {
    margin: 20px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb a {
    width: 100%;
    padding: 30px 30px 30px 30px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb .element img {
    width: 300px;
    height: auto;
  }
  .daikin .container .box-wrapper .box .middle .explain {
    width: 52%;
    padding: 0 0 0 2%;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p {
    line-height: 1.85;
    font-size: 18px;
    letter-spacing: 0px;
    padding: 10px 0 10px 0;
    letter-spacing: 1.5px;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p .small {
    font-size: 15px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .daikin {
    margin: 50px 0 0 0;
    max-width: 2980px;
    margin: 0 auto 0;
  }
  .daikin .container .title {
    padding: 50px 0 20px 0;
  }
  .daikin .container .title .caption {
    margin: 0px 0 0 0;
  }
  .daikin .container .title .caption .cover {
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 5.5vw;
    letter-spacing: 2px;
    padding: 4px 40px 3px 40px;
  }
  .daikin .container .title h2 {
    margin: 15px 0 0 0;
  }
  .daikin .container .title h2 .cover {
    font-size: 8vw;
    padding: 5px 20px 5px 20px;
  }
  .daikin .container .box-wrapper {
    margin: 10px 0 0 0;
  }
  .daikin .container .box-wrapper .box {
    margin: 0px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle {
    display: block;
    max-width: 90%;
    margin: 0px auto 0;
  }
  .daikin .container .box-wrapper .box .middle .additional {
    width: 100%;
    margin: 0px 0% 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside {
    padding: 35px 25px 35px 25px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 {
    text-align: center;
    font-size: 4.5vw;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside h4 .small {
    font-size: 0.8em;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb {
    margin: 20px 0 0 0;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb a {
    width: 100%;
    padding: 30px 0px 30px 0px;
  }
  .daikin .container .box-wrapper .box .middle .additional .inside .thumb .element img {
    width: 60vw;
    height: auto;
  }
  .daikin .container .box-wrapper .box .middle .explain {
    width: 90%;
    margin: 20px auto 0;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p {
    line-height: 1.85;
    font-size: 4.25vw;
    letter-spacing: 0px;
    padding: 10px 0 10px 0;
  }
  .daikin .container .box-wrapper .box .middle .explain .sentence p .small {
    font-size: 15px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CTA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.contact {
  background: url(../../images/contact-bg.jpg) no-repeat 0 0;
  background-size: cover;
}
.contact .wrapper {
  background: linear-gradient(45deg, rgba(33, 86, 193, 0.9) 0%, rgba(25, 100, 113, 0.9) 100%);
  padding: 20px 20px 20px 20px;
  position: relative;
}
.contact .wrapper .back {
  font-family: "Inter";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0%;
  color: transparent;
  -webkit-text-stroke: #ffffff 1px;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 100px;
  opacity: 0.2;
}
.contact .wrapper .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 120px 0;
}
.contact .wrapper .inner .text {
  color: #fff;
  width: 60%;
  padding: 0 50px 0 50px;
}
.contact .wrapper .inner .text h3 {
  text-align: center;
  line-height: 2;
  font-size: 24px;
  margin: 0 0 0 0px;
}
.contact .wrapper .inner .text .sentence {
  margin: 50px 0 0 0;
}
.contact .wrapper .inner .text .sentence p {
  color: #b8d3f0;
  text-align: center;
  line-height: 2.6;
  letter-spacing: 2px;
  font-size: 20px;
}
.contact .wrapper .inner .link {
  width: 50%;
  padding: 0 5% 0 0;
}
.contact .wrapper .inner .link .tel {
  position: relative;
  padding: 30px 40px 30px 40px;
  border: solid 4px #8dacd3;
}
.contact .wrapper .inner .link .tel h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .wrapper .inner .link .tel h3 .border {
  width: 60px;
  height: 1px;
  border-top: solid 1px #fff;
  margin: 0 10px 0 0;
}
.contact .wrapper .inner .link .tel h3 .catch {
  position: relative;
  z-index: 2;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 22px;
}
.contact .wrapper .inner .link .tel a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .wrapper .inner .link .tel a .icon {
  line-height: 0;
  width: 70px;
  margin: 0 10px 0 0;
}
.contact .wrapper .inner .link .tel a .icon img {
  width: 100%;
  height: auto;
}
.contact .wrapper .inner .link .tel a .catch {
  line-height: 1.1;
  font-family: "Jost";
  letter-spacing: 2px;
  font-size: 60px;
  margin: 5px 0 0 0;
}
.contact .wrapper .inner .link .tel .caption {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .wrapper .inner .link .tel .caption .catch {
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}
.contact .wrapper .inner .link .mail {
  margin: 30px 0 0 0;
}
.contact .wrapper .inner .link .mail a {
  text-decoration: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(87, 117, 174, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px 60px 15px 60px;
}
.contact .wrapper .inner .link .mail a .left {
  display: flex;
  align-items: center;
}
.contact .wrapper .inner .link .mail a .left .icon {
  line-height: 0;
  width: 30px;
  margin: 0 10px 0 0;
}
.contact .wrapper .inner .link .mail a .left .icon img {
  width: 100%;
  height: auto;
}
.contact .wrapper .inner .link .mail a .left .catch {
  color: #295ba3;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 22px;
}
.contact .wrapper .inner .link .mail a .arrow {
  line-height: 0;
  width: 30px;
  margin: 0 10px 0 0;
}
.contact .wrapper .inner .link .mail a .arrow img {
  width: 100%;
  height: auto;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .contact .wrapper {
    padding: 20px 20px 20px 20px;
  }
  .contact .wrapper .back {
    left: 0;
    top: 0%;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 100px;
    opacity: 0.2;
  }
  .contact .wrapper .inner {
    padding: 120px 0 120px 0;
  }
  .contact .wrapper .inner .text {
    width: 55%;
    padding: 0 20px 0 2%;
  }
  .contact .wrapper .inner .text h3 {
    line-height: 2;
    font-size: 20px;
    margin: 0 0 0 0px;
  }
  .contact .wrapper .inner .text .sentence {
    margin: 50px 0 0 0;
  }
  .contact .wrapper .inner .text .sentence p {
    line-height: 2.6;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .contact .wrapper .inner .link {
    width: 45%;
    padding: 0 2% 0 0;
  }
  .contact .wrapper .inner .link .tel {
    padding: 30px 20px 30px 20px;
  }
  .contact .wrapper .inner .link .tel h3 .border {
    width: 60px;
    height: 1px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel h3 .catch {
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .contact .wrapper .inner .link .tel a {
    margin: 10px 0 0 0;
  }
  .contact .wrapper .inner .link .tel a .icon {
    width: 50px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .tel a .catch {
    letter-spacing: 2px;
    font-size: 42px;
    margin: 5px 0 0 0;
  }
  .contact .wrapper .inner .link .tel .caption .catch {
    letter-spacing: 2px;
    font-size: 18px;
  }
  .contact .wrapper .inner .link .mail {
    margin: 30px 0 0 0;
  }
  .contact .wrapper .inner .link .mail a {
    padding: 15px 30px 15px 30px;
  }
  .contact .wrapper .inner .link .mail a .left .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .left .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .mail a .left .catch {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .contact .wrapper .inner .link .mail a .arrow {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .arrow 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) {
  .contact .wrapper {
    padding: 20px 20px 20px 20px;
  }
  .contact .wrapper .back {
    left: 0;
    top: 0%;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 100px;
    opacity: 0.2;
  }
  .contact .wrapper .inner {
    padding: 120px 0 120px 0;
    display: block;
  }
  .contact .wrapper .inner .text {
    width: 100%;
    padding: 0 3% 0 3%;
  }
  .contact .wrapper .inner .text h3 {
    line-height: 2;
    font-size: 20px;
    margin: 0 0 0 0px;
  }
  .contact .wrapper .inner .text .sentence {
    margin: 50px 0 0 0;
  }
  .contact .wrapper .inner .text .sentence p {
    line-height: 2.6;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .contact .wrapper .inner .link {
    width: 100%;
    padding: 40px 3% 0 3%;
  }
  .contact .wrapper .inner .link .tel {
    padding: 30px 20px 30px 20px;
  }
  .contact .wrapper .inner .link .tel h3 .border {
    width: 60px;
    height: 1px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel h3 .catch {
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .contact .wrapper .inner .link .tel a {
    margin: 10px 0 0 0;
  }
  .contact .wrapper .inner .link .tel a .icon {
    width: 50px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .tel a .catch {
    letter-spacing: 2px;
    font-size: 42px;
    margin: 5px 0 0 0;
  }
  .contact .wrapper .inner .link .tel .caption .catch {
    letter-spacing: 2px;
    font-size: 18px;
  }
  .contact .wrapper .inner .link .mail {
    margin: 30px 0 0 0;
  }
  .contact .wrapper .inner .link .mail a {
    padding: 15px 30px 15px 30px;
  }
  .contact .wrapper .inner .link .mail a .left .icon {
    line-height: 0;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .left .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .mail a .left .catch {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .contact .wrapper .inner .link .mail a .arrow {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .arrow img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact .wrapper {
    padding: 20px 5% 20px 5%;
  }
  .contact .wrapper .back {
    left: 0;
    top: 0%;
    letter-spacing: 2px;
    font-size: 16vw;
    opacity: 0.4;
    writing-mode: vertical-lr;
  }
  .contact .wrapper .inner {
    display: block;
    padding: 30px 0 30px 0;
  }
  .contact .wrapper .inner .text {
    width: 100%;
    padding: 0 0% 0 0%;
  }
  .contact .wrapper .inner .text h3 {
    text-align: center;
    line-height: 2;
    font-size: 24px;
    margin: 0 0 0 0px;
  }
  .contact .wrapper .inner .text .sentence {
    margin: 50px 0 0 0;
  }
  .contact .wrapper .inner .text .sentence p {
    color: #b8d3f0;
    line-height: 2.6;
    letter-spacing: 1px;
    font-size: 4vw;
  }
  .contact .wrapper .inner .link {
    width: 100%;
    padding: 40px 5% 0 5%;
  }
  .contact .wrapper .inner .link .tel {
    position: relative;
    padding: 30px 20px 30px 20px;
    border: solid 4px #8dacd3;
  }
  .contact .wrapper .inner .link .tel h3 .border {
    width: 7vw;
    height: 1px;
    border-top: solid 1px #fff;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel h3 .catch {
    position: relative;
    z-index: 2;
    letter-spacing: 0px;
    font-size: 4.5vw;
  }
  .contact .wrapper .inner .link .tel a {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .wrapper .inner .link .tel a .icon {
    line-height: 0;
    width: 10vw;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .tel a .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .tel a .catch {
    letter-spacing: 2px;
    font-size: 7.25vw;
    margin: 5px 0 0 0;
  }
  .contact .wrapper .inner .link .tel .caption {
    margin: 10px 0 0 0;
  }
  .contact .wrapper .inner .link .tel .caption .catch {
    letter-spacing: 1px;
    font-size: 3.75vw;
  }
  .contact .wrapper .inner .link .mail {
    margin: 30px 0 0 0;
  }
  .contact .wrapper .inner .link .mail a {
    padding: 15px 25px 15px 25px;
  }
  .contact .wrapper .inner .link .mail a .left .icon {
    line-height: 0;
    width: 6vw;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .left .icon img {
    width: 100%;
    height: auto;
  }
  .contact .wrapper .inner .link .mail a .left .catch {
    letter-spacing: 0px;
    font-size: 4.25vw;
  }
  .contact .wrapper .inner .link .mail a .arrow {
    line-height: 0;
    width: 5vw;
    margin: 0 10px 0 0;
  }
  .contact .wrapper .inner .link .mail a .arrow img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
.mailform {
  background: #f3f3f3;
}
.mailform .wrapper {
  padding: 0px 0 0px 0;
}
.mailform .wrapper .inner form#mail_form .title {
  padding: 0 0 30px 0;
}
.mailform .wrapper .inner form#mail_form .title h2 {
  text-align: center;
  color: #0961dd;
  letter-spacing: 2px;
  font-size: 42px;
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

form#mail_form {
  width: 1000px;
  margin: 0px auto 0;
  padding: 50px 0 50px 0;
  background: #fff;
  border-radius: 0px;
  line-height: 1.8;
}

form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  width: 30%;
  float: left;
  padding: 35px 0 25px;
  text-align: right;
}

form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
  font-style: normal;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 0px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 0px;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 70%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=zip21],
form#mail_form input[name=zip22] {
  width: 30%;
}

form#mail_form input[name=pref21],
form#mail_form input[name=addr21],
form#mail_form input[name=strt21] {
  width: 90%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 80%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 0px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input[name=address] {
  width: calc(96% - 2px);
}

form#mail_form input[name=phone_1],
form#mail_form input[name=phone_2],
form#mail_form input[name=phone_3] {
  width: 20%;
}

form#mail_form .haihun {
  display: inline-block !important;
  font-size: 30px !important;
  padding: 0 20px 0 20px !important;
}

/* -- button -------------------------------------------------------------------------------- */
p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
p#form_submit:after {
  transition: 0.3s;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

/*==============================================
submit(送信ボタン)
===============================================*/
/* 変数設定 */
input[type=button] {
  background: linear-gradient(to right, rgb(248, 93, 0) 0%, rgb(255, 138, 0) 56%, rgb(252, 180, 54) 100%);
  box-shadow: 0px 0px 0px 2px #ea750d;
  vertical-align: middle;
  line-height: 1;
  color: #ffffff;
  font-family: inherit;
  width: 100%;
  font-weight: 700;
  margin: 10px auto 0px;
  padding: 18px 5px 22px 5px !important;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  border-radius: 60px;
  font-size: 30px;
}
input[type=button]:hover {
  background: linear-gradient(to right, rgb(248, 0, 0) 0%, rgb(255, 96, 0) 55%, rgb(255, 131, 64) 100%);
  cursor: pointer;
}

input#form_submit_button {
  margin-left: 0;
  margin: 0 auto 0;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 60%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
  form#mail_form input[type=button] {
    margin-left: 0;
  }
}
/* 1000pixel end */
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mailform .wrapper {
    padding: 25px 0 25px 0;
  }
  .mailform .wrapper .inner form#mail_form .title {
    padding: 0 0 10px 0;
  }
  .mailform .wrapper .inner form#mail_form .title h2 {
    letter-spacing: 2px;
    font-size: 7vw;
  }
} /* 767px responsive-closed */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.footer {
  margin: 0px 0 0 0;
  overflow: hidden;
}
.footer .wrapper {
  background: linear-gradient(90deg, rgb(7, 112, 209) 0%, rgb(12, 176, 196) 100%);
}
.footer .wrapper .inner {
  padding: 80px 0 80px 0;
}
.footer .wrapper .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 0;
}
.footer .wrapper .inner .top .logo {
  display: flex;
  align-items: center;
}
.footer .wrapper .inner .top .logo h2 .catch {
  font-weight: 800;
  color: #fff;
  letter-spacing: 5px;
  font-size: 34px;
}
.footer .wrapper .inner .top .logo .caption {
  font-style: normal;
  color: #fff;
  line-height: 1.35;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
  padding: 0 0 0 30px;
}
.footer .wrapper .inner .top .block .semi {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.footer .wrapper .inner .top .block .button {
  margin: 10px 0 0 0;
}
.footer .wrapper .inner .top .block .button a {
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 30px;
}
.footer .wrapper .inner .top .block .button a .icon {
  line-height: 0;
  width: 30px;
  margin: 0 10px 0 0;
}
.footer .wrapper .inner .top .block .button a .icon img {
  width: 100%;
  height: auto;
}
.footer .wrapper .inner .top .block .button a .catch {
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.footer .wrapper .inner ul {
  list-style-type: none;
  max-width: 1280px;
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .wrapper .inner ul li {
  padding: 10px 20px 10px 20px;
}
.footer .wrapper .inner ul li a {
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
}
.footer .wrapper .last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: solid 2px #fff;
  max-width: 1280px;
  margin: 20px auto 0;
  color: #fff;
  padding: 15px 20px 20px 30px;
}
.footer .wrapper .last .left ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.footer .wrapper .last .left ul li {
  padding: 0 0 0 20px;
}
.footer .wrapper .last .left ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 0 0px 0 0px;
  font-size: 18px;
}
.footer .wrapper .last .right small {
  font-style: normal;
  display: block;
  letter-spacing: 2px;
  font-size: 18px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper .inner {
    padding: 80px 2.5% 80px 2.5%;
  }
  .footer .wrapper .inner .top {
    max-width: 1280px;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .top .logo h2 .catch {
    letter-spacing: 5px;
    font-size: 30px;
  }
  .footer .wrapper .inner .top .logo .caption {
    letter-spacing: 1px;
    font-size: 17px;
  }
  .footer .wrapper .inner .top .block .semi {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .footer .wrapper .inner .top .block .button {
    margin: 10px 0 0 0;
  }
  .footer .wrapper .inner .top .block .button a {
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .top .block .button a .icon {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .top .block .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .block .button a .catch {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .footer .wrapper .inner ul li {
    padding: 10px 10px 10px 10px;
  }
  .footer .wrapper .inner ul li a {
    letter-spacing: 1px;
    font-size: 18px;
  }
  .footer .wrapper .last {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 12px 20px 17px 30px;
  }
  .footer .wrapper .last .left ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 0 0 20px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 15px;
  }
  .footer .wrapper .last .right small {
    letter-spacing: 2px;
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    margin: 0px 0 0 0;
  }
  .footer .wrapper .inner {
    padding: 80px 2.5% 80px 2.5%;
  }
  .footer .wrapper .inner .top {
    max-width: 1280px;
    margin: 0 auto 0;
  }
  .footer .wrapper .inner .top .logo {
    display: block;
  }
  .footer .wrapper .inner .top .logo h2 .catch {
    letter-spacing: 5px;
    font-size: 30px;
  }
  .footer .wrapper .inner .top .logo .caption {
    letter-spacing: 1px;
    font-size: 15px;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .inner .top .block .semi {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .footer .wrapper .inner .top .block .button {
    margin: 10px 0 0 0;
  }
  .footer .wrapper .inner .top .block .button a {
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .top .block .button a .icon {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .top .block .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .block .button a .catch {
    letter-spacing: 1px;
    font-size: 17px;
  }
  .footer .wrapper .inner ul li {
    padding: 10px 10px 10px 10px;
  }
  .footer .wrapper .inner ul li a {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .footer .wrapper .last {
    max-width: 1280px;
    margin: 20px auto 0;
    padding: 12px 20px 17px 30px;
  }
  .footer .wrapper .last .left ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 0 0 20px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 14px;
  }
  .footer .wrapper .last .right small {
    letter-spacing: 2px;
    font-size: 14px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    margin: 50px 0 0 0;
  }
  .footer .wrapper {
    padding: 0 0 50px 0;
  }
  .footer .wrapper .inner {
    padding: 50px 0 60px 0;
  }
  .footer .wrapper .inner .top {
    display: block;
    max-width: 100%;
  }
  .footer .wrapper .inner .top .logo {
    display: block;
  }
  .footer .wrapper .inner .top .logo h2 .catch {
    letter-spacing: 5px;
    font-size: 7.7vw;
    text-align: center;
  }
  .footer .wrapper .inner .top .logo .caption {
    text-align: center;
    letter-spacing: 1px;
    font-size: 4vw;
    margin: 25px 0 0 0;
  }
  .footer .wrapper .inner .top .block {
    margin: 30px 0 0 0;
  }
  .footer .wrapper .inner .top .block .semi {
    text-align: center;
    letter-spacing: 2px;
    font-size: 5vw;
  }
  .footer .wrapper .inner .top .block .button {
    width: 85%;
    margin: 10px auto 0;
  }
  .footer .wrapper .inner .top .block .button a {
    display: flex;
    padding: 10px 0 10px 0;
  }
  .footer .wrapper .inner .top .block .button a .icon {
    line-height: 0;
    width: 6vw;
    margin: 0 10px 0 0;
  }
  .footer .wrapper .inner .top .block .button a .icon img {
    width: 100%;
    height: auto;
  }
  .footer .wrapper .inner .top .block .button a .catch {
    letter-spacing: 1px;
    font-size: 5vw;
  }
  .footer .wrapper .inner ul {
    max-width: 100%;
    margin: 70px auto 0;
    padding: 0 0 0 0;
  }
  .footer .wrapper .inner ul li {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-top: solid 2px #e6ecff;
    text-align: center;
  }
  .footer .wrapper .inner ul li a {
    letter-spacing: 1px;
    font-size: 20px;
  }
  .footer .wrapper .inner ul li:last-child {
    border-bottom: solid 2px #e6ecff;
  }
  .footer .wrapper .last {
    max-width: 100%;
    margin: 20px auto 0;
    padding: 15px 10px 20px 10px;
    display: block;
  }
  .footer .wrapper .last .left ul {
    justify-content: center;
  }
  .footer .wrapper .last .left ul li {
    padding: 0 10px 0 10px;
  }
  .footer .wrapper .last .left ul li a {
    padding: 0 0px 0 0px;
    font-size: 4.25vw;
  }
  .footer .wrapper .last .right {
    padding: 20px 0 0;
  }
  .footer .wrapper .last .right small {
    text-align: center;
    letter-spacing: 2px;
    font-size: 3vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 THANKS01 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
#thanks .title {
  background: linear-gradient(90deg, rgb(7, 112, 209) 0%, rgb(12, 176, 196) 100%);
  padding: 30px 0 30px 0;
  text-align: center;
  color: #fff;
}
#thanks .title h3 {
  text-align: center;
  padding: 10px 15px;
  line-height: 1.25;
}
#thanks .title h3 .cover {
  display: inline-block;
  border: solid 2px #fff;
  transform: skew(-15deg);
  margin: 0 auto 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 40px 8px 40px;
}
#thanks .title h3 .cover span {
  display: block;
  transform: skew(15deg);
}
#thanks .title h2 {
  font-size: 42px;
  margin: 10px 0 10px 0;
  line-height: 1.35;
  font-weight: 600;
  font-style: normal;
}
#thanks .title h2 .small {
  font-size: 0.7em;
}
#thanks .title .caption {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0px 5px 0px;
}
#thanks .wrapper .inner {
  width: 960px;
  margin: 80px auto 80px;
  padding: 40px 0;
  background: #ffffff;
  border: 3px solid #0961dd;
}
#thanks .wrapper .inner h1 {
  width: 90%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #0961dd;
  color: #0961dd;
}
#thanks .wrapper .inner .sentence h2 {
  width: 90%;
  margin: 1.5em auto 0;
  font-size: 135%;
  font-weight: bold;
  padding: 0 0 13px 0;
  border-bottom: 2px solid #0961dd;
  color: #0961dd;
}
#thanks .wrapper .inner .sentence.main p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
}
#thanks .wrapper .inner .sentence.sub p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  color: #3f1801;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
}

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

◆	Stylesheet: 1000px以下のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #thanks .wrapper .inner {
    width: 95%;
    margin: 40px auto 40px;
  }
}
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #thanks .title {
    padding: 30px 0 30px 0;
  }
  #thanks .title h3 {
    padding: 10px 15px;
    line-height: 1.25;
  }
  #thanks .title h3 .cover {
    margin: 0 auto 5px;
    font-size: 4vw;
    padding: 8px 40px 8px 40px;
  }
  #thanks .title h3 .cover span {
    display: block;
  }
  #thanks .title h2 {
    font-size: 7.5vw;
    margin: 10px 0 10px 0;
    line-height: 1.35;
  }
  #thanks .title h2 .small {
    font-size: 0.7em;
  }
  #thanks .title .caption {
    font-size: 4vw;
    margin: 0 0 0 0;
    padding: 0 0px 5px 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */