@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}

/*----------------------------------------------------------------------------
******************************************************************************
** tablet size
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg .hd {
  padding: 20px 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hd_bg .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
.hd_bg .hd_logo a {
  color: #0C2B45;
  text-decoration: none;
}
.hd_bg .hd_logo a img {
  width: 100%;
  max-width: 219px;
  height: auto;
}
.hd_bg .hd_logo a span {
  display: block;
  font-size: clamp(1.8rem, 1.255rem + 2.73vw, 3rem);
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hd_bg .hd_logo a span {
    font-size: clamp(1.8rem, 0.426rem + 2.15vw, 3rem);
  }
}
.hd_bg .hd_contact {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hd_bg .hd_contact {
    display: block;
  }
  .hd_bg .hd_contact img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg .con .main {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  margin-top: auto;
  background: #333;
}
.ft_bg .ft {
  padding: 40px 10px 15px;
}
.ft_bg .ft_contact {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_bg .ft_contact {
    display: none;
  }
}
.ft_bg .ft_contact img {
  width: 100%;
  max-width: 402px;
}
.ft_bg .ft_btn {
  width: 100%;
  max-width: 415px;
  height: 70px;
  margin: 0 auto 40px;
}
.ft_bg .ft_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFAA00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #FFAA00;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
.ft_bg .ft_btn a:hover {
  background: #fff;
  color: #FFAA00;
}
.ft_bg .ft_copy {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #144570;
  border-radius: 5px;
  box-shadow: 0 0 5px #fff;
}
.pt:hover {
  opacity: 0.6;
}
.pt .pt_btn {
  cursor: pointer;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  background: none;
  border: none;
  transform: rotate(45deg);
}
.pt .pt_btn::before, .pt .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt .pt_btn::before {
  width: 2px;
  bottom: 0;
}
.pt .pt_btn::after {
  height: 2px;
  right: 0;
}
.pt span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slider_bg .index_slider {
  position: relative;
}
.index_slider_bg .index_slider_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 96%;
}
.index_slider_bg .index_slider_ttl > img {
  width: 100%;
  max-width: 964px;
  height: auto;
}
.index_slider_bg .index_slider_ttl .btn {
  width: 100%;
  max-width: 415px;
  height: 70px;
  margin: 20px auto 0;
}
.index_slider_bg .index_slider_ttl .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFAA00;
  color: #fff;
  font-size: clamp(1.6rem, 1.327rem + 1.36vw, 2.2rem);
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #FFAA00;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
.index_slider_bg .index_slider_ttl .btn a:hover {
  background: #fff;
  color: #FFAA00;
}
.index_slider_bg .index_slider .slider_slick img {
  width: 100%;
  height: 70dvh;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_main .index_greet {
  padding-bottom: 110px;
}
.index_main .index_greet h2 {
  margin: 75px 30px clamp(2.5rem, 0.938rem + 7.81vw, 4.688rem);
  color: #0C2B45;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .index_main .index_greet h2 {
    margin: 75px clamp(1.25rem, -0.089rem + 6.7vw, 3.125rem);
  }
}
.index_main .index_greet .index_greet_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_greet .index_greet_box {
    flex-direction: row;
    gap: 2rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 45px;
  }
}
.index_main .index_greet .index_greet_box_con {
  padding: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_greet .index_greet_box_con {
    width: 50vw;
    padding: 0;
    padding-left: 3rem;
    text-align: right;
  }
}
.index_main .index_greet .index_greet_box_con img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_greet .index_greet_box_img {
    width: 50vw;
  }
}
.index_main .index_greet .index_greet_box_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_greet .index_greet_box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_greet .index_greet_box:nth-of-type(odd) .index_greet_box_con {
    padding-right: 3rem;
    padding-left: 0;
    text-align: left;
  }
}
.index_main .index_greet .index_greet_box:last-of-type {
  margin-bottom: 0;
}
.index_main .index_plan_bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 0 110px;
  background: #EBF3FF;
}
.index_main .index_plan_bg .index_plan {
  padding: 0 20px;
}
.index_main .index_plan_bg .index_plan h2 {
  margin-bottom: 30px;
  color: #144570;
  font-family: "Lora", serif;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.index_main .index_plan_bg .index_plan h2::after {
  content: attr(data-subttl);
  display: block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
}
.index_main .index_plan_bg .index_plan h3 {
  margin-bottom: 40px;
  color: #0C2B45;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.index_main .index_plan_bg .index_plan_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_plan_bg .index_plan_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3rem 4rem;
  }
}
.index_main .index_plan_bg .index_plan_list > * {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_plan_bg .index_plan_list > * {
    width: calc((100% - 4rem) / 2);
  }
}
.index_main .index_plan_bg .index_plan_list > * img {
  width: 100%;
  height: auto;
}
.index_main .index_works {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 20px 110px;
}
.index_main .index_works h2 {
  margin-bottom: 30px;
  color: #144570;
  font-family: "Lora", serif;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.index_main .index_works h2::after {
  content: attr(data-subttl);
  display: block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
}
.index_main .index_works h3 {
  margin-bottom: 40px;
  color: #0C2B45;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.index_main .index_works_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_works_list {
    flex-direction: row;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .index_main .index_works_list {
    flex-direction: row;
  }
}
.index_main .index_works_list > * {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .index_main .index_works_list > * {
    width: calc((100% - 12rem) / 5);
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .index_main .index_works_list > * {
    width: calc((100% - 3rem) / 2);
  }
}
.index_main .index_works_list > * img {
  width: 100%;
  height: auto;
}
.index_main .index_works_list > * span {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.index_main .index_system_bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 20px 110px;
  background: #F1F9EC;
}
.index_main .index_system_bg .index_system h2 {
  margin-bottom: 30px;
  color: #144570;
  font-family: "Lora", serif;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.index_main .index_system_bg .index_system h2::after {
  content: attr(data-subttl);
  display: block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
}
.index_main .index_system_bg .index_system h3 {
  margin-bottom: 40px;
  color: #0C2B45;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.index_main .index_system_bg .index_system_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.index_main .index_system_bg .index_system_list > * img {
  width: 100%;
  height: auto;
}
.index_main .index_website_bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 90px 20px 110px;
  background: #EEECF2;
}
.index_main .index_website_bg .index_website h2 {
  margin-bottom: 30px;
  color: #144570;
  font-family: "Lora", serif;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.index_main .index_website_bg .index_website h2::after {
  content: attr(data-subttl);
  display: block;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
}
.index_main .index_website_bg .index_website h3 {
  margin-bottom: 40px;
  color: #0C2B45;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.index_main .index_website_bg .index_website_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.index_main .index_website_bg .index_website_list > * img {
  width: 100%;
  height: auto;
}
.index_main .btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin: 65px auto 0;
}
.index_main .btn_box .btn {
  width: 100%;
  max-width: 415px;
  height: 70px;
}
.index_main .btn_box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #144570;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #144570;
  border-radius: 50vh;
  transition: all 0.3s ease;
}
.index_main .btn_box .btn a:hover {
  background: #fff;
  color: #144570;
}/*# sourceMappingURL=sp.css.map */