@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) GLANCO All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  GLANCO

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Poppins", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(2.34vw, 70px);
  --headerHeight: 70px;
  --contentsWideS: 800px;
  --contentsWideM: 1000px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 768px) {
  :root {
    --sideW: 5.33vw;
    --headerHeight: 58px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
  background-color: #F7EED7;
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #58554C;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  overflow: hidden;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.post_content p {
  line-height: 2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .link_cart {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .link_cart:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.para_cmn_01, .error404__text, .feature_sec_01--para, .work_sec_04--para02, .card_work .text, .work_sec_01--para, .about_content03--para01, .about_content02--para, .about_content01--para01, .about_sec_01--text {
  line-height: 2;
}

.ttl_cmn_01 {
  color: #415281;
  position: relative;
}
.ttl_cmn_01 .ja {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -20vw;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 .ja {
    font-size: 1.375em;
    line-height: 1.4;
  }
}
.ttl_cmn_01 .en {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 .en {
    margin-top: 10px;
    font-size: 0.875em;
  }
}
.ttl_cmn_01 .en:before {
  content: "";
  display: block;
  width: 2px;
  aspect-ratio: 1/10;
  margin: 0 10px;
  background-color: #E56E17;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 .en:before {
    aspect-ratio: 2/13;
    margin: 0 10px 0 0;
  }
}

.ttl_cmn_02 {
  text-align: center;
  color: #415281;
  font-size: 1.75em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_02 {
    font-size: 1.25em;
  }
}
.ttl_cmn_02:after {
  content: "";
  display: block;
  width: 82px;
  height: 14px;
  background: url(../images/ttl_cmn_02.svg?ver=20260731) no-repeat center/contain;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_02:after {
    width: 53px;
    height: 7px;
    background: url(../images/ttl_cmn_02_sp.svg?ver=20260731) no-repeat center/contain;
    margin: 14px auto 0;
  }
}

.ttl_cmn_03 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #415281;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_03 {
    width: 100%;
    font-size: 1.125em;
    justify-content: space-between;
  }
}
.ttl_cmn_03 .c_subColor {
  color: #E56E17;
}
.ttl_cmn_03:before, .ttl_cmn_03:after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/31;
  background: url(../images/ttl_cmn_03.svg) no-repeat center/contain;
}
.ttl_cmn_03:after {
  transform: rotateY(180deg);
}

.btn_cmn_01 {
  display: block;
  width: 100%;
  max-width: 362px;
  height: 70px;
  border-radius: 5px;
  padding: 7px 10px 0;
  position: relative;
}
.btn_cmn_01:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  background-color: #EDDDB3;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .btn_cmn_01 {
    max-width: 310px;
    height: 50px;
  }
}
.btn_cmn_01 span {
  position: relative;
  transition: 0.5s;
}
.btn_cmn_01 span:before {
  content: "";
  display: block;
  width: 104px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% - 101px);
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .btn_cmn_01 span:before {
    width: 85px;
    left: calc(100% - 82px);
  }
}
.btn_cmn_01 span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #415281;
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .btn_cmn_01 span:after {
    width: 15px;
  }
}
.btn_cmn_01 span {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  display: flex;
  align-items: center;
  background-color: #415281;
  border: 3px solid #415281;
  padding: 0 1.2em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  transform: translate(-10px, -7px);
}
@media screen and (max-width: 768px) {
  .btn_cmn_01 span {
    font-size: 1em;
  }
}
.btn_cmn_01:hover span {
  transform: translate(0, 0);
  background-color: #fff;
  color: #415281;
}
.btn_cmn_01:hover span:before {
  background-color: #415281;
}
.btn_cmn_01:hover span:after {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .btn_cmn_01:hover span:after {
    width: 25px;
  }
}

.btn_cmn_02 {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 105px;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_cmn_02 {
    max-width: 290px;
    height: 87px;
  }
}
.btn_cmn_02:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  background-color: #D6BE80;
  border-radius: 100px;
}
.btn_cmn_02 span {
  transform: translateY(-15px);
  transition: 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background-color: #415281;
  color: #fff;
  font-size: 1.75em;
  font-weight: 700;
  border: 2px solid #415281;
}
@media screen and (max-width: 768px) {
  .btn_cmn_02 span {
    transform: translateY(-10px);
    gap: 5px;
    font-size: 1.125em;
  }
}
.btn_cmn_02 span:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../images/ico_mail_maincolor.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn_cmn_02 span:before {
    width: 36px;
  }
}
.btn_cmn_02:hover span {
  transform: translateY(-5px);
  background-color: #fff;
  color: #415281;
}
.btn_cmn_02:hover span:before {
  background: url(../images/ico_mail_white.svg) no-repeat center/contain;
}

.btn_cmn_03 {
  display: block;
  width: 100%;
  max-width: 270px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_cmn_03 {
    max-width: 236px;
    height: 50px;
  }
}
.btn_cmn_03:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D6BE80;
  border-radius: 100px;
}
.btn_cmn_03 span {
  transform: translateY(-5px);
  transition: 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 100px;
  background-color: #415281;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  border: 2px solid #415281;
}
@media screen and (max-width: 768px) {
  .btn_cmn_03 span {
    gap: 6px;
    gap: 5px;
    font-size: 1em;
  }
}
.btn_cmn_03 span:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/35;
  background: url(../images/ico_pdf_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn_cmn_03 span:after {
    width: 22px;
  }
}
.btn_cmn_03.archive span:after {
  content: none;
}
.btn_cmn_03:hover span {
  transform: translateY(0px);
}

.btn_cmn_04 {
  display: block;
  width: 100%;
  max-width: 362px;
  height: 70px;
  border-radius: 5px;
  padding: 7px 10px 0;
  position: relative;
}
.btn_cmn_04:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  background-color: #EDDDB3;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .btn_cmn_04 {
    max-width: 310px;
    height: 50px;
  }
}
.btn_cmn_04 span {
  position: relative;
  transition: 0.5s;
}
.btn_cmn_04 span:before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% - 31px);
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .btn_cmn_04 span:before {
    width: 15px;
    left: calc(100% - 12px);
  }
}
.btn_cmn_04 span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #415281;
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transition: inherit;
}
@media screen and (max-width: 768px) {
  .btn_cmn_04 span:after {
    width: 15px;
  }
}
.btn_cmn_04 span {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  display: flex;
  align-items: center;
  background: #415281 url(../images/ico_blank_white.svg) no-repeat center left 265px/20px;
  border: 3px solid #415281;
  padding: 0 1.2em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  transform: translate(-10px, -7px);
}
@media screen and (max-width: 768px) {
  .btn_cmn_04 span {
    font-size: 1em;
    background: #415281 url(../images/ico_blank_white.svg) no-repeat center right 24px/15px;
  }
}
.btn_cmn_04:hover span {
  transform: translate(0, 0);
  background: #fff url(../images/ico_blank_maincolor.svg) no-repeat center left 265px/20px;
  color: #415281;
}
@media screen and (max-width: 768px) {
  .btn_cmn_04:hover span {
    background: #fff url(../images/ico_blank_maincolor.svg) no-repeat center right 24px/15px;
  }
}
.btn_cmn_04:hover span:before {
  background-color: #415281;
}
.btn_cmn_04:hover span:after {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .btn_cmn_04:hover span:after {
    width: 25px;
  }
}

.btn_to_top {
  position: fixed;
  z-index: 5;
  display: block;
  width: 70px;
  bottom: 30px;
  right: var(--sideW);
}
@media screen and (max-width: 768px) {
  .btn_to_top {
    width: 60px;
    right: 10px;
    bottom: 10px;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.list_maru.mark_subcolor > li {
  margin-bottom: 0.5em;
  padding-left: 1.625em;
  text-indent: 0;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .list_maru.mark_subcolor > li {
    padding-left: 1.375em;
  }
}
.list_maru.mark_subcolor > li:before {
  color: #EDA318;
  position: absolute;
  top: 0;
  left: 0;
}
.list_maru.mark_subcolor > li:last-child {
  margin-bottom: 0;
}

.navigation.pagination {
  font-family: "Barlow", sans-serif;
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .navigation.pagination {
    margin: 3.75em var(--extend) 0;
  }
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 30px;
    margin-right: 5px;
  }
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers.prev {
  text-indent: -99999px;
  background: url(../images/ico_arrow_left_03.svg) no-repeat center/17px;
}
.navigation.pagination .nav-links .page-numbers.next {
  text-indent: -99999px;
  background: url(../images/ico_arrow_right_03.svg) no-repeat center/17px;
}
.navigation.pagination .nav-links .page-numbers.dot {
  pointer-events: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  font-weight: 700;
  background: url(../images/current_pagination_01.svg) no-repeat center/contain;
  color: #fff;
}

.single_pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  gap: 65px;
}
@media screen and (max-width: 768px) {
  .single_pagination {
    position: relative;
    padding-top: 75px;
    max-width: 300px;
  }
}
.single_pagination li.prev {
  width: 70px;
  flex-shrink: 0;
}
.single_pagination li.prev a {
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 26px;
  background: url(../images/ico_arrow_left_04.svg) no-repeat center left/15px;
}
.single_pagination li.prev a:hover {
  opacity: 0.7;
}
.single_pagination li.archive {
  flex-shrink: 0;
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .single_pagination li.archive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .single_pagination li.archive a {
    margin: 0 auto;
  }
}
.single_pagination li.next {
  width: 70px;
  flex-shrink: 0;
}
.single_pagination li.next a {
  font-family: "Poppins", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  padding-right: 26px;
  background: url(../images/ico_arrow_right_04.svg) no-repeat center right/15px;
}
.single_pagination li.next a:hover {
  opacity: 0.7;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: var(--headerHeight);
  aspect-ratio: 1/1;
  position: relative;
}
.hbm_btn .box {
  display: block;
  width: 60%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E56E17;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn .text {
  color: #E56E17;
  font-size: 0.625em;
  font-weight: 700;
  text-align: center;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 38/18;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(150deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-150deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.header__inner {
  height: var(--headerHeight);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(2.78vw, 38px);
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 0 0 var(--sideW);
  }
}
.header__logo {
  width: 100%;
  max-width: 288px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 205px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__menu {
    flex-direction: column;
    align-items: unset;
  }
}
.header__menu li {
  position: relative;
}
.header__menu li:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 8px;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
@media screen and (max-width: 768px) {
  .header__menu li:before {
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu li:last-child::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu li:nth-child(2):before {
    width: 60%;
  }
  .header__menu li:nth-child(2):after {
    content: "";
    display: block;
    width: 152px;
    aspect-ratio: 152/57;
    background: url(../images/decoration_02.svg) no-repeat center right/contain;
    position: absolute;
    top: 100%;
    right: -10vw;
    transform: translateY(-50%);
  }
}
.header__menu a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.68em 1.5em 0.68em 1.5em;
  font-size: 0.875em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header__menu a {
    font-size: 1.125em;
    padding: 0.9em 0;
  }
}
.header__menu a .symbol {
  flex-shrink: 0;
  width: 16px;
  aspect-ratio: 16/17;
  position: relative;
}
.header__menu a .symbol::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../images/header_nav_icon_01_tr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
.header__menu a .symbol::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../images/header_nav_icon_01_bl.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
.header__menu a:hover .symbol:before {
  top: 3px;
  right: 3px;
}
.header__menu a:hover .symbol:after {
  bottom: 3px;
  left: 3px;
}
.header__menu a:hover span {
  text-decoration: underline;
}

a.has-symbol {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
a.has-symbol .symbol {
  flex-shrink: 0;
  width: 16px;
  aspect-ratio: 16/17;
  position: relative;
  margin-top: 2px;
}
a.has-symbol .symbol::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../images/header_nav_icon_01_tr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
a.has-symbol .symbol::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: url(../images/header_nav_icon_01_bl.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
a.has-symbol:hover .symbol:before {
  top: 3px;
  right: 3px;
}
a.has-symbol:hover .symbol:after {
  bottom: 3px;
  left: 3px;
}
a.has-symbol:hover span {
  text-decoration: underline;
}

.gnavi__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gnavi {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .gnavi.js-active {
    opacity: 1;
    visibility: visible;
  }
  .gnavi__inner {
    overflow: scroll;
    flex-direction: column;
    align-items: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 5px 10% 0;
    background-image: url(../images/decoration_01.svg), url(../images/decoration_03.png);
    background-repeat: no-repeat;
    background-position: top -9% right -28.7%, bottom center;
    background-size: 59.46%, 100%;
  }
  .gnavi {
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    height: calc(100svh - var(--headerHeight));
    background-color: #F7EED7;
  }
}
@media screen and (max-width: 768px) and (min-height: 667px) {
  .gnavi__inner {
    justify-content: center;
  }
}

.link_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 105px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link_cart {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 100px;
    padding: 6px 20px 6px 40px;
    margin-top: 22px;
  }
}
.link_cart:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F7EED7;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .link_cart:before {
    content: none;
  }
}
.link_cart span {
  position: relative;
  display: block;
  transform: translateY(-6px);
  color: #96631D;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .link_cart span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transform: none;
    font-size: 1.125em;
  }
}
.link_cart span:after {
  margin: 0 auto;
  padding-right: 5px;
  content: "";
  display: block;
  width: 56px;
  height: 32px;
  background: url(../images/ico_cart.svg) no-repeat top left/contain;
}
@media screen and (max-width: 768px) {
  .link_cart span:after {
    margin: 0;
    width: 60px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #F7EED7 url(../images/ico_cart.svg) no-repeat top 55% left 40%/55%;
  }
}

.link_home {
  margin: 36px 0;
}

.footer {
  background-color: #fff;
}
.footer .inner_m {
  position: relative;
}
.footer .inner_m:after {
  content: "";
  display: block;
  width: 112px;
  aspect-ratio: 82/94;
  background: url(../images/footer_01.svg) no-repeat center/contain;
  position: absolute;
  right: calc(var(--sideW) * 2);
  top: 0;
  transform: translateY(-70%);
}
@media screen and (max-width: 768px) {
  .footer .inner_m:after {
    width: 82px;
    right: var(--sideW);
    transform: translateY(-85%);
  }
}
.footer__main {
  padding: 3.75em 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__main {
    flex-direction: column;
    justify-content: unset;
    padding: 2.25em 0 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 300px;
    margin: 0 auto 3.125em;
  }
}
.footer__menu {
  font-weight: 700;
  display: grid;
  grid-template-rows: repeat(3, max-content);
  grid-auto-flow: column;
  gap: 1.375em 3.25em;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
    gap: 1.875em 2.25em;
  }
}
.footer__menu a span {
  text-decoration: underline;
}
.footer__menu a:before {
  content: "●";
  color: #D6BE80;
}
.footer__menu a:hover {
  opacity: 0.7;
}
.footer__menu a:hover span {
  text-decoration: none;
}

.copyright {
  background-color: #EDDDB3;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 0.875em;
  padding: 0.5em var(--sideW);
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.75em;
  }
}

.home .l_container {
  padding-top: var(--headerHeight);
}

.top_hero img {
  width: 100%;
  max-width: unset;
}

.top_sec_01 {
  padding: 4.5em 0 5.5em;
  background: url(../images/top_sec_01_03.svg) no-repeat center top 46px/1154px;
}
@media screen and (max-width: 768px) {
  .top_sec_01 {
    padding: 1.875em 0;
    background: url(../images/top_sec_01_03_sp.svg) no-repeat center top/485px;
  }
}
.top_sec_01 .content {
  padding: 0 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec_01 .content {
    padding: 0;
  }
}
.top_sec_01 h2 {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 768px) {
  .top_sec_01 h2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4em;
  }
}
.top_sec_01 p {
  font-size: 1.125em;
  line-height: 2.44;
}
@media screen and (max-width: 768px) {
  .top_sec_01 p {
    text-align: center;
    font-size: 1em;
    line-height: 2.25;
  }
}
.top_sec_01 .btn_cmn_01 {
  margin: 1.75em 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top_sec_01 .btn_cmn_01 {
    margin: 3.125em auto 0;
  }
}

.top_sec_05 .inner_m {
  position: relative;
}
.top_sec_05 .inner_m:before {
  content: "";
  display: block;
  width: 210px;
  aspect-ratio: 210/73;
  background: url(../images/top_sec_05_01.svg) center/contain;
  margin: 0 0 18px auto;
}
.top_sec_05 .inner_m:after {
  content: "";
  display: block;
  width: 212px;
  aspect-ratio: 212/83;
  background: url(../images/top_sec_05_02.svg) center/contain;
  margin: 30px 0 0;
  transform: translateX(-50%);
  margin-bottom: 2px;
}
.top_sec_05 .ttl_cmn_02 {
  max-width: 786px;
  margin: 0 auto 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec_05 .ttl_cmn_02 {
    margin-bottom: 1.6em;
  }
}
.top_sec_05 .ttl_cmn_02:before {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 68/71;
  background: url(../images/top_sec_05_04.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top_sec_05 .ttl_cmn_02:before {
    width: 50px;
    top: unset;
    bottom: calc(100% + 10px);
    transform: unset;
  }
}
.top_sec_05 .lead {
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 768px) {
  .top_sec_05 .lead {
    margin-bottom: 1.875em;
  }
}
.top_sec_05 ul {
  max-width: 800px;
  margin: 0 auto;
}
.top_sec_05 ul > li {
  margin-bottom: 30px;
}
.top_sec_05 ul > li:last-child {
  margin-bottom: 0;
}

.dlist_faq {
  background-color: #E56E17;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dlist_faq {
    border-radius: 100px;
  }
  .dlist_faq.is-open {
    border-radius: 46px;
  }
}
.dlist_faq dt {
  cursor: pointer;
  background-color: #E56E17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px 12px 50px;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .dlist_faq dt {
    padding: 0px 20px 0px 30px;
    height: 94px;
    line-height: 1.27;
  }
}
.dlist_faq dt:after {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/top_sec_05_03.svg) no-repeat center/cover;
}
.dlist_faq dt .ttl {
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .dlist_faq dt .ttl {
    font-size: 1.125em;
  }
}
.dlist_faq dt .ttl span {
  font-size: 0.727em;
  margin-left: 0.75em;
}
@media screen and (max-width: 768px) {
  .dlist_faq dt .ttl span {
    display: block;
    font-size: 0.875em;
    margin: 0;
  }
}
.dlist_faq dt.is-open:after {
  background: url(../images/top_sec_05_03_active.svg) no-repeat center/cover;
}
.dlist_faq dd {
  margin-top: 6px;
  padding: 0 25px 25px;
}
@media screen and (max-width: 768px) {
  .dlist_faq dd {
    padding: 0 15px 20px;
  }
}
.dlist_faq dd .box {
  background-color: #fff;
  border-radius: 30px;
  padding: 17px 10% 25px;
  line-height: 2;
}
.dlist_faq dd .notice {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.72;
}

.top_sec_02 {
  background-color: #FCF9F0;
}
.top_sec_02__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/top_sec_02_03.svg) no-repeat center top/auto;
}
@media screen and (max-width: 768px) {
  .top_sec_02__wrap:before {
    height: 14px;
    background: url(../images/top_sec_02_03_sp.svg) no-repeat center top/auto;
  }
}
.top_sec_02__wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/top_sec_02_03.svg) no-repeat center bottom/auto;
}
@media screen and (max-width: 768px) {
  .top_sec_02__wrap:after {
    height: 14px;
    background: url(../images/top_sec_02_03_sp.svg) no-repeat center bottom/auto;
  }
}
.top_sec_02 .inner_m {
  padding-top: 3.75em;
  padding-bottom: 8.375em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec_02 .inner_m {
    padding-top: 2em;
    padding-bottom: 5.25em;
  }
}
.top_sec_02 .inner_m:before {
  content: "";
  display: block;
  width: 507px;
  aspect-ratio: 507/74;
  background: url(../images/top_sec_02_04.svg) no-repeat center/contain;
  position: absolute;
  top: -58px;
  left: -28px;
}
@media screen and (max-width: 768px) {
  .top_sec_02 .inner_m:before {
    width: 287px;
    top: -32px;
    left: unset;
    right: -20px;
  }
}
.top_sec_02 .inner_m:after {
  content: "";
  display: block;
  width: 299px;
  aspect-ratio: 299/155;
  background: url(../images/top_sec_02_05.svg) no-repeat center/contain;
  position: absolute;
  bottom: -54px;
  right: -76px;
}
@media screen and (max-width: 768px) {
  .top_sec_02 .inner_m:after {
    width: 203px;
    transform: rotateY(180deg);
    right: unset;
    left: var(--sideW);
  }
}
.top_sec_02--list {
  display: flex;
  align-items: flex-start;
  gap: 40px 5%;
}
@media screen and (max-width: 768px) {
  .top_sec_02--list {
    flex-direction: column;
    padding: 0 6.4%;
  }
}
.top_sec_02--card {
  display: block;
  position: relative;
  transition: 0.3s;
}
.top_sec_02--card .image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 10px;
  transition: inherit;
}
.top_sec_02--card .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sec_02--card:before {
  transition: inherit;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EDDDB3;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_sec_02--card:hover .image {
  transform: rotate(-2deg);
}
.top_sec_02--card:hover:before {
  transform: rotate(10deg);
}
.top_sec_02 .ttl_cmn_02 {
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_sec_02 .ttl_cmn_02 {
    margin-bottom: 1.6em;
  }
}

.top_sec_03 {
  padding: 5.25em 0 5em;
}
@media screen and (max-width: 768px) {
  .top_sec_03 {
    padding: 4em 0 3.75em;
    overflow: hidden;
  }
}
.top_sec_03 .inner_m {
  position: relative;
}
.top_sec_03 .inner_m:before {
  content: "";
  display: block;
  width: 381px;
  aspect-ratio: 381/85;
  background: url(../images/top_sec_03_01.svg) no-repeat center/contain;
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-27.29%);
}
@media screen and (max-width: 768px) {
  .top_sec_03 .inner_m:before {
    width: 281px;
    aspect-ratio: 281/76;
    background: url(../images/top_sec_03_01_sp.svg) no-repeat center/contain;
    top: 77px;
    left: 50%;
    transform: none;
  }
}
.top_sec_03 .inner_m:after {
  content: "";
  display: block;
  width: 135px;
  aspect-ratio: 135/87;
  background: url(../images/top_sec_03_02.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  right: 45px;
}
@media screen and (max-width: 768px) {
  .top_sec_03 .inner_m:after {
    width: 104px;
    top: calc(100% - 142px);
    right: var(--sideW);
  }
}
.top_sec_03 .ttl_cmn_02 {
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
}
.top_sec_03--list {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .top_sec_03--list {
    flex-direction: column;
  }
  .top_sec_03--list > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .top_sec_03--list > li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top_sec_03--list > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .top_sec_03--list > li:last-child:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .top_sec_03--card {
    padding: 0 6.4%;
  }
}
.top_sec_03--card .ttl {
  width: 100%;
  max-width: 177px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.top_sec_03--card .ttl:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #96631D;
  position: absolute;
  top: 0;
  left: 0;
}
.top_sec_03--card .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 20px;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec_03--card .ttl span {
    height: 50px;
    font-size: 1.125em;
    padding-top: 16px;
  }
}
.top_sec_03--card .image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top_sec_03--card .image {
    aspect-ratio: 5/3;
  }
}
.top_sec_03--card .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sec_03--card .text {
  margin-top: 1em;
  line-height: 1.8;
}
.top_sec_03--card .btn {
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.top_sec_03--card .btn span {
  padding-bottom: 0.25em;
  position: relative;
  transition: inherit;
}
.top_sec_03--card .btn span:after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background-color: #E56E17;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: inherit;
}
.top_sec_03--card .btn:before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E56E17 url(../images/ico_arrow_right_01_white.svg) no-repeat center/63.33%;
  transition: inherit;
  transform-origin: center left;
}
.top_sec_03--card .btn:hover {
  gap: 22px;
}
.top_sec_03--card .btn:hover:before {
  transform: scale(1.166);
}
.top_sec_03--card .btn:hover span:after {
  width: 100%;
}
.top_sec_03 .btn_cmn_01 {
  margin: 3em auto 0;
}

.top_sec_04 {
  overflow: hidden;
  padding: 5em 0 0;
}
@media screen and (max-width: 768px) {
  .top_sec_04 {
    padding: 6.375em 0 0;
  }
}
.top_sec_04 .inner_m {
  position: relative;
  padding: 0 var(--sideW) 9.75em;
}
@media screen and (max-width: 768px) {
  .top_sec_04 .inner_m {
    padding: 0 var(--sideW) 6.25em;
  }
}
.top_sec_04 .inner_m:before {
  content: "";
  display: block;
  width: 314px;
  aspect-ratio: 314/150;
  background: url(../images/top_sec_04_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-1.78%, -20px);
}
@media screen and (max-width: 768px) {
  .top_sec_04 .inner_m:before {
    width: 190px;
    top: unset;
    bottom: 100%;
    transform: translate(-29.47%, -10px);
  }
}
.top_sec_04 .inner_m:after {
  content: "";
  display: block;
  width: 260px;
  aspect-ratio: 260/90;
  background: url(../images/top_sec_04_02.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(28.84%, 0);
}
@media screen and (max-width: 768px) {
  .top_sec_04 .inner_m:after {
    content: none;
  }
}
.top_sec_04 .ttl_cmn_02 {
  margin-bottom: 2.5em;
  position: relative;
  z-index: 1;
}
.top_sec_04 .btn_cmn_04 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_sec_06 {
  padding-bottom: 8.75em;
}
@media screen and (max-width: 768px) {
  .top_sec_06 {
    padding-bottom: 6em;
  }
}
.top_sec_06 .archive_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.top_sec_06 .ttl_cmn_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_sec_06 .ttl_cmn_02 {
    margin-bottom: 20px;
  }
}
.top_sec_06 .btn_cmn_03 {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .top_sec_06 .btn_cmn_03 {
    margin-top: 40px;
  }
}

.page_hero {
  padding-top: var(--headerHeight);
  background-color: #EDDDB3;
  border-bottom: 7px solid #D6BE80;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_hero {
    border-width: 5px;
  }
}
.page_hero .inner_m {
  height: 273px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_hero .inner_m {
    height: 168px;
  }
}
.page_hero .ttl_cmn_01 {
  flex-shrink: 0;
  width: 37.7%;
}
@media screen and (max-width: 768px) {
  .page_hero .ttl_cmn_01 {
    width: 50%;
    padding-left: 10px;
  }
}
.page_hero .image {
  flex-grow: 1;
  margin: 0 -3.3% 0 0;
}
@media screen and (max-width: 768px) {
  .page_hero .image {
    margin: 0 calc(var(--sideW) * -1) 0 -22%;
  }
}

.breadcrumb {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.75em;
  font-weight: 400;
}
.breadcrumb .current-item {
  color: #415281;
  font-weight: 700;
}

.page-about .breadcrumb {
  background-color: #FCF9F0;
}
@media screen and (min-width: 769px) {
  .page-about .footer .inner_m:after {
    content: none;
  }
}

.about_sec_01 {
  padding: 1.875em 0 11.25em;
  background: url(../images/about_01.png) no-repeat center bottom/max(100%, 1920px);
}
@media screen and (max-width: 768px) {
  .about_sec_01 {
    padding: 1.875em 0 28.5vw;
    background: url(../images/about_01_sp.png) no-repeat center bottom/cover;
  }
}
.about_sec_01 .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .flex {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.about_sec_01 .flex .texts {
  flex-shrink: 0;
  width: 55%;
  padding: 5% 5% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .flex .texts {
    width: 100%;
    padding: 0 5%;
  }
}
.about_sec_01 .flex .image {
  flex-grow: 1;
  margin: 0 0 0 -10%;
}
@media screen and (max-width: 768px) {
  .about_sec_01 .flex .image {
    margin: -24vw var(--extend) 0;
  }
}
.about_sec_01 .flex .image img {
  width: 100%;
  max-width: unset;
}
.about_sec_01--ttl {
  color: #415281;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 2;
}
.about_sec_01--ttl span {
  color: #E56E17;
}
@media screen and (max-width: 768px) {
  .about_sec_01--ttl {
    font-size: 1.25em;
    line-height: 2.1;
  }
}
.about_sec_01--text {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .about_sec_01--text {
    font-size: 0.875em;
    line-height: 2.15;
  }
}

.teikan {
  width: 100%;
  max-width: 812px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teikan {
    margin: 24px auto 0;
    padding: 16px 0 20px;
  }
}
.teikan:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .teikan:before {
    top: -1px;
    width: calc(100% - 115px);
  }
}
.teikan:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .teikan:after {
    top: calc(100% - 1px);
  }
}
.teikan__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teikan__inner {
    flex-direction: column;
  }
}
.teikan__inner:after {
  content: "";
  display: block;
  width: 135px;
  aspect-ratio: 1/1;
  background: url(../images/about_03.png) no-repeat center/contain;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .teikan__inner:after {
    width: 115px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-95%);
  }
}
.teikan p {
  font-weight: 700;
  color: #415281;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .teikan p {
    font-size: 0.875em;
    margin-bottom: 5px;
  }
}

.about_sec_02 {
  padding: 3.75em 0 0;
  background: url(../images/about_04.svg) no-repeat center top 10px/1093px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_sec_02 {
    padding: 2.375em 0 6.25em;
    background: url(../images/about_04_sp.svg) no-repeat top 75px left var(--sideW)/55px;
  }
}
.about_sec_02 .ttl_cmn_02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .about_sec_02 .ttl_cmn_02 {
    margin-bottom: 2.625rem;
  }
}

.cmn_grid_01 {
  display: flex;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 {
    display: block;
    padding: 0;
  }
}
.cmn_grid_01 > dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  aspect-ratio: 1/1;
  background: url(../images/about_05.svg) no-repeat center/contain;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 72px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 > dt {
    width: 227px;
    aspect-ratio: 227/60;
    background: url(../images/about_05_sp.svg) no-repeat center/contain;
    margin: 0 auto -30px;
    font-size: 1em;
  }
}
.cmn_grid_01 > dd {
  background-color: #FCF9F0;
  border-radius: 30px;
  flex-grow: 1;
  margin-left: -82px;
  box-shadow: 0 0 30px rgba(149, 106, 74, 0.2);
}
@media screen and (max-width: 768px) {
  .cmn_grid_01 > dd {
    margin: 0;
  }
}

.about_content01 {
  margin-bottom: 15em;
}
@media screen and (max-width: 768px) {
  .about_content01 {
    margin-bottom: 97.5vw;
  }
}
.about_content01--para01 {
  margin-top: 2.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_content01--para01 {
    margin: 2.25em -0.5em 0;
  }
}
.about_content01--para02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5em auto 0;
  color: #E56E17;
  font-size: 1.125em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .about_content01--para02 {
    font-size: 1em;
    gap: 13px;
  }
}
.about_content01--para02:before, .about_content01--para02:after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #E56E17;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about_content01--para02:before, .about_content01--para02:after {
    width: 34px;
  }
}
.about_content01--dlist {
  margin-top: 1.75em;
  position: relative;
}
.about_content01--dlist > dd {
  display: flex;
  padding: 53px 64px 126px 148px;
}
@media screen and (max-width: 768px) {
  .about_content01--dlist > dd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about_content01--dlist > dd {
    padding: 52px 15.67% 32px;
  }
}
.about_content01--dlist > dd ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .about_content01--dlist > dd ul {
    -moz-column-count: unset;
         column-count: unset;
  }
}
.about_content01--dlist > dd {
  background: #FCF9F0 url(../images/about_13.svg) no-repeat top 56px right 52px/80px;
}
@media screen and (max-width: 768px) {
  .about_content01--dlist > dd {
    background: #FCF9F0 url(../images/about_13.svg) no-repeat top 261px right 30px/48px;
  }
}
.about_content01--dlist:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1000/254;
  background: url(../images/about_06.png) no-repeat center top/contain;
  position: absolute;
  top: calc(100% - 108px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .about_content01--dlist:after {
    width: 100vw;
    aspect-ratio: 375/433;
    background: url(../images/about_06_sp.png) no-repeat center top/contain;
    top: calc(100% - 128px);
    left: calc(var(--sideW) * -1);
  }
}

.about_content02 {
  margin-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .about_content02 {
    margin-bottom: 4.75em;
  }
  .about_content02 .ttl_cmn_03 > span {
    margin: 0 -2em;
  }
}
.about_content02--para {
  margin-top: 2.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_content02--para {
    padding: 0 5.2%;
  }
}
.about_content02--dlist {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist {
    margin-top: 4.25em;
  }
}
.about_content02--dlist .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 35px;
  background: url(../images/about_07.svg) no-repeat center/contain;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist .label {
    width: 75px;
    height: 29px;
    font-size: 0.875em;
    margin-bottom: 11px;
  }
}
.about_content02--dlist > dt {
  z-index: 1;
}
.about_content02--dlist > dd {
  display: flex;
  gap: 80px;
  padding: 41px 6.94% 63px calc(82px + 5.1%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist > dd {
    padding: 3.75em 10.89% 5em;
    display: block;
    background: #FCF9F0 url(../images/about_12.svg) no-repeat top 240px right 22px/73px;
  }
}
.about_content02--dlist > dd:before {
  content: "";
  display: block;
  width: 396px;
  aspect-ratio: 396/106;
  background: url(../images/about_08.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-35%, -40%);
}
@media screen and (max-width: 768px) {
  .about_content02--dlist > dd:before {
    content: none;
  }
}
.about_content02--dlist > dd:after {
  content: "";
  display: block;
  width: 461px;
  aspect-ratio: 461/67;
  background: url(../images/about_09.svg) no-repeat center/contain;
  position: absolute;
  top: 100%;
  right: 100%;
  transform: translate(60%, -50%);
}
@media screen and (max-width: 768px) {
  .about_content02--dlist > dd:after {
    top: -10px;
    right: -1%;
    transform: translate(0, -100%);
    width: 102%;
  }
}
.about_content02--dlist .left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist .left {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.about_content02--dlist .left:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 8px;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist .left:after {
    content: "";
    display: block;
    width: calc(100% - 81px);
    height: 2px;
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
  }
}
.about_content02--dlist .btn_cmn_01 {
  position: absolute;
  top: calc(100% - 14px);
  right: 70px;
}
@media screen and (max-width: 768px) {
  .about_content02--dlist .btn_cmn_01 {
    top: 99%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -55%);
  }
}

.about_content03 {
  padding: 1.75em 0 7.5em;
  position: relative;
  background-image: url(../images/about_11.svg), url(../images/about_12.svg);
  background-repeat: no-repeat;
  background-position: left bottom 6em, right bottom 2.5em;
  background-size: 203px, 118px;
}
@media screen and (max-width: 768px) {
  .about_content03 {
    padding: 0;
    background: none;
  }
}
.about_content03:before {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 180/70;
  background: url(../images/about_10.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -63px;
}
@media screen and (max-width: 768px) {
  .about_content03:before {
    content: none;
  }
}
.about_content03--para01 {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .about_content03--para01 {
    margin-top: 1.875em;
    padding: 0 6%;
  }
}
.about_content03 .btn_cmn_04 {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .about_content03 .btn_cmn_04 {
    margin-top: 30px;
  }
}

.page-work-with-us .footer .inner_m:after {
  width: 104px;
  right: var(--sideW);
  transform: translateY(calc((100% + 20px) * -1));
}
@media screen and (max-width: 768px) {
  .page-work-with-us .footer .inner_m:after {
    width: 80px;
    aspect-ratio: 80/52;
    background: url(../images/work_16.svg) no-repeat center/contain;
    transform: translateY(-50%);
  }
}

.work_sec_01 {
  padding: 1.75em 0 2.5em;
}
@media screen and (max-width: 768px) {
  .work_sec_01 {
    padding: 0 0 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .work_sec_01--image {
    margin: 0 var(--extend);
  }
}
.work_sec_01--para {
  margin-top: -2em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work_sec_01--para {
    margin-top: 5px;
  }
}

.work_sec_02 {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .work_sec_02 {
    margin-bottom: 1.5em;
  }
}
.work_sec_02__wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 36px var(--sideW);
  box-shadow: 0 0 30px rgba(149, 106, 74, 0.2);
}
@media screen and (max-width: 768px) {
  .work_sec_02__wrap {
    padding: 46px var(--sideW) 50px;
  }
}
.work_sec_02 ul {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .work_sec_02 ul {
    gap: 40px 0;
  }
}
.work_sec_02 ul li {
  padding: 0 4.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .work_sec_02 ul li {
    padding: 0;
  }
}
.work_sec_02 ul li:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .work_sec_02 ul li:nth-child(3):after, .work_sec_02 ul li:nth-child(5):after, .work_sec_02 ul li:last-child:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .work_sec_02 ul li:nth-child(1), .work_sec_02 ul li:nth-child(6) {
    padding-right: 20px;
  }
  .work_sec_02 ul li:nth-child(2), .work_sec_02 ul li:nth-child(7) {
    padding-left: 20px;
  }
  .work_sec_02 ul li:nth-child(2):after, .work_sec_02 ul li:nth-child(7):after {
    content: none;
  }
  .work_sec_02 ul li:nth-child(3), .work_sec_02 ul li:nth-child(4), .work_sec_02 ul li:nth-child(5), .work_sec_02 ul li:nth-child(8) {
    width: 100%;
  }
  .work_sec_02 ul li:nth-child(3):before, .work_sec_02 ul li:nth-child(4):before, .work_sec_02 ul li:nth-child(5):before, .work_sec_02 ul li:nth-child(8):before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .work_sec_02 ul li:nth-child(3):after, .work_sec_02 ul li:nth-child(4):after, .work_sec_02 ul li:nth-child(5):after, .work_sec_02 ul li:nth-child(8):after {
    content: none;
  }
  .work_sec_02 ul li:nth-child(5):after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 2px;
    position: absolute;
    top: unset;
    bottom: -20px;
    right: 0;
  }
  .work_sec_02 ul li:nth-child(6) {
    display: grid;
    place-content: center;
  }
}
.work_sec_02 .has-symbol {
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .work_sec_02 .has-symbol {
    padding: 0;
  }
}
.work_sec_02 .has-symbol .symbol {
  width: 20px;
}
.work_sec_02 .has-symbol .symbol:before {
  width: 10px;
}
.work_sec_02 .has-symbol .symbol:after {
  width: 10px;
}
.work_sec_02 .btn_cmn_02 {
  margin: 5em auto 0;
}
@media screen and (max-width: 768px) {
  .work_sec_02 .btn_cmn_02 {
    margin: -6px auto 0;
  }
}

.list_works {
  display: flex;
  flex-wrap: wrap;
  gap: 0 100px;
}
@media screen and (max-width: 768px) {
  .list_works {
    gap: 0;
    justify-content: center;
  }
}
.list_works li {
  width: calc((100% - 100px) / 2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_works li {
    width: 100%;
    padding: 40px 3%;
  }
}
.list_works li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
@media screen and (min-width: 769px) {
  .list_works li:nth-child(odd)::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 160px);
    background-image: radial-gradient(circle, #415281 1px, transparent 1px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 2px 8px;
    position: absolute;
    top: 80px;
    left: calc(100% + 50px - 1px);
  }
  .list_works li:nth-last-child(1):after, .list_works li:nth-last-child(2):after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .list_works li:nth-child(1) {
    position: relative;
  }
  .list_works li:nth-child(1):before {
    content: "";
    display: block;
    width: 228px;
    aspect-ratio: 206/72;
    background: url(../images/work_13.svg) no-repeat center top/contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .list_works li:nth-last-child(1):after {
    content: none;
  }
}
.list_works li {
  /* 装飾 */
}

.card_work {
  padding: 80px 0;
}
.card_work .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 450/200;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card_work .image {
    aspect-ratio: 320/200;
  }
}
.card_work .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_work .ttl {
  position: relative;
  margin-top: calc((1.5em + 3px) * -1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1em 0 40px;
  font-size: 1.5em;
  font-weight: 700;
  color: #E56E17;
  background-color: #F7EED7;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .card_work .ttl {
    margin-top: 14px;
    width: 100%;
    padding: 0 0 0 25px;
    font-size: 1.25em;
    border-radius: 0;
    background-color: transparent;
  }
}
.card_work .ttl:before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 28/30;
  background: url(../images/work_12.svg) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .card_work .ttl:before {
    width: 21px;
    top: 4px;
  }
}
.card_work .text {
  margin-top: 1.375em;
}
@media screen and (max-width: 768px) {
  .card_work .text {
    margin-top: 0.75em;
    text-align: justify;
  }
}

/* 装飾 */
@media screen and (min-width: 769px) {
  .card_work_deco01 .text:after {
    content: "";
    display: block;
    width: 206px;
    aspect-ratio: 206/72;
    background: url(../images/work_13.svg) no-repeat center top/contain;
    margin-top: -72px;
    transform: translate(-40px, calc(72px + 2em));
  }
  .card_work_deco02 .text:after {
    content: "";
    display: block;
    width: 157px;
    aspect-ratio: 157/61;
    background: url(../images/work_14.svg) no-repeat center top/contain;
    margin: 0 0 0 auto;
    transform: translateY(30px);
  }
  .card_work_deco03 .text:after {
    content: "";
    display: block;
    width: 73px;
    aspect-ratio: 73/67;
    background: url(../images/work_15.svg) no-repeat center top/contain;
    margin: -67px 0 0 auto;
    transform: translate(16px, 57px);
  }
  .card_work_deco04 .text:after {
    content: "";
    display: block;
    width: 123px;
    aspect-ratio: 123/80;
    background: url(../images/work_16.svg) no-repeat center top/contain;
    margin: -80px 10% 0 auto;
    transform: translateY(73px);
  }
  .card_work_deco05 .text:after {
    content: "";
    display: block;
    width: 206px;
    aspect-ratio: 206/72;
    background: url(../images/work_13.svg) no-repeat center top/contain;
    margin-top: -72px;
    transform: translate(-40px, 120px);
  }
}
.work_sec_04 {
  margin-top: -220px;
  padding: 317px 0 64px;
  background: url(../images/work_17.png) no-repeat center top/max(100%, 1920px);
}
@media screen and (max-width: 768px) {
  .work_sec_04 {
    margin-top: -40px;
    padding: 130px 0 40px;
    background: url(../images/work_17_sp.png) no-repeat center top/cover;
  }
}
.work_sec_04--ttl {
  text-align: center;
  color: #415281;
  font-size: 1.375em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work_sec_04--ttl {
    font-size: 1.25em;
  }
}
.work_sec_04--para01 {
  margin-top: 1em;
  text-align: center;
  color: #E56E17;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work_sec_04--para01 {
    font-size: 1em;
  }
}
.work_sec_04--para02 {
  margin: 1em auto 0;
  padding: 1em 0;
  width: 100%;
  max-width: 608px;
  border-top: 1px solid #415281;
  border-bottom: 1px solid #415281;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work_sec_04--para02 {
    margin: 2em auto 0;
    font-size: 0.875em;
  }
}
.work_sec_04--para02 span {
  color: #E56E17;
}
.work_sec_04 .btn_cmn_02 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .work_sec_04 .btn_cmn_02 {
    margin: 33px auto 0;
  }
}

.page-feature .footer .inner_m:after {
  content: none;
}

.feature_sec_01 {
  padding: 3.125em 0 7em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01 {
    padding: 1em 0 3.375em;
  }
}
.feature_sec_01--ttl {
  color: #415281;
  font-size: 1.625em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--ttl {
    font-size: 1.25em;
  }
}
.feature_sec_01--subttl {
  margin-top: 4.5em;
  color: #415281;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0 0 0 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--subttl {
    margin-top: 2.77em;
    font-size: 1.125em;
  }
}
.feature_sec_01--subttl:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/feature_00.svg) no-repeat center/contain;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--subttl:before {
    top: 1px;
  }
}
.feature_sec_01--image {
  border-radius: 10px;
  overflow: hidden;
}
.feature_sec_01--image.img_01 {
  width: 87.5%;
  margin: 2.5em auto 0;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--image.img_01 {
    width: 100%;
    margin-top: 1.375em;
  }
}
.feature_sec_01--image.img_02 {
  width: 62.5%;
  margin: 5.5em auto 0;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--image.img_02 {
    width: 87%;
    margin-top: 2.5em;
  }
}
.feature_sec_01--image.img_03 {
  width: 62.5%;
  margin: 2.5em auto 0;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--image.img_03 {
    width: 87%;
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para {
    text-align: justify;
  }
}
.feature_sec_01--para.para_01 {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para.para_01 {
    margin-top: 1.375em;
  }
}
.feature_sec_01--para.para_02 {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para.para_02 {
    margin-top: 1.875em;
  }
}
.feature_sec_01--para.para_03 {
  margin-top: 2.5em;
}
.feature_sec_01--para.para_03 dl {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para.para_03 dl {
    padding: 0;
  }
}
.feature_sec_01--para.para_03 dt {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.feature_sec_01--para.para_03 dt:before {
  content: "▷";
}
.feature_sec_01--para.para_03 dd {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para.para_03 dd {
    padding: 0;
  }
}
.feature_sec_01--para.para_04 {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--para.para_04 {
    margin-top: 0;
  }
}
.feature_sec_01--para.para_04 dt {
  margin-top: 2em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.feature_sec_01--para.para_04 dt:before {
  content: "●";
}
.feature_sec_01--btns {
  margin-top: 5.5em;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--btns {
    flex-direction: column;
    gap: 2em;
    margin-top: 4em;
  }
}
.feature_sec_01--btns li {
  width: 100%;
  max-width: 362px;
}
@media screen and (max-width: 768px) {
  .feature_sec_01--btns li {
    max-width: 305px;
    margin: 0 auto;
  }
}

.error404__container {
  padding: 5em 0 0;
}
.error404__text {
  margin: 3.75em auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404__text {
    margin: 1.875em auto 0;
  }
}
.error404__btn {
  margin: 3.75em auto 0;
}
@media screen and (max-width: 768px) {
  .error404__btn {
    margin: 1.875em auto 0;
  }
}

.archive .footer .inner_m:after,
.single .footer .inner_m:after {
  display: none;
}

.archive_inner {
  max-width: calc(930px + var(--sideW) * 2);
  padding: 1.85em var(--sideW) 6.25em;
}
@media screen and (max-width: 768px) {
  .archive_inner {
    padding: 0.625em var(--sideW) 3.75em;
  }
}

.list_news_01 > li {
  position: relative;
  padding: 30px var(--sideW);
}
@media screen and (max-width: 768px) {
  .list_news_01 > li {
    padding: 20px 0;
  }
}
.list_news_01 > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background-image: radial-gradient(circle, #415281 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.card_news_01 {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.card_news_01:hover {
  opacity: 0.7;
}
.card_news_01--date {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #415281;
  border-left: 4px solid #415281;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {
  .card_news_01--date {
    font-size: 0.875em;
  }
}
.card_news_01--new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 20px;
  background-color: #E56E17;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .card_news_01--new {
    font-size: 11px;
    width: 36px;
    height: 15px;
    margin-left: 12px;
  }
}
.card_news_01--ttl {
  margin-top: 8px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card_news_01--ttl {
    -webkit-line-clamp: 2;
    padding-right: 36px;
  }
}
.card_news_01--ttl:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_02.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.single_inner {
  max-width: calc(860px + var(--sideW) * 2);
  padding-top: 5.625em;
  padding-bottom: 5.725em;
}

.post_news_01--date {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #415281;
  border-left: 4px solid #415281;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {
  .post_news_01--date {
    font-size: 0.875em;
  }
}
.post_news_01--new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 20px;
  background-color: #E56E17;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .post_news_01--new {
    font-size: 11px;
    width: 36px;
    height: 15px;
    margin-left: 12px;
  }
}
.post_news_01--ttl {
  margin-top: 14px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .post_news_01--ttl {
    font-size: 20px;
  }
}
.post_news_01--content {
  padding: 2em 0 6.25em;
}
@media screen and (max-width: 768px) {
  .post_news_01--content {
    padding: 2.5em 0 70px;
  }
}

.list_files:has(li) {
  margin-top: 3.75em;
}
.list_files > li {
  margin-bottom: 0.875em;
}
.list_files a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  width: 100%;
  border-radius: 50px;
  background-color: #E56E17;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  padding: 1.25em 5.2%;
}
@media screen and (max-width: 768px) {
  .list_files a {
    border-radius: 35px;
    padding: 1.25em 6.26%;
  }
}
.list_files a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/22;
  background: url(../images/ico_download.svg) no-repeat center/contain;
}