@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese);
/* Colors */
/* Size */
/* Times */
/* Width */
/* Media */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  background-color: #fff !important;
}

body {
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

section {
  margin-bottom: 4rem;
}
@media (max-width: 580px) {
  section {
    margin-bottom: 4rem;
  }
}
section:first-child {
  margin-bottom: 3rem;
}
@media (max-width: 580px) {
  section:first-child {
    margin-bottom: 2rem;
  }
}

.top section:first-child {
  margin-bottom: 7rem;
}
@media (max-width: 580px) {
  .top section:first-child {
    margin-bottom: 4rem;
  }
}

.top section:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:link, a:visited {
  color: #333;
}

a:hover {
  opacity: 0.7;
}

img {
  height: auto;
  width: 100%;
}

ul, ol, li {
  list-style: none;
}

ul, ol, li, p {
  font-size: min(3.1vw, 0.93rem);
}

p {
  margin-bottom: 1rem;
  line-height: 2;
  font-size: min(3.1vw, 0.93rem);
  text-align: justify;
  letter-spacing: -0.04em;
}

video {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

/* COMMON DESIGN */
.sp-only {
  display: none;
}
@media (max-width: 580px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 580px) {
  .pc-only {
    display: none;
  }
}

.title_square {
  font-size: min(4.6vw, 2rem);
  font-weight: 600;
  border-bottom: solid 1px #669dcc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 2em 0.5em;
  line-height: 1;
  white-space: nowrap;
}
.title_square:before, .title_square:after {
  content: "";
  display: block;
  width: auto;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  background: url(/assets/img/title_square_point.webp) no-repeat center center/contain;
  position: absolute;
  top: 0.05em;
}
.title_square:before {
  left: 0%;
}
.title_square:after {
  right: 0%;
}

.title_tri {
  font-size: min(3.4vw, 1rem);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1;
  padding: 0.8em;
  position: relative;
  background: url(/assets/img/title_tri_point_l.webp) no-repeat left center/contain, url(/assets/img/title_tri_point_r.webp) no-repeat right center/contain #0071bc;
}
@media (max-width: 880px) {
  .title_tri {
    font-size: 0.7rem;
  }
}

.product_index_list {
  margin: 4rem 0 1rem;
}
@media (max-width: 580px) {
  .product_index_list {
    margin: 1rem 0 0;
  }
}
.product_index_list_child {
  margin: 1rem 1%;
}

.margin_center {
  margin-right: auto;
  margin-left: auto;
}

.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

.btn_square {
  font-size: min(3.4vw, 1rem);
  padding: 1rem;
  border: solid 1px;
  border-radius: 4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_square.wht {
  background-color: #FFF;
  color: #0071bc;
  border-color: #adcce6;
}

.w960 {
  width: 100%;
  max-width: 960px;
  height: auto;
}

.w860 {
  width: 100%;
  max-width: 860px;
  height: auto;
}

.w760 {
  width: 100%;
  max-width: 760px;
  height: auto;
}

.w420 {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.w320 {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.w300 {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.w240 {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.w200 {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media (max-width: 580px) {
  .w200 {
    width: 30%;
  }
}

.mt-1rem {
  margin-top: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mt--1rem {
  margin-top: -1rem;
}

.mt--2rem {
  margin-top: -2rem;
}

.mt--3rem {
  margin-top: -3rem;
}

.mt--4rem {
  margin-top: -4rem;
}

.mt--5rem {
  margin-top: -5rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.img_frame img {
  padding: 6px;
  border: solid 1px #c3c3c3;
}

.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.texLarge {
  font-size: min(3.4vw, 1rem);
  font-weight: 700;
}

.texxLarge {
  font-size: min(3.6vw, 1.18rem);
}

#page_head .video_box {
  margin-bottom: 7rem;
}
@media (max-width: 580px) {
  #page_head .video_box {
    margin-bottom: 4rem;
  }
}

table.bordered th, table.bordered td {
  border: solid 1px #c3c3c3;
  padding: 1rem;
  font-size: min(3.1vw, 0.93rem);
  line-height: 1.7;
}
table.bordered th {
  background-color: #eee;
}

table.nobordered th, table.nobordered td {
  border: solid 1px #FFF;
  padding: 1rem;
  font-size: min(3.1vw, 0.93rem);
}
table.nobordered th {
  background-color: #669dcc;
  color: #FFF;
}
table.nobordered td {
  background-color: #eff8ff;
}

/* aside 問い合わせメインボタン */
.main_inquiry {
  display: block;
  background: #ff8e43;
  padding: 30px;
  margin: 1.5rem auto;
  border-radius: 4px;
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_inquiry .main_inquiry_text {
  color: #FFF !important;
  font-size: min(4vw, 1.31rem);
  text-align: center;
  position: relative;
}
.main_inquiry .main_inquiry_text:before {
  content: url(/assets/img/ico-inq.svg);
  display: block;
  width: 80px;
  height: auto;
  position: absolute;
  left: -6rem;
  top: -1rem;
}
@media (max-width: 580px) {
  .main_inquiry .main_inquiry_text:before {
    left: -4.5rem;
    top: -3rem;
  }
}

/* パンクズリスト */
.bread_crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.bread_crumb li {
  font-size: min(2.8vw, 0.875rem);
  white-space: nowrap;
  overflow: hidden;
}
.bread_crumb li:after {
  display: inline-block;
  content: "";
  border-bottom: solid 4px #eff8ff;
  border-right: solid 4px #eff8ff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.3rem;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media (max-width: 580px) {
  .bread_crumb li:after {
    margin: 0 0.3rem;
  }
}
.bread_crumb li:last-child:after {
  content: none;
}

/* TOP PAGE */
.full {
  width: 100%;
  height: auto;
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 880px) {
  .full {
    padding-top: 60px;
  }
}

.full + #main {
  padding-top: 60px;
}
@media (max-width: 880px) {
  .full + #main {
    padding-top: 0;
  }
}

.top {
  background: url(img/top-bg.png) no-repeat top center/cover;
}
.top .product_index_list {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.top .product_index_list_child {
  display: inline-block;
}

.body {
  background: url(img/body-bg.png) no-repeat top center/cover;
}

.boardslider {
  aspect-ratio: 168/105;
  height: auto;
  width: auto;
  max-height: 90vh;
  margin: auto auto 4rem;
  position: relative;
}

.show {
  list-style: none;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0; /* 初期位置は画面の右外 */
  -webkit-animation: slideIn 2s ease-out forwards;
          animation: slideIn 2s ease-out forwards;
  z-index: -1;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
    z-index: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; /* 初期状態で透明 */
    z-index: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
    z-index: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; /* 初期状態で透明 */
    z-index: 1;
  }
}
/* 各画像のアニメーション開始時間を遅らせる */
.first {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.second {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.third {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fourth {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* スリック制御 */
.product_index_list {
  width: 100%; /* 最大幅を画面サイズに合わせる */
  min-width: 100%;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.product_index_list_child {
  margin: 1rem 1%;
}
.product_index_list_child.slick-slide {
  margin: 1rem 0.35%;
}

/* NEWS */
.news_index {
  max-width: 960px;
  margin: auto;
  margin: 4rem auto;
}
@media (max-width: 580px) {
  .news_index {
    margin-top: 2rem;
  }
}
.news_index_list {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #adcce6;
}
.news_index_list .news_date {
  width: 7em;
  margin-right: 2rem;
  display: inline-block;
  font-size: min(2.8vw, 0.875rem);
}
@media (max-width: 580px) {
  .news_index_list .news_date {
    margin-right: 0;
  }
}
.news_index_list .news_cate {
  width: 7rem;
  margin-right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: min(2.2vw, 0.75rem);
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0.1rem 0 0.3rem;
}
.news_index_list .news_cate.product {
  background-color: #5569a9;
}
.news_index_list .news_cate.blog {
  background-color: #669dcc;
}
.news_index_list .news_cate.schedule {
  background-color: #adcce6;
}
.news_index_list .news_cate.info {
  background-color: #58ac60;
}
.news_index_list .news_title {
  display: inline-block;
}
@media (max-width: 580px) {
  .news_index_list .news_title {
    display: block;
    margin-top: 0.5rem;
    font-size: min(2.8vw, 0.875rem);
  }
}

/* BLOG */
.blog_index {
  max-width: 960px;
  margin: auto;
  margin: 4rem auto;
}
.blog_index_list {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #adcce6;
}
.blog_index_list .blog_date {
  width: 7em;
  margin-right: 2rem;
  display: inline-block;
  font-size: min(2.8vw, 0.875rem);
}
@media (max-width: 580px) {
  .blog_index_list .blog_date {
    margin-right: 0;
  }
}
.blog_index_list .blog_cate {
  width: 7rem;
  margin-right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: min(2.2vw, 0.75rem);
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0.1rem 0 0.3rem;
}
.blog_index_list .blog_cate.product {
  background-color: #5569a9;
}
.blog_index_list .blog_cate.blog {
  background-color: #669dcc;
}
.blog_index_list .blog_cate.schedule {
  background-color: #adcce6;
}
.blog_index_list .blog_cate.info {
  background-color: #58ac60;
}
.blog_index_list .blog_title {
  display: inline-block;
}
@media (max-width: 580px) {
  .blog_index_list .blog_title {
    display: block;
    margin-top: 0.5rem;
    font-size: min(2.8vw, 0.875rem);
  }
}

/* block_menu */
.block_menu {
  width: calc(100vw - 16px);
  height: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/assets/img/home/block_bg.webp) no-repeat left center/cover;
  padding: 60px 0 30px;
}
@media (max-width: 880px) {
  .block_menu {
    width: 100vw;
  }
}
.block_menu_list {
  max-width: 1120px;
  padding: 0 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block_menu_list_child {
  width: 33%;
  aspect-ratio: 16/9;
  margin-bottom: 0.2%;
  position: relative;
  overflow: hidden;
}
.block_menu_list_child:hover:before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_menu_list_child:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eee no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_menu_list_child.flow:before {
  background-image: url(/assets/img/home/btn_back_flow.webp);
}
.block_menu_list_child.example:before {
  background-image: url(/assets/img/home/btn_back_example.webp);
}
.block_menu_list_child.company:before {
  background-image: url(/assets/img/home/btn_back_company.webp);
}
.block_menu_list_child.blog:before {
  background-image: url(/assets/img/home/btn_back_blog.webp);
}
.block_menu_list_child a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(4.3vw, 1.5rem);
  background-color: rgba(0, 0, 0, 0.4);
}
.block_menu_list_child a:hover {
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_index {
  width: 100%;
  height: auto;
}
.product_index_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_index_list_child {
  width: 31%;
  margin-bottom: 4rem;
}
@media (max-width: 580px) {
  .product_index_list_child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 880px) {
  .product_index_list_child p {
    font-size: 0.9rem;
    text-align: left;
    white-space: wrap;
    line-height: 1.5;
  }
}
@media (max-width: 580px) {
  .product_index_list_child p {
    font-size: 0.9rem;
    text-align: center;
    white-space: wrap;
    line-height: 1.5;
  }
}

.page_head_block {
  background: url(/assets/img/page_head_bg.webp) no-repeat left top #F0F0F0;
  padding: 20px 0 10px 30px;
  border-bottom: solid 2px #669dcc;
}
@media (max-width: 580px) {
  .page_head_block {
    padding: 1rem 0 0.4rem;
  }
}
.page_head_title {
  font-size: min(4.6vw, 2rem);
  margin-bottom: 0.1rem;
}
@media (max-width: 580px) {
  .page_head_title {
    text-align: center;
  }
}
.page_head_title_en {
  color: #c3c3c3;
  font-weight: 600;
  font-size: min(3.4vw, 1rem);
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .page_head_title_en {
    text-align: center;
  }
}
.page_head_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 3rem;
}
.page_head_content.Left50 {
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left50 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page_head_content.Left55 {
  -ms-grid-columns: 55% 1fr;
  grid-template-columns: 55% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left55 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page_head_content.Left60 {
  -ms-grid-columns: 60% 1fr;
  grid-template-columns: 60% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left60 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page_head_content.Left65 {
  -ms-grid-columns: 65% 1fr;
  grid-template-columns: 65% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left65 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page_head_content.Left70 {
  -ms-grid-columns: 70% 1fr;
  grid-template-columns: 70% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left70 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.page_head_content.Left80 {
  -ms-grid-columns: 80% 1fr;
  grid-template-columns: 80% 1fr;
}
@media (max-width: 580px) {
  .page_head_content.Left80 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media (max-width: 580px) {
  .page_head_content {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-bottom: 2rem;
  }
  .page_head_content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.page_head_content_copy {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding: 3rem 2rem 0;
}
.page_head_content_copy_catch {
  font-size: min(4.3vw, 1.5rem);
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif !important;
  font-weight: 700;
}
.page_head_content_copy_catch span {
  display: inline-block;
}
@media (max-width: 580px) {
  .page_head_content_copy {
    padding: 2rem 0 0;
    text-align: center;
  }
}
.page_head_content_bopy {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding: 2rem;
}
@media (max-width: 580px) {
  .page_head_content_bopy {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 1rem;
  }
}
.page_head_content_bopy p {
  max-width: 530px;
  line-break: strict;
}
.page_head_content_image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 2rem;
}
@media (max-width: 580px) {
  .page_head_content_image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 1rem;
  }
}

.page_body_title {
  font-size: min(4vw, 1.31rem);
  border-bottom: solid 1px #adcce6;
  padding: 0 0 0.5rem 2.2rem;
  margin-bottom: 1rem;
  position: relative;
}
.page_body_title:before {
  content: url(/assets/img/title_tri_point.webp);
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.page_body_title_sub {
  font-size: min(3.6vw, 1.18rem);
  padding: 0;
  margin: 0;
  line-height: 1;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .page_body_title_sub {
    margin-left: 1.6rem;
  }
}
.page_body_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.2rem;
  background: url(/assets/img/page_body_bg.webp) no-repeat left top;
  margin-top: 2rem;
  padding: 2rem 1rem;
}
@media (max-width: 580px) {
  .page_body_content {
    margin-left: 0;
    padding: 1rem 0.5rem 1rem;
    margin-top: 1rem;
  }
}
.page_body_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_body_text {
  margin-left: 2rem;
  margin-top: 2rem;
}
@media (max-width: 580px) {
  .page_body_text {
    margin-left: 0;
  }
}
.page_body_img {
  width: 43%;
  padding-top: 2rem;
  padding-left: 2rem;
}
@media (max-width: 580px) {
  .page_body_img {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    margin: auto;
  }
}
.page_body_img.narrow {
  padding-left: 4rem;
  padding-right: 2rem;
}
@media (max-width: 580px) {
  .page_body_img.narrow {
    width: 70%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
}
.page_body_img img {
  padding: 6px;
  border: solid 1px #c3c3c3;
}
.page_body ol.circle_list {
  max-width: 1000px;
  margin: 2rem auto;
}
.page_body_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .page_body_flex {
    display: block;
  }
}

.circle_list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.circle_list_items {
  margin-bottom: 3rem;
}
.circle_list > li {
  font-size: min(3.6vw, 1.18rem);
  line-height: 1;
  padding-left: 2.5em;
  padding-top: 0.3em;
  position: relative;
}
@media (max-width: 580px) {
  .circle_list > li {
    padding-left: 0;
  }
}
.circle_list > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0071bc;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.6em;
  height: auto;
  aspect-ratio: 1/1;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 0.3em;
  left: 0;
}

.table_box th {
  max-width: 7em;
}
@media (max-width: 580px) {
  .table_box th {
    max-width: 11em;
  }
}
.table_box th:first-child {
  white-space: nowrap;
}
@media (max-width: 580px) {
  .table_box {
    overflow: auto;
    padding-bottom: 1rem;
  }
  .table_box th, .table_box td {
    white-space: nowrap;
  }
}
.table_box p {
  white-space: nowrap;
  margin-top: 1rem;
}

.gairyaku {
  border-top: solid 1rem #adcce6;
  padding-top: 3rem;
  position: relative;
}
.gairyaku_title {
  font-size: min(3.6vw, 1.18rem);
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #0071bc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  line-height: 1;
  padding-bottom: 0.6em;
  border-radius: 2em;
  position: absolute;
  top: -1.7rem;
  left: 0;
  right: 0;
}

.oraBorderBox {
  border: solid 10px #ff8e43;
  border-radius: 10px;
  padding: 1rem 1rem 0;
}

.orange_point {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.orange_point > li {
  font-size: min(3.1vw, 0.93rem);
  font-weight: 600;
  margin-left: 1.6em;
  line-height: 1.7;
}
.orange_point > li span {
  display: block;
  font-weight: 400;
  padding: 1rem 0;
}
.orange_point > li:before {
  content: "●";
  font-size: min(2.2vw, 0.75rem);
  color: #ff8e43;
  margin-right: 0.6em;
  margin-left: -1.6em;
}
.orange_point > li:after {
  content: "↓";
  display: block;
  margin-bottom: 1rem;
}
.orange_point > li:last-child:after {
  content: none;
}

.head_caution {
  background-color: #eee;
  font-size: min(2.8vw, 0.875rem);
  position: relative;
  padding: 1em 3em 1em 5em;
  line-height: 1.5;
  margin: -5em auto 3em;
}
.head_caution:before {
  content: "！";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff8e43;
  color: #FFF;
  font-weight: 900;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2em;
}

.example_index_list {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .example_index_list {
    margin-top: 2rem;
  }
}
.example_index_list_child {
  margin-bottom: 2rem;
}
.example_index_list_child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.example_index_list_child_image {
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0rem;
  border: solid 1px #669dcc;
  margin-right: 2rem;
}
@media (max-width: 580px) {
  .example_index_list_child_image {
    display: none;
  }
}

.example_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.example_text_label {
  font-size: min(2.8vw, 0.875rem);
  font-weight: 600;
  background-color: #0071bc;
  color: #FFF;
  padding: 0.3rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.example_text_point {
  font-size: min(3.4vw, 1rem);
  color: #0071bc;
  font-weight: 600;
  border-bottom: solid 1px #669dcc;
  width: 100%;
  margin-bottom: 0.5rem;
}
.example_text_title {
  font-size: min(4.3vw, 1.5rem);
  width: 100%;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  .example_text_title {
    margin-bottom: 0;
  }
}
.example_text_move {
  font-size: min(3.4vw, 1rem);
  color: #0071bc;
}
.example_text_move:after {
  content: "▼";
  margin-left: 1rem;
}

.example_com_name {
  font-size: min(3.6vw, 1.18rem);
  font-weight: 600;
}

.example_body_artticle {
  margin-bottom: 10rem;
}
@media (max-width: 580px) {
  .example_body_artticle {
    margin-bottom: 6rem;
  }
}

.example_body_artticle_upper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 65% 1fr;
  grid-template-columns: 65% 1fr;
}

.example_body_artticle_upper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.example_body_artticle_upper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 580px) {
  .example_body_artticle_upper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.example_body_artticle_upper:after {
  content: url(/assets/img/example/arrow_down.svg);
  display: block;
  width: 6rem;
  height: 3rem;
  margin: 1rem auto;
}

.example_text_box {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 90%;
  height: auto;
}

.example_body_image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0rem;
  border: solid 1px #669dcc;
  margin-top: 5.3rem;
}
@media (max-width: 580px) {
  .example_body_image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    width: 70%;
    margin: 1rem auto 2rem;
  }
}

.example_request {
  width: 100%;
  height: auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-top: -3rem;
}
@media (max-width: 880px) {
  .example_request {
    margin-top: 1rem;
  }
}
@media (max-width: 580px) {
  .example_request {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.example_request P {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: min(3.4vw, 1rem);
}

.example_request_title {
  font-size: min(4vw, 1.31rem);
  font-weight: 600;
  border-left: solid 10px #0071bc;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1rem;
}
.example_request_title:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #0071bc;
  position: absolute;
  top: 0;
  left: 0.2rem;
}

.example_answer_title {
  font-size: min(4vw, 1.31rem);
  font-weight: 600;
  border-left: solid 10px #65bf9f;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1rem;
}
.example_answer_title:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #65bf9f;
  position: absolute;
  top: 0;
  left: 0.2rem;
}

.example_answer {
  width: 100%;
  height: auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-bottom: 2rem;
}
.example_answer P {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sales_comment {
  margin-bottom: 2rem;
}
.sales_comment_title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: min(3.1vw, 0.93rem);
}
.sales_comment_title:before {
  content: "■";
  color: #ff8e43;
  margin-right: 0.5rem;
}
.sales_comment_text {
  border: solid 1px #669dcc;
  padding: 1rem 9rem 1rem 1.5rem;
  background-color: #eff8ff;
  position: relative;
  font-size: min(3.1vw, 0.93rem);
  line-height: 1.7;
}
@media (max-width: 580px) {
  .sales_comment_text {
    padding-right: 6rem;
  }
}
.sales_comment_text:after {
  content: url(/assets/img/example/man_explain.svg);
  display: block;
  width: 8rem;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 580px) {
  .sales_comment_text:after {
    right: -1.5rem;
  }
}

.example_link {
  color: #fff !important;
  background-color: #0071bc;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  font-size: min(3.1vw, 0.93rem);
}
.example_link:after {
  content: "＞";
  display: block;
  position: absolute;
  color: #fff;
  right: 1rem;
  top: 1rem;
}

.steps_imple {
  width: 100%;
  margin-top: 4rem;
}
.steps_imple_child {
  border-bottom: solid 1px #669dcc;
  position: relative;
  margin-bottom: 140px;
  background: no-repeat right bottom/min(18vw, 100px) min(18vw, 100px);
}
.steps_imple_child.no1 {
  background-image: url(/assets/img/flow/01.svg);
}
.steps_imple_child.no2 {
  background-image: url(/assets/img/flow/02.svg);
}
.steps_imple_child.no3 {
  background-image: url(/assets/img/flow/03.svg);
}
.steps_imple_child.no4 {
  background-image: url(/assets/img/flow/04.svg);
}
.steps_imple_child.no5 {
  background-image: url(/assets/img/flow/05.svg);
}
.steps_imple_child.no6 {
  background-image: url(/assets/img/flow/06.svg);
}
.steps_imple_child.no7 {
  background-image: url(/assets/img/flow/07.svg);
}
.steps_imple_child:after {
  content: url(/assets/img/flow/arrow_down.svg);
  display: block;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  max-width: 240px;
  height: auto;
}
.steps_imple_child:last-child:after {
  content: none;
}
@media (max-width: 580px) {
  .steps_imple_child {
    margin-bottom: 120px;
  }
}
.steps_imple_title {
  font-size: min(4.6vw, 2rem);
  font-weight: 900;
  color: #0071bc;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.steps_imple_title .step_no {
  display: block;
  position: absolute;
  left: 0;
  top: -0.3rem;
  font-size: min(4.3vw, 1.5rem);
  padding: 0.3rem 3vw;
  border: solid 1px #669dcc;
  border-radius: 1em;
}
.steps_imple_text {
  font-size: min(3.4vw, 1rem);
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 880px) {
  .steps_imple_text {
    padding: 0 8.5rem;
  }
}
@media (max-width: 580px) {
  .steps_imple_text {
    padding: 0 5rem;
    text-align: justify;
  }
}

.co_title {
  font-size: min(4.6vw, 2rem);
  font-weight: 600;
  color: #0071bc;
  margin: 4rem auto 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .co_title {
    margin: 2rem auto 1rem;
  }
}

.corp_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.corp_info_label {
  width: 25%;
  border-bottom: solid 1px #669dcc;
  padding: 1em;
}
@media (max-width: 580px) {
  .corp_info_label {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
  }
}
.corp_info_data {
  width: 75%;
  border-bottom: solid 1px #669dcc;
  padding: 1em;
}
@media (max-width: 580px) {
  .corp_info_data {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.corp_info_data.wide {
  width: 100%;
}
.corp_info_data_leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.corp_info_data_leaf_text {
  width: 50%;
}
@media (max-width: 580px) {
  .corp_info_data_leaf_text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.corp_info_data_leaf_text .address {
  padding-left: 1rem;
}
.corp_info_data_leaf_text .point {
  font-size: min(2.8vw, 0.875rem);
  color: #0071bc;
  margin-right: 0.5rem;
}
.corp_info_data_leaf_text .blue {
  color: #0071bc;
  margin-right: 0.5rem;
}
.corp_info_data_leaf_map {
  width: 50%;
}
@media (max-width: 580px) {
  .corp_info_data_leaf_map {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.corp_info_data_leaf_map .googlemap_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.corp_info_label.noline {
  border-bottom: none;
}
.corp_info dt, .corp_info dd {
  font-size: min(3.4vw, 1rem);
}

.co_sr_title {
  color: #0071bc;
}
.co_sr_list {
  margin: 0.5rem 0 2rem 2rem;
}
.co_sr_list li {
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.co_sr_list li:before {
  content: "■";
  font-size: min(2.8vw, 0.875rem);
  color: #0071bc;
  margin-right: 0.5rem;
}

.inquiry_tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 4rem auto;
}
.inquiry_tel p {
  font-size: min(3.4vw, 1rem);
  text-align: center;
}
.inquiry_tel_no {
  font-size: min(6vw, 3rem);
  margin-right: 1rem;
  display: block;
  font-weight: 600;
  color: #0071bc;
}
@media (max-width: 580px) {
  .inquiry_tel {
    margin: 2rem auto;
  }
}

.inq_form {
  margin-top: 4rem;
}
.inq_form input[type=mail], .inq_form input[type=tel], .inq_form input[type=text], .inq_form textarea {
  border: none;
  border: solid 1px #adcce6;
  width: 100%;
  padding: 0.4rem;
  font-size: min(3.6vw, 1.18rem);
}
.inq_form textarea {
  height: 6em;
}
.inq_form_title {
  font-size: min(4vw, 1.31rem);
  font-weight: 600;
  border-left: solid 0.6rem #adcce6;
  position: relative;
  padding: 0;
  padding-left: 1rem;
}
.inq_form_title:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #adcce6;
  position: absolute;
  left: 0.2rem;
  top: 0;
}
.inq_form dd {
  padding: 1rem;
  line-height: 2;
  font-size: min(3.4vw, 1rem);
  margin-bottom: 2rem;
}
.inq_form .required {
  display: inline-block;
  margin-left: 0.3rem;
  color: #c3c3c3;
  font-size: min(3.4vw, 1rem);
}
.inq_form .buttons input[type=submit], .inq_form .buttons input[type=reset] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: min(3.6vw, 1.18rem);
  padding: 1rem 2rem;
  margin: 1rem;
  border-radius: 4px;
}
.inq_form .buttons input[type=submit] {
  background-color: #ff8e43;
  color: #FFF;
  font-weight: 600;
}
.inq_form .buttons input[type=reset] {
  background-color: #c3c3c3;
  color: #FFF;
  font-weight: 600;
}

.news_body {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .news_body {
    margin-top: 2rem;
  }
}
.news_body .news_index_list {
  border-bottom: none;
  margin-bottom: 0;
}
.news_body_title {
  font-size: min(4.6vw, 2rem);
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #adcce6;
}
.news_body p {
  font-size: min(3.4vw, 1rem);
  line-height: 1.7;
}
.news_body .back_to {
  display: block;
  margin-top: 4rem;
  font-size: min(3.1vw, 0.93rem);
  font-weight: 400;
}
.news_body .alRight-img {
  width: 45%;
  float: right;
  margin-left: 1rem;
}
@media (max-width: 580px) {
  .news_body .alRight-img {
    width: 80%;
    margin: 1rem auto;
    float: none;
  }
}

.blog_body {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .blog_body {
    margin-top: 2rem;
  }
}
.blog_body .blog_index_list {
  border-bottom: none;
  margin-bottom: 0;
}
.blog_body_title {
  font-size: min(4.6vw, 2rem);
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #adcce6;
}
.blog_body p {
  font-size: min(3.4vw, 1rem);
  line-height: 1.7;
}
.blog_body .back_to {
  display: block;
  margin-top: 4rem;
  font-weight: 400;
}
.blog_body .alRight-img {
  width: 45%;
  float: right;
  margin-left: 1rem;
}
@media (max-width: 580px) {
  .blog_body .alRight-img {
    width: 80%;
    margin: 1rem auto;
    float: none;
  }
}

.privacy_content {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .privacy_content {
    margin-top: 2rem;
  }
}
.privacy_content .privacy_list {
  counter-reset: my-counter;
  margin-left: 1em;
}
.privacy_content .privacy_list > li {
  position: relative;
  text-indent: 1em;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-indent: 0;
}
.privacy_content .privacy_list > li:first-line {
  font-weight: 600;
}
.privacy_content .privacy_list > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -1em;
}
.privacy_content .privacy_list > li span {
  display: block;
}
.privacy_content .privacy_list_2nd {
  counter-reset: my-counter;
  margin-left: 1em;
}
.privacy_content .privacy_list_2nd > li {
  position: relative;
  text-indent: 1em;
  line-height: 1.7;
  text-indent: 0;
}
.privacy_content .privacy_list_2nd > li:before {
  content: counter(my-counter) "）";
  counter-increment: my-counter;
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
}
.privacy_content .privacy_list_2nd > li span {
  display: block;
}

.sitemap_content {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .sitemap_content {
    margin-top: 2rem;
  }
}
.sitemap_content .sitemap_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.sitemap_content .sitemap_list > li {
  position: relative;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-indent: 0;
  font-weight: 500;
  font-size: min(3.4vw, 1rem);
}
.sitemap_content .sitemap_list > li:before {
  content: "";
  width: auto;
  height: 1em;
  aspect-ratio: 1/8;
  position: absolute;
  top: 0;
  left: -1.5em;
  border-left: double 8px #669dcc;
}
.sitemap_content .sitemap_second_list {
  margin: 1.5rem;
}
.sitemap_content .sitemap_second_list > li {
  position: relative;
  text-indent: 1em;
  line-height: 1;
  margin-bottom: 1rem;
  text-indent: 0;
}
.sitemap_content .sitemap_second_list > li:before {
  content: "";
  width: auto;
  height: 1em;
  aspect-ratio: 1/8;
  position: absolute;
  top: 0;
  left: -1em;
  background-color: #669dcc;
}

/* LAYOUT */
#container {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

main {
  max-width: 1120px;
  padding: 140px 30px 0;
  margin: auto;
}
@media (max-width: 580px) {
  main {
    padding-top: 110px;
  }
}

main:has(.bread_crumb) {
  padding: 110px 30px 0;
}
@media (max-width: 580px) {
  main:has(.bread_crumb) {
    padding: 70px 15px 0;
  }
}

aside {
  max-width: 1120px;
  padding: 0 30px;
  margin: 4rem auto;
}

/* HEADER */
.header {
  background-color: #FFF;
  height: 90px;
  padding-top: 0.7rem;
  border-bottom: solid 1px #0071bc;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.6s ease 2s;
  transition: all 0.6s ease 2s;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.header.active {
  top: -100%;
}
.header.hide {
  top: -100% !important;
}
.header_inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header_inner .header_logo {
  width: 264px;
  height: auto;
  margin-bottom: 0;
}
.header_inner .nav {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_inner .nav .nav_inquiry {
  display: inline-block;
  background: #ff8e43;
  color: #FFF !important;
  padding: 0.3rem 0.8rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header_inner .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_inner .navbar li {
  font-size: min(2.8vw, 0.875rem);
}
.header_inner .navbar li a {
  font-size: min(2.8vw, 0.875rem);
}
.header_inner .navbar li:before {
  content: "/";
  display: inline-block;
  padding: 0 1rem;
}
.header .hum, .header .nav_line {
  display: none;
}

.hum_menu_bg {
  z-index: -1;
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 940px) {
  .header {
    height: 60px;
    padding-top: 0.5rem;
    background-color: #FFF;
  }
  .header_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  .header_inner .header_logo {
    width: 200px;
    height: auto;
  }
  .header_inner .nav {
    z-index: 2;
    background-color: #FFF;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    max-width: 320px;
    padding: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_inner .nav .nav_inquiry {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .header_inner .navbar {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-bottom: 1rem;
  }
  .header_inner .navbar li {
    font-size: min(2.8vw, 0.875rem);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px #adcce6;
  }
  .header_inner .navbar li a {
    font-size: min(2.8vw, 0.875rem);
  }
  .header_inner .navbar li:before {
    content: none;
  }
  .header_inner .nav.open {
    right: 0;
  }
  .header .hum {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .header .hum_menu {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .header .hum_menu:before, .header .hum_menu:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #333;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .hum_menu:before {
    top: -10px;
  }
  .header .hum_menu:after {
    bottom: -10px;
  }
  .header .hum_menu.open {
    display: block;
    height: 0px;
    background-color: #FFF;
  }
  .header .hum_menu.open:before {
    top: 0px;
    rotate: 30deg;
  }
  .header .hum_menu.open:after {
    top: 0px;
    rotate: -30deg;
  }
  .hum_menu_bg.open {
    z-index: 998;
    opacity: 1;
  }
}
/* MENU */
/* FOOTER */
.footer {
  background-color: #0071bc;
  padding: 1rem;
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 580px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav li {
  margin-bottom: 1rem;
}
.footer_nav li .footer_nav_child {
  border-left: solid #FFF 1px;
  padding-left: 1rem;
  color: #FFF;
  font-size: min(2.8vw, 0.875rem);
}
.footer_nav_line {
  margin-right: 3rem;
}
.footer_nav .sns-ico {
  width: 40px;
  height: auto;
}
.footer_nav_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.footer_nav_outline_child {
  color: #FFF !important;
  margin: 0 1rem;
}
.footer .cp {
  font-size: min(2.2vw, 0.75rem);
  color: #FFF;
  text-align: center;
  display: block;
}
/*# sourceMappingURL=style.css.map */