@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Shippori Mincho";
  src: url("../webfonts/Subset-ShipporiMincho-Medium.woff2") format("woff2"), url("../webfonts/Subset-ShipporiMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../webfonts/Subset-ShipporiMincho-SemiBold.woff2") format("woff2"), url("../webfonts/Subset-ShipporiMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../webfonts/Cinzel-Medium.woff2") format("woff2"), url("../webfonts/Cinzel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../webfonts/Cinzel-SemiBold.woff2") format("woff2"), url("../webfonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 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;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: nomal;
  font-style: normal;
  letter-spacing: 1px;
}

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

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

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



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

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

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

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

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

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  max-width: 100%;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}
header .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .container nav {
  display: flex;
}
header .container nav .logo {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .container nav .logo a:hover {
  display: block;
  opacity: 0.7;
  transition: all 0.7s ease;
}
header .container nav .tel {
  margin-left: auto;
  margin-top: 10px;
  padding-top: 14px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
header .container nav .tel .hour {
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
header .container nav .tel .number {
  margin-top: 8px;
}
header .container nav .tel .number .tel-title {
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
header .container nav .tel .number .tel-number {
  font-feature-settings: "palt" 1;
  font-size: 30px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
header .container nav .tel .number .tel-number a {
  color: black;
}
header .container nav .contact-btn a {
  background: #06c755;
  border-radius: 10px;
  color: white;
  box-shadow: none;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  margin: 10px 0px 0px 32px;
  padding: 24px 32px 24px 40px;
  width: auto;
  max-width: calc(100% - 32px);
  transition: all 0.5s ease;
}
header .container nav .contact-btn a i {
  font-size: 25px;
}
header .container nav .contact-btn a:hover {
  opacity: 0.7;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  header .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  header .container {
    text-align: center;
    padding: 2% 4% 2%;
  }
  header .container nav {
    justify-content: center;
  }
  header .container nav .tel {
    display: none;
  }
  header .container nav .contact-btn a {
    display: none;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HERO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.hero {
  margin-top: 180px;
}
.hero .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
.hero .container .main-text {
  width: 50%;
}
.hero .container .main-text h1 {
  margin-bottom: 20px;
}
.hero .container .main-text h1 .catch {
  font-size: 37px;
}
.hero .container .main-text .text {
  font-size: 18px;
  line-height: 1.8;
}
.hero .container .first-view {
  text-align: right;
  width: 50%;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hero .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero .container {
    width: 98%;
    padding: 0 1%;
  }
  .hero .container .main-text {
    width: 50%;
  }
  .hero .container .main-text h1 .catch {
    font-size: 23.5px;
  }
  .hero .container .main-text .text {
    font-size: 17px;
  }
  .hero .container .first-view {
    width: 50%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero .container {
    display: block;
    width: 90%;
    padding: 0 auto;
  }
  .hero .container .first-view {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .hero .container .main-text {
    width: 100%;
  }
  .hero .container .main-text h1 .catch {
    font-size: 23.5px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 STRENGTHS 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.strengths {
  margin-top: 120px;
  background-color: #EBF7FC;
  padding-top: 80px;
  padding-bottom: 100px;
}
.strengths .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.strengths .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.strengths .container .title h2 {
  font-size: 30px;
}
.strengths .container .box-wrapper {
  display: flex;
  gap: 2%;
}
.strengths .container .box-wrapper .box {
  width: 32%;
  background-color: white;
  padding: 3% 2%;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.strengths .container .box-wrapper .box h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 1px dotted #595555;
  padding-bottom: 10px;
}
.strengths .container .box-wrapper .box .text {
  line-height: 1.7;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .strengths .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .strengths .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .strengths .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .strengths .container .box-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .strengths .container .box-wrapper .box {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 3% 4%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SERVICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.service {
  margin-top: 120px;
  padding-bottom: 100px;
}
.service .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.service .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.service .container .title h2 {
  font-size: 30px;
}
.service .container .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.service .container .box-wrapper .box {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin-bottom: 50px;
}
.service .container .box-wrapper .box .thumb {
  width: 150px;
  flex-shrink: 0;
  flex-grow: 0;
}
.service .container .box-wrapper .box .thumb img {
  vertical-align: bottom;
  width: 100%;
}
.service .container .box-wrapper .box .text-box {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
}
.service .container .box-wrapper .box .text-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .service .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .service .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .service .container .box-wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .service .container .box-wrapper .box {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .service .container .box-wrapper .box .thumb {
    text-align: center;
    margin: 0 auto 15px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PRICE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.price {
  padding-bottom: 100px;
}
.price .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.price .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.price .container .title h2 {
  font-size: 30px;
}
.price .container .box-wrapper {
  width: 80%;
  margin: 0 auto;
}
.price .container .box-wrapper .box {
  margin-bottom: 50px;
}
.price .container .box-wrapper .box h3 {
  font-size: 20px;
  color: #2EA7E0;
  margin-bottom: 15px;
}
.price .container .box-wrapper .box table {
  border-collapse: collapse;
  width: 100%;
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.price .container .box-wrapper .box table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.price .container .box-wrapper .box table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.price .container .box-wrapper .box table tbody tr th {
  border: solid 1px #D6D6D6;
  background-color: #F0F0F0;
  width: 50%;
  padding: 23px 0px;
  letter-spacing: 2px;
}
.price .container .box-wrapper .box table tbody tr td {
  border: solid 1px #D6D6D6;
  width: 50%;
  text-align: right;
  padding: 23px 20px 23px 0;
  letter-spacing: 2px;
}
.price .container .box-wrapper .box table tbody tr .txt_l {
  text-align: left;
  padding-left: 20px;
}
.price .container .box-wrapper .box p {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .price .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .price .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .price .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .price .container .box-wrapper {
    width: 90%;
  }
  .price .container .box-wrapper .box table tbody tr th {
    display: block;
    width: 100%;
    border: none;
  }
  .price .container .box-wrapper .box table tbody tr td {
    display: block;
    border: none;
    width: 100%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.flow {
  padding-top: 80px;
  padding-bottom: 100px;
}
.flow .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.flow .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.flow .container .title h2 {
  font-size: 30px;
}
.flow .container .box-wrapper {
  width: 80%;
  margin: 0 auto;
}
.flow .container .box-wrapper .flow_list .flow_box li.list_box {
  border: 3px solid #2EA7E0;
  margin-bottom: 40px;
  padding: 2%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.flow .container .box-wrapper .flow_list .flow_box li.list_box::before {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #2EA7E0;
  bottom: -20px;
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.flow .container .box-wrapper .flow_list .flow_box li.list_box:last-child::before {
  display: none; /* 最後の要素の::beforeを非表示にする */
}
.flow .container .box-wrapper .flow_list .flow_box dl dt {
  font-size: 20px;
  border-bottom: 2px solid #2EA7E0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dt .icon_num {
  background-color: #2EA7E0;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dt a {
  color: #06c755;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd {
  font-size: 18px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.tel {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.tel a {
  color: black;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.tel span {
  font-size: 14px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.info ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.info ul li {
  line-height: 1.7;
  font-size: 18px;
}
.flow .container .box-wrapper .flow_list .flow_box dl dd.info .text {
  font-size: 14px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flow .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .flow .container .box-wrapper {
    width: 90%;
  }
  .flow .container .box-wrapper .flow_list .flow_box li.list_box {
    padding: 4%;
  }
  .flow .container .box-wrapper .flow_list .flow_box li.list_box dl dt {
    font-size: 18px;
  }
  .flow .container .box-wrapper .flow_list .flow_box li.list_box dl dd.tel {
    text-align: center;
  }
  .flow .container .box-wrapper .flow_list .flow_box li.list_box dl dd.tel a {
    font-size: 30px;
  }
  .flow .container .box-wrapper .flow_list .flow_box li.list_box dl dd.tel span {
    display: block;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FAQ 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.faq {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #EBF7FC;
}
.faq .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.faq .container .title h2 {
  font-size: 30px;
}
.faq .container .box-wrapper {
  width: 80%;
  margin: 0 auto;
}
.faq .container .box-wrapper .box dl {
  background: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 2%;
}
.faq .container .box-wrapper .box dl dt {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
}
.faq .container .box-wrapper .box dl dt .faq_q {
  width: 3%;
  max-width: 3%;
}
.faq .container .box-wrapper .box dl dt .text {
  width: 94%;
}
.faq .container .box-wrapper .box dl dd {
  display: flex;
}
.faq .container .box-wrapper .box dl dd .faq_a {
  width: 3%;
  max-width: 3%;
  font-weight: bold;
  color: red;
}
.faq .container .box-wrapper .box dl dd .text {
  width: 94%;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .faq .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .faq .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .faq .container .box-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .faq .container .box-wrapper .box dl {
    padding: 4%;
  }
  .faq .container .box-wrapper .box dl dt .faq_q {
    margin-right: 4%;
  }
  .faq .container .box-wrapper .box dl dd .faq_a {
    margin-right: 4%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PROFILE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.profile {
  padding-top: 80px;
  padding-bottom: 100px;
}
.profile .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.profile .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.profile .container .title h2 {
  font-size: 30px;
}
.profile .container .box-wrapper {
  width: 80%;
  margin: 0 auto;
}
.profile .container .box-wrapper .box .leader {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.8;
}
.profile .container .box-wrapper .box .ceo {
  text-align: right;
  font-size: 18px;
  margin-bottom: 40px;
}
.profile .container .box-wrapper .box ul {
  list-style-type: disc;
  margin-left: 20px;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .profile .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .profile .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .profile .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  .profile .container .box-wrapper {
    width: 90%;
  }
  .profile .container .box-wrapper .box .leader {
    font-size: 20px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTACT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.contact {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #2EA7E0;
}
.contact .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact .container .title {
  text-align: center;
  margin-bottom: 50px;
}
.contact .container .title h2 {
  font-size: 30px;
  color: white;
}
.contact .container .box-wrapper {
  width: 80%;
  margin: 0 auto;
}
.contact .container .box-wrapper .box .text {
  color: white;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.contact .container .box-wrapper .box .tel {
  text-align: center;
}
.contact .container .box-wrapper .box .tel span {
  color: white;
  font-feature-settings: "palt" 1;
  font-size: 35px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contact .container .box-wrapper .box .tel span a {
  color: white;
}
.contact .container .box-wrapper .line_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .container .box-wrapper .line_box a {
  margin-top: 50px;
  font-size: 20px;
  color: white;
  background-color: #06c755;
  padding: 2% 4%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact .container .box-wrapper .line_box a:hover {
  opacity: 0.7;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .contact .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .container .box-wrapper .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .box-wrapper .box .f_logo {
  width: 200px;
}

.footer-tel {
  display: none;
}

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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  footer .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 1024px～1280px responsive-close



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

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

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .container {
    width: 98%;
    padding: 0 1%;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

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

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 56px;
  }
  footer .container {
    display: block;
    width: 98%;
    padding: 0 1%;
  }
  footer .container .box-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  footer .container .box-wrapper .box {
    display: block;
    text-align: center;
  }
  footer .container .box-wrapper .box .f_logo {
    display: none;
  }
  footer .container .box-wrapper .box .copyright {
    font-size: 13px;
  }
  .footer-tel {
    border-top: 1px solid #e5e5e5;
    display: block;
    position: fixed; /* 画面に対して固定 */
    bottom: 0; /* 画面下部から0pxの位置 */
    left: 0;
    right: 0;
    background-color: white;
    color: white;
    padding: 1rem;
    text-align: center;
    z-index: 10;
  }
  .footer-tel .tel {
    border: 1px solid white;
    border-radius: 10px;
    padding: 4%;
    background-color: #2EA7E0;
  }
  .footer-tel .tel a {
    color: white;
  }
  .footer-tel .tel a .hour {
    font-size: 14px;
  }
  .footer-tel .tel a .number .tel-number {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */