@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

* {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", Meiryo, sans-serif;
}

body {
  background: #f2f6f8;
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal {
  font-weight: normal !important;
}
.bold {
  font-weight: bold !important;
}
.italic {
  font-style: italic !important;
}

/* display
---------------------------------------------- */
.none {
  display: none !important;
}

/* margin
---------------------------------------------- */
.mb_none {
  margin-bottom: 0 !important;
}

/* indent
---------------------------------------------- */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* color
---------------------------------------------- */
.blue01 {
  color: #0270bb !important;
}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

.svg_symbol {
  display: none;
}

.wrap_type01 {
  max-width: 900px;
  margin: 0 auto 160px;
  padding: 0 50px;
}

.wrap_type02 {
  max-width: 1200px;
  margin: 0 auto 160px;
  padding: 0 50px;
}

/*--準備中です--*/
.in_preparation {
  min-height: 200px;
  text-align: center;
  margin-bottom: 160px;
}

/*--404ページ--*/
.wrap_404 {
  text-align: center;
  margin-bottom: 160px;
}

.ttl_404 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.txt_404 {
  margin-bottom: 30px;
}

/* メール
---------------------------------------------- */
.txt_mail::after {
  content: "@";
}

/* リンク
---------------------------------------------- */
.link01 {
  color: #333;
  text-decoration: underline !important;
}

.link01:hover {
  text-decoration: none !important;
}

.link_tel01 {
  color: #333;
  pointer-events: none;
  display: contents;
}

/* ページタイトル
---------------------------------------------- */
.pagettl {
  position: relative;
  padding-bottom: 150px;
}

.pagettl::before {
  content: "";
  display: block;
  background: #0270bb;
  width: calc(100% - 3.64vw);
  padding-top: 20.83%;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
}

.pagettl_inner {
  color: #fff;
  height: calc(100% - 283px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 7.28vw;
  z-index: 1;
}

.pagettl_inner p {
  font-family: "Amiri";
  font-weight: 700;
  letter-spacing: 0;
  font-size: 5.2vw;
  line-height: 1;
  margin-bottom: 0.3vw;
}

.pagettl_inner h1 {
  font-size: 0.93vw;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 20px;
}

.pagettl_image {
  padding-top: 100px;
}

.pagettl_image > div {
  padding-top: calc(20.83% - 34px);
  width: 70.31%;
  position: relative;
  margin: 0 0 0 auto;
}

.pagettl_image > div img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
}

.pagettl_image img:nth-of-type(2) {
  display: none;
}

/*▼▼▼▼250526_ヒロミ掲載時のみスタイル変更▼▼▼▼*/
.pagettl::before {
  content: "";
  display: block;
  background: #0270bb;
  width: calc(100% - 3.64vw);
  padding-top: 22.92%;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
}
.pagettl_image > div {
  padding-top: 22.92%;
  width: 70.31%;
  position: relative;
  margin: 0 0 0 auto;
}
/*▲▲▲▲ここまで▲▲▲▲*/

/* パンくずリスト
---------------------------------------------- */
.breadcrumb {
  padding: 0 20px;
}

.breadcrumb ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb ul li {
  display: inline;
  vertical-align: middle;
  color: #94a5b1;
  padding-right: 15px;
  margin-right: 5px;
  font-size: 1.2rem;
  position: relative;
}

.breadcrumb ul li::after {
  content: "";
  display: block;
  background: #0270bb;
  background-size: contain;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 9px;
  right: -5px;
}

.breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  color: #0270bb;
}

.breadcrumb ul li:first-child a.focus-visible {
  outline-offset: -2px;
}

.breadcrumb ul li a:hover {
  opacity: 0.7;
}

.breadcrumb ul li.current a {
  pointer-events: none;
  color: #94a5b1;
}

.breadcrumb ul li.current a:hover {
  opacity: 1;
}

/* 見出し
---------------------------------------------- */
/*--heading01--*/
.heading01 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.heading01::before {
  content: "";
  background: #0270bb;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.heading01::after {
  content: "";
  background: #d9d9d9;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*--heading02--*/
.heading02 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}

.heading02 span {
  color: #0270bb;
}

/* ボタン
---------------------------------------------- */
/*--btn_type01--*/
.btn_type01 a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  min-width: 240px;
  padding: 15px;
  background: #0270bb;
  border-radius: 23px;
  transition: background 0.3s;
  position: relative;
}

.btn_type01 a:hover {
  background: #000;
}

.btn_type01 a svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  transition: right 0.3s;
}

.btn_type01 a:hover svg {
  right: 15px;
}

/*--btn_type02--*/
.btn_type02 a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding: 37px 40% 37px 10%;
  background: #0270bb;
  transition: background 0.3s;
  position: relative;
}

.btn_type02 a:hover {
  background: #000;
}

.btn_type02 a .ico_arrow01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #4da0d8;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -25px;
  transition: width 0.3s, height 0.3s;
}

.btn_type02 a:hover .ico_arrow01 {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  margin-top: -20px;
}

.btn_type02 a .ico_arrow01 svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: fill 0.3s;
}

.btn_type02 a:hover .ico_arrow01 svg {
  fill: #000;
}

.btn_type02 .tab {
  display: inline-block;
  white-space: nowrap;
}

.btn_type02 .tab svg {
  fill: #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 -1px 5px;
}

/*--btn_back01--*/
.btn_back01 a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  min-width: 240px;
  padding: 15px;
  background: #0270bb;
  border-radius: 23px;
  transition: background 0.3s;
  position: relative;
}

.btn_back01 a:hover {
  background: #000;
}

.btn_back01 a svg {
  display: inline-block;
  transform: scale(-1, 1);
  width: 16px;
  height: 16px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  transition: left 0.3s;
}

.btn_back01 a:hover svg {
  left: 15px;
}

/* リスト
---------------------------------------------- */
.list_type01 li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}

.list_type01 li:last-of-type {
  margin-bottom: 0;
}

.list_type01 li::before {
  content: "";
  background: #0270bb;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 12px;
  left: 0;
}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: height 0.3s;
}

#header.scroll-nav {
  height: 70px;
}

.header_inner {
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
  z-index: 0;
}

.header_inner::before {
  content: "";
  display: block;
  background: #fff;
  width: 280px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s, height 0.3s;
}

.scroll-nav .header_inner::before {
  width: 100%;
  height: 70px;
}

.h_logo {
  width: 280px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  margin-right: 20px;
  transition: height 0.3s;
}

.scroll-nav .h_logo {
  height: 70px;
  margin-right: 0;
}

.h_logo a {
  display: block;
  width: 235px;
  height: 52px;
}

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

.btn_menu {
  display: none;
}

/* グローバルナビ
---------------------------------------------- */
.drawer {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
}

.drawer_inner,
.nav_global {
  display: contents;
}

.nav_global ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_global ul li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  transition: opacity 0.3s;
}

.scroll-nav .nav_global ul li a {
  color: #333;
}

.nav_global ul li a .ico_arrow01 {
  display: none;
}

.nav_global ul li a:hover {
  opacity: 0.7;
}

.nav_global ul li.g10 a {
  width: 120px;
  padding: 12px 0;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 40px;
  transition: background 0.3s, color 0.3s;
}

.scroll-nav .nav_global ul li.g10 a {
  background: #0270bb;
  color: #fff;
}

.nav_global ul li.g10 a:hover {
  background: #fff;
  color: #0270bb;
  opacity: 1;
}

.scroll-nav .nav_global ul li.g10 a:hover {
  background: #333;
  color: #fff;
}

.btn_m_contact {
  display: none;
}

#js-focus-trap {
  visibility: hidden;
}

/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

.f_contact {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.f_contact a {
  display: block;
  color: #fff;
  padding: 80px 0 80px 25%;
}

.f_contact a.focus-visible {
  outline: 2px dotted #fff;
  outline-offset: -4px;
}

.txt_f_contact01 {
  width: 493px;
  margin-bottom: 30px;
}

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

.txt_f_contact02 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.txt_f_contact02 span {
  font-size: 2.6rem;
}

.f_contact::before {
  content: "";
  background: url("../img/bg_contact01.jpg") no-repeat right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.f_contact:hover::before {
  transform: scale(1);
}

.f_contact .ico_arrow01 {
  width: 260px;
  height: 260px;
  border-radius: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b9b9b9;
  position: absolute;
  top: 50%;
  right: 100px;
  z-index: 1;
  margin-top: -130px;
  transition: all 0.3s;
}

.f_contact:hover .ico_arrow01 {
  width: 220px;
  height: 220px;
  border-radius: 220px;
  margin-top: -110px;
}

.f_contact .ico_arrow01 svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  fill: #fff;
}

.footer_inner {
  display: flex;
}

.f_inner {
  width: 480px;
  position: relative;
  z-index: 0;
}

.f_inner::before {
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% + 30px);
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

.f_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  padding: 0 15px;
}

.f_logo a {
  display: block;
}

.f_logo img {
  width: 275px;
  height: auto;
}

.f_small {
  color: #697d8b;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.nav_footer {
  background: #031e31;
  padding: 56px 27.5px;
  width: calc(100% - 410px);
  flex: none;
}

.nav_footer ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.nav_footer ul li {
  line-height: 1;
  margin-bottom: 15px;
}

.nav_footer ul li a {
  display: inline-block;
  padding: 0 12.5px;
  font-size: 1.4rem;
  color: #fff;
  transition: opacity 0.3s;
}

.nav_footer ul li a.focus-visible {
  outline: 2px dotted #fff;
}

.nav_footer ul li a:hover {
  opacity: 0.7;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop {
  background: #04121d;
  width: 100px;
  min-height: 128px;
  flex: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagetop > div {
  text-align: center;
  position: relative;
  padding-top: 40px;
}

#pagetop > div svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: top 0.3s;
  fill: #677580;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}

#pagetop:hover > div svg {
  top: -5px;
}

#pagetop > div p {
  font-family: "Amiri";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

/*▼▼▼▼250527_ヒロミ掲載時のみスタイル変更▼▼▼▼*/
/* お問い合わせバナー
---------------------------------------------- */
.sec_banner_sticky {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec_banner_sticky a:hover {
  filter: brightness(1.1);
}
.sec_banner_sticky .pc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22.33%;
  max-width: 280px;
}
.sec_banner_sticky .pc img {
  width: 100%;
}

.sec_banner_sticky .sp {
  display: none;
}
/*▲▲▲▲ここまで▲▲▲▲*/

@media print {
  /* 印刷時のみ */
  /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

  /* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

  /* レイアウト
	---------------------------------------------- */
  #wrap_all {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
} /*--@media--*/


@media only screen and (max-width: 1200px) {
  /* 表示領域が1200px以下の場合に適用するスタイル */

  /* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

  #header,
  .header_inner {
    display: contents;
  }

  .header_inner::before {
    display: none;
  }

  .h_inner {
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 64px;
    padding: 14px 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .h_logo,
  .h_logo a,
  .scroll-nav .h_logo {
    width: 176px;
    height: 44px;
  }

  .btn_menu {
    display: block;
    background: #0270bb;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1;
  }

  .btn_menu_inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .btn_menu_inner span {
    display: inline-block;
    background: #fff;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    transition: opacity 0.3s, transform 0.3s;
  }

  .btn_menu_inner span:nth-of-type(1) {
    top: 12px;
  }
  .btn_menu_inner span:nth-of-type(2) {
    top: 18px;
  }
  .btn_menu_inner span:nth-of-type(3) {
    top: 24px;
  }

  #wrap_all.open .btn_menu_inner span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 18px;
  }
  #wrap_all.open .btn_menu_inner span:nth-of-type(2) {
    opacity: 0;
  }
  #wrap_all.open .btn_menu_inner span:nth-of-type(3) {
    transform: rotate(45deg);
    top: 18px;
  }

  /* メニュー
	---------------------------------------------- */
  .drawer {
    background: #031e31;
    display: block;
    width: 100%;
    max-width: unset;
    height: calc(100vh - 64px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    top: 64px;
    left: 0;
  }

  .nav_global ul {
    flex-wrap: wrap;
  }

  .nav_global ul li {
    width: 50%;
    border-bottom: 1px solid #1d3444;
  }

  .nav_global ul li:nth-of-type(odd) {
    border-right: 1px solid #1d3444;
  }

  .nav_global ul li.g10{
    display: none;
  }

  .nav_global ul li a {
    padding: 0 48px 0 15px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    visibility: hidden;
  }

  #wrap_all.open .nav_global ul li a {
    visibility: visible;
  }

  .nav_global ul li a.focus-visible {
    outline-color: #fff;
    outline-offset: -2px;
  }

  .nav_global ul li a .ico_arrow01 {
    width: 24px;
    height: 24px;
    border: 1px solid #b9b9b9;
    border-radius: 24px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
  }

  .nav_global ul li a .ico_arrow01 svg {
    width: 16px;
    height: 16px;
    fill: #fff;
  }

  .nav_global ul li.g10 a,
  .scroll-nav .nav_global ul li.g10 a {
    background: unset;
    padding: 48px 15px;
    width: unset;
    border: none;
    pointer-events: none;
    visibility: hidden;
  }

  #wrap_all.open .nav_global ul li.g10 a {
    display: none;
  }

  .nav_global ul li.g10 a:hover {
    background: unset;
    color: unset;
  }

  .nav_global ul li.g10 a span {
    visibility: visible;
  }

  .btn_m_contact {
    display: block;
    padding: 16px;
    text-align: center;
  }

  .btn_m_contact a {
    display: inline-block;
    max-width: 345px;
    position: relative;
    visibility: hidden;
  }

  #wrap_all.open .btn_m_contact a {
    visibility: visible;
  }

  .btn_m_contact a.focus-visible {
    outline-color: #fff;
    outline-offset: -2px;
  }

  .btn_m_contact a .ico_arrow01 {
    width: 50px;
    height: 50px;
    border: 1px solid #b9b9b9;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -25px;
  }

  .btn_m_contact a .ico_arrow01 svg {
    width: 22px;
    height: 22px;
    fill: #fff;
  }

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

  #js-focus-trap {
    visibility: visible;
  }

  /*--メニューオープン--*/
  #wrap_all.open {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .wrapper {
    background: #f2f6f8;
    position: relative;
    z-index: 2;
    margin-top: 64px;
    transition-delay: 0.5s;
  }

  .mode-1200 .wrapper {
    transition: transform 0.5s;
  }

  #wrap_all.open .wrapper {
    transform: translate3d(-100%, 0, 0);
  }

  .bg_mask {
    background: #f2f6f8;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition-delay: 0.5s;
    pointer-events: none;
  }

  .mode-1200 .bg_mask {
    transition: transform 0.5s;
  }

  #wrap_all.open .bg_mask {
    transform: translate3d(-100%, 0, 0);
  }

  .bg_overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transition-delay: 0.5s;
    z-index: 2;
  }

  .mode-1200 .bg_overlay {
    transition: background 0.5s, transform 0.5s;
  }

  #wrap_all.open .bg_overlay {
    display: block;
    background: rgba(0, 0, 0, 0.85);
    pointer-events: inherit;
    visibility: visible;
    cursor: pointer;
    transform: translate3d(-100%, 0, 0);
  }
} /*--@media--*/

@media only screen and (max-width: 1100px) {
  /* 表示領域が1100px以下の場合に適用するスタイル */

  /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

  /* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

  .txt_f_contact01 {
    width: 400px;
  }
} /*--@media--*/

@media only screen and (max-width: 1024px) {
  /* 表示領域が1024px以下の場合に適用するスタイル */

  /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

  /* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  /* リンク
	---------------------------------------------- */
  .link_tel01 {
    pointer-events: auto;
    text-decoration: underline !important;
    display: inline;
  }

  /* ページタイトル
	---------------------------------------------- */
  .pagettl {
    position: relative;
    padding: 0 0 55px 15px;
  }

  .pagettl::before {
    display: none;
  }

  .pagettl_inner {
    background: #0270bb;
    padding: 30px 20px;
    position: unset;
  }

  .pagettl_inner p {
    font-size: 6rem;
  }

  .pagettl_inner h1 {
    font-size: 1.8rem;
    padding-bottom: 0;
  }

  .pagettl_image {
    padding-top: 0;
  }

  .pagettl_image > div {
    padding-top: min(55.55%, 250px);
    width: 100%;
    margin: 0;
  }

  .pagettl_image img:nth-of-type(1) {
    display: none;
  }

  .pagettl_image img:nth-of-type(2) {
    display: block;
  }

  /*▼▼▼▼250526_ヒロミ掲載時のみスタイル変更▼▼▼▼*/
  .pagettl_image {
    position: relative;
  }
  .pagettl_image::after {
    position: absolute;
    content: "";
    height: 106%;
    padding-top: 59.17%;
    right: 4.17%;
    bottom: 0;
    background: url(/service/img/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
  }
  /* service */
  .pagettl_image.service_hiromi01::after {
    background: url(/service/img/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 149/213;
  }
  .pagettl_image.service_hiromi02::after {
    right: 0;
    background: url(/service/img/img_pagettl02_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 246/213;
  }
  .pagettl_image.service_hiromi03::after {
    background: url(/service/img/img_pagettl03_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 238/213;
  }
  /* recruit */
  .pagettl_image.recruit_hiromi01::after {
    background: url(/recruit/img/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 162/213;
  }
  /* company */
  .pagettl_image.company_hiromi01::after {
    background: url(/company/img/img_pagettl01_hiromi_sp.png?250527) no-repeat right bottom/100%;
    aspect-ratio: 140/213;
  }
  .pagettl_image.company_hiromi02::after {
    background: url(/company/img/img_pagettl02_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 150/213;
  }
  /* sdgs */
  .pagettl_image.sdgs_hiromi01::after {
    background: url(/sdgs/img/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 171/213;
  }
  /* contact */
  .pagettl_image.contact_hiromi01::after {
    right: 0;
    background: url(/contact/img/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 183/213;
  }
  /* voice */
  .pagettl_image.voice_hiromi01::after {
    right: 0;
    background: url(../img/voice/img_pagettl01_hiromi_sp.png) no-repeat right bottom/100%;
    aspect-ratio: 152/213;
  }
  /*▲▲▲▲ここまで▲▲▲▲*/

  /* パンくずリスト
	---------------------------------------------- */
  .breadcrumb {
    padding: 0 15px;
  }

  /* リスト
	---------------------------------------------- */
  .list_type01 li::before {
    top: 10px;
  }

  /* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

  .f_contact {
    background: url("../img/bg_contact01_sp.jpg") no-repeat left bottom;
    background-size: cover;
  }

  .f_contact a {
    padding: 60px 15px 80px 15px;
  }

  .txt_f_contact01 {
    width: 345px;
    margin-bottom: 20px;
  }

  .txt_f_contact02 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .txt_f_contact02 span {
    font-size: 2.2rem;
  }

  .f_contact::before {
    display: none;
  }

  .f_contact:hover::before {
    transform: scale(1);
  }

  .f_contact .ico_arrow01 {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b9b9b9;
    position: unset;
    top: unset;
    margin-top: unset;
    transition: unset;
  }

  .f_contact:hover .ico_arrow01 {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    margin-top: unset;
  }

  .footer_inner {
    display: flex;
  }

  .f_inner {
    width: calc(100% - 80px);
  }

  .f_inner::before {
    height: calc(100% + 20px);
    top: -20px;
  }

  .f_logo {
    height: 52px;
    padding-top: 14px;
    display: block;
    text-align: center;
  }

  .f_logo a {
    display: block;
  }

  .f_logo img {
    width: 235px;
  }

  .f_small {
    font-size: 1.2rem;
  }

  .nav_footer {
    display: none;
  }

  /* ページトップボタン
	---------------------------------------------- */
  #pagetop {
    width: 80px;
    min-height: 100px;
  }

  /*▼▼▼▼250527_ヒロミ掲載時のみスタイル変更▼▼▼▼*/
  /* お問い合わせバナー
---------------------------------------------- */
  .sec_banner_sticky .pc {
    bottom: 0;
    width: 200px;
  }
  /* footer
---------------------------------------------- */
  .txt_f_contact02 .pc {
    display: none;
  }
  /*▲▲▲▲ここまで▲▲▲▲*/
} /*--@media--*/

@media only screen and (max-width: 767px) {
  /* 表示領域が767px以下の場合に適用するスタイル */
  /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

  /* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .wrap_type01,
  .wrap_type02 {
    margin-bottom: 120px;
    padding: 0 15px;
  }

  /*--準備中です--*/
  .in_preparation {
    min-height: 100px;
    margin-bottom: 100px;
  }

  /*--404ページ--*/
  .page_404 .pagettl_inner p {
    font-size: 3.95rem;
  }

  .page_404 .pagettl_inner h1 {
    font-size: 1.4rem;
  }

  .wrap_404 {
    padding: 0 15px;
    margin-bottom: 100px;
  }

  .ttl_404 {
    font-size: 3rem;
  }

  .txt_404 br:nth-of-type(2) {
    display: none;
  }

  /* 見出し
	---------------------------------------------- */
  /*--heading02--*/
  .heading02 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 45px;
  }

  /* ボタン
	---------------------------------------------- */
  /*--btn_type01--*/
  .btn_type01 a {
    font-size: 1.4rem;
  }

  /*--btn_type02--*/
  .btn_type02 a {
    font-size: 1.4rem;
    padding: 30px 75px 30px 15px;
  }

  .btn_type02 a .ico_arrow01 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    right: 15px;
    margin-top: -20px;
  }

  /*▼▼▼▼250527_ヒロミ掲載時のみスタイル変更▼▼▼▼*/
  /* お問い合わせバナー
---------------------------------------------- */
  .sec_banner_sticky .pc {
    display: none;
  }
  .sec_banner_sticky .sp {
    display: block;
    margin-top: -3%;
    width: 100%;
  }
  .sec_banner_sticky .sp img {
    width: 100%;
  }
  /* footer
---------------------------------------------- */
  .txt_f_contact02 .pc {
    display: none;
  }
  /*▲▲▲▲ここまで▲▲▲▲*/
} /*--@media--*/

@media only screen and (max-width: 365px) {
  /* 表示領域が365px以下の場合に適用するスタイル */

  .txt_f_contact01 {
    width: 100%;
  }

  .txt_f_contact02 br {
    display: none;
  }
} /*--@media--*/

@media only screen and (max-width: 346px) {
  /* 表示領域が346px以下の場合に適用するスタイル */

  .f_logo img {
    width: 100%;
  }
} /*--@media--*/
