@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.ibm {
  font-family: "IBM Plex Sans", sans-serif;
}

/*
Theme Name: Fly Out Architect
Theme URL: https://www.f-o-a.jp
Description: Fly Out Architect | 滋賀県東近江市にある建築設計事務所
Version: 1.0
License: Fly Out Architect
License URI: https://www.f-o-a.jp
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1220px;
  background: #fff;
  color: #000;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
/* PCやマウス操作環境でクリック無効化 */
@media (pointer: fine) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* タッチ操作環境（スマホなど）では通常通り有効 */
@media (pointer: coarse) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 2000px;
  width: 100%;
  margin-inline: auto;
  padding: 35px 60px 35px 30px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: auto;
    height: 60px;
    aspect-ratio: 94/91;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-right {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}

.l-header-right-contact {
  width: 120px;
  height: 120px;
}
.l-header-right-contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
}
.l-header-right-contact a:is(:link, :visited) {
  color: #fff;
}
.l-header-right-contact a:is(:hover, :active) {
  color: #fff;
  background: #06B8DF;
}
.l-header-right-contact__img {
  position: absolute;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.l-header-right-contact__txt {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 32px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  color: #000;
  line-height: 1;
  letter-spacing: 0.06em;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #000;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #1c2a53;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #1c2a53;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #1c2a53;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #1c2a53;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #1c2a53;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #1c2a53;
    opacity: 0.95;
    z-index: 8888;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.metaslider {
  max-width: none !important;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#slider .l-mv-top__pic img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 2000px) {
  #slider .l-mv-top__pic img {
    left: calc(50% - 1000px);
    width: 2000px;
  }
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__pic img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
#slider .l-mv-top__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #slider .l-mv-top__ttl {
    width: clamp(150px, 45vw, 400px);
    height: auto;
    aspect-ratio: 1/1;
  }
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -35%;
    width: 170%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--about {
    width: auto;
    height: 50px;
    aspect-ratio: 212/76;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--service {
    width: auto;
    height: 50px;
    aspect-ratio: 236/76;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--works {
    width: auto;
    height: 50px;
    aspect-ratio: 223/75;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl--info {
    width: auto;
    height: 50px;
    aspect-ratio: 400/76;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 5px 0 65px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 60px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #000;
}
.breadcrumb a:is(:hover, :active) {
  color: #000;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  padding: 140px 10px;
  background: url(images/btm_bg_09.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-btm-sec {
    padding: 60px 10px;
  }
}
.l-btm-sec__inner {
  padding: 150px 0 80px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 60px 10px;
  }
}
.l-btm-sec__txt {
  margin-bottom: 40px;
}
.l-btm-sec__mail {
  max-width: 370px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__mail {
    max-width: 280px;
  }
}
.l-btm-sec__mail a {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding: 22px 0px;
  background: #1c2a53;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.02em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__mail a {
    font-size: 1.4rem;
  }
}
.l-btm-sec__mail a:is(:link, :visited) {
  color: #fff;
}
.l-btm-sec__mail a:is(:hover, :active) {
  color: #fff;
  background: rgba(28, 42, 83, 0.8);
}
.l-btm-sec__mail-txt {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__mail-txt {
    padding-left: 30px;
  }
}
.l-btm-sec__mail-txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 25/18;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background: url(images/c_mail.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__mail-txt::before {
    width: 20px;
  }
}

.l-btm-sec-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.l-btm-sec-ttl::before {
  display: block;
  content: "Contact";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 210px;
  font-weight: 600;
  color: rgba(28, 42, 83, 0.16);
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::before {
    top: -40px;
    font-size: 78px;
  }
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px;
  }
}

.l-footer__logo {
  width: 132px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 62px;
    margin: 0 auto;
  }
}
.l-footer__logo a {
  display: block;
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 4px 10px;
  text-align: center;
  background: #1c2a53;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.02em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
.l-footer-sitemap__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #033333;
  border-right: 1px solid #333333;
  line-height: 20px;
}
.l-footer-sitemap__page a {
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.02em;
}
.l-footer-sitemap__page + .l-footer-sitemap__page {
  border-left: none;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #000;
}
.l-footer-link a:is(:hover, :active) {
  color: #1c2a53;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #1c2a53;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #1c2a53;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_home.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #1c2a53;
  border: 1px solid #1c2a53;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #1c2a53;
  background: #1c2a53;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #1c2a53;
  border: solid 1px #1c2a53;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 10px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #000;
}
.nav-below a:is(:hover, :active) {
  color: #1c2a53;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #1c2a53;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  border: 2px solid #1c2a53;
  background: #1c2a53;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:hover {
  color: #1c2a53;
  background: #fff;
}

.c-btn01--top-sec01,
.c-btn01--top-sec02,
.c-btn01--top-sec03 {
  width: 220px;
}
.c-btn01--top-sec01 a,
.c-btn01--top-sec02 a,
.c-btn01--top-sec03 a {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a,
  .c-btn01--top-sec02 a,
  .c-btn01--top-sec03 a {
    padding: 11px 10px;
  }
}

.c-btn01--top-sec03 {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec03 {
    margin: 40px auto 0;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-headline {
    font-size: 2.2rem;
  }
}
.c-headline::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 124px;
  font-weight: bold;
  color: #E5E6EA;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-headline::before {
    font-size: 60px;
  }
}

.c-headline--concept {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--concept {
    margin-bottom: 30px;
  }
}
.c-headline--concept::before {
  content: "Concept";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--concept::before {
    top: -48px;
  }
}

.c-headline--greeting {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--greeting {
    margin-bottom: 30px;
  }
}
.c-headline--greeting::before {
  content: "Greeting";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--greeting::before {
    top: -48px;
  }
}

.c-headline--business {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--business {
    margin-bottom: 30px;
  }
}
.c-headline--business::before {
  content: "Service";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--business::before {
    top: -48px;
  }
}

.c-headline--flow {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--flow {
    margin-bottom: 30px;
  }
}
.c-headline--flow::before {
  content: "Flow";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--flow::before {
    top: -48px;
  }
}

.c-headline--public {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--public {
    margin-bottom: 30px;
  }
}
.c-headline--public::before {
  content: "Public";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--public::before {
    top: -48px;
  }
}

.c-headline--private {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--private {
    margin-bottom: 30px;
  }
}
.c-headline--private::before {
  content: "Private";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--private::before {
    top: -48px;
  }
}

.c-headline--outline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--outline {
    margin-bottom: 30px;
  }
}
.c-headline--outline::before {
  content: "Outline";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--outline::before {
    top: -48px;
  }
}

.c-headline--contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline--contact {
    margin-bottom: 30px;
  }
}
.c-headline--contact::before {
  content: "Contact";
  top: -85px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .c-headline--contact::before {
    top: -48px;
  }
}

.c-ttl01 {
  padding-bottom: 5px;
  border-bottom: 1px solid #565656;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.8rem;
  }
}

.c-ttl01--concept {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl01--concept {
    margin-bottom: 15px;
  }
}

.c-ttl01--greeting,
.c-ttl01--business {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl01--greeting,
  .c-ttl01--business {
    margin-bottom: 15px;
  }
}

.c-ttl01--works {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-ttl01--works {
    margin-bottom: 15px;
  }
}

.c-ttl01--single {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-ttl01--single {
    margin-bottom: 15px;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt560,
.c-flex-r__txt560 {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt560,
  .c-flex-r__txt560 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig600,
.c-flex-r__fig600 {
  max-width: 600px;
  width: 100%;
}
.c-flex__txt720,
.c-flex-r__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt720,
  .c-flex-r__txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex__txt780,
.c-flex-r__txt780 {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt780,
  .c-flex-r__txt780 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig300,
.c-flex-r__fig300 {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex__fig300,
  .c-flex-r__fig300 {
    margin-bottom: 10px;
  }
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt720,
.c-flex-r-order__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt720,
  .c-flex-r-order__txt720 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
.c-three-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list {
    gap: 40px 10px;
  }
}
.c-three-column-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-three-column-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-three-column-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-three-column-list__fig440 {
  margin-bottom: 10px;
}
.c-three-column-list__fig440 img {
  display: block;
  width: 100%;
  height: auto;
}

/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #E5E5EA;
  font-weight: normal;
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #CCCCCC;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th {
  width: 26.6666666667%;
}
.p-overview-table tbody td {
  width: 73.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-flex-sec__inner {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
.p-top-flex-sec__inner--01 {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__inner--01 {
    padding: 60px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__inner--02 {
    padding: 90px 10px 60px;
  }
}
.p-top-flex-sec__container {
  display: flex;
  justify-content: center;
  height: 668px;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__container {
    justify-content: initial;
    align-items: flex-start;
    height: auto;
  }
}
.p-top-flex-sec__container--01 {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__container--01 {
    flex-flow: column nowrap;
  }
}
.p-top-flex-sec__container--02 {
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__container--02 {
    flex-flow: column nowrap;
  }
}
.p-top-flex-sec__txt1000 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__txt1000 {
    display: contents;
  }
}
.p-top-flex-sec__txt1000--01 {
  padding: 0 10px 0 60px;
}
.p-top-flex-sec__txt1000--02 {
  padding: 0 60px 0 10px;
  background: #dddddd;
}
.p-top-flex-sec__txt640, .p-top-flex-sec__txt540 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__txt640, .p-top-flex-sec__txt540 {
    display: contents;
  }
}
.p-top-flex-sec__txt640 {
  margin: 0 auto 0 0;
  max-width: 640px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__txt640 {
    margin: 0 auto;
  }
}
.p-top-flex-sec__txt540 {
  margin: 0 0 0 auto;
  max-width: 540px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__txt540 {
    margin: 0 auto;
  }
}
.p-top-flex-sec__ttl {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__ttl {
    font-size: 2.2rem;
  }
}
.p-top-flex-sec__ttl--01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__ttl--01 {
    margin-bottom: 20px;
  }
}
.p-top-flex-sec__ttl--01::before {
  display: block;
  content: "Concept";
  position: absolute;
  top: -240px;
  left: -140px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 298px;
  font-weight: 600;
  color: rgba(28, 42, 83, 0.16);
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__ttl--01::before {
    top: -50px;
    left: -10px;
    font-size: 78px;
  }
}
.p-top-flex-sec__ttl--02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__ttl--02 {
    margin-bottom: 20px;
  }
}
.p-top-flex-sec__ttl--02::before {
  display: block;
  content: "Services";
  position: absolute;
  top: -150px;
  left: -420px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 276px;
  font-weight: 600;
  color: rgba(28, 42, 83, 0.16);
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__ttl--02::before {
    top: -50px;
    left: -10px;
    font-size: 78px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-flex-sec__btn-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 30px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__btn-box {
    flex-flow: wrap row;
    gap: 10px 30px;
    order: 4;
    margin: 30px auto 0;
  }
}
.p-top-flex-sec__fig1000 {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__fig1000 {
    position: static;
    order: 2;
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-top-flex-sec__fig1000 img {
  position: relative;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__fig1000 img {
    position: static;
    object-fit: fill;
    object-position: center top;
  }
}
.p-top-flex-sec__list {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 25px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__list {
    gap: 20px 10px;
  }
}
.p-top-flex-sec__item {
  position: relative;
  padding: 0 0 10px 60px;
  width: 255px;
  border-bottom: 1px solid #585858;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__item {
    padding: 0 0 5px 40px;
    width: calc((100% - 10px) / 2);
  }
}
.p-top-flex-sec__item::before {
  display: block;
  content: "";
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 22/23;
  top: 8px;
  left: 20px;
  background: url(images/c_check.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-flex-sec__item::before {
    width: 18px;
    top: 5px;
    left: 10px;
  }
}

.p-top-sec03__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 10px 120px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__inner {
    padding: 30px 10px 60px;
  }
}

.p-top-sec03-ttl {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.p-top-sec03-ttl::before {
  display: block;
  content: "Works";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 210px;
  font-weight: 600;
  color: rgba(28, 42, 83, 0.16);
  letter-spacing: -0.02em;
  line-height: 1;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl::before {
    top: -40px;
    font-size: 78px;
  }
}

.p-top-sec03-sub-ttl {
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #999999;
  font-size: 3.6rem;
  font-weight: normal;
  color: #1c2a53;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl {
    margin-bottom: 20px;
    padding: 0 0 5px 10px;
    font-size: 2rem;
    font-weight: bold;
  }
}

.p-top-sec03-sub-ttl--private {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-sub-ttl--private {
    margin-top: 60px;
  }
}

.p-top-sec03-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 30px 0;
  }
}
.p-top-sec03-list__item {
  width: 31.5384615385%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__item {
    max-width: 410px;
    width: 100%;
  }
}
.p-top-sec03-list__fig410 {
  position: relative;
  margin-bottom: 10px;
  max-width: 410px;
  width: 100%;
  height: auto;
  aspect-ratio: 410/280;
}
.p-top-sec03-list__fig410 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-sec03-list__ttl {
  font-size: 2.2rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-list__ttl {
    padding: 0 10px;
    font-size: 1.8rem;
  }
}

.p-top-sec04__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__inner {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sec04-ttl__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec04-ttl__jp {
    font-size: 2.2rem;
  }
}

.p-top-sec05__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec05__inner {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sec05-ttl__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec05-ttl__jp {
    font-size: 2.2rem;
  }
}

/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 1020px;
  width: 100%;
  height: 100%;
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 10px 10px;
  }
}
.p-diary-list__date {
  width: 15%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #23A9DC;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 85%;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #8c0000;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #23A9DC;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #23A9DC;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

/****************************************

_p-page-name.scss コンセプト

*****************************************/
.p-concept-sec01__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-concept-sec01__box {
    flex-flow: nowrap column;
    justify-content: flex-start;
  }
}

.p-concept-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    gap: 20px 0;
  }
}
.p-concept-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    margin-inline: auto;
    max-width: 380px;
    width: 100%;
  }
}
.p-concept-list__fig380 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-concept-list__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-concept-list__ttl {
    font-size: 1.7rem;
  }
}

/****************************************

_p-page-name.scss 代表挨拶

*****************************************/
/****************************************

_p-page-name.scss 事業内容

*****************************************/
.p-business__sub-ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business__sub-ttl {
    font-size: 1.7rem;
  }
}

/****************************************

_p-page-name.scss ご依頼の流れ

*****************************************/
.p-flow-sec {
  padding: 40px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-flow-sec {
    padding: 20px;
  }
}
.p-flow-sec__ttl {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #565656;
}
.p-flow-sec__ttl .step {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  background: #192B52;
  text-align: center;
  border-radius: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__ttl .step {
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 1.2rem;
  }
}
.p-flow-sec__ttl .jp {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow-sec__ttl .jp {
    font-size: 1.8rem;
  }
}

.p-flow-sec:not(:last-of-type) {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow-sec:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-flow-sec:not(:last-of-type)::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: auto;
  aspect-ratio: 60/20;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/flow_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

/****************************************

_p-works_public.scss 福祉・医療・公共施設

*****************************************/
.p-works-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-works-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-works-list__txt {
  margin-bottom: 30px;
}
.p-works-list__btn {
  margin: 0 0 0 auto;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-works-list__btn {
    margin: 20px auto 0;
  }
}
.p-works-list__btn a {
  padding: 16px 10px;
}
@media screen and (max-width: 767px) {
  .p-works-list__btn a {
    padding: 11px 10px;
  }
}
.p-works-list__fig440 {
  position: relative;
  width: 440px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .p-works-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/310;
  }
}
.p-works-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-works_public.scss 福祉・医療・公共施設

投稿内のギャラリー

*****************************************/
#gallery-1 {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 30px 30px;
  margin: 15px auto !important;
}
@media screen and (max-width: 767px) {
  #gallery-1 {
    gap: 10px 0;
  }
}
#gallery-1 .gallery-item {
  float: initial !important;
  width: calc((100% - 60px) / 3) !important;
}
@media screen and (max-width: 767px) {
  #gallery-1 .gallery-item {
    float: initial !important;
    width: 100% !important;
  }
}
#gallery-1 .gallery-item a {
  pointer-events: none;
}
#gallery-1 br {
  display: none;
}

/****************************************

_p-works_private.scss 住宅・店舗・その他

※以下と共通
_p-works_public.scss 福祉・医療・公共施設

*****************************************/
/****************************************

_p-overview.scss 事務所概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  margin-top: 20px;
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c2a53;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.6rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.4rem;
  }
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #1c2a53;
  border-radius: 8px;
  background-color: #1c2a53;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1c2a53;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  cursor: pointer;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc-pc {
    text-align: center;
  }
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
/* ホバー時に下線が出てくる */
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #000;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #1c2a53;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #1c2a53;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

/* 線が閉じる */
.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #000;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

/* 元から下線付き */
.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #000;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #1c2a53;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #1c2a53;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #000;
}

.u-main-color {
  color: #1c2a53;
}

.u-accent-color {
  color: #e5e6e9;
}

.u-red {
  color: #ff0000;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-medium {
  font-weight: 500;
}

.u-font-base {
  font-family: "Noto Sans JP";
}

.u-font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "IBM Plex Sans", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */